@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: 15rem;
}
.secForm .engTit{
    font-size: var(--pcFontSize80);
    letter-spacing: var(--pcLetterSpacing80_75);
    font-weight: 100;
    color: var(--textColor);
    text-align: center;
}
.secForm .jpnTit{
    font-size: var(--pcFontSize16);
    font-weight: 700;
    margin-top: 3.1rem;
    text-align: center;
}
.secForm .formWrapper{
    background: var(--bgColor02);
    padding: 9rem 0 12rem;
    position: relative;
    margin-top: 7.8rem;
}
.secForm .formWrapper::after{
    content: "";
    position: absolute;
    top: -3rem;
    left: calc(50% - 0.05rem);
    width: 0.1rem;
    height: 6rem;
    background: var(--borderColor01);
    z-index: 1;
}
.secForm .topBenefits{
    display: flex;
}
.secForm .leftBenefitsTxt{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 12rem;
    height: 6.5rem;
    font-size: var(--pcFontSize16);
    color: var(--whiteColor);
    font-weight: 700;
    background: var(--benefitsColor);
}
.secForm .rightBenefitsTxt{
    display: flex;
    align-items: center;
    width: calc(100% - 12rem);
    height: 6.5rem;
    padding: 0 3rem;
    font-size: var(--pcFontSize16);
    color: var(--whiteColor);
    font-weight: 700;
    background: var(--redColor);
}
.secForm .txtBenefits{
    background: var(--whiteColor);
    font-size: var(--pcFontSize13);
    line-height: var(--pcLineHeight13_30);
    padding: 3rem 4rem;
}
.secForm .spanBold{
    font-weight: 700;
    font-size: var(--pcFontSize14);
}
.secForm .formStep{
    display: flex;
    justify-content: center;
}
.secForm .boxBenefits + .formStep{
    margin-top: 5rem;
}
.secForm .item{
    width: 12rem;
    height: 5.5rem;
    border: solid 0.1rem var(--borderColor01);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: var(--pcFontSize16);
    font-weight: bold;
    border-radius: 2.75rem;
    color: var(--textColor02);
    margin-right: 5rem;
    position: relative;
}
.secForm .item.active{
    background: var(--textColor);
    color: var(--whiteColor);
}
.secForm .item:last-child{
    margin-right: 0;
}
.secForm .item::after{
    position: absolute;
    content: "";
    width: 2rem;
    height: 0.1rem;
    right: -3.5rem;
    top: calc(50% - 0.05rem);
    background: var(--borderColor01);
}
.secForm .item:last-child::after{
    display: none;
}
.secForm .boxMust{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 5rem;
    padding-bottom: 4rem;
    border-bottom: 0.1rem solid var(--textColor);
}
.secForm .txtMust{
    font-size: var(--pcFontSize14);
    font-weight: 700;
}
.secForm .colorRed{
    color: var(--redColor);
}
.secForm .txtMustRight{
    font-size: var(--pcFontSize14);
}
@media only screen and (max-width:1215px){
    .secForm{
        margin-top: 8rem;
    }
    .secForm .engTit{
        font-size: var(--spFontSize34);
        letter-spacing: var(--spLetterSpacing34_50);
    }
    .secForm .jpnTit{
        font-size: var(--spFontSize13);
        margin-top: 2rem;
    }
    .secForm .formWrapper{
        padding: 4.5rem 0 5rem;
        margin-top: 3.5rem;
    }
    .secForm .formWrapper::after{
        top: -1.5rem;
        width: 0.1rem;
        height: 3rem;
    }
    .secForm .leftBenefitsTxt{
        width: 4rem;
        height: 5.5rem;
        font-size: var(--spFontSize11);
    }
    .secForm .rightBenefitsTxt{
        width: calc(100% - 4rem);
        height: 5.5rem;
        padding: 0 1.2rem;
        font-size: var(--spFontSize13);
        line-height: var(--spLineHeight13_18);
    }
    .secForm .txtBenefits{
        background: var(--whiteColor);
        font-size: var(--spFontSize10);
        line-height: var(--spLineHeight10_20);
        padding: 1.7rem 2.2rem;
    }
    .secForm .boxBenefits + .formStep{
        margin-top: 3rem;
    }
    .secForm .spanBold{
        font-weight: 700;
        font-size: var(--spFontSize11);
    }
    .secForm .item{
        width: 8.5rem;
        height: 3.5rem;
        font-size: var(--spFontSize11);
        border-radius: 1.75rem;
        margin-right: 2rem;
    }
    .secForm .item::after{
        width: 1rem;
        right: -1.5rem;
    }
    .secForm .boxMust{
        display: block;
        margin-top: 2.8rem;
        padding-bottom: 3rem;
    }
    .secForm .txtMust{
        font-size: var(--spFontSize14);
    }
    .secForm .txtMustRight{
        font-size: var(--spFontSize11);
        font-weight: 700;
        margin-top: 1.2rem;
    }
}

