/* index */
#Inquiry form {
    font-size: 16px;
    margin: 0 auto;
    background-color: #c8e5ff;
    padding: 4% 4% 9%;
    text-align: left;
}

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

#Inquiry form span {
    margin-left: 10px;
    color: #fff;
    background: #ff7200;
    padding: 2px 8px 2px;
    font-size: 13px;
    margin-bottom: 2px;
}

#Inquiry form table {
    width: 100%;
}

#Inquiry form th {
    font-size: 14px;
    font-weight: bold;
    background-color: #0090fe;
    padding: 8px 5px 8px 15px;
    color: #fff;
    text-align: left;
}

@media screen and (min-width: 640px) {
    #Inquiry form th {
        font-size: 20px;
        font-weight: bold;
        background-color: #0090fe;
        padding: 8px 5px 8px 15px;
    }

    .small {
        font-size: 15px;
    }
}

#Inquiry form td {
    padding-bottom: 20px;
    padding-top: 7px;
    color: #292929;
}

#Inquiry form input#zip {
    width: 30%;
}

#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%;
    resize: vertical;
}

#Inquiry form textarea {
    height: 250px;
    resize: vertical;
}

#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 {
    width: 65%;
    margin: 0 auto;
}

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


#Inquiry form span.fsss {
    font-size: 13px;
    background: none;
    padding: 0;
    margin: 0;
}

#Inquiry form input[type=image] {
    max-width: 77%;
    display: block;
    margin: auto;
}

@media screen and (max-width: 640px) {

    /*    #Inquiry {
        padding-bottom: 100px;
    }*/
    .submit_btn {
        width: 90%;
        margin: 0 auto;
    }
}

/* confirmation */
.confirmation {
    background-color: #fff;
    color: #fff;
    text-align: center;
    min-width: 100px;
    min-height: 100%;
    margin: auto;
    max-width: 600px;
    box-shadow: #bbb 0px 0px 23px;
}

.confirmation h2 {
    color: #0090fe;
    font-size: 36px;
    font-weight: bold;
    padding-top: 20px;
}


.confirmation #content {
    background: none;
}

.form_tbl {
    box-sizing: border-box;
    margin: 0 auto;
    max-width: 800px;
    padding: 20px;
    width: 100%;
}

.form_tbl table {
    width: 100%;
}

.form_tbl th {
    font-size: 15px;
    font-weight: bold;
    background-color: #0090fe;
    padding: 8px 5px 8px 7px;
    color: #fff;
}

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

@media screen and (min-width: 640px) {
    .form_tbl td {
        font-size: 18px;
        padding-bottom: 50px;
        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;
    background-color: #0090fe;
    box-shadow: 0px 4px 0px #163180;
}

.submitbtn input.submit {
    background-color: #0090fe;
    box-shadow: 0px 4px 0px #163180;
}

.submitbtn input.submit_back {
    background-color: #c0c0c0;
    box-shadow: 0px 4px 0px #696969;
}

/* finish */
.backbtn {
    background: #0090fe;
    border: solid 1px #0090fe;
    border-radius: 4px;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2);
    color: #292929;
    margin: 0 auto;
    padding: 10px 20px 10px 5px;
    text-align: center;
    text-decoration: none;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
    width: 50% !important;
}

.backbtn a:visited {
    color: #fff;
    font-size: 20px;
}

.backbtn a:link {
    color: #fff;
    text-decoration: underline;
}

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

section.form h2 {
    color: #0090fe;
    font-size: 36px;
    font-weight: bold;
    padding-top: 20px;
}

section.form p {
    margin: 10px auto 20px;
    color: #292929;
    font-weight: bold;
    padding: 2% 5%;
    font-size: 20px;

}
@media screen and (max-width:640px) {
    section.form p {
        font-size: 15px;
    }
}

@media screen and (min-width:640px) {
    .backbtn {
        width: 30% !important;
    }
}

@media only screen and (min-width:768px) and (max-width:900px) {

    .submit_btn {
        width: 65%;
        margin: 0 auto;
    }

    .backbtn {
        width: 25% !important;
    }
}

#Inquiry form input#tel {
    width: 50%;
    border: 1px solid #ccc;
    border-radius: 5px;
    box-sizing: border-box;
    font-size: 16px;
    padding: 10px;
}

@media screen and (max-width: 640px) {
    .small {
        font-size: 10px;
    }
}

img.formttl {
    margin: 0 auto;
    padding: 80px 30% 20px;
}

.pc {
    display: none !important;
}

.sp {
    display: block !important;
}

@media screen and (min-width:750px) {
    .sp {
        display: none !important;
    }

    .pc {
        display: block !important;
    }
}

h2{
    margin: 0 !important;
}