@charset "utf-8";


.redColor.right{
    color: #c80000;
    position: relative;
    right: -7px;
}
@media only screen and (max-width: 1023px){
    .redColor.right{
        right: -3px;
    }
}
.secForm .tableIn{
    width: 1320px;
    max-width: calc(100% - 40px);
    margin: 28px auto 0;
}
/* secFormTable */
.secFormTable{
    margin: 0 auto;
    width: 100%;
    display: block;
}
.secFormTable tbody{
    width: 100%;
    display: block;
}
.secFormTable tr{ 
    display: flex;
}
.secFormTable th{
    display: flex;
    width: 210px;
    font-size: 16px;
    line-height: 1.5;
    font-weight: bold;
    padding: 15px 0;
    position: relative;
    letter-spacing: 0.5px;
    align-items: center;
}
.secFormTable th.start{
    align-items: flex-start;
    padding-top: 37px;
}
.secFormTable td{
    width: calc(100% - 210px);
    font-size: 16px;
    padding: 15px 0;
    position: relative;
    vertical-align: top;
}
/* input */
.secFormTable input[type="text"], 
.secFormTable input[type="tel"], 
.secFormTable input[type="email"], 
.secFormTable input[type="number"], 
.secFormTable input[type="password"], 
.secFormTable select{
    height: 70px;
    border: 1px solid #ececec;
    font-size: 16px;
    letter-spacing: 0.5px;
    padding: 0 5px 0 28px;
    background: #f9f9f9;
    font-family: inherit;
    border-radius: 5px;
}
.secFormTable input::placeholder,
.secFormTable textarea::placeholder{
    color: rgba(51,51,51,0.5);
  }
.secFormTable input:-ms-input-placeholder,
.secFormTable textarea:-ms-input-placeholder{
    color: rgba(51,51,51,0.5);
}
.secFormTable input::-ms-input-placeholder,
.secFormTable textarea::-ms-input-placeholder{
    color: rgba(51,51,51,0.5);
}
_:-ms-lang(x)::-ms-backdrop, .secFormTable select{
    padding-right: 0;
}
.secForm textarea{
    height: 200px;
    border: 1px solid #e5e5e5;
    font-size: 16px;
    letter-spacing: 0.5px;
    padding: 20px 28px;
    background: #fafafa;
    font-family: inherit;
    width:100%;
    resize: none;
    border-radius: 5px;
}
.secForm textarea.ovf{
    overflow-y: scroll;
}
.secForm textarea.h300{
    height: 300px;
}
/* address */
.secFormTable .spanAddress{
    position: relative;
    bottom: -3px;
}
.secFormTable .boxZip{
    font-size: 0;
    margin-top: 10px;
}
/* txtError */
.secForm .txtError {
    color: #f00;
    font-size: 12px;
    background: url(../img/common/iconError.png) left 3px / 14px auto no-repeat;
    padding: 0 0 0 17px;
    margin-top: 10px;
    line-height: 1.5;
    text-align: left;
}
.isDesktopIpad .secForm .txtError{
    background-position: left top 6px;
}
.secFormTable .w200 { width: 200px;}
.secFormTable .w100 { width: 100%;}
.secFormTable .ml10 { margin-left: 10px;}
.secFormTable .mt10 { margin-top: 10px;}


