@charset "utf-8";

.secForm{
    margin: 15rem auto 0;
    padding: 17rem 0 10rem;
    position: relative;
    border-radius: 2.5rem 2.5rem 0 0;
    color: var(--formRadio) !important;
}
.secForm.lazyloaded{
    background:  var(--bgForm);
}
.secForm .formIn{
    background: #fff;
    padding: 3rem 5rem 10rem;
    width: 110rem;
    margin: 4rem auto 0;
    border-radius: 1.5rem;
    font-weight: bold;
}
.secForm .tit{
    font-size: var(--pcFontSize30);
    font-weight: bold;
    text-align: center;
    position: relative;
    letter-spacing: 2.5px;
}
.secForm .tit::after{
    position: absolute;
    content: "";
    width: 4.2rem;
    height: 3.1rem;
    left: calc(50% - 2.1rem);
    top: -6.2rem;
}
.secForm .tit.lazyloaded::after{
    background: url(../img/common/iconFormMail.png) center top / cover no-repeat;
}
.secForm .formTxt{
    font-size: var(--pcFontSize14);
    text-align: center;
    margin-top: 3.4rem;
    letter-spacing: 1px;
}
.secForm .tabBox{
    display: flex;
    justify-content: center;
    margin: 3.8rem auto 0;
}
.secForm .tab{
    width: 15rem ;
    height: 5rem ;
    background: #f7f4f0;
    border-radius: 2.5rem ;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: var(--pcFontSize14);
    letter-spacing: 1px;
    margin-right: 2rem ;
    border: solid 1px var(--linkColor);
    color: var(--linkColor);
}
.secForm .tab:last-child{
    margin-right: 0;
}
.secForm .tab.active{
    background: var(--linkColor);
    color: var(--ColorWhite);
}
@media only screen and (max-width:1215px){
    .secForm{
        width: 100%;
        max-width: 100%;
        margin: 27vw auto 0;
        padding: 2rem  0 5rem ;
        position: relative;
        border-radius: 0;
    }
    .secForm.lazyloaded{
        
    }
    .secForm.lazyloaded:before{
        position: absolute;
        content: '';
        width: 100%;
        top: -13vw;
        left: 0;
        background: url(../img/common/bgForm_sp.png) center top / contain no-repeat;
        height: 13.335vw;
    }
    .secForm .formIn{
        padding: 1rem  1.5rem  5rem ;
        width: 92%;
        margin: 2rem  auto 0;
        border-radius: 7px;
    }
    .secForm .tit{
        font-size: var(--pcFontSize17);
        letter-spacing: normal;
    }
    .secForm .tit::after{
        width: 2rem;
        height: 1.6rem;
        left: calc(50% - 1rem);
        top: -3rem;
    }
    .secForm .tit.lazyloaded::after{
        background: url(../img/common/iconFormMail.png) center top / cover no-repeat;
    }
    .secForm .formTxt{
        font-size: 1rem;
        margin-top: 2rem;
        letter-spacing: normal;
    }
    .secForm .tabBox{
        margin: 1.9rem auto 0;
    }
    .secForm .tab{
        width: 8.5rem;
        height: 3.4rem;
        border-radius: 1.7rem;
        font-size: var(--pcFontSize12);
        letter-spacing: 1px;
        margin-right: 1rem;
    }
}
/* secFormTable */
.secFormTable table,.secFormTable tbody{
    display: block;
}
.secFormTable tr{
    width: 100%;
    border-bottom: solid 1px #edeae6;
    display: flex;
}
.secFormTable tr:first-child{
    border-top: solid 1px #edeae6;
}
.secFormTable th{
    width: 26rem ;
    padding-top: 5rem;
    letter-spacing: var(--pcLetterSpacing14_50);
    font-size: var(--pcFontSize14);
    line-height: var(--pcLineHeight14_26);
    font-weight: bold;
}
.secFormTable th.titUp{
    padding-top: 3rem;
}
.secFormTable .spanMust{
    color: #b01717;
}
.secFormTable td{
    font-size: var(--pcFontSize14);
    width: 74rem ;
    padding: 3rem 0;
    vertical-align: top;
    position: relative;
}
/* address */
.secFormTable .addressTd{
    padding-bottom: 2.3rem ;
}
.secFormTable .flBox{
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
}
.secFormTable .landTd .flBox{
    align-items: flex-end;
}
.secFormTable .boxAddress{
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    margin-bottom: 1.2rem ;
}
.secFormTable .zipbtn{
    font-size: var(--pcFontSize12);
    line-height:1.8;
    padding: 0.9rem 0;
    color: #fff;
    text-decoration: none;
    background: #f36021;
    text-align: center;
    display: block;
    width: 13rem;
    border-radius: 2rem;
    margin-left: 1rem;
}
.secFormTable .addressSub{
    font-size: var(--pcFontSize12);
    line-height: 2;
    margin-top: 1.5rem ;
    letter-spacing: 0.25px;
}
.secFormTable .addressSub .btn{
    color: #00b4ff;
    text-underline-offset: 0.7rem;
    text-decoration: underline;
}
/* privacy */
.secFormTable .tablePrivacy th{
    padding: 3.3rem 0 0;
}
.secFormTable .tablePrivacy td{
    padding: 3rem  0 2.8rem ;
}
.secFormTable .tablePrivacy .labelCheck{
    position: relative;
    font-size: var(--pcFontSize14);
    display: inline-block;
}
.secFormTable .tablePrivacy input[type="checkbox"]{
    visibility: hidden;
    position: absolute;
    margin: 0;
    width: 2rem ;
    height: 2rem ;
}
.secFormTable .tablePrivacy .txtCheck{
    display: inline-flex;
    align-items: center;
    user-select: none;
    letter-spacing: normal;
}
.secFormTable .tablePrivacy .txtCheck::before{
    content: "";
    width: 2rem ;
    height: 2rem ;
    border-radius: 0.3rem;
    background: #efefef;
    margin-right: 1rem ;
}
.isDesktopIpad .secFormTable .tablePrivacy .txtCheck::before{
    margin-top: 0.3rem ;
}
.secFormTable .tablePrivacy input[type="checkbox"]:checked + .txtCheck.lazyloaded::before {
    background: url(../img/common/iconCheckbox.png) center center / 1.2rem auto no-repeat #efefef;
}
.secFormTable .tablePrivacy .privacyLink{
    display: inline-block;
    color: #00b4ff;
    text-underline-offset: 0.7rem ;
}
@media only screen and (max-width:1215px){
    .secFormTable tr,.secFormTable th,.secFormTable td{
        display: block;
    }
    .secFormTable th.titUp {
        padding-top: 2rem;
    }
    .secFormTable th.titUp.top {
        padding-top: 1rem;
    }
    .secFormTable tr:first-child {
        border-top: none;
    }
    .secFormTable th{
        width: 100%;
        padding-top: 2rem;
        letter-spacing: 1px;
        font-size: var(--spFontSize13);
    }
    .secFormTable td{
        font-size: var(--spFontSize13);
        width: 100%;
        padding: 1rem 0 2rem;
    }
    /* address */
    .secFormTable .addressTd{
        padding-bottom: 3rem;
    }
    .secFormTable .boxAddress{
        margin-bottom: 1rem;
    }
    .secFormTable .zipbtn{
        font-size: var(--spFontSize10);
        line-height: 1.5;
        padding: 0.6rem 0px 0.7rem;
        width: 10rem;
        border-radius: 1.4rem;
    }
    .secFormTable td .boxAddress02{
        padding-left: 1rem;
    }
    .secFormTable .addressSub{
        font-size: var(--spFontSize10);
        margin-top: 1.5rem;
        letter-spacing: normal;
    }
    .secFormTable .addressSub .btn{
        text-underline-offset: 0.6rem;
    }
    /* privacy */
    .secFormTable .tablePrivacy th{
        padding: 2.5rem 0 0;
    }
    .secFormTable .tablePrivacy td{
        padding: 1.4rem 0 2.3rem;
    }
    .secFormTable .tablePrivacy .labelCheck{
        font-size: var(--spFontSize13);
    }
    .secFormTable .tablePrivacy input[type="checkbox"]{
        width: 2.2rem;
        height: 2.2rem;
    }
    .secFormTable .tablePrivacy .txtCheck::before{
        width: 2.2rem;
        height: 2.2rem;
        border-radius: 0.5rem;
    }
    .secFormTable .tablePrivacy .privacyLink{
        display: inline-block;
        color: #00b4ff;
        text-underline-offset: 0.7rem;
    }
    .secFormTable .spBlock{
        display: block;
    }
    .secFormTable .flBox{
        display: block;
    }
    .secFormTable .timebox.flBox{
        display: flex;
    }
    .secFormTable .dayHope{
        flex-shrink: 0;
    }
}

