@charset "utf-8";
/* -------------------------------------------------- */
/* PC*/
/* -------------------------------------------------- */
.contactTtl {
    margin: 100px auto 0 !important;
    background: url(../../img/contact/contact_mv_bg.jpg) no-repeat center center / cover;
}
#contactlead {
    padding: 100px 0 0;
}
footer.contact {
    border-top: 1px solid #ECECEC;
}
.contactHead {
    margin: 0 0 36px 0;
    font-size: 1.8rem;
    line-height: 1.4;
    text-align: center;
}
.contactHead .br_:after {
    content: "\A";
    white-space: pre;
}
.completeHead {
    letter-spacing: 0.08em;
}
.contactNote {
    margin: 0 0 30px;
    font-size: 2.0rem;
    color: #AB0106;
    text-align: center;
}
.contacFlow {
    width: 568px;
    margin: 0 auto 80px;
    padding: 13px 0;
    text-align: center;
    border: 3px solid #E5E5E5;
    border-radius: 50px;
    box-sizing: border-box;
}
.contactFlowTxt {
    display: inline-block;
    margin: 0 22px 0 0;
    padding: 0 35px 0 0;
    background: url(../../img/contact/contact_flow_img.png) no-repeat right top 8px;
    color: #C3C3C3;
    font-size: 1.6rem;
}
.contactFlowNum {
    width: 22px;
    height: 22px;
    margin: 0 9px 0 0;
    display: inline-block;
    background: #C3C3C3;
    border-radius: 50%;
    color: #FFFFFF;
    line-height: 21px;
}
.finished {
    color: #AB0106;
    background: url(../../img/contact/contact_flow_img02.png) no-repeat right top 8px;
}
.finished .contactFlowNum {
    background: #AB0106;
}
.contactFlow03 {
    margin: 0;
    padding: 0;
    background: none;
}
.contactBody {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto 156px;
}
.formCol {
    width: 100%;
    padding: 25px 20px;
    border-bottom: 1px solid #DCDCDC;
}
#contactFormArea {
    border-top: 1px solid #DCDCDC;
}
.formttl {
    margin: 0 0 13px;
    font-weight: 700;
}
.formDivision .formttl {
    margin: 0 0 30px;
}
.formttl, .btnRadio {
    font-size: 1.6rem;
}
.btnRadio {
    margin: 0 38px 0 0;
}
.formAdd {
    margin: 0 0 10px;
    font-size: 2.3rem;
    font-weight: 700;
}
.require {
    padding: 4px 10px 5px;
    margin: 0 0 0 13px;
    display: inline-block;
    background: #AB0106;
    color: #FFFFFF;
    font-size: 1.3rem;
    line-height: 1.0;
}
.formContsBot {
    margin: 64px 0 0;
    text-align: center;
}
.ppGuideTxt {
    margin: 0 0 14px;
}
.policyLink {
    color: #AB0106 !important;
}
.policyLink:hover {
    text-decoration: underline;
}
.checkTxt {
    padding: 0 20px;
    font-size: 2.0rem;
    line-height: 1.4;
}
.errForm {
    background-color: #FED1D3 !important;
}
.errorMessage {
    margin: 10px 0 0;
    padding: 0 0 0 23px;
    background: url(../../img/contact/icon_error.svg) no-repeat left center;
    font-size: 1.3rem;
    color: #B10418;
}
.returnBtn {
    width: 340px;
    margin: 40px auto 0;
    font-size: 1.3rem;
    text-align: left;
}
.returnBtn a {
    color: #666666 !important;
    transition: all .3s ease-in-out;
}
.returnBtn a:before {
    width: 9px;
    height: 9px;
    margin: 0 8px 0;
    display: inline-block;
    content: "";
    border-left: 1px solid #666666;
    border-bottom: 1px solid #666666;
    transform: rotate(45deg);
    vertical-align: 0;
}
.returnBtn a:hover {
    opacity: 0.7;
}
input[type="text"], input[type="tel"], textarea {
    property: value;
    background: #FFFFFF;
    width: 100%;
    border: 1px solid #aaa;
    border-radius: 8px;
    padding: 15px 10px 14px 25px;
    font-size: 2.0rem;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-family: 'Noto Sans JP', "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W4", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#e_add01 {
    width: 155px;
}
#e_add02 {
    width: 155px;
}
#e_add01, #e_add02 {
    padding: 15px 10px 14px 18px;
}
textarea {
    height: 400px;
}
/* form btn */
.formBtn {
    width: 340px;
    margin: auto;
    position: relative;
}
.submitBtn {
    width: 100%;
    padding: 15px 0 20px 0;
    display: block;
    position: relative;
    z-index: 1;
    font-size: 2.0rem;
    background: #AB0106;
    transition: all .3s ease-in-out;
}
.submitBtn, .submitAssist {
    font-weight: 700;
    line-height: 1.0;
    color: #FFFFFF !important;
}
.submitAssist {
    margin: 0 0 6px;
    display: inline-block;
    font-size: 1.4rem;
}
.formBtn:after {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 5px;
    left: 5px;
    z-index: 0;
    content: "";
    border-right: 1px solid #AB0106;
    border-bottom: 1px solid #AB0106;
}
.submitBtn:hover {
    transform: translate(5px, 5px);
}
.sendBtn {
    padding: 30px 0;
}
#contactEndLink {
    margin: 100px auto 0;
}
.completeBtn {
    width: 360px;
}
/* チェックボックス,ラジオボタン 装飾 */
input[type="checkbox"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: relative;
    background: url(../../img/contact/request_checkbox.jpg) no-repeat left top;
    width: 19px;
    height: 19px;
    vertical-align: middle;
    margin-right: 10;
}
input[type="checkbox"]:checked:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    background: url(../../img/contact/request_checkbox.jpg) left bottom;
    width: 19px;
    height: 19px;
}
input[type="radio"] {
    display: none;
}
input[type="radio"] + label {
    background: url(../../img/contact/contact_radio.png) no-repeat left center;
    background-size: 17px 17px;
    cursor: pointer;
    display: inline-block;
    padding-left: 27px;
}
input[type="radio"]:checked + label {
    background: url(../../img/contact/contact_radio_on.png) no-repeat left center;
    background-size: 17px 17px;
    cursor: pointer;
}
/* -------------------------------------------------- */
/* TAB */
/* -------------------------------------------------- */
@media screen and (min-width: 768px) and (max-width: 1024px) {
    .contactHead:after {
        content: "\A";
        white-space: pre;
    }
    .contactBody {
        width: 92%;
        margin: 0 auto 80px;
    }
    .checkTxt {
        font-size: 1.8rem;
    }
    
    input{
        -webkit-appearance: none;
    }
}
/* -------------------------------------------------- */
/* SP */
/* -------------------------------------------------- */
@media screen and (max-width: 767px) {
    .pageTtlJp .br_:before{
        content: "\A";
        white-space: pre;
    }
    .contactNote .br:before {
        content: "\A";
        white-space: pre;
    }
    .contactNote {
        line-height: 1.4;
    }
    .contactHead {
        margin: 0 0 36px 0;
        font-size: 1.8rem;
        line-height: 1.4;
        text-align: left;
        font-size: 1.6rem;
    }
    .contactHead .br_:after {
        content: "";
    }
    .contactBody {
        width: 92%;
        max-width: 1000px;
        margin: 0 auto 80px;
    }
    .contacFlow {
        width: 100%;
        padding: 13px 0 13px 10px;
    }
    .contactFlowTxt {
        display: inline-block;
        margin: 0px 2px 0 0;
        padding: 0 13px 0 0;
        font-size: 1.4rem;
    }
    .contactFlow03 {
        margin: 0 !important;
        padding: 0 !important;
        background: none;
    }
    .btnRadio {
        margin: 0;
        width: 100%;
        display: inline-block;
    }
    .formCol {
        padding: 25px 2%;
    }
    #e_add01, #e_add02 {
        width: 120px;
    }
    .ppGuideTxt {
        letter-spacing: 0;
    }
		
	input[type="text"], input[type="tel"], textarea {
		font-size: 1.6rem;
	}
    
    input[type="text"]::-webkit-input-placeholder, input[type="tel"]::-webkit-input-placeholder, textarea:-webkit-input-placeholder{ /* WebKit, Blink, Edge */
      font-size: 1.6rem !important;
    }
    input[type="text"]:-ms-input-placeholder, input[type="tel"]:-ms-input-placeholder, textarea:-ms-input-placeholder { /* Internet Explorer 10-11 */
      font-size: 1.6rem !important;
    }
    input[type="text"]::placeholder, input[type="tel"]::placeholder, textarea::placeholder{ /* Others */
      font-size: 1.6rem !important;
    }
    
    input, textarea {
        -webkit-appearance: none;
    }
    .checkTxt {
        font-size: 1.8rem;
    }
}
@media screen and (max-width: 374px) {
    .contacFlow {
        width: 100%;
        padding: 13px 0 13px 2vw;
    }
    .contactFlowTxt {
        float: left;
    }
    .formBtn {
        width: 100%;
    }
}