.secForm .priTxt{
    font-size: 14px;
    line-height: 2;
    margin: 20px 0;
}
/* privacy */
.secForm .privacyBox{
    width: 1320px;
    max-width: calc(100% - 40px);
    margin: 0 auto 200px;
}
.secForm .boxPrivacy{
    padding-left: 210px;
    margin-top: 43px;
}
.secForm .bgPrivacy{
    display: flex;
    align-items: center;
    flex-direction: column;
}
.secForm .bgPrivacy .txtError{
    margin-top: 10px;
}
.secForm .boxPrivacyDetails{
    background: #f9f9f9;
    font-size: 14px;
    line-height: 2;
    padding: 19px 28px;
    height: 300px;
    overflow-y: scroll;
}
.secForm .txtPrivacyDetails + .txtPrivacyDetails{
    margin-top: 12px;
}
.secForm .labelCheck{
    width: 150px;
    height: 54px;
    background: #fff;
    margin: 0 auto;
    border-radius: 27px;
    display: block;
    font-size: 14px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
}
.secForm .labelCheck input[type="checkbox"] {
    visibility: hidden;
    position: absolute;
    margin: 0;
    width: 22px;
    height: 22px;
}
.secForm .txtCheck{
    display: inline-flex;
    align-items: center;
    user-select: none;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 1px;
    position: relative;
}
.secForm .txtCheck::before{
    content: "";
    width: 30px;
    height: 30px;
    background: #fff;
    margin-right: 10px;
    border: 1px solid #ececec;
    border-radius: 5px;
}
.secForm input[type="checkbox"].inputRequired:checked + .txtCheck.lazyloaded::before {
    background: url(../img/contact/iconCheck.png) center center / 14px auto no-repeat #fff;
}
/* secCmnFormBtn */
.secCmnFormBtn{
    width: 100%;
    margin: 58px auto 0;
}
.secCmnFormBtn .btnForm{
    overflow: hidden;
    position: relative;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    background: #000;
    letter-spacing: 2px;
}
/* secCmnFormBack */
.secCmnFormBack{
    width: 380px;
    margin: 31px auto 0;
}
.secCmnFormBack .btnFormBack{
    width: 100%;
    height: 70px;
    font-size: 16px;
    color: inherit;
    text-decoration: none;
    border: solid 1px #e6e6e6;
    display: flex;
    align-items: center;
    justify-content: center;
}
@media only screen and (max-width: 1023px){
    .secForm .tableIn{
        width: 100%;
        margin: 0 auto 0;
        max-width: none;
    }
    .secForm .tableIn:last-child{
        margin-top: 10px;
    }
    .secForm .tableTit{
        font-size: 13px;
        padding: 17px 11px 15px;
    }
    /* secFormTable */
    .secFormTable{
        display: block;
        margin: 0 auto 0;
        width: 92%;
    }
    .secFormTable tr{
        display: block;
    }
    .secFormTable th{
        font-size: 12px;
        line-height: 1.5;
        letter-spacing: 0;
        padding: 19px 0 0;
        width: 100%;
    }
    .secFormTable th.start{
        padding-top: 19px;
    }
    .secFormTable td{
        font-size: 13px;
        padding: 10px 0 0;
        letter-spacing: normal;
        display: block;
        width: 100%;
    }
    .secFormTable .must, .secFormTable .noMust {
        width: 40px;
        height: 19px;
        margin-top: 0;
    }
    .secFormTable input[type="text"], .secFormTable input[type="tel"], .secFormTable input[type="email"], .secFormTable input[type="number"], .secFormTable input[type="password"], .secFormTable select {
        height: 50px;
        font-size: 16px;
        padding-left: 15px;
    }
    .secForm select{
        padding-left: 12px;
    }
    .secForm textarea{
        line-height: 1.5;
        padding: 15px;
    }
    .secForm textarea.h300{
        height: 200px;
    }
    .secForm .priTxt{
        font-size: 11px;
        line-height: 1.54;
        margin: 0 0 10px;
    }
    .secFormTable .w200 { width: 150px;}
    .secFormTable .w100 { width: 100%;}
    .secFormTable .ml10 { margin-left: 0px;}
    .secFormTable .mt10 { margin-top: 10px;}
    
    /* adress */
    .secFormTable .spanAddress{
        font-size: 12px;
    }
    .secFormTable .boxZip{
        margin-top: 10px;
        display: block;
    }
    .secFormTable .btnZip{
        border-radius: 15px;
        margin-left: 6px;
        width: 100px;
        line-height: 31px;
        font-size: 10px;
    }
    /* boxRadio */
    .secFormTable .boxRadio{
        padding: 12px 0 18px;
    }
    .secFormTable .itemRadio{
        width: 100%;
    }
    .secFormTable .itemRadio:nth-child(n+2){
        margin-top: 8px;
    }
    .secFormTable input[type="radio"]{
        width: 20px;
        height: 20px;
    }
    .secFormTable .txtRadio{
        font-size: 13px;
        letter-spacing: 0.5px;
    }
    .secFormTable .txtRadio::before{
        width: 20px;
        height: 20px;
        border-radius: 10px;
        margin-right: 7px;
    }
    .secFormTable input[type="radio"]:checked + .txtRadio::after{
        content: "";
        width: 10px;
        height: 10px;
        border-radius: 5px;
        top: 5px;
        left: 5px;
    }
        /* privacy */
    .secForm .privacyBox{
        width: 92%;
        max-width: none;
        margin: 0 auto 150px;
    }
    .secForm .boxPrivacy{
        width: 100%;
        margin: 25px 0 0 auto;
        padding-left: 0;
    }
    .secForm .bgPrivacy .txtError{
        margin-top: 0;
    }
    .secForm .boxPrivacyDetails{
        font-size: 11px;
        line-height: 1.54;
        padding: 15px;
        height: 200px;
    }
    .secForm .txtPrivacyDetails + .txtPrivacyDetails{
        margin-top: 8px;
    }
    .secForm .labelCheck{
        width: 150px;
        height: 50px;
    }
    .secForm .txtCheck{
        font-size: 14px;
        letter-spacing: 1px;
    }
    .secForm .txtCheck::before{
        width: 26px;
        height: 26px;
        margin-right: 10px;
    }
    /* secCmnFormBtn */
    .secCmnFormBtn{
        margin: 30px auto 0;
    }
    .secCmnFormBtn .btnForm{
        height: 60px;
        font-size: 14px;
        letter-spacing: 1px;
    }
    /* secCmnFormBack */
    .secCmnFormBack{
        width: 275px;
        margin: 25px auto 0;
    }
    .secCmnFormBack .btnFormBack{
        width: 100%;
        height: 60px;
        font-size: 13px;
    }
    .secFormTable .spanValue{
        bottom: -3px;
        font-size: 13px;
        letter-spacing: normal;
    }
}
@media screen and (-webkit-min-device-pixel-ratio: 0) and (max-width: 767px) {
    _::-webkit-full-page-media, _:future, .secForm select{
        padding-left: 0;
        text-indent: 7px;
    }
}