/* input */
.secFormTable input[type="number"],
.secFormTable input[type="text"],
.secFormTable input[type="tel"], 
.secFormTable input[type="email"], 
.secFormTable input[type="password"], 
.secFormTable select{
    background: #f8f8f8;
    height: 6rem ;
    padding-left: 2rem ;
    font-size: var(--pcFontSize14);
    letter-spacing: 1.5px;
    border: none;
    font-family: inherit;
    font-weight: bold;
} 
.secFormTable select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding-right: 3rem;
}
.secFormTable .selectbox {
    position: relative;
}
.secFormTable .selectbox::after {
    content: "";
    position: absolute;
    width: 0.7rem;
    height: 0.6rem;
    background-color: var(--anyColor);
    top: calc(50% - 3px);
    right: 2rem;
    clip-path: polygon(0 0, 50% 100%, 100% 0);
}
.secFormTable textarea{
    padding: 1.4rem 2.2rem;
    background: #f8f8f8;
    width: 100%;
    border: none;
    font-family: inherit;
    height: 20rem ;
    font-size: var(--pcFontSize14);
}
.secFormTable input[type="radio"]{
    left: 0;
}
@media only screen and (max-width:1215px){
    .secFormTable input,
    .secFormTable textarea,
    .secFormTable select{
        font-size: var(--spFontSize16);
        letter-spacing: normal;
    }
    .secFormTable input[type="number"],
    .secFormTable input[type="text"],
    .secFormTable input[type="tel"], 
    .secFormTable input[type="email"], 
    .secFormTable input[type="password"],
    .secFormTable select, 
    .secFormTable textarea{
        height: 4.5rem;
        padding-left: 1rem;
        font-size: var(--spFontSize16);
        letter-spacing: normal;
    }
    .secFormTable textarea{
        width: 100%;
        height: 16.5rem;
        padding: 1rem;
        line-height: 1.69;
    }
    .secFormTable .spNone{
        display: none;
    }
    .secFormTable select::-ms-expand{
        display: none;
    }
    .secFormTable .selectbox::after {
        right: 1rem;
    }
}
/* txtError */
.secFormTable .txtError{
    width: 100%;
    color: #F00;
    font-size: var(--pcFontSize12);
    line-height: 1.5;
    padding: 0 0 0 1.7rem ;
    margin-top: 1.5rem ;
}
.secFormTable.lazyloaded .txtError{
    background: url(../img/common/iconError.png) left 2px / 14px auto no-repeat;
}
.isDesktopIpad .secFormTable .txtError{
    padding: 0 0 0 2rem ;
}
.isDesktopIpad .secFormTable.lazyloaded .txtError{
    background-position: left 2px top 6px;
}