/* -----------------------------------------------
    secFormTable
----------------------------------------------- */
.secFormTable{
    border-top: 0.1rem solid var(--borderColor01);
    table-layout: fixed;
}
.secFormTable tr{
    border-bottom: 0.1rem solid var(--borderColor01);
    display: flex;
}
.secFormTable th{
    width: 20rem;
    font-size: var(--pcFontSize16);
    line-height: var(--pcLineHeight16_30);
    font-weight: 700;
    padding: 5.5rem 0;
    vertical-align: top;
    position: relative;
}
.secFormTable td{
    padding: 3.5rem 0;
    width: calc(100% - 20rem);
    vertical-align: middle;
    font-size: var(--pcFontSize16);
    line-height: var(--pcLineHeight16_30);
    position: relative;
}
.secFormTable .boxTdInput{
    height: 100%;
    display: flex;
    align-items: center;
}
.secFormTable .txtUnit{
    display: inline-block;
    vertical-align: top;
    margin-left: 1rem;
}
.secFormTable .txtRight{
    display: inline-block;
    vertical-align: top;
    margin-right: 1rem;
}
.secFormTable .must{
    color: var(--redColor);
}
.secFormTable .txtSmallNote{
    font-size: var(--pcFontSize13);
    margin: 1.5rem 0 -0.2rem;
}
.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: 6.5rem;
    font-size: var(--pcFontSize16);
    padding: 0 2rem;
	background: var(--whiteColor);
	font-family: inherit;
    max-width: 100%;
    border: none;
    border-radius: 0.3rem;
}
.secFormTable input[type="text"].isSmall,
.secFormTable input[type="tel"].isSmall, 
.secFormTable input[type="email"].isSmall, 
.secFormTable input[type="number"].isSmall,
.secFormTable input[type="password"].isSmall{
    height: 2.8rem;
}
.secFormTable textarea{
    height: 21.5rem;
    font-size: var(--pcFontSize16);
    line-height: var(--pcLineHeight16_24);
    padding: 2rem;
    border: none;
    font-family: inherit;
    border-radius: 0.3rem;
}
.secFormTable .w500 {width: 50rem;}
.secFormTable .w200 {width: 20rem;}
.secFormTable .w150 {width: 15rem;}
.secFormTable .w100 {width: 10rem;}
.secFormTable .w60 {width: 6rem;}
.secFormTable .w100p {width: 100%;}
.secFormTable .h190 {height: 19rem;}
.secFormTable .mt10 {margin-top: 1rem;}
@media only screen and (max-width:1215px){
    .secFormTable{
        border-top: none;
        margin-top: 0;
    }
    .secFormTable tbody,
    .secFormTable tr{
        display: block;
    }
    .secFormTable th{
        width: 100%;
        font-size: var(--spFontSize13);
        line-height: var(--spLineHeight13_20);
        padding: 1.7rem 0 0 0;
        display: block;
    }
    .secFormTable td{
        padding: 1rem 0 2rem;
        width: 100%;
        vertical-align: top;
        font-size: var(--spFontSize13);
        line-height: var(--spLineHeight13_20);
        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: 5rem;
        font-size: var(--spFontSize16);
        padding: 0 1.3rem;
        background: var(--whiteColor);
        font-family: inherit;
        border-radius: 0.5rem;
    }
    .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.5rem;
    }
    .secFormTable .ws100p {width: 100%;}
    .secFormTable .ws170 {width: 17rem;}
    .secFormTable .ws100 {width: 10rem;}
    .secFormTable .w100p {width: 100%;}
    .secFormTable .mt10 {margin-top: 1rem;}
    .secFormTable .spanBlack{
        padding-left: 0;
    }
}
/* -----------------------------------------------
    calendar
----------------------------------------------- */
.secFormTable .dateBox{
    display: flex;
    align-items: center;
}
.secFormTable .dateBox + .dateBox{
    margin-top: 1rem;
}
.secFormTable .form_date{
    display: flex;
    width: calc(100% - 8rem);
}
.secFormTable .txtDateTit{
    width: 8rem;
}
.secFormTable .daySelect{
    width: calc(100% - 30rem);
    margin-right: 1rem;
}
@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: 1rem;
    }
    .secFormTable .txtDateTit{
        width: auto;
    }
    .secFormTable .daySelect{
        width: 100%;
        margin-right: 0;
        margin-bottom: 0.5rem;
    }
}

