/* index */
#Inquiry {
    padding: 1% 0% 3%;
}
#Inquiry h2{
    margin-bottom: 10px;
}
#Inquiry form {
    font-size: 16px;
	margin: 0 auto;
	max-width: 800px;
	padding: 2%;
	width: 100%;
    background-color: #fff;
    border-radius: 20px;
}

#Inquiry form p {
    text-align: center;
    padding-bottom: 20px;
}

#Inquiry form span {
        color: #ffe7ac;
}

#Inquiry form table {
    width: 100%;
}

#Inquiry form th {
    font-size: 18px;
    font-weight: bold;
    background-color: #ff7a2b;
    padding: 8px 5px 8px 7px ;
    color: #fff;
    text-align: left;
}

#Inquiry form td {
    padding-bottom: 20px;
    padding-top: 10px;
}

#Inquiry form input[type=text], #Inquiry form textarea {
    border: 1px solid #ccc;
    border-radius: 5px;
    box-sizing: border-box;
    font-size: 16px;
    padding: 10px;
    width: 100%;
}

#Inquiry form textarea {
    height: 250px;
}

#Inquiry form input[type=date] {
    box-sizing: border-box;
    font-size: 16px;
    padding: 5px;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-family: inherit;
}

#Inquiry form label {
    display: inline-box;
    margin-right: 10px;
}

.submit_btn {
    text-align: center;
    width: 100%;
}

#submit {
    background-color: #17b36a;
    border: 0px;
    border-radius: 5px;
    box-shadow: 0px 4px 0px #018168;
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    height: 65px;
    margin: 0 auto;
    width: 300px;
}
.address_area{
    /* display: flex;
    flex-wrap: wrap; */
}
#Inquiry form input#postalCode[type=text]{
    width: 36%;
}
#Inquiry form input#address[type=text]{
    width: 100%;
}

#postalCode{
    display: inline;
    margin-bottom: 10px;
}
span.red_s {
    font-size: 0.8rem;
}
@media screen and (max-width: 640px){
    #Inquiry {
        padding-bottom: 40px;
    }
#Inquiry form {
	padding: 5%;
}
}


/* confirmation */
.confirmation {
    background-color: #efefef;
}
.confirmation h2 {
    font-size: 2.5rem;
    font-weight: bold;
    margin: 50px auto;
    text-align: center;
    color: #061b50;
}
.confirmation footer{
margin-top: 60px;
}
.confirmation footer h2 {
    font-size: 1.5rem;
    font-weight: bold;
    margin: 10px auto;
    text-align: left;
    color: #ffffff;
}
.confirmation #content {
    background: none;
}
.form_tbl {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 0 6px 3px #ccc;
    box-sizing: border-box;
    margin: 0 auto;
    max-width: 800px;
    padding: 3%;
	width: 100%;
}
#content .backbtn a{
    text-decoration: none;
    vertical-align: middle;
}
.form_tbl table {
    width: 100%;
}

.form_tbl th {
    font-size: 15px;
    font-weight: bold;
    background-color: #061b50;
    padding: 8px 5px 8px 7px ;
    border-radius: 10px;
    color: #fff;
}

.form_tbl td {
    font-size: 18px;
    padding-bottom: 15px;
    vertical-align: baseline;
    width: 70%;
}

.submitbtn {
    text-align: center;
}

.submitbtn input {
    border: 0px;
    border-radius: 5px;
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    height: 65px;
    margin: 15px auto;
    width: 300px;
}

.submitbtn input.submit {
    background-color: #f96f00;
    border: 0px;
    border-radius: 5px;
    box-shadow: 0px 4px 0px #be5601;
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    height: 65px;
    margin: 0 auto;
    width: 300px;
}

.submitbtn input.submit_back {
    background-color: #c0c0c0;
    box-shadow: 0px 4px 0px #696969;
}
@media screen and (max-width: 900px){
.confirmation #content {
    padding: 5%;
}
}
@media screen and (max-width: 640px){
    .confirmation h2 {
        font-size: 1.7rem;
        margin: 30px auto;
    }
    .submitbtn input.submit {
        width: 90%;
    }
    .submitbtn input {
        width: 90%;
    }
}
/* finish */
.backbtn{
    background-color: #f96f00;
    border: 0px;
    border-radius: 5px;
    box-shadow: 0px 4px 0px #be5601;
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    margin: 0 auto;
    width: 300px;
    padding: 1%;
}
.backbtn a {
    color: #fff;
    text-decoration: none;
}
.backbtn a:visited {
    color: #fff;
    text-decoration: none;
}
.backbtn a:link {
    color: #fff;
    text-decoration: underline;
}

section.form {
    text-align: center;
    width: 100%;
}
section.form h2 {
    color: #37c76d;
    font-size: 36px;
    font-weight: bold;
    margin: 30px auto 0;
}

section.form p {
    margin: 30px auto;
}
#Inquiry form {
    padding-bottom: 40px;
}

/* finish */

.finish section.form {
    background-color: #fff;
    border-radius: 10px;
    box-sizing: border-box;
    margin: 0 auto;
    max-width: 800px;
    padding: 0% 6% 3%;
    width: 100%;
}
.finish h2{
    margin-top: 50px;
    color: #018168;
    text-align: center;
    font-size: 2.5rem;
    font-weight: bold;
    margin-bottom: 0px;
    font-family: "Helvetica Neue",
    Arial,
    "Hiragino Kaku Gothic ProN",
    "Hiragino Sans",
    Meiryo,
    sans-serif;
}
.finish footer{
    margin-top: 60px;
    }
.finish footer h2 {
    font-size: 1.5rem;
    font-weight: bold;
    margin: 10px auto;
    text-align: left;
    color: #ffffff;
}
@media screen and (max-width: 900px){
    .finish #content {
        padding: 5%;
    }
}
@media screen and (max-width: 640px){
    .finish h2 {
        margin-top: 30px;
        font-size: 1.7rem;
    }
    .finish section.form p {
        margin: 30px auto;
        text-align: left;
    }
    .finish #content p.backbtn {
        width: 100%;
        padding: 1%;
        box-sizing: border-box;
        text-align: center;
    }
}
/*プライバシーポリシー*/
.suc {
    height: 150px;
    overflow-y: scroll;
    border-color: #d6d6d6;
    border-style: solid;
    border-width: 1px;
    padding: 20px 13px 15px 20px;
    font-size: 14px;
    margin: 0px 0 30px;
}
	.suc::-webkit-scrollbar{
   width: 5px;
}
.suc::-webkit-scrollbar-track{
   background-color: #e7e7e7;
}
.suc::-webkit-scrollbar-thumb{
   background-color: #061b50;
border-radius: 5px;
}
#Inquiry form .suc p{
        text-align: left;
}
a.tdn{
    text-decoration:none;
    width: 100%;
}
@media screen and (max-width: 640px){
    .suc {
    font-size: 12px;
}
#Inquiry {
    padding: 1% 0 3%;
}
}