@charset "utf-8";


/* placeholderの色指定 */
::placeholder{
    color: rgb(172, 171, 170);
}

/* PHPエラー文 */
.secForm .txtError{
    color: #F00;
    font-size: var(--pcFontSize12);
    background: url(../img/common/iconError.png) left top / 1.4rem auto no-repeat;
    padding: 0 0 0 1.7rem;
    margin-top: 1.5rem;
    line-height: var(--pcLineHeight12_15);
}

.btnSendCo.no_tap,
.btnSendCoBack.no_tap{
    opacity: 0.3!important;
    pointer-events: none!important;
    transition: none!important;
}
.btnSendCo.no_tap{
    background: url(../img/common/iconLoader.png) center center / 32px auto no-repeat,var(--colorZip)!important;
    font-size: 0!important;
}

/* -----------------------------------------------
    secForm
----------------------------------------------- */
.secForm{
    margin-top: 10rem;
}
.secForm .jpnTit{
    font-size: var(--pcFontSize48);
    font-weight: 700;
    text-align: center;
}
.secForm .topTxt{
    font-size: var(--pcFontSize15);
    line-height: var(--pcLineHeight15_30);
    text-align: center;
    margin-top: 4rem;
}
.secForm .formStep{
    display: flex;
    justify-content: center;
    margin-top: 4rem;
    position: relative;
}
.secForm .formStep::before{
    content: "";
    position: absolute;
    left: calc(50% - 13.5rem);
    top: 2.8rem;
    width: 27rem;
    height: 0.2rem;
    background: var(--borderColor01);
}
.secForm .item{
    position: relative;
    text-align: center;
}
.secForm .item::after{
    content: "";
    position: absolute;
    left: calc(50% - 1rem);
    top: 2rem;
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
    border: solid 0.1rem var(--borderColor01);
    background: var(--whiteColor);
}
.secForm .item.active::after{
    background: var(--activeColor);
    border-color: var(--activeColor);
}
.secForm .item + .item{
    margin-left: 9.2rem;
}
.secForm .stepTit{
    font-size: var(--pcFontSize15);
    letter-spacing: var(--pcLetterSpacing15_100);
    margin-top: 4rem;
}
@media only screen and (max-width:1215px){
    .secForm{
        margin-top: 6rem;
    }
    .secForm .jpnTit{
        font-size: var(--spFontSize26);
    }
    .secForm .topTxt{
        font-size: var(--spFontSize12);
        line-height: var(--spLineHeight12_24);
        margin-top: 2.3rem;
    }
    .secForm .formStep{
        margin-top: 1.3rem;
    }
    .secForm .formStep::before{
        left: calc(50% - 9rem);
        top: 3.1rem;
        width: 18rem;
    }
    .secForm .item::after{
        top: 2.3rem;
    }
    .secForm .item + .item{
        margin-left: 5.2rem;
    }
    .secForm .stepTit{
        font-size: var(--spFontSize15);
        letter-spacing: var(--spLetterSpacing15_100);
        margin-top: 4.4rem;
    }
}