.secFormTable .txtNote{
    font-size: var(--pcFontSize12);
    margin-top: 2rem;
}
.secForm .txtNoteUnder{
    font-size: var(--pcFontSize13);
    line-height: var(--pcLineHeight13_30);
    margin-top: 4.2rem;
}
@media only screen and (max-width:1215px){
    .secFormTable .txtNote{
        font-size: var(--spFontSize11);
        line-height: var(--spLineHeight11_20);
        margin-top: 1.5rem;
    }
    .secForm .txtNoteUnder{
        font-size: var(--spFontSize10);
        line-height: var(--spLineHeight10_20);
        margin-top: 2.5rem;
    }
}

/* -----------------------------------------------
    zip
----------------------------------------------- */
.secFormTable .btnZip{
    display: inline-block;
    width: 12rem;
    color: var(--whiteColor);
    background: var(--colorZip);
    text-decoration: none;
    text-align: center;
    border-radius: 0.3rem;
    font-size: var(--pcFontSize14);
    padding: 1.1rem 0.5rem;
    margin-left: 0.3rem;
}
.secFormTable .zipFlex{
    display: flex;
    margin-top: 1rem;
}
.secFormTable .boxAddress{
    width: calc(100% - 22rem);
    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 .boxCheck{
    margin-top: 4.5rem;
}
.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: 4.8rem;
    font-size: var(--pcFontSize16);
}
.secForm .txtCheck::before{
    content: "";
    position: absolute;
    left: 0;
    top: -0.3rem;
    width: 2.9rem;
    height: 2.9rem;
    border-radius: 0.2rem;
    background: var(--whiteColor);
}
.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.9rem;
    transform: rotate(-45deg);
}
.secForm .txtCheck a{
    color: var(--textColor);
    position: relative;
    font-weight: 700;
}
.secForm .txtCheck a::after{
    content: "";
    width: 100%;
    height: 0.1rem;
    position: absolute;
    left: 0;
    bottom: 0;
    background: var(--textColor);
}
.secForm .checkList{
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    height: 100%;
    gap: 1.7rem 2rem;
}
.secForm .checkList.isVertical{
    flex-direction: column;
    align-content: flex-start;
    gap: 1.2rem 2rem;
}
.secForm .checkList .txtCheck{
    display: block;
    padding-left: 3.5rem;
}
.secForm .checkList .txtCheck::before{
    width: 2.5rem;
    height: 2.5rem;
    top: 0;
}
.secForm .checkList .labelCheck input[type="checkbox"]:checked + .txtCheck::after{
    top: 0.8rem;
    left: 0.7rem;
}
@media only screen and (max-width:1215px){
    .secForm .boxCheck{
        display: flex;
        justify-content: center;
        margin-top: 3rem;
    }
    .secForm .labelCheck input{
        position: absolute;
        width: 2rem;
        height: 2rem;
        left: 0;
        top: 0.4rem;
        margin: 0;
        visibility: hidden;
    }
    .secForm .txtCheck{
        position: relative;
        padding-left: 3.5rem;
        font-size: var(--spFontSize13);
    }
    .secForm .txtCheck::before{
        top: -0.2rem;
        width: 2.5rem;
        height: 2.5rem;
    }
    .secForm .labelCheck input[type="checkbox"]:checked + .txtCheck::after{
        top: 0.6rem;
        left: 0.8rem;
    }
    .secForm .checkList.isVertical{
        gap: 1.7rem 2rem;
    }
    .secForm .checkList .txtCheck::before{
        top: -0.5rem;
    }
    .secForm .checkList .labelCheck input[type="checkbox"]:checked + .txtCheck::after{
        top: 0.2rem;
    }
}

/* listRadio */
.secForm .listRadio{
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    height: 100%;
    gap: 1.7rem 2rem;
}
.secForm .listRadio.isVertical{
    flex-direction: column;
    align-content: flex-start;
    gap: 0.7rem 2rem;
}
.secFormTable input[type="radio"],
.secFormTable .innerRadio::before{
    width: 20px;
    height: 20px;
}
.secFormTable input[type="radio"]{
    visibility: hidden;
    position: absolute;
    margin: 0;
}
.secFormTable .labelRadio{
    position: relative;
    display: inline-block;
    line-height: 1;
}
.secFormTable .itemRadio:nth-child(n+2){
    margin-top: 13px;
}
.secFormTable .innerRadio{
    display: inline-flex;
    align-items: center;
}
.secFormTable .innerRadio::before{
    content: "";
    width: 20px;
    height: 20px;
    border-radius: 11px;
    background: #fff;
    margin: 0 10px 0 0;
    position: relative;
}
.secFormTable input[type="radio"]:checked + .innerRadio::after{
    content: "";
    width: 12px;
    height:12px;
    border-radius: 50%;
    background: var(--textColor);
    position: absolute;
    top: 4px;
    left: 4px;
}

