@charset "utf-8";

/* secForm */
.secForm .bgBox{
    padding: 10px 0 100px;
}
.secForm .bgBox.lazyloaded{
    background: url(../img/index/bgForm.gif) left top repeat;
}
.secForm .formWrapper{
    width: 1120px;
    margin: -218px auto 0;
    background: #fff;
    border-radius: 5px;
    padding: 52px 0 70px;
    z-index: 10;
    box-shadow: 0 2px 7px rgb(0 0 0 / 10%);
}
.secForm .topBox{
    text-align: center;
}
.secForm .topTxt{
    font-size: 16px;
    line-height: 2.125;
    text-align: center;
    font-weight: 700;
    letter-spacing: 1.5px;
}
/* step */
.secForm .stepList{
    margin-top: 30px;
    display: inline-flex;
    justify-content: center;
    position: relative;
}
.secForm .stepList::after{
    position: absolute;
    content: "";
    width: calc(100% - 40px);
    height: 1px;
    left: 20px;
    top: 20px;
    background:rgb(0, 7, 80);
}
.secForm .stepItem{
    margin-right: 40px;
    text-align: center;
    position: relative;
    z-index: 10;
}
.secForm .stepNum{
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background:rgb(0, 7, 80);
    border: none;
    padding: 1px;
}
.secForm .bgStepNum{
    background: #fff;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}
.secForm .active .bgStepNum{
    background: transparent;
}
.secForm .stepItem:last-child{
    margin-right: 0;
}
.secForm .stepTxt{
    font-size: 14px;
    margin-top: 15px;
    font-weight: 500;
}
@media only screen and (max-width:767px){
    .secForm .bgBox{
        padding-bottom: 60px;
    }
    .secForm .formWrapper{
        width: 92%;
        margin: -103px auto 0;
        padding: 27px 0 60px;
    }
    .secForm .topTxt{
        font-size: 12px;
        line-height: 1.66;
        letter-spacing: normal;
    }
    /* step */
    .secForm .stepList{
        margin-top: 19px;
    }
    .secForm .stepList::after{
        width: calc(100% - 8px);
        left: 4px;
        top: 15px;
    }
    .secForm .stepItem{
        margin-right: 25px;
    }
    .secForm .stepNum{
        width: 31px;
        height: 31px;
    }
    .secForm .stepNum img{
        height: 10px;
        width: auto;
    }
    .secForm .stepTxt{
        font-size: 12px;
        margin-top: 10px;
    }
}

.secForm .tableIn{
    width: 980px;
    margin: 50px auto 0;
}
.secForm .tableIn:last-child{
    margin-top: 30px;
}
.secForm .tableTit{
    font-size: 18px;
    padding: 28px 25px 25px;
    border-left: 3px solid #000750;
    font-weight: 700;
    background: #e9eaf6;
}
/* secFormTable */
.secFormTable{
    margin: 0 auto;
    width: 100%;
    display: block;
}
.secFormTable tbody{
    width: 100%;
    display: block;
}
.secFormTable tr{ 
    border-bottom: 1px solid #e1e1e1;
    display: flex;
}
.secFormTable tr:last-child{
    border-bottom: none;
}
.secFormTable th{
    display: flex;
    width: 250px;
    font-size: 16px;
    line-height: 1.5;
    font-weight: bold;
    padding: 45px 40px 30px 26px;
    position: relative;
    letter-spacing: 0.5px;
    justify-content: space-between;
}
.secFormTable th.pt01 {padding: 32px 0 12px;}
.secFormTable .must,.secFormTable .noMust{
    width: 46px;
    height: 23px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #000750;
    color: #fff;
    font-size: 11px;
    margin-top: -1px;
}
.secFormTable .noMust{
    background: #3e3a39;
}
.secFormTable td{
    width: calc(100% - 250px);
    font-size: 16px;
    padding: 30px 0;
    position: relative;
    vertical-align: top;
}
.secFormTable .flBox{
    display: -webkit-flex;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
}
.secFormTable .spanValue{
    position: relative;
    bottom: -3px;
}
/* input */
.secFormTable input[type="text"], 
.secFormTable input[type="tel"], 
.secFormTable input[type="email"], 
.secFormTable input[type="number"], 
.secFormTable input[type="password"], 
.secFormTable select{
    height: 51px;
    border: 1px solid #e5e5e5;
    font-size: 16px;
    letter-spacing: 0.5px;
    padding: 0 5px 0 15px;
    background: #fafafa;
    font-family: inherit;
    border-radius: 2px;
}
_:-ms-lang(x)::-ms-backdrop, .secFormTable select{
    padding-right: 0;
}
.secForm textarea{
    height: 166px;
    border: 1px solid #e5e5e5;
    font-size: 16px;
    letter-spacing: 0.5px;
    padding: 15px;
    background: #fafafa;
    font-family: inherit;
    width:100%;
    resize: none;
    border-radius: 2px;
}
/* address */
.secFormTable .spanAddress{
    position: relative;
    bottom: -3px;
}
.secFormTable .btnZip{
    display: inline-block;
    width: 120px;
    line-height: 37px;
    background: rgb(0, 7, 80);
    text-decoration: none;
    text-align: center;
    border-radius: 18.5px;
    margin-left: 6px;
    color: #fff;
    font-size: 12px;
    letter-spacing: 0.5px;
}
.secFormTable .boxZip{
    font-size: 0;
    display: flex;
}
.secFormTable .btnZip + .boxZip{
    margin-top: 10px;
}
/* txtError */
.secForm .txtError {
    color: #f00;
    font-size: 12px;
    background: url(../img/common/iconError.png) left 2px no-repeat;
    background-size: 14px;
    padding: 0 0 0 17px;
    margin-top: 10px;
    line-height: 1.5;
    text-align: left;
}
.isDesktopIpad .secForm .txtError{
    background-position: left top 6px;
}
.secFormTable .inblock {display: inline-block;}
.secFormTable .ml4  { margin-left: 4px;}
.secFormTable .ml25 { margin-left: 25px;}
.secFormTable .mr7 { margin-right: 7px;}
.secFormTable .mr10 { margin-right: 10px;}
.secFormTable .mt10 { margin-top:10px;}
.secFormTable .mt16 { margin-top:16px;}
.secFormTable .w140 { width: 140px;}
.secFormTable .w160 { width: 160px;}
.secFormTable .w200 { width: 200px;}
.secFormTable .w580 { width: 580px;}
.secFormTable .w730 { width: 730px;}
.secFormTable .w100p { width: 100%;}
.secFormTable .mx100{
    max-width: 100%;
}
/* boxRadio */
.secFormTable .boxRadio{
    padding: 43px 0 30px;
}
.secFormTable .listRadio{
    display: flex;
    flex-wrap: wrap;
}
.secFormTable .itemRadio{
    width: 302px;
}
.secFormTable .itemRadio:nth-child(n+3){
    margin-top: 17px;
}
.secFormTable .labelRadio{
    position: relative;
    display: inline-block;
}
.secFormTable input[type="radio"]{
    visibility: hidden;
    position: absolute;
    margin: 0;
    width: 27px;
    height: 27px;
}
.secFormTable .txtRadio{
    display: inline-flex;
    align-items: center;
    user-select: none;
    font-size: 16px;
    letter-spacing: 1px;
}
.isDesktopIpad .secFormTable .txtRadio{
    font-size: 13px;
}
.secFormTable .txtRadio::before{
    content: "";
    width: 27px;
    height: 27px;
    background: #fafafa;
    margin-right: 10px;
    border: 1px solid #e5e5e5;
    border-radius: 13px;
}
.secFormTable input[type="radio"]:checked + .txtRadio::after{
    content: "";
    width: 15px;
    height: 15px;
    border-radius: 7.5px;
    background: #000750;
    position: absolute;
    top: 6.25px;
    left: 6.25px;
}
/* boxRadio topRadio */
.secFormTable .boxRadio.topRadio .itemRadio{
    width: auto;
    margin-right: 29px;
    margin-top: 0;
}
.secFormTable .boxRadio.topRadio .itemRadio:last-child{
    margin-right: 0;
}
/* privacy */
.secForm .boxPrivacy{
    border-top: solid 1px #e1e1e1;
    padding-top: 30px;
}
.secForm .bgPrivacy{
    background: #f7f3f9;
    padding: 36px 0 33px;
    text-align: center;
}
.secForm .privacyTxt{
    font-size: 14px;
    font-weight: 700;
}
.secForm .linkPriacy{
    color: #00baff;
}
.secForm .labelCheck{
    width: 300px;
    height: 54px;
    background: #fff;
    margin: 15px auto 0;
    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: 14px;
    letter-spacing: 1px;
    position: relative;
}
.secForm .txtCheck::before{
    content: "";
    width: 22px;
    height: 22px;
    background: #fafafa;
    margin-right: 10px;
    border: 1px solid #e5e5e5;
    border-radius: 5px;
}
.secForm input[type="checkbox"].inputRequired:checked + .txtCheck.lazyloaded::before {
    background: url(../img/index/iconCheck.png) center center / 14px auto no-repeat rgb(0, 7, 80);
}
.secForm .boxPrivacy .txtError{
    text-align: center;
    display: inline-block;
}
/* secCmnFormBtn */
.secCmnFormBtn{
    width: 480px;
    margin: 30px auto 0;
}
.secCmnFormBtn .btnForm{
    overflow: hidden;
    position: relative;
    background: rgb(0, 7, 80);
    height: 86px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 43px;
    box-shadow: inset 0px -7px 0px 0px rgba(0, 0, 0, 0.07);
    font-size: 20px;
    color: #fff;
    text-decoration: none;
    font-weight: 700;
}
.secCmnFormBtn .btnForm::before{
    content: "";
    position: absolute;
    top: 0;
    left: -50%;
    display: block;
    opacity: 1;
    width: 100px;
    height: calc(100% - 7px);
    background: linear-gradient(to right,transparent 0,transparent 50%, rgba(255,255,255,0.2) 50%, rgba(255,255,255,0.2) 80%,transparent 80%,transparent 90%,rgba(255,255,255,0.2) 90%,rgba(255,255,255,0.2) 100%);
    transform: skew(-20deg);
    transform-origin: top left;
    animation: btnAnimation 2s ease infinite;
}
@keyframes btnAnimation{
    0%{left:-50px;opacity:1}
    90%{left:100%;opacity:0}
    100%{left:100%;opacity:0}
}
/* secCmnFormBack */
.secCmnFormBack{
    width: 380px;
    margin: 30px auto 0;
}
.secCmnFormBack .btnFormBack{
    width: 100%;
    height: 80px;
    font-size: 20px;
    color: #3e3a39;
    text-decoration: none;
    border-radius: 40px;
    border: solid 1px #3e3a39;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: inset 0px -7px 0px 0px rgba(0, 0, 0, 0.07);
}
@media only screen and (max-width: 767px){
    .secForm .tableIn{
        width: 100%;
        margin: 29px auto 0;
    }
    .secForm .tableIn:last-child{
        margin-top: 10px;
    }
    .secForm .tableTit{
        font-size: 13px;
        padding: 17px 11px 15px;
    }
    /* secFormTable */
    .secFormTable{
        display: block;
        margin: 5px auto 0;
        width: 91.305%;
    }
    .secFormTable tr{
        display: block;
    }
    .secFormTable th{
        font-size: 13px;
        line-height: 1.5;
        padding: 17px 0 0;
        width: 100%;
    }
    .secFormTable td{
        font-size: 13px;
        padding: 12px 0 20px;
        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: 41px;
        font-size: 16px;
        padding-left: 7px;
    }
    .secForm textarea{
        border-radius: 0;
        line-height: 1.73;
        padding: 7px;
    }
    .secFormTable .mls0{margin-left: 0px;}
    .secFormTable .mrs0{margin-right: 0px;}
    .secFormTable .mls13{margin-left: 13px;}
    .secFormTable .mts10{margin-top: 10px;}
    .secFormTable .ws90{width: 90px;display: inline-block;}
    .secFormTable .ws_90{width: calc(100% - 90px);}
    .secFormTable .ws130{width: 130px;}
    .secFormTable .ws160{width: 160px;}
    .secFormTable .ws100p{width: 100%;}
    .secFormTable .flexbox{
        display: block;
    }
    /* adress */
    .secFormTable .spanAddress{
        font-size: 13px;
    }
    .secFormTable .boxZip{
        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;
    }
    /* boxRadio topRadio */
    .secFormTable .boxRadio.topRadio .itemRadio{
        width: 110px;
        margin-right: 0;
        margin-top: 0;
    }
    .secFormTable .boxRadio.topRadio .itemRadio:nth-child(n+3){
        margin-top: 8px;
    }
    /* privacy */
    .secForm .boxPrivacy{
        width: 91.305%;
        margin: 0 auto;
    }
    .secForm .bgPrivacy{
        padding: 18px 0 20px;
    }
    .secForm .privacyTxt{
        font-size: 12px;
        line-height: 1.83;
    }
    .secForm .labelCheck{
        width: 165px;
        height: 44px;
        margin: 9px auto 0;
        border-radius: 22px;
        font-size: 12px;
    }
    .secForm .labelCheck input[type="checkbox"] {
        width: 20px;
        height: 20px;
    }
    .secForm .txtCheck{
        font-size: 12px;
    }
    .secForm .txtCheck::before{
        width: 20px;
        height: 20px;
        margin-right: 9px;
    }
    .secForm input[type="checkbox"].inputRequired:checked + .txtCheck.lazyloaded::before {
        background: url(../img/index/iconCheck.png) center center / 10px auto no-repeat #000750;
    }
    /* secCmnFormBtn */
    .secCmnFormBtn{
        width: 91.305%;
        margin: 30px auto 0;
    }
    .secCmnFormBtn .btnForm{
        font-size: 16px;
        height: 74px;
        border-radius: 37px;
        box-shadow: inset 0px -3px 0px 0px rgba(0, 0, 0, 0.07);
    }
    .secCmnFormBtn .btnForm::before{
        width: 100px;
        height: calc(100% - 3px);
        transform: skew(-20deg);
        background: linear-gradient(to right,transparent 0,transparent 50%, rgba(255,255,255,0.12) 50%, rgba(255,255,255,0.1) 83%,transparent 83%,transparent 90%,rgba(255,255,255,0.1) 90%,rgba(255,255,255,0.1) 100%);
    }
    /* secCmnFormBack */
    .secCmnFormBack{
        width: 80%;
        margin: 30px auto 0;
    }
    .secCmnFormBack .btnFormBack{
        width: 100%;
        height: 66px;
        font-size: 16px;
        border-radius: 33px;
        box-shadow: inset 0px -3px 0px 0px rgba(0, 0, 0, 0.07);
    }
    .secFormTable .flBox.spblock{
        display: block;
    }
}

@media only screen and (max-width: 374px){
    .secFormTable .ws130{
        width: 120px;
    }
}
@media only screen and (max-width: 359px){
    .secFormTable .w160{
        width: 140px;
    }
    .secFormTable .btnZip{
        width: 90px;
    }
    .secFormTable .ws130{
        width: 100px;
    }
    .secForm .topTxt {
        font-size: 11px;
    }
}

/* co */
.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 .secForm .tableIn:last-child {
    margin-top: 0;
}
.co .tableIn tr:last-child{
    /* border-bottom: 1px solid #e1e1e1; */
    border-bottom: 1px solid #e1e1e1;
}
.co .secCmnFormBtn{
    margin-top: 60px;
}
@media only screen and (max-width: 767px){
    .co .secFormTable th {
        padding: 17px 0 0;
    }
    .co .secFormTable td{
        padding: 12px 0 20px;
    }
    .co .secCmnFormBtn{
        margin-top: 40px;
    }
}
/* ok */
.secForm .okTxt{
    text-align: center;
    font-size: 16px;
    line-height: 2;
    margin-top: 30px;
}
.ok .cmnTitJpn{
    margin-top: 94px;
}
.ok .cmnTitEng::before{
    bottom: -38px;
}
.ok .cmnTitEng::after {
    bottom: -38px;
}
@media only screen and (max-width: 767px){
    .secForm .okTxt{
        font-size: 12px;
        padding: 0 15px;
        text-align: left;
    }
    .ok .cmnTitJpn{
        margin-top: 45px;
    }
    .ok .cmnTitEng::before{
        bottom: -20px;
    }
    .ok .cmnTitEng::after {
        bottom: -21px;
    }
    .ok .cmnTitEng img{
        height: 30px;
    }
}
/* 240527 */
.secFormTable .flBox.category{}
.secFormTable .flBox.category .flItem.m_name{
    flex: 1;
    padding-right: 13px;
}
@media only screen and (max-width: 767px){
    .secFormTable .flBox.category{
        flex-wrap: wrap;
    }
    .secFormTable .flBox.category .flItem.m_name{
        width: 100%;
        flex: auto;
        padding-right: 0;
    }
    .secFormTable .flBox.category .flItem + .flItem{
        margin-top: 10px;
    }
}

/* アコーディオン */
.secForm .tableIn.jsAccordionTarget {
    display: none;
    margin: 6px auto 0;
}
.formToggleBtn{
    width: 980px;
    cursor: pointer;
    position: relative;
    margin: 0 auto;
    height: 70px;
    border-radius: 50px;
    border: 3px solid #000750;
    background: #e9eaf6;
    display: flex;
    align-items: center;
    justify-content: center;
}
.formToggleBtn .toggleTxt{
    font-size: 18px;
    font-weight: bold;
    color: #000750;
    letter-spacing: 1.5px;
}
.formToggleBtn::after {
    content: "▼";
    position: absolute;
    top: calc(50% - 4px);
    right: 50px;
    width: 6px;
    height: 8px;
    color: #000750;
    /* border-right: 2px solid #333;
    border-bottom: 2px solid #333; */
    /* transform: translateY(-50%) rotate(45deg); */
    transition: transform 0.3s ease;
}

.formToggleBtn.is-open::after {
    content: "▲";
}

@media only screen and (max-width: 767px){
    .formToggleBtn{
        width: 91.305%;
        margin: 0 auto;
        border: 2px solid #000750;
        height: 65px;
    }
    .formToggleBtn .toggleTxt{
        font-size: 13px;
        letter-spacing: 0px;
        line-height: calc(22 / 13);
    }
    .formToggleBtn::after {
        top: calc(50% - 5px);
        right: 15px;
        font-size: 10px;
    }
    .secForm .tableIn.jsAccordionTarget {
        margin: 0;
    }
}
.secForm input[name="isQuestion"]{
    display: none;
}