/* co */
.secForm.co{
    margin-bottom: 200px;
}
.co .secFormTable tr{
    align-items: center;
}
.co .secFormTable th{
    vertical-align: middle;
    padding: 30px 40px 30px 26px;
}
.co .secFormTable td{
    padding: 30px 0;
    vertical-align: middle;
    line-height: 1.5;
}
.co .secFormTable .spanAddress{
    bottom: 0;
}
.co .secCmnFormBtn{
    margin-top: 60px;
}
@media only screen and (max-width: 1023px){
    .secForm.co{
        margin-bottom: 150px;
    }
    .co .secFormTable th {
        padding: 17px 0 0;
    }
    .co .secFormTable td{
        padding: 12px 0 20px;
    }
    .co .secCmnFormBtn{
        margin: 40px auto 0;
        width: 92%;
    }
}
/* ok */
.secForm.ok{
    margin-bottom: 200px;
}
.secForm .okTxt{
    text-align: center;
    font-size: 16px;
    line-height: 2;
}
.ok .cmnTitJpn{
    margin-top: 94px;
}
.ok .cmnTitEng::before{
    bottom: -38px;
}
.ok .cmnTitEng::after {
    bottom: -38px;
}
@media only screen and (max-width: 1023px){
    .secForm.ok{
        margin-bottom: 150px;
    }
    .secForm .okTxt{
        font-size: 11px;
        line-height: 1.54;
        padding: 0 4%;
        text-align: left;
    }
    .ok .cmnTitJpn{
        margin-top: 45px;
    }
    .ok .cmnTitEng::before{
        bottom: -20px;
    }
    .ok .cmnTitEng::after {
        bottom: -21px;
    }
    .ok .cmnTitEng img{
        height: 30px;
    }
}