/**************************************

form.css

***************************************/

.formArea{
    
}
.formConfirm,
.formFinish{
    margin-top: 100px;
}
.formArea__tit{
    background-color: #f4901e;
    margin-bottom: 60px;
}
.formArea__txt{
    color: #353535;
    font-weight: bold;
    line-height: 1.5;
    text-align: center;
}
.formArea__txt span{
    color: #f00;
    font-weight: bold;
}
.formArea__txt .tellink{
    font-size: 2rem;
}
.formArea__txt .formTxtLink{
    background: #f4901e;
    color: #fff;
    font-weight: bold;
    font-size: 1.2rem;
    padding: 15px 25px;
    border-radius: 10px;
}

.contactTable{
    width: 100%;
}
.contactTable th{
    width: 90%;
    display: block;
    text-align: right;
    vertical-align: middle;
    padding-bottom: 20px;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.4;
}
@media screen and (max-width: 780px) {
    .contactTable th{
        text-align: left;
        width: 100%;
        padding-bottom: 10px;
    }
}
.contactTable th .require{
    font-weight: bold;
    color: #f4901e;
    font-size: 14px;
}
.contactTable td{
    width: 80%;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.contactTable td .contactTable__checkWrap{
    margin-bottom: 10px;
    display: block;
    font-size: 14px;
}
.contactTable td .contactTable__checkWrap input{
    margin-right: 10px;
}
.contactTable td .contactTable__checkTxt{
    font-size: 12px;
}
.contactTable td .contactTable__select{
    font-size: 14px;
    border: 1px solid #353535;
    padding: 12px 8px;
}
.contactTable td .addressmb{
    margin-bottom: 8px;
}
.contactTable td input[type="checkbox"]{

}
.contactTable td input[type="text"]{
    width: 100%;
    border: 1px solid #353535;
    font-size: 15px;
    padding: 12px 8px;
    box-sizing: border-box;
}
.contactTable td input[type="text"].info__inputText--middle{
    width: 50%;
}
.contactTable td textarea{
    width: 100%;
    border: 1px solid #353535;
    padding: 12px 8px;
    font-size: 15px;
    box-sizing: border-box;
}
@media screen and (max-width: 780px) {
    .formConfirm,
    .formFinish{
        margin-top: 60px;
    }

    .contactTable td{
        display: block;
        width: 100%;
    }
    .contactTable td input[type="text"].info__inputText--middle{
        width: 100%;
    }
}


.txtContact01{
    margin: 40px auto;
    background: #E3E3E3;
    padding: 45px 30px;
    line-height: 1.5;
}
.txtContact01 p{
    font-weight: bold;
    margin-bottom: 12px;
}
.txtContact01 ul li{
    font-size: 14px;
}
@media screen and (max-width: 780px) {
    margin: 0 auto 40px;
    max-width: 100%;
    padding: 20px;
}

.txtContact02 .agree{
    text-align: center;
    margin-bottom: 30px;
}
/*.txtContact02{

}
.txtContact02 .checkOk{
    text-align: center;
    margin-bottom: 40px;
}
.txtContact02 .checkOk input[type=checkbox]{
    opacity: 0;
    position: absolute;
}
.txtContact02 .checkOk label{
    padding-left: 40px;
    margin-left: 65px;
    position: relative;
    font-size: 16px;
    margin: 0 auto;
}
.txtContact02 .checkOk label:before{
    content: "";
    width: 20px;
    height: 20px;
    border: 1px solid #000;
    position: absolute;
    left: 0;
    top: -4px;
}
.txtContact02 .checkOk label:checked+label:after {
    content: "";
    width: 16px;
    height: 10px;
    position: absolute;
    background-image: url("") no-repeat center;
    background-size: 16px 10px;
    z-index: 0;
    top: 3px;
    left: 4px;
}*/


.btn-action{

}
.btn-action .c-btn01{
    background-color: #f4901e;
    display: block;
    color: #fff;
    font-size: 24px;
    padding: 21.5px 0;
    text-align: center;
    border: 0 none;
    width: 400px;
    margin: 0 auto 40px;
    cursor: pointer;
    border-radius: 10px;
}
.btn-action .c-btn01:hover{

}
@media screen and (max-width: 780px) {
    .btn-action .c-btn01{
        width: 100%;
    }
}

.txtContact03{
    font-size: 16px;
    text-align: left;
    max-width: 820px;
    margin: 0 auto;
    line-height: 1.5;
    padding-left:1em;
    text-indent:-1em;  
}
.txtContact03 #mailContact{
    color: #f4901e; 
}


.formConfirm__cont{
    margin: 30px auto 0;
}

/* ==================== form__submit・form__back ==================== */

.form__submit{
    text-align: center;
}
.form__submit .form__submitBtn{
    background-color: #f4901e;
    display: block;
    color: #fff;
    font-size: 24px;
    padding: 21.5px 0;
    text-align: center;
    border: 0 none;
    width: 400px;
    cursor: pointer;
    border-radius: 10px;
    margin: 0 auto;
}
.form__submit .form__submitBtn:hover{

} 
            
.form__back{

}
.form__back .form__backBtn{
    background-color: #9099A8;
    display: block;
    color: #fff;
    font-size: 24px;
    padding: 21.5px 0;
    text-align: center;
    border: 0 none;
    width: 400px;
    cursor: pointer;
    border-radius: 10px;
    margin: 20px auto 0;
}
.form__back .form__backBtn:hover{

}
@media screen and (max-width: 780px) {
    .form__submit .form__submitBtn,
    .form__back .form__backBtn{
        width: 100%;
    }
}


/* ==================== formError ==================== */

.formError{
    color: #b52020;
    text-align: center;
    margin-bottom: 30px;
}
.formError__tit{

}
.formError__items{
    margin-top: 12px;
}
.formError__items .formError__item{

}






