@charset "UTF-8";

.t_h1 {
    background: #f5f5f5;
    text-align: center;
    color: #333;
    font-size: 26px;
    line-height: 1.4;
    padding: 45px 0;
}

.t_h1 .mont_300 {
    font-size: 18px;
}

/*----------------------
sec_contact
----------------------*/
input, button, textarea, select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.sec_contact {
    margin: 70px auto;
    max-width: 850px;
    width: 94%;
}
.sec_contact .txt_lead {
    text-align: center;
    margin-bottom: 30px;
}

.blo_form {
    background: #f5f5f5;
    box-sizing: border-box;
    padding: 60px 8%;
    letter-spacing: 0px;
}

em {
    font-style: normal;
    font-size: 12px;
    color: #fd0000;
}

.contactform-error {
    color: #fd0000;
    margin-bottom: 30px;
    line-height: 1.5;
}

.contact-contents__form {
    text-align: left;
}

.contact-contents__form .txt_ar {
    color: #fd0000;
    font-size: 10px;
    line-height: 1;
}

.contact-contents__form dl {
    margin-bottom: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    color: #444;
}

.contact-contents__form .gyo_over {
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
}

.contact-contents__form .gyo_over dt {
    padding-top: 1em;
}

.contact-contents__form dt {
    width: 45%;
    margin-right: 3%;
}

.contact-contents__form dd {
    width: 57%;
}

textarea,
input[type="text"] {
    box-shadow: none;
    border: 1px solid #ddd;
    border-radius: 0;
    background-color: #fff;
    font-size: 14px;
    padding: 10px 20px;
    line-height: 1.5;
    width: 100%;
    box-sizing: border-box;
    color: #444;
}

textarea::-webkit-input-placeholder {
    font-size: 80%;
}

input[type="text"].short {
    width: 60%;
}

select {
    width: 100%;
    border: 1px solid #ddd;
    padding: 10px 20px;
    font-size: 14px;
    border-radius: 0;
    background: #fff;
    background: url(../img/icon_selectarrow.png) 95% 50% no-repeat, linear-gradient(to bottom, #fff 0%,#fff 100%);
    background-size: 7px, 100%;
    color: #444;
}

.contact-contents__btn {
    text-align: center;
    margin-top: 40px;
}

.contact-contents__btn input[type="submit"]  {
    box-shadow: none;
    border: none;
    background: #0090dc;
    color: #fff;
    font-size: 16px;
    letter-spacing: 1px;
    width: 280px;
    line-height: 1;
    padding: 20px 0;
    border: 1px solid #0090dc;
    box-sizing: border-box;
    border-radius: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.blo_scheduled img {
    width: 20px;
    vertical-align: middle;
    margin-left: 15px;
}

/*----------------------
page_confirm
----------------------*/
.page_confirm dl {
    border-bottom: 1px solid rgba(50,50,50,.1);
    padding: 15px 0;
    margin-bottom: 0px;
    line-height: 1.5;
}

.page_confirm dl:first-of-type {
    border-top: 1px solid rgba(50,50,50,.1);
}

.page_confirm .contact-contents__btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    max-width: 620px;
    margin: 40px auto 0;
}

.page_confirm .contact-contents__btn input[type="submit"] {
    margin: 0 15px;
}

.page_confirm .contact-contents__btn input[type="submit"].btn_back  {
    background: #fff;
    color: #000;
    border: 1px solid #000;
}


/*----------------------
IE用
----------------------*/

@media all and (-ms-high-contrast: none){

}


/*----------------------

768px 以下

----------------------*/

@media (max-width: 768px) {

.t_h1 {
    font-size: 18px;
    padding: 20px 0;
}

.t_h1 .mont_300 {
    font-size: 13px;
}

.sec_contact {
    margin: 40px auto 0;
}

.sec_contact .txt_lead {
    text-align: left;
    margin-bottom: 20px;
}

.blo_form {
    padding: 30px 4% 40px;
    letter-spacing: 0px;
}

.contact-contents__form dl {
    margin-bottom: 20px;
    display: block;
}

.contact-contents__form dt {
    padding-top: 0px;
    width: 100%;
    margin-bottom: 10px;
    font-size: 13px;
}

.contact-contents__form dd {
    width: 100%;
}

textarea, input[type="text"] {
    font-size: 14px;
    padding: 12px 15px;
}

select {
    width: 100%;
    font-size: 14px;
}

.page_confirm .contact-contents__btn {
    display: block;
}

.contact-contents__btn input[type="submit"] {
    font-size: 14px;
    padding: 16px 0;
}

.page_confirm .contact-contents__btn input[type="submit"].btn_back {
    margin-bottom: 20px;
}

.page_form02 textarea {
    height: 150px;
}

.page_confirm dt {
    margin-bottom: 10px;
}


}


/*----------------------

360px 以下

----------------------*/

@media (max-width: 360px) {



}



