/* radio */
.secFormTable .radioTh{
    padding-top: 3.3rem ;
}
.secFormTable .boxRadio{
    padding: 3rem  0 3rem ;
}
.secFormTable .itemRadio:nth-child(n+2){
    margin-top: 1.8rem ;
}
.secFormTable .labelRadio{
    position: relative;
    font-size: var(--pcFontSize14);
    display: inline-block;
}
.secFormTable input[type="radio"]{
    visibility: hidden;
    position: absolute;
    margin: 0;
    width: 2rem;
    height: 2rem;
}
.secFormTable .txtRadio{
    display: inline-flex;
    align-items: center;
    user-select: none;
    letter-spacing: 1px;
}
.secFormTable .txtRadio::before{
    content: "";
    width: 2rem ;
    height: 2rem ;
    margin-right: 1rem ;
    border-radius: 1rem ;
    background: #efefef;
}
.secFormTable input[type="radio"]:checked + .txtRadio::after{
    content: "";
    width: 1rem;
    height: 1rem;
    border-radius: 50%;
    background: var(--formRadio);
    position: absolute;
    top: 0.5rem;
    left: 0.5rem;
}
.secFormTable input[type="radio"].inputRequired:checked + .txtRadio::after{
    background: #504f4a;
}
.secFormTable .inputCover{
    padding: 0 0 0 3rem ;
}
@media only screen and (max-width:1215px){
    .secFormTable .radioTh{
        padding-top: 2.2rem;
    }
    .secFormTable .boxRadio{
        padding: 1rem 0 2rem;
    }
    .secFormTable .itemRadio:nth-child(n+2){
        margin-top: 0.9rem;
    }
    .secFormTable .labelRadio{
        font-size: var(--spFontSize13);
    }
    .secFormTable input[type="radio"]{
        width: 2.2rem;
        height: 2.2rem;
    }
    .secFormTable .txtRadio{
        font-size: var(--spFontSize13);
    }
    .secFormTable .txtRadio::before{
        width: 2.2rem;
        height: 2.2rem;
        border-radius: 1.1rem;
    }
    .secFormTable input[type="radio"]:checked + .txtRadio::after{
        width: 1rem;
        height: 1rem;
        border-radius: 0.5rem;
        top: 0.6rem;
        left: 0.6rem;
    }
}