/* -----------------------------------------------
    secFormTable
----------------------------------------------- */
.secFormTable{
    margin-top: 8rem;
    border-top: 0.1rem solid var(--borderColor02);
    table-layout: fixed;
}
.secFormTable tr{
    border-bottom: 0.1rem solid var(--borderColor02);
    display: flex;
}
.secFormTable th{
    width: 21rem;
    font-size: var(--pcFontSize15);
    line-height: var(--pcLineHeight15_30);
    padding: 4.2rem 0;
    vertical-align: top;
    position: relative;
}
.secFormTable td{
    padding: 3rem 0;
    width: calc(100% - 21rem);
    vertical-align: middle;
    font-size: var(--pcFontSize15);
    position: relative;
}
.secFormTable .flTd{
    display: flex;
    align-items: center;
}
.secFormTable .must{
    color: var(--redColor);
    margin-left: 1rem;
}
.secFormTable .txtSmallNote{
    font-size: var(--pcFontSize12);
    line-height: var(--pcLineHeight12_26);
    margin-top: 2.5rem;
}
.secFormTable th:has(.txtSmallNote){
    padding-bottom: 1rem;
}
.secFormTable .txtMail{
    font-size: var(--pcFontSize12);
    line-height: var(--pcLineHeight12_26);
    margin-left: 2rem;
}
.secFormTable input[type="text"], 
.secFormTable input[type="tel"], 
.secFormTable input[type="email"], 
.secFormTable input[type="number"],
.secFormTable input[type="password"], 
.secFormTable select{
    height: 5.4rem;
    font-size: var(--pcFontSize15);
    padding: 0 2rem;
	background: var(--whiteColor);
	font-family: inherit;
    max-width: 100%;
    border: solid 0.1rem var(--borderColor03);
}
.secFormTable input[type="text"].inputRequired, 
.secFormTable input[type="tel"].inputRequired, 
.secFormTable input[type="email"].inputRequired, 
.secFormTable input[type="number"].inputRequired, 
.secFormTable input[type="password"].inputRequired, 
.secFormTable select.inputRequired {
    background: var(--bgMust);
    border-color: var(--redColor);
}
.secFormTable textarea{
    height: 15rem;
    font-size: var(--pcFontSize15);
    line-height: var(--pcLineHeight15_30);
    padding: 1.5rem 2rem;
    border: solid 0.1rem var(--borderColor03);
    font-family: inherit;
}
.secFormTable .w150 {width: 15rem;}
.secFormTable .w360 {width: 36rem;}
.secFormTable .w254 {width: 25.4rem;}
.secFormTable .w100p {width: 100%;}
.secFormTable .h190 {height: 19rem;}
.secFormTable .mt10 {margin-top: 1rem;}
.secFormTable .mr25 {margin-right: 2.5rem;}
@media only screen and (max-width:1215px){
    .secFormTable{
        margin-top: 2.2rem;
    }
    .secFormTable tbody,
    .secFormTable tr{
        display: block;
    }
    .secFormTable tr{
        padding: 0 4%;
    }
    .secFormTable th{
        width: 100%;
        font-size: var(--spFontSize15);
        line-height: var(--spLineHeight15_30);
        padding: 3rem 0 0 0;
        display: block;
    }
    .secFormTable td{
        padding: 1.8rem 0 2rem;
        width: 100%;
        vertical-align: top;
        font-size: var(--spFontSize15);
        line-height: var(--spLineHeight15_30);
        display: block;
    }
    .secFormTable .txtSmallNote{
        font-size: var(--spFontSize10);
        margin: 0.5rem 0 -0.25rem;
    }
    .secFormTable .txtSmallNote.red{
        color: var(--redColor);
    }
    .secFormTable input[type="text"], 
    .secFormTable input[type="tel"], 
    .secFormTable input[type="email"], 
    .secFormTable input[type="number"],
    .secFormTable input[type="password"], 
    .secFormTable select {
        height: 4.5rem;
        font-size: var(--spFontSize16);
        padding: 0 1.3rem;
        background: var(--whiteColor);
        font-family: inherit;
        border-radius: 0;
    }
    .secFormTable input[type="text"].inputRequired, 
    .secFormTable input[type="tel"].inputRequired, 
    .secFormTable input[type="email"].inputRequired, 
    .secFormTable input[type="number"].inputRequired, 
    .secFormTable input[type="password"].inputRequired, 
    .secFormTable select.inputRequired {
        background: #fff8f8;
    }
    .secFormTable textarea{
        height: 25rem;
        font-size: var(--spFontSize16);
        line-height: var(--spLineHeight16_24);
        padding: 1.3rem;
        border-radius: 0;
    }
    .secFormTable .ws100p {width: 100%;}
    .secFormTable .ws170 {width: 17rem;}
    .secFormTable .w100p {width: 100%;}
    .secFormTable .ws50p {
        width: calc(50% - 0.25rem);
    }
    .secFormTable .ws50p:nth-child(2) {margin-left: 0.5rem;}
    .secFormTable .mt10 {margin-top: 1rem;}
    .secFormTable .mts25 {margin-right: 0;}
    .secFormTable .mr25 {margin-right: 0;}
    .secFormTable .spanBlack{
        padding-left: 0;
    }
    .secFormTable .spBlock{
        display: block;
    }
    .secFormTable th:has(.txtSmallNote){
        padding-bottom: 0;
    }
    .secFormTable .txtMail{
        font-size: var(--spFontSize12);
        line-height: var(--spLineHeight12_20);
        margin-left: 0;
        margin-bottom: -0.6rem;
    }
}
/* -----------------------------------------------
    calendar
----------------------------------------------- */
.secFormTable .dateBox{
    display: flex;
    align-items: center;
}
.secFormTable .form_date{
    display: flex;
}
.secFormTable .boxTime{
    display: flex;
    align-items: center;
    margin-left: 2.7rem;
}
.secFormTable .timeTxt{
    margin-right: 0.5rem;
}
.ui-widget.ui-widget-content{
    z-index: 999 !important;
}
@media only screen and (max-width:1215px){
    .secFormTable .dateBox{
        display: block;
    }
    .secFormTable .dateBox + .dateBox{
        margin-top: 2rem;
    }
    .secFormTable .form_date{
        display: block;
        width: 100%;
        margin-top: 0;
    }
    .secFormTable .txtDateTit{
        width: auto;
    }
    .secFormTable .daySelect{
        width: 100%;
        margin-right: 0;
        margin-bottom: 0.5rem;
    }
    .secFormTable .boxTime{
        margin: 0.5rem 0 0;
    }
    .secFormTable .timeTxt{
        flex-shrink: 0;
        margin-right: 0.9rem;
    }
}