/* boxInlineInput */
.secForm .boxInlineInput{
    display: inline-flex;
    vertical-align: top;
    margin-left: 2rem;
}
.secForm .boxInlineInputItem{
    display: inline-block;
    vertical-align: top;
}
.secForm .boxInlineInputItem + .boxInlineInputItem{
    margin-left: 2rem;
}
@media only screen and (max-width:1215px){
    .secForm .boxInlineInput{
        display: block;
        width: 100%;
        margin: 1rem 0 0;
    }
    .secForm .boxInlineInputItem + .boxInlineInputItem{
        margin-left: 1rem;
    }
}

/* -----------------------------------------------
    btnForm
----------------------------------------------- */
.secForm .btnForm{
    width: 50rem;
    height: 8.5rem;
	margin: 6rem auto 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--whiteColor);
    text-align: center;
    font-size: var(--pcFontSize18);
    position: relative;
    background: var(--colorZip);
    border-radius: 4.25rem;
    font-weight: 700;
}
.secForm .btnForm::after{
    content: "";
    position: absolute;
    width: 0.9rem;
    height: 0.9rem;
    left: 4rem;
    top: calc(50% - 0.45rem);
    background: var(--whiteColor);
    border-radius: 50%;
}
@media only screen and (max-width:1215px){
    .secForm .btnForm{
        width: 89.334%;
        height: 6.5rem;
        border-radius: 3.25rem;
        margin: 3.7rem auto 0;
        font-size: var(--spFontSize15);
    }
    .secForm .btnForm::after{
        left: 4rem;
        width: 0.5rem;
        height: 0.5rem;
        top: calc(50% - 0.25rem);
    }
}

/* co */
.secForm.co,.secForm.ok{
    margin-top: 10rem;
}
.secFormTable.co th{
    vertical-align: middle;
    padding: 3rem 0;
}
.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{
    background: var(--redColor);
}
@media only screen and (max-width:1215px){
    .secFormTable.co th{
        vertical-align: top;
        padding: 1.5rem 0 0;
    }
    .secFormTable.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(--spLineHeight14_30);
        margin: 2.5rem 0 1.5rem;
    }
}

.secForm.ok .okTxt{
    font-size: var(--pcFontSize16);
    line-height: var(--pcLineHeight16_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{
    background: var(--redColor);
}
@media only screen and (max-width:1215px){
    .secForm.ok .okTxt{
        font-size: var(--spFontSize14);
        line-height: var(--spLineHeight14_30);
        margin-top: 4rem;
        padding: 0 5.333%;
    }
}

.box_dummy{height: 0;}
.box_dummy input {
    visibility: hidden;
    position: absolute;
    margin: 0;
}

/* checkBox */
.secFormTable .checkItem:nth-child(n+2){
    margin-top: 1.3rem;
}
.secFormTable .checkTh{
    padding: 3.6rem 0 3.2rem;
}
.secFormTable .checkTd{
    padding: 3.6rem 0 3.2rem;
}
/* radio */
.secFormTable .labelCheck .txtRadio{
    position: relative;
    padding-left: 4.8rem;
    font-size: var(--pcFontSize16);
}
.secFormTable .labelCheck .txtRadio::before {
    content: "";
    position: absolute;
    left: 0;
    top: -0.3rem;
    width: 2.9rem;
    height: 2.9rem;
    border-radius: 1.45rem;
    background: var(--whiteColor);
    border-color: #d5d2d2;
}
.secFormTable .labelCheck input[type="radio"]:checked + .txtRadio::after {
    content: "";
    position: absolute;
    width: 1rem;
    height: 1rem;
    background: var(--textColor);
    border-radius: 0.5rem;
    top: 0.7rem;
    left: 0.9rem;
}
@media only screen and (max-width:1215px){
    .secFormTable .checkItem:nth-child(n+2){
        margin-top: 0.9rem;
    }
    .secFormTable .checkTd{
        padding: 1.7rem 0;
    }
     /* radio */
     .secFormTable .labelCheck .txtRadio{
        font-size: var(--spFontSize13);
        padding-left: 3.5rem;
    }
    .secFormTable .labelCheck .txtRadio::before {
        top: 0.1rem;
    }
    .secFormTable .labelCheck input[type="radio"]:checked + .txtRadio::after {
        top: 0.6rem;
    }
}

.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;}
}