.secFormTable .w100p{width: 100%;}
.secFormTable .w150{width: 15rem ;}
.secFormTable .w200{width: 20rem ;}
.secFormTable .w240{width: 24rem ;}
.secFormTable .w250{width: 25rem ;}
.secFormTable .w350{width: 35rem ;}
.secFormTable .w550{width: 55rem ;}
.secFormTable .w580{width: 58rem ;}
.secFormTable .w740{width: 74rem ;}
.secFormTable .mt9{margin-top: 0.9rem ;}
.secFormTable .mt10{margin-top: 1rem ;}
.secFormTable .ml9{margin-left: 0.9rem ;}
.secFormTable .ml10{margin-left: 1rem ;}
.secFormTable .ml14{margin-left: 1.4rem ;}
.secFormTable .ml30{margin-left: 3rem;}
.secFormTable .mt18{margin-top: 1.8rem ;}
.secFormTable .mr8{margin-right: 0.8rem ;}
.secFormTable .mr14{margin-right: 1.4rem ;}
@media only screen and (max-width:1215px){
    .secFormTable .ws100p{width: 100%;}
    .secFormTable .ws140{width: 14rem ;}
    .secFormTable .mls0{margin-left: 0;}
    .secFormTable .mts10{margin-top: 1rem ;}
    .secFormTable .mts14{margin-top: 1.4rem ;}
}

/* btnForm */
.secFormTable .btnForm,.secFormTable .btnFormBack{
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    text-decoration: none;
    margin: 3rem  auto 0;
    width: 40rem ;
    height: 7rem ;
    border-radius: 3.5rem ;
    font-size: var(--pcFontSize14);
    line-height: var(--pcLineHeight14_26);
    color: var(--ColorWhite);
    letter-spacing: 1px;
    font-weight: bold;
    text-align: center;
}
.secFormTable .btnForm.lazyloaded{
    background: url(../img/common/iconFormArrow.png) right 4rem  center / 0.8rem  auto no-repeat #f36021;
}
@media only screen and (max-width:1215px){
    .secFormTable .btnForm{
        margin: 3rem  auto 0;
        width: 84.127%;
        height: 6rem ;
        font-size: var(--spFontSize14);
        line-height: var(--spLineHeight14_20);
        border-radius: 5rem ;
        letter-spacing: 0;
    }
    .secFormTable .btnForm.lazyloaded::after{
        background-size: 6px auto;
        background-position: right 20px center;
    }
    .secFormTable .btnForm.lazyloaded{
        background: url(../img/common/iconFormArrow.png) right 1.5rem  center / 0.6rem  auto no-repeat #f36021;
    }
}