/* -----------------------------------------------
    zip
----------------------------------------------- */
.secFormTable .btnZip{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 12rem;
    height: 4rem;
    color: var(--whiteColor);
    background: var(--zipColor);
    text-decoration: none;
    text-align: center;
    border-radius: 2rem;
    font-size: var(--pcFontSize12);
    padding: 0.8rem 0.5rem;
    margin-left: 1rem;
}
.secFormTable .zipFlex{
    display: flex;
    margin-top: 1rem;
}
.secFormTable .boxAddress{
    width: calc(100% - 16rem);
    margin-left: 1rem;
}
@media only screen and (max-width:1215px){
    .secFormTable .btnZip{
        width: 10rem;
        margin-left: 0.5rem;
        font-size: var(--spFontSize13);
        padding: 0.8rem 0.5rem;
    }
    .secFormTable .zipFlex{
        display: block;
        margin-top: 0.5rem;
    }
    .secFormTable .boxZipInner{
        margin: 1rem auto 0;
    }
    .secFormTable .zipTxt{
        font-size: var(--spFontSize13);
        margin-right: 0.8rem;
    }
    .secFormTable .boxAddress{
        width: 100%;
        margin: 0.5rem 0 0;
    }
}

/* -----------------------------------------------
    checkbox
----------------------------------------------- */
.secForm .labelCheck{
    display: inline-block;
    position: relative;
}
.secForm .labelCheck input{
    position: absolute;
    width: 2rem;
    height: 2rem;
    left: 0;
    top: 0.4rem;
    margin: 0;
    visibility: hidden;
}
.secForm .txtCheck{
    position: relative;
    padding-left: 3rem;
    font-size: var(--pcFontSize15);
    line-height: var(--pcLineHeight15_30);
    color: var(--formTextColor);
}
.secForm .txtCheck::before{
    content: "";
    position: absolute;
    left: 0;
    top: 0.2rem;
    width: 2rem;
    height: 2rem;
    border-radius: 0.5rem;
    background: var(--whiteColor);
    border: solid 0.1rem var(--borderColor04);
}
.secForm .labelCheck input[type="checkbox"]:checked + .txtCheck::after{
    content: "";
    position: absolute;
    width: 1rem;
    height: 0.6rem;
    border-bottom:solid 0.1rem;
    border-left:solid 0.1rem;
    border-color:var(--textColor);
    top: 0.7rem;
    left: 0.5rem;
    transform: rotate(-45deg);
}
.secForm .txtCheck a{
    color: var(--textColor);
    position: relative;
}
.secForm .txtCheck a::after{
    content: "";
    width: 100%;
    height: 0.1rem;
    position: absolute;
    left: 0;
    bottom: 0;
    background: var(--textColor);
}
.secForm .boxOther{
    margin-top: 1.6rem;
}
.secForm .txtPrivacy{
    font-size: var(--pcFontSize12);
    line-height: var(--pcLineHeight12_26);
    margin-top: 1rem;
}
.secForm .privacyTd{
    padding: 4.2rem 0 3.9rem;
}
@media only screen and (max-width:1215px){
    .secForm .labelCheck input{
        position: absolute;
        width: 2rem;
        height: 2rem;
        left: 0;
        top: 0.4rem;
        margin: 0;
        visibility: hidden;
    }
    .secForm .txtCheck{
        position: relative;
        padding-left: 3rem;
        font-size: var(--spFontSize13);
    }
    .secForm .txtCheck::before{
        top: 0.1rem;
        width: 2rem;
        height: 2rem;
    }
    .secForm .labelCheck input[type="checkbox"]:checked + .txtCheck::after{
        top: 0.6rem;
        left: 0.5rem;
    }
    .secForm .checkItem:nth-child(n+2){
        margin-top: 0.9rem;
    }
    .secForm .privacyTd{
        padding: 1.7rem 0 1.5rem;
    }
    .secForm .boxOther{
        margin-top: 0.8rem;
    }
    .secForm .txtPrivacy{
        font-size: var(--spFontSize11);
        line-height: var(--spLineHeight11_18);
        margin-top: 0.5rem;
    }
    .secForm .txtCheck a::after{
        bottom: -0.2rem;
    }
}

.secForm .boxNote{
    padding: 5rem;
    background: var(--bgColor01);
    margin-top: 6rem;
}
.secForm .titNote{
    font-size: var(--pcFontSize15);
    line-height: var(--pcLineHeight15_30);
    font-weight: 700;
}
.secForm .txtNote{
    font-size: var(--pcFontSize13);
    line-height: var(--pcLineHeight13_28);
    margin-top: 1rem;
}
.secForm .hideInput{
    display: none;
}
.secForm .hideInput.show{
    display: flex;
}
@media only screen and (max-width:1215px){
    .secForm .boxNote{
        padding: 1.4rem 1.7rem;
        margin-top: 3rem;
    }
    .secForm .titNote{
        font-size: var(--spFontSize15);
        line-height: var(--spLineHeight15_26);
        font-weight: 700;
    }
    .secForm .txtNote{
        font-size: var(--spFontSize11);
        line-height: var(--spLineHeight11_20);
        margin-top: 0.8rem;
    }
    .secForm .hideInput.show{
        display: block;
    }
}

/* -----------------------------------------------
    btnForm
----------------------------------------------- */
.secForm .btnForm{
    width: 60rem;
    height: 10rem;
	margin: 6.3rem auto 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--whiteColor);
    text-align: center;
    font-size: var(--pcFontSize20);
    position: relative;
    background: var(--keyColor);
    box-shadow: 0px 5px 0px 0px rgba(0, 0, 0, 0.04);
}
.secForm .btnForm::after{
    content: "";
    position: absolute;
    width: 0.8rem;
    height: 0.8rem;
    border-right: solid 0.1rem var(--whiteColor);
    border-top: solid 0.1rem var(--whiteColor);
    transform: rotate(45deg);
    right: 3rem;
    top: calc(50% - 0.4rem);
}
@media only screen and (max-width:1215px){
    .secForm .btnForm{
        width: 78.667%;
        height: 5.5rem;
        margin: 2rem auto 0;
        font-size: var(--spFontSize14);
    }
    .secForm .btnForm::after{
        width: 0.5rem;
        height: 0.5rem;
        top: calc(50% - 0.25rem);
    }
}

/* co */
.secForm.co,.secForm.ok{
    margin-top: 10rem;
}
.secForm.co th,
.secForm.co td{
    vertical-align: middle;
    padding: 3rem 0;
    font-size: var(--pcFontSize15);
    line-height: var(--pcLineHeight15_30);
}
.secForm.co .coTxt{
    font-size: var(--pcFontSize14);
    line-height: var(--pcLineHeight14_30);
    font-weight: 700;
    text-align: center;
    margin: 4rem 0 3rem;
}
.secForm .btnForm.btnSendCoBack{
    width: 40rem;
    height: 7.8rem;
    margin: 5rem auto 0;
    color: var(--textColor);
    border: solid 0.1rem var(--textColor);
    background: var(--whiteColor);
}
.secForm .btnForm.btnSendCoBack::after{
    transform: rotate(-135deg);
    right: auto;
    left: 3rem;
    border-color: var(--textColor);
}
@media only screen and (max-width:1215px){
    .secForm.co th{
        vertical-align: top;
        padding: 1.5rem 0 0;
    }
    .secForm.co td{
        padding: 0.5rem 0 1.5rem;
    }
    .secForm .btnForm.btnSendCoBack{
        width: 21rem;
        height: 4rem;
        margin: 2rem auto 0;
        font-size: var(--spFontSize12);
    }
    .secForm .btnForm.btnSendCoBack .btnFormTxt::after{
        right: auto;
        left: 0.5rem;
    }
    .secForm .btnForm.btnSendCoBack.lazyloaded .btnFormTxt::after{
        background: url(../img/common/iconForm02_sp.png) center top / cover;
    }
    .secForm.co .coTxt{
        font-size: var(--spFontSize12);
        line-height: var(--spLineHeight12_24);
        margin: 2.5rem 0 1.5rem;
    }
}

.secForm.ok .okTxt{
    font-size: var(--pcFontSize15);
    line-height: var(--pcLineHeight15_30);
    font-weight: 700;
    text-align: center;
    margin-top: 5rem;
}
.secForm .btnForm.btnBack{
    background: var(--whiteColor);
    color: var(--textColor);
    border: solid 0.1rem var(--textColor);
}
.secForm .btnForm.btnBack::after{
    transform: rotate(-135deg);
    right: auto;
    left: 3rem;
    border-color: var(--textColor);
}
@media only screen and (max-width:1215px){
    .secForm.ok .okTxt{
        font-size: var(--spFontSize12);
        line-height: var(--spLineHeight12_24);
        margin-top: 4rem;
        padding: 0 5.333%;
        text-align: left;
    }
}

/* secLink */
.secLink {
    margin-top: 10rem;
    text-align: center;
}
.secLink .backEvent{
    color: var(--whiteColor);
    padding: 2rem 4rem;
    background: var(--activeColor);
    border-radius: 4rem;
    font-size: var(--pcFontSize24);
    display: inline-block;
}
@media only screen and (max-width:1215px){
    .secLink {
        margin-top: 4rem;
    }
    .secLink .backEvent{
        color: var(--whiteColor);
        padding: 2rem 4rem;
        font-size: var(--spFontSize12);
    }
}


/* checkBox */
.secFormTable .checkTh{
    padding: 2.4rem 0;
}
.secFormTable .checkTd{
    padding: 2.4rem 0 3rem;
}
@media only screen and (max-width:1215px){
    .secFormTable .checkTd{
        padding: 1.8rem 0;
    }
    .secFormTable .checkTh{
        padding: 2.9rem 0 0;
    }
}

.secFormTable .hideInput.hide{
    opacity: 0.4;
    pointer-events: none;
}

.secForm .w210{width: 21rem;}
.secFormTable .mr10{margin-right: 1rem;}

.secForm .w40{width: 4rem;}
.secForm .w60{width: 6rem;}
.secForm .w110{width: 11rem;}
.secForm .mw300{min-width: 30rem;}
.secForm .mr8{margin-right: 0.8rem;}
.secForm .mt10{margin-top: 1rem;}
.secForm .ml33{margin-left: 3.3rem;}
.secForm .ml10{margin-left: 1rem;}
@media only screen and (max-width:1215px){
    .secForm .ws210{width: 21rem;}
    .secForm .ws170{width: 17rem;}
    .secForm .ws100{width: 10rem;}
    .secForm .ws60{width: 6rem;}
    .secForm .ws100p{width: 100%;}
    .secForm .mls0{margin-left: 0;}
    .secForm .mls5{margin-left: 0.5rem;}
    .secForm .mts10{margin-top: 1rem;}
    .secForm .mts5{margin-top: 0.5rem;}
}