/* -----------------------------------------------
    secFormQuestionnaire
----------------------------------------------- */
.secForm .btnQuestionnaire {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 9.8rem;
    margin: 3rem auto;
    padding-top: 0.1rem;
    line-height: 1;
    text-decoration: none;
    color: #000;
    background: var(--redColor);
    border-radius: 0.4rem;
    transition: .5s;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
    cursor: pointer;
}
.secForm .btnQuestionnaire:hover{
    opacity: 0.8;
}
.secFormQuestionnaire .ankeTop{
    color: #fff;
    font-size: 1.5rem;
    font-weight: 700;
    letter-spacing: 0.05em;
}
.secFormQuestionnaire .tabTxtOn,
.secFormQuestionnaire .tabTxtOff{
    font-size: 2.4rem;
    font-weight: 700;
    margin-top: 1.4rem;
    text-align: center;
    color: #fff;
    letter-spacing: 0.1em;
}
.secFormQuestionnaire .btnQuestionnaire::before,
.secFormQuestionnaire .btnQuestionnaire::after{
    position: absolute;
    content: "";
    width: 12px;
    height:10px;
    top: calc(50% - 5px);
    right: 40px;
	transition: .5s;
    -webkit-transition: all .5s ease-out;
    transition: all .5s ease-out;
}
.secFormQuestionnaire .btnQuestionnaire::after{
    right: auto;
    left: 40px;
}
.secFormQuestionnaire .btnQuestionnaire.on::before,
.secFormQuestionnaire .btnQuestionnaire.on::after{
    transform: rotate(180deg);
}
.secFormQuestionnaire .btnQuestionnaire.lazyloaded::before,
.secFormQuestionnaire .btnQuestionnaire.lazyloaded::after{
    background: url(../img/common/iconAnke.png) center top no-repeat;
    background-size: contain;
}
.secForm .ankeTop .txtColor{
    font-size: 16px;
    color: #e0bd19;
}
.secFormQuestionnaire .btnQuestionnaire:not(.on) .tabTxtOff,
.secFormQuestionnaire .btnQuestionnaire.on .tabTxtOn,
.secFormQuestionnaire input[name="isQuestionnaire"],
.secFormQuestionnaire .boxQuestionnaire{
    display: none;
}
@media only screen and (max-width:1215px){
    .secForm .btnQuestionnaire {
        width: 100%;
        height: 9rem;
        margin: 1rem auto;
        padding-top: 0;
        text-align: center;
    }
    .secFormQuestionnaire .ankeTop{
        font-size: 1.2rem;
        font-weight: 400;
        letter-spacing: 0;
        line-height: 1.5;
        margin-bottom: 0.5rem;
    }
    .secFormQuestionnaire{
        width: 92%;
        margin: 0 auto;
    }
    .secFormQuestionnaire .tabTxtOn,
    .secFormQuestionnaire .tabTxtOff{
        font-size: 14px;
        letter-spacing: 1px;
        margin-top: 0;
    }
    .secFormQuestionnaire .btnQuestionnaire::before,
    .secFormQuestionnaire .btnQuestionnaire::after{
        width: 7px;
        height: 6px;
        top: calc(50% - 3px);
        right: 15px;
    }
    .secFormQuestionnaire .btnQuestionnaire::after{
        left: 15px;
    }
}

.secFormQuestionnaire .boxQuesMember{
    display: inline-block;
    vertical-align: top;
    width: 13rem;
}
@media only screen and (max-width:1215px){
    .secFormQuestionnaire .boxQuesMember{
        width: 10rem;
    }
}

[data-input-show]:not(.isShow){
    display: none;
}

.secFormQuestionnaire .titQuestionnaireCo{
    font-size: 2.4rem;
    font-weight: 700;
    margin-top: 5rem;
    text-align: center;
    color: #fff;
    background-color: var(--textColor);
    letter-spacing: 0.1em;
    padding: 2rem;
}
.secForm.co .boxQuestionnaire{
    display: block;
}
@media only screen and (max-width:1215px){
    .secFormQuestionnaire .titQuestionnaireCo{
        font-size: 1.4rem;
        margin-top: 3rem;
        letter-spacing: 0.05em;
        padding: 2rem;
    }
    
}