.secCalendar{
    display:flex;
    border-bottom:1px solid #e1e1e1;
    padding-bottom: 2rem ;
}
.secCalendar .titCalendar{
    width: 26rem ;
    padding-top: 2.3rem ;
    letter-spacing: 1px;
    font-size: var(--pcFontSize14);
}
.secCalendar .secFormCalendar{
    width: 74rem ;
}
.secCalendar .spanMust{
    color: #b01717;
}
.secCalendar .txtCalendarSub{
    font-size: var(--pcFontSize12);
    line-height: 2;
}
.secCalendar .spanRed{
    color: #b01717;
}
/* txtError */
.secCalendar .txtError{
    width: 100%;
    color: #F00;
    font-size: var(--pcFontSize12);
    line-height: 1.5;
    padding: 0 0 0 1.7rem ;
    margin-top: 1.5rem ;
}
.secCalendar.lazyloaded .txtError{
    background: url(../img/common/iconError.png) left 2px / 14px auto no-repeat;
}
.isDesktopIpad .secCalendar .txtError{
    padding: 0 0 0 2rem ;
}
.isDesktopIpad .secCalendar.lazyloaded .txtError{
    background-position: left 2px top 6px;
}
@media only screen and (max-width:1215px){
    .secCalendar{
        display:block;
        padding-bottom: 1.9rem;
    }
    .secCalendar .titCalendar{
        width: 100%;
        padding-top: 0;
        letter-spacing: 1px;
        font-size: var(--spFontSize13);
    }
    .secCalendar .secFormCalendar{
        width: 100%;
        padding-top: 2rem;
    }
    .secCalendar .txtCalendarSub{
        font-size: var(--spFontSize10);
    }
    .secCalendar .inputFlBox{
        display: flex;
    }
}

/* secFormQuestionnaire */


.secFormQuestionnaire .boxCheck{
    display: flex;
    flex-wrap: wrap;
}
.secFormQuestionnaire .itemCheck{
    width: 17rem;
}
.secFormQuestionnaire .itemCheck:nth-child(4n - 1){
    width: 18rem;
}
.secFormQuestionnaire .itemCheck:nth-child(4n - 2){
    width: 18rem;
}
.secFormQuestionnaire .itemCheck:nth-child(4n){
    width: 18rem;
}
.secFormQuestionnaire .itemCheck:nth-child(n+5){
    margin-top: 1.8rem;
}
.secFormQuestionnaire .itemCheck:last-child{
    width: 100%;
}
.secFormQuestionnaire .itemCheck.otherCheck{
    width: 100%;
}
.secFormQuestionnaire .labelCheck{
    position: relative;
    font-size: var(--pcFontSize14);
    display: inline-block;
}
.isDesktopIpad .secFormQuestionnaire .labelCheck{
    font-size: var(--pcFontSize12);
}
.secFormQuestionnaire input[type="checkbox"]{
    visibility: hidden;
    position: absolute;
    margin: 0;
    width: 2rem;
    height: 2rem;
}
.secFormQuestionnaire .txtCheck{
    display: inline-flex;
    align-items: center;
    user-select: none;
    letter-spacing: normal;
}
.secFormQuestionnaire .txtCheck::before{
    content: "";
    width: 2rem;
    height: 2rem;
    border-radius: 0.3rem;
    background: #efefef;
    margin-right: 1rem;
}
.isDesktopIpad .secFormQuestionnaire .txtCheck::before{
    margin-top: 0.3rem;
}
.secFormQuestionnaire input[type="checkbox"]:checked + .txtCheck::before {
    background: url(../img/common/iconCheckbox.png) center center / 12px auto no-repeat #efefef;
}
.secFormQuestionnaire .txtOther{
    font-size: var(--pcFontSize14);
    margin-top: 1.8rem;
}
.isDesktopIpad .secFormQuestionnaire .txtOther{
    font-size: var(--pcFontSize12);
}
@media only screen and (max-width:1215px){
    .secFormQuestionnaire .secFormTable{
        border: none;
        padding: 0;
    }
    .secFormQuestionnaire th,.secFormQuestionnaire .checkTh,.secFormQuestionnaire .landTh{
        padding: 2.2rem 0 0;
        width: 100%;
        font-size: var(--spFontSize13);
        line-height: 1.53;
        letter-spacing: normal;
    }
    .secFormQuestionnaire td{
        padding: 1rem 0 2.5rem;
        width: 100%;
    }
    .secFormQuestionnaire .landTd{
        padding: 1rem 0 0;
    }
    .secFormQuestionnaire .boxCheck{
        display: block;
    }
    .secFormQuestionnaire .itemCheck,.secFormQuestionnaire .itemCheck:nth-child(3n - 1),.secFormQuestionnaire .itemCheck:nth-child(3n){
        width: 100%;
    }
    .secFormQuestionnaire .itemCheck:nth-child(n+2){
        margin-top: 0.8rem;
    }
    .secFormQuestionnaire .labelCheck{
        font-size: var(--spFontSize13);
    }
    .secFormQuestionnaire input[type="checkbox"]{
        width: 2.2rem;
        height: 0.2rem;
    }
    .secFormQuestionnaire .txtCheck::before{
        width: 2.2rem;
        height: 2.2rem;
        border-radius: 0.5rem;
    }
    .secFormQuestionnaire .txtOther{
        font-size: var(--spFontSize13);
        margin-top: 1.2rem;
    }
    
}

@media only screen and (max-width:1215px){
    .co .secForm,.ok .secForm{
        margin-top: 25vw;
    }
}

/* -------------------------------------------------------
    co
------------------------------------------------------ */
.co .secForm .formIn{
    padding-top: 2rem;
}
.co .secForm th{
    padding: 3rem 0;
    align-items: center;
}
.co .secForm tr{
    align-items: center;
}
.co .secForm td{
    padding: 3rem 0;
    vertical-align: middle;
    line-height: 1.86;
    letter-spacing: 1px;
    font-size: var(--pcFontSize14);
}
.co .secFormTable{
    padding-bottom: 0;
}
.co .secFormQuestionnaire{
    padding: 2rem 0 0;
    border-bottom: none;
}
.co .secFormQuestionnaire .boxQuestionnaire {
    display: block;
}
.co .secFormQuestionnaire .btnQuestionnaire::before,.co .secFormQuestionnaire .btnQuestionnaire::after{
    display: none;
}
.co .secCmnBack{
    margin: 3rem auto 0;
}
@media only screen and (max-width:1215px){
    .co .secForm .formIn{
        padding-top: 1rem;
    }
    .co .secForm th{
        display: block;
        padding: 1.5rem 0 0;
        line-height: 1.6;
    }
    .co .secForm tr td{
        padding: 0.4rem 0 1.5rem;
        letter-spacing: 0;
        line-height: 1.6;
        font-size: var(--spFontSize13);
    }
    .co .secFormQuestionnaire{
        padding-bottom: 0;
        border-bottom: solid 1px #edeae6;
    }
    .co .secForm .formTxt{
        line-height: 1.8;
    }
}
.aBtnFormSend.no_tap,
.btnSendCoBack.no_tap{
    opacity: 0.3!important;
    pointer-events: none!important;
    transition: none!important;
}
.aBtnFormSend.no_tap{
    background: url(../img/common/iconLoader.png) center center / 3.2rem auto no-repeat var(--ColorWhite)!important;
}
.aBtnFormSend.no_tap .btnFormtxt{
    font-size: 0!important;
}
/* -------------------------------------------------------
    ok
------------------------------------------------------ */
.secForm .txtOk{
    text-align: center;
    font-size: var(--pcFontSize16);
    line-height: 2;
}
.ok .secForm .formIn{
    padding: 5rem 5rem 10rem;
}
.ok .secCmnBack{
    margin: 3rem auto 0;
}
@media only screen and (max-width:1215px){
    .secForm .txtOk{
        font-size: var(--spFontSize14);
        line-height: 1.7;
        width: 100%;
        margin: 0 auto;
        text-align: left;
    }
    .ok .secFormTable .boxTable{
        padding-bottom: 0;
        border-bottom: none;
    }
    .ok .secForm .formIn{
        padding: 3rem 1.5rem 5rem;
    }
    .ok .secCmnBack {
        margin: 3rem auto 0;
    }
}
@media only screen and (max-width:359px){
    .secForm .txtOk{
        font-size: var(--spFontSize12);
    }
}

/* #pnkz.formPnkz{
    margin-top: 0;
    background: #fff;
} */

.boxPrivacy{
    text-align: center;
    margin-top: 3.5rem;
}
.boxPrivacy .txtPrivacy{
    font-size: var(--pcFontSize14);
    font-weight: bold;
    letter-spacing: var(--pcLetterSpacing14_50);
}
.boxPrivacy .privacyLink{
    color: var(--ColorMap);
    text-decoration: underline;
    text-underline-offset: 0.4rem;
}
.secForm .txtCalender{
    font-size: var(--pcFontSize12);
    line-height: var(--pcLineHeight12_22);
    letter-spacing: var(--pcLetterSpacing12_50);
    font-weight: bold;
    margin-top: 1rem;
}
.secForm .txtCalender .colorRed{
    color: var(--ColorRed);
}

@media only screen and (max-width:1215px){
    .secForm .txtCalender {
        font-size: var(--spFontSize10);
        line-height: var(--spLineHeight10_20);
        letter-spacing: var(--pcLetterSpacing10_50);
        font-weight: bold;
        margin-top: 1.5rem;
    }
    .boxPrivacy {
        text-align: center;
        margin-top: 0;
        padding: 3rem 0 0;
        /* border-bottom: 1px solid var(--itemBorder); */
    }
    .boxPrivacy .txtPrivacy {
        font-size: var(--spFontSize13);
        letter-spacing: var(--spLetterSpacing13_50);
    }
}

/* secCmnBack */
.secCmnBack{
    margin: 5rem auto 15rem;
    width: 32rem;
}
.secCmnBack .btnInner{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 6.4rem;
    font-size: var(--pcFontSize15);
    letter-spacing: 1px;
    color: var(--textColor);
    text-decoration: none;
    border-radius: 3.2rem;
    border: solid 1px var(--textColor);
    position: relative;
}
/* .secCmnBack .btnInner::after{
    position: absolute;
    content: "";
    width: 0.8rem;
    height: 1rem;
    left: 4rem;
    top: calc(50% - 0.5rem);
} */
/* .secCmnBack .btnInner.lazyloaded::after{
    background: url(../img/common/iconCmnBack.gif) center top / cover;
} */
@media only screen and (max-width:1215px){
    .secCmnBack{
        margin: 3.5rem auto 8rem;
        width: 54.667%;
        min-width: 20.5rem;
    }
    .secCmnBack .btnInner{
        height: 4.8rem;
        font-size: var(--spFontSize12);
        letter-spacing: 0.5px;
        border-radius: 2.4rem;
    }
    .secCmnBack .btnInner::after{
        width: 0.6rem;
        height: 0.8rem;
        left: 2rem;
        top: calc(50% - 0.4rem);
    }
}

/* ファイル選択ボタンの共通スタイル */
.secForm input[type="file"] {
    display: block;
    margin-bottom: 1.6rem;
    font-size: var(--pcFontSize13);
    width: 100%;
    font-family: inherit;
}
.secForm input[type="file"].lastFile {
    margin-bottom: 0;
}

/* ホバー時の効果 */
.secForm input[type="file"]:hover {
    cursor: pointer;
}
.secForm .txtFile {
    font-size: var(--pcFontSize14);
    line-height: var(--pcLineHeight14_26);
    letter-spacing: var(--pcLetterSpacing14_50);
    font-weight: bold;
    margin-top: 1rem;
    margin-bottom: 1.5rem;
}
.secFormTable .Otherbox.h60{
    height: 6rem;
}
.secFormTable .Otherbox.h60 textarea{
    height: 100%;
    padding: 1.8rem 2.2rem 0.8rem;
}


.custom-file {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 1.7rem;
}
.custom-file .box{
    display: flex;
    align-items: center;
    gap: 0.6rem;
}
.custom-file input[type="file"] {
    display: none;
}
.custom-file .file-name{
    font-size: var(--pcFontSize12);
}
.custom-file-label {
    display: inline-block;
    width: 11rem;
    height: 2.6rem;
    font-size: var(--pcFontSize12);
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f0f0f0;
    border: 1px solid #ccc;
    cursor: pointer;
}
@media only screen and (max-width:1215px){
    .secFormTable .Otherbox.h60{
        width: calc(100% - 3.3rem);
        margin: 1rem 0 0 auto;
        min-height: 6.6rem;
    }
    .secFormTable .Otherbox.h60 textarea{
        height: auto;
        padding: 1rem;
    }
    .secForm .txtFile {
        font-size: var(--spFontSize12);
        line-height: var(--spLineHeight12_20);
        letter-spacing: var(--spLetterSpacing12_50);
        margin-top: 0;
        margin-bottom: 1.5rem;
    }
    .secForm input[type="file"] {
        margin-bottom: 1rem;
    }
    .custom-file {
        gap: 1rem;
    }
}
.secFormTable select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    color: var(--textColor) !important;
}
.is-mac .secFormTable th {
    letter-spacing: 0;
}