@charset "utf-8";

/* placeholderの色指定 */
::placeholder{
    color: rgba(0, 17, 31, 0.3);
}

/* PHPエラー文 */
.secForm .txtError{
    color: #F00;
    font-size: 1.2rem;
    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: calc(14 / 12);
    text-align: left;
}

/* secForm */
.secForm{
    position: relative;
    background-color: var(--bgPnkzColor);
    padding-top: 12rem;
    padding-bottom: 12rem;
    margin-top: 12rem;
}
div + .secForm{
    margin-top: 15rem;
}

@media only screen and (max-width:1215px){
    .secForm{
        padding-top: 5rem;
        padding-bottom: 5rem;
        margin-top: 5rem;
    }
    div + .secForm{
        margin-top: 5rem;
    }
}
/* secFormTit */
.secFormTit{
    text-align: center;
    position: relative;
    /* padding-top: 6.5rem; */
}
.secFormTit::after{
    content: "";
    position: absolute;
    top: 0;
    left: calc(50% - 2rem);
    width: 4rem;
    height: 3.3rem;
}
.secFormTit .formTxtNote{
    margin-top: 3.7rem;
    font-size: var(--pcFontSize14);
    line-height: var(--pcLineHeight14_36);
    padding: 0 17rem;
    letter-spacing: var(--pcLetterSpacing14_50);
}
.secFormTit .tit{
    font-size: var(--pcFontSize40);
    line-height: var(--pcLineHeight40_50);
    font-weight: bold;
}
.secFormTit .flowlist{
    position: relative;
    width: 25.8rem;
    margin: 0 auto;
    margin-top: 3rem;
    display: flex;
}
.secFormTit .flowlist::after{
    content: "";
    position: absolute;
    width: 100%;
    height: 0.1rem;
    background-color: var(--ColorBlack_15);
    left: 0;
    top: calc(50% - 0.05rem);
}
.secFormTit .item{
    width:6.6rem;
    margin-right: 3rem;
    position: relative;
    z-index: 2;
}
.secFormTit .item:last-child{
    margin-right: 0;
}
.secFormTit .itemIn{
    display: flex;
    align-items: center;
    width: 100%;
    height: 6.6rem;
    border-radius: 50%;
    background-color: var(--ColorWhite);
    border: 0.1rem solid;
    border-color: var(--ColorBlack_15);
    color: var(--ColorFormFlow);
}
.secFormTit .on .itemIn{
    background-color: var(--ColorRed);
    border-color: var(--ColorBlack_15);
    color: var(--ColorWhite);
}
.secFormTit .itemtxt{
    display: inline-block;
    text-align: center;
    width: 100%;
    font-size: var(--pcFontSize14);
    line-height: var(--pcLineHeight14_20);
}
@media only screen and (max-width:1215px){
    .secFormTit{
        /* padding-top: 1.25rem; */
    }
    .secFormTit::after{
        left: calc(50% - 1.25rem);
        width: 2.5rem;
        height: 2rem;
    }
    .secFormTit .tit{
        font-size: var( --spFontSize20);
    }
    .secFormTit .flowlist{
        width: 18.5rem;
        margin-top: 1.5rem;
    }
    .secFormTit .item{
        width: calc((100% - 5rem) / 3);
        margin-right: 2.5rem;
    }
    .secFormTit .item:last-child{
        margin-right: 0;
    }
    .secFormTit .itemIn{
        height: 4.5rem;
    }
    .secFormTit .itemtxt{
        font-size: var(--spFontSize11);
    }
    .secFormTit .formTxtNote {
        margin-top: 1rem;
        font-size: var(--spFontSize12);
        letter-spacing: var(--spLetterSpacing12_50);
        line-height: var(--spLineHeight12_36);
        padding: 0;
    }
}
/* secFormIn */
.secFormIn{
    margin-top: 4rem;
    border-top: 0.1rem solid;
    /* border-bottom: 0.1rem solid; */
    border-color: var(--textColor);
}
@media only screen and (max-width:1215px){
    .secFormIn{
        margin-top: 3rem;
    }
}
/* secFormTable */
.secFormTable{
    width: 100%;
    margin: 0 auto;
    font-size: 0;
}
.secFormTable tr {
    border-bottom: solid 0.1rem;
    border-color: var(--ColorGray);
    display: flex;
    align-items: center;
}
.secFormTable th,
.secFormTable td {
    font-size: var(--pcFontSize16);
}
.secFormTable th{
    position: relative;
    width: 33rem;
    font-weight: bold;
    padding: 4rem 0;
    padding-left:calc(4rem + 2rem);
    vertical-align: top;
}
.secFormTable .longSentence th{
    padding: 3.2rem 0;
    padding-left: calc(4rem + 2rem);
    line-height: var(--pcLineHeight16_30);
}
.secFormTable .Formicon{
    position: absolute;
    display: flex;
    width: 4rem;
    height: 2.6rem;
    border-radius: 0.4rem;
    align-items: center;
    font-size: var(--pcFontSize12);
    color: var(--textColor);
    background-color:var(--ColorGray);
    left: 0;
    top: calc(50% - 1.3rem);
}
.secFormTable .icontxt{
    display: inline-block;
    width: 100%;
    text-align: center;
    color: var(--ColorWhite);
}
.secFormTable .Formicon.must{
    background-color: var(--ColorRed);
}
.secFormTable td {
    padding: 4rem 0;
    width: calc(100% - 33rem);
}
@media only screen and (min-width:1216px){
    .secFormTable .type_magazine th{
        padding-top: 2.4rem;
    }
    .secFormTable .type_magazine .Formicon{
        top: 4rem;
    }
    .secFormTable .type02 th{
        padding-top: 2.4rem;
    }
    .secFormTable .type02 .Formicon{
        top: 5.3rem;
    }
    .secFormTable .type01 th{
        padding-top: 3.4rem;
    }
    .secFormTable .type01 .Formicon{
        top: 4.9rem;
    }
    .secFormTable .type_magazine td{
        padding: 3.7rem 0 3.4rem;
    }
    .secFormTable .radiocheck th{
        padding-top: 3.1rem;
    }
    .secFormTable .radiocheck .Formicon{
        top: 3.4rem;
    }
    .secFormTable .eventName th{
        padding-top: 3rem;
        padding-bottom: 3rem;
    }
}
@media only screen and (max-width:1215px){
    .secFormTable th,
    .secFormTable td {
        width: 100%;
        display: block;
        font-size: var(--pcFontSize16);
    }
    .secFormTable th{
        position: relative;
        width: 100%;
        padding-left: 0;
        vertical-align: top;
        padding: 0;
        padding-top: 3rem;
        font-size: var(--spFontSize14);
        padding-right: 6rem;
        line-height: var(--spLineHeight14_22);
    }
    .secFormTable .longSentence th{
        padding: 0;
        padding-top: 2.5rem;
        padding-right: 6rem;
    }
    .secFormTable .Formicon{
        width: 4rem;
        height: 2.6rem;
        font-size: var(--spFontSize12);
        left: auto;
        right: 0;
        top: 2.4rem;
    }
    .secFormTable td {
        padding: 0.6rem 0 2.5rem;
        width: 100%;
        margin-top: 1rem;
    }
    .secFormTable .eventName th{
        padding-top: 1.9rem;
    }
    .secFormTable .eventName td{
        font-size: var(--pcFontSize13);
        padding-bottom: 2rem;
    }
    .secForm .boxNoteC .ico {
        font-size: var(--spFontSize11);
    }
}

/* 入力ボックス */
.secFormTable input[type="text"], 
.secFormTable input[type="tel"], 
.secFormTable input[type="email"], 
.secFormTable input[type="number"], 
.secFormTable input[type="password"], 
.secFormTable select,
.secFormTable textarea {
    position: relative;
    height: 6rem;
    border:none;
    font-size: var(--pcFontSize16);
    padding: 1rem 2rem;
    background: var(--ColorWhite);
    font-family: inherit;
    border-radius: 0.4rem;
    color: var(--textColor);
}
.secFormTable textarea {
    width: 100%;
    height: 26rem;
    padding: 2rem;
    display: block;
}
.secFormTable .selectbox{
    position: relative;
}
.secFormTable .selectbox::after{
    content: "";
    position: absolute;
    width: 0.8rem;
    height: 0.8rem;
    background-color: var(--textColor);
    top: calc(50% - 0.4rem);
    right:2rem;
    clip-path: polygon(0 0, 50% 100%, 100% 0);
}
.secFormTable select{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding-right: 3rem;
}
@media only screen and (max-width:1215px){
    .secFormTable input[type="text"], 
    .secFormTable input[type="tel"], 
    .secFormTable input[type="email"], 
    .secFormTable input[type="number"], 
    .secFormTable input[type="password"], 
    .secFormTable select,
    .secFormTable textarea {
        height: 5rem;
        padding: 1rem 1.5rem;
    }
    .secFormTable textarea {
        height: 22rem;
        padding: 1.5rem;
    }
    .secFormTable .selectbox::after{
        width: 0.6rem;
        height: 0.6rem;
        top: calc(50% - 0.3rem);
        right:1.5rem;
    }
    .secFormTable select{
        padding-right: 3rem;
    }
}
/* 横並び等設定 */
.secForm .fBox{
    display: flex;
    align-items: center;
}
.secForm .pcFlex{
    display: flex;
    align-items: center;
}
.color_red{
    color: var(--MustColor);
}
.secForm .txtNote{
    font-size: var(--pcFontSize12);
    line-height: var(--pcLineHeight12_20);
    margin-top: 1.2rem;
}
.secForm .formrighttxt,
.secForm .formlefttxt{
    font-size: var(--pcFontSize16);
}
.secForm .formrighttxt{
    margin-left: 1rem;
}
.secForm .formrighttxt.right20{
    margin-left: 2rem;
    margin-right: 1rem;
}
.secForm .formlefttxt{
    margin-right: 1rem;
}
@media only screen and (max-width:1215px){
    .secForm .txtNote{
        font-size: var(--spFontSize11);
        margin-top: 1rem;
    }
    .secForm .formrighttxt,
    .secForm .formlefttxt{
        font-size: var(--spFontSize13);
    }
    .secForm .formrighttxt{
        margin-left: 1rem;
    }
    .secForm .formlefttxt{
        margin-right: 1rem;
    }
    .secForm .formrighttxt.right20{
        margin-left: 0;
        margin-right: 1rem;
        flex-shrink: 0;
    }
    .secForm .pcFlex{
        display: block;
        align-items: center;
    }
    .secForm .fBox{
        margin-top: 0;
    }
    .secForm .fBox + .fBox{
        margin-top: 0.5rem;
    }
}
/* コンテンツ幅 */
.secForm .w100p{width: 100%;}
.secForm .w100{width: 10rem;}
.secForm .w150{width: 15rem;}
.secForm .w200{width: 20rem;}
.secForm .w237{width: 23.7rem;}
.secForm .w360{width: 36rem;}
.secForm .w400{width: 40rem;}
@media only screen and (max-width:1215px){
    .secForm .ws100p{width: 100%;}
    .secForm .ws50{width: 5rem;}
    .secForm .ws110{width: 11rem;}
    .secForm .ws130{width: 13rem;}
    .secForm .ws135{width: 13.5rem;}
    .secForm .ws200{width: 20rem;}
}

.secForm .mt10{margin-top: 1rem;}
@media only screen and (max-width:1215px){
    .secForm .mts10{margin-top: 1rem;}
}
/* zipContent */
.secForm #btnZip{
    width: 12rem;
    height: 4rem;
    display: flex;
    align-items: center;
    background-color: var(--textColor);
    color: var(--ColorWhite);
    font-size: var(--pcFontSize14);
    line-height: var(--pcLineHeight14_20);
    border-radius: 0.5rem;
    margin-left: 1rem;
}
.secForm #btnZip .btnIn{
    display: inline-block;
    text-align: center;
    width: 100%;
}
.secForm .ziptxt,
.secForm .citytxt{
    font-size: var(--pcFontSize16);
    margin-right: 1rem;
    display: inline-block;
}
.secForm .fBoxAddress,
.secForm .fBoxCity{
    margin-top: 1rem;
}
.secForm .addbox{
    flex: 1;
    margin-left:1rem;
}
.secForm .citybox{
    flex: 1;
}
@media only screen and (max-width:1215px){
    .secForm #btnZip{
        width: 9rem;
        height: 3.4rem;
        font-size: var(--spFontSize11);
    }
    .secForm .inputZip{
        max-width: 11rem;
        width: calc(100% - 12rem);
    }
    .secForm input[type="text"].inputZip{
        padding: 1rem;
    }
    .secForm .fBoxAddress{
        margin-top:0.5rem;
        display: block;
    }
    .secForm .fBoxCity{
        margin-top:0.5rem;
    }
    .secForm .addbox{
        width: 100%;
        margin-left: 0;
        margin-top: 0.5rem;
    }
    .secForm .ziptxt,
    .secForm .citytxt{
        font-size: var(--spFontSize13);
        margin-right: 1rem;
    }
}
/* チェックボックス */
.secFormTable .boxCheckList .Checkitem{
    width: 100%;
}
.secFormTable .boxCheckList.type04 .Checkitem{
    margin-top: 1.5rem;
}
/* .secFormTable .boxCheckList:not(.type02) .Checkitem:nth-child(n+2){
    margin-top: 1.5rem;
}
.secFormTable .boxCheckList:not(.type03) .Checkitem:nth-child(n+2){
    margin-top: 1.5rem;
} */
.secFormTable .labelCheck{
    display: inline-block;
    position: relative;
}
.secFormTable .labelCheck input{
    position: absolute;
    width: 1rem;
    height: 1rem;
    left: 0;
    top:0;
    visibility: hidden;
}
.secFormTable .txtCheck{
    position: relative;
    padding-left:calc(3rem + 1rem);
    display: inline-block;
    min-height: 3rem;
    padding-top: 0.5rem;
}
.secFormTable .txtCheck::before{
    content: "";
    position: absolute;
    left: 0;
    top: -0.1rem;
    width: 3rem;
    height: 3rem;
    border-radius: 0.5rem;
    background: var(--ColorWhite);
    border: 1px solid var(--ColorCheckBorder);
}
.secFormTable input[type="checkbox"]:checked + .txtCheck::before{
    background-color: var(--NavColor);
}
.secFormTable input[type="checkbox"]:checked + .txtCheck::after{
    content: "";
    position: absolute;
    width: 1.2rem;
    height: 0.7rem;
    border-bottom: solid 0.3rem;
    border-left: solid 0.3rem;
    border-color: var(--textColor);
    top: 0.9rem;
    left: 0.8rem;
    transform: rotate(-45deg);
}
.secFormTable .boxCheckList + .otherInput{
    margin-top: 1.5rem;
}
/* type02 */
.secFormTable .boxCheckList.type02{
    display: flex;
    flex-wrap: wrap;
}
.secFormTable .boxCheckList.type02 .Checkitem:nth-child(1),
.secFormTable .boxCheckList.type02 .Checkitem:nth-child(5),
.secFormTable .boxCheckList.type02 .Checkitem:nth-child(9){
    width:21.5rem;
}
.secFormTable .boxCheckList.type02 .Checkitem:nth-child(2),
.secFormTable .boxCheckList.type02 .Checkitem:nth-child(6),
.secFormTable .boxCheckList.type02 .Checkitem:nth-child(10){
    width: 15.3rem;
}
.secFormTable .boxCheckList.type02 .Checkitem:nth-child(3),
.secFormTable .boxCheckList.type02 .Checkitem:nth-child(7),
.secFormTable .boxCheckList.type02 .Checkitem:nth-child(11){
    width: 17rem;
}
.secFormTable .boxCheckList.type02 .Checkitem:nth-child(4),
.secFormTable .boxCheckList.type02 .Checkitem:nth-child(8),
.secFormTable .boxCheckList.type02 .Checkitem:nth-child(12){
    width: 12rem;
}
.secFormTable .boxCheckList.type02 .Checkitem:nth-child(n + 5){
    margin-top: 2rem;
}

/* type03 */
.secFormTable .boxCheckList.type03{
    display: flex;
    flex-wrap: wrap;
}
.secFormTable .boxCheckList.type03 .Checkitem:nth-child(1),
.secFormTable .boxCheckList.type03 .Checkitem:nth-child(4),
.secFormTable .boxCheckList.type03 .Checkitem:nth-child(7),
.secFormTable .boxCheckList.type03 .Checkitem:nth-child(10){
    width:20.5rem;
}
.secFormTable .boxCheckList.type03 .Checkitem:nth-child(2),
.secFormTable .boxCheckList.type03 .Checkitem:nth-child(5),
.secFormTable .boxCheckList.type03 .Checkitem:nth-child(8),
.secFormTable .boxCheckList.type03 .Checkitem:nth-child(11){
    width: 31.5rem;
}
.secFormTable .boxCheckList.type03 .Checkitem:nth-child(3),
.secFormTable .boxCheckList.type03 .Checkitem:nth-child(6),
.secFormTable .boxCheckList.type03 .Checkitem:nth-child(9),
.secFormTable .boxCheckList.type03 .Checkitem:nth-child(12){
    width: 21.5rem;
}
.secFormTable .boxCheckList.type03 .Checkitem:nth-child(n + 4){
    margin-top: 2rem;
}

/* type_family */
.secFormTable .boxCheckList.type_family{
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 1.8rem;
}
.secFormTable .boxCheckList.type_family .Checkitem{
    display: inline-block;
    width: auto;
}
.secFormTable .boxCheckList.type_family .Checkitem + .Checkitem{
    margin-top: 0;
    margin-left: 4rem;
}
.secFormTable .boxCheckList.type_family .Checkitem.Itembox{
    width: 100%;
    margin-left: 0;
    display: flex;
    align-items: center;
    margin-top: 1.5rem;
}
.secFormTable .boxCheckList.type_family .fBox{
    margin-left:1.5rem;
}
.secFormTable .boxCheckList.type_family .Checkitem:last-child{
    margin-top: 3rem;
}
@media only screen and (max-width:1215px){
    .secFormTable .boxCheckList{
    }
    .secFormTable .boxCheckList .Checkitem{
        width: 100%;
    }
    .secFormTable .boxCheckList.type04 .Checkitem{
        margin-top: 0.6rem;
    }
    .secFormTable .boxCheckList:not(.type02) .Checkitem:nth-child(n+2){
        margin-top: 0.6rem;
    }
    .secFormTable .boxCheckList:not(.type03) .Checkitem:nth-child(n+2){
        margin-top: 0.6rem;
    }
    .secFormTable .txtCheck{
        padding-left:calc(2.5rem + 1rem);
        font-size: var(--pcFontSize13);
        display: inline-block;
        min-height: 2.5rem;
    }
    .secFormTable .txtCheck::before{
        top: 0;
        width: 2.5rem;
        height: 2.5rem;
    }
    .secFormTable input[type="checkbox"]:checked + .txtCheck::after{
        width: 1rem;
        height: 0.6rem;
        border-bottom:solid 0.2rem;
        border-left:solid 0.2rem;
        top: 0.9rem;
        left: 0.7rem;
        transform: rotate(-48deg);
    }
    .secFormTable .boxCheckList + .otherInput{
        margin-top: 1rem;
    }

    .secFormTable .boxCheckList.type02{
        max-width:100%;
    }
    .secFormTable .boxCheckList.type02 .Checkitem:nth-child(4n + 3),
    .secFormTable .boxCheckList.type02 .Checkitem{
        width:calc((100% - 1.5rem) / 2);
        margin-right: 1.5rem;
    }
    .secFormTable .boxCheckList.type02 .Checkitem:nth-child(2n){
        margin-right: 0;
    }
    .secFormTable .boxCheckList.type02 .Checkitem:nth-child(n + 3),
    .secFormTable .boxCheckList.type02 .Checkitem:nth-child(n + 5){
        margin-top: 0.6rem;
    }
    /* type02 */
    .secFormTable .boxCheckList.type02{
        display: flex;
        flex-wrap: wrap;
    }
    .secFormTable .boxCheckList.type02 .Checkitem:nth-child(1),
    .secFormTable .boxCheckList.type02 .Checkitem:nth-child(5),
    .secFormTable .boxCheckList.type02 .Checkitem:nth-child(9){
        width:calc((100% - 1.5rem) / 2);
        margin: 0;
        margin-right: 1.5rem;
    }
    .secFormTable .boxCheckList.type02 .Checkitem:nth-child(2),
    .secFormTable .boxCheckList.type02 .Checkitem:nth-child(6),
    .secFormTable .boxCheckList.type02 .Checkitem:nth-child(10){
        width:calc((100% - 1.5rem) / 2);
        margin: 0;
        margin-right: 1.5rem;
    }
    .secFormTable .boxCheckList.type02 .Checkitem:nth-child(3),
    .secFormTable .boxCheckList.type02 .Checkitem:nth-child(7),
    .secFormTable .boxCheckList.type02 .Checkitem:nth-child(11){
        width:calc((100% - 1.5rem) / 2);
        margin: 0;
        margin-right: 1.5rem;
    }
    .secFormTable .boxCheckList.type02 .Checkitem:nth-child(4),
    .secFormTable .boxCheckList.type02 .Checkitem:nth-child(8),
    .secFormTable .boxCheckList.type02 .Checkitem:nth-child(12){
        width:calc((100% - 1.5rem) / 2);
        margin: 0;
        margin-right: 1.5rem;
    }
    .secFormTable .boxCheckList.type02 .Checkitem:nth-child(2n){
        margin-right: 0;
    }
    .secFormTable .boxCheckList.type02 .Checkitem:nth-child(n + 3){
        margin-top: 1rem;
    }

    /* type03 */
    .secFormTable .boxCheckList.type03{
        display: flex;
        flex-wrap: wrap;
    }
    .secFormTable .boxCheckList.type03 .Checkitem:nth-child(1),
    .secFormTable .boxCheckList.type03 .Checkitem:nth-child(4),
    .secFormTable .boxCheckList.type03 .Checkitem:nth-child(7),
    .secFormTable .boxCheckList.type03 .Checkitem:nth-child(10){
        width:100%;
        margin: 0;
        margin-right: 1.5rem;
    }
    .secFormTable .boxCheckList.type03 .Checkitem:nth-child(2),
    .secFormTable .boxCheckList.type03 .Checkitem:nth-child(5),
    .secFormTable .boxCheckList.type03 .Checkitem:nth-child(8),
    .secFormTable .boxCheckList.type03 .Checkitem:nth-child(11){
        width:100%;
        margin: 0;
        margin-right: 1.5rem;
    }
    .secFormTable .boxCheckList.type03 .Checkitem:nth-child(3),
    .secFormTable .boxCheckList.type03 .Checkitem:nth-child(6),
    .secFormTable .boxCheckList.type03 .Checkitem:nth-child(9),
    .secFormTable .boxCheckList.type03 .Checkitem:nth-child(12){
        width:100%;
        margin: 0;
        margin-right: 1.5rem;
    }
    .secFormTable .boxCheckList.type03 .Checkitem:nth-child(2n){
        margin-right: 0;
    }
    .secFormTable .boxCheckList.type03 .Checkitem:nth-child(1),
    .secFormTable .boxCheckList.type03 .Checkitem:nth-child(3),
    .secFormTable .boxCheckList.type03 .Checkitem:nth-child(5),
    .secFormTable .boxCheckList.type03 .Checkitem:nth-child(11){
        width: calc((100% - 36%) - 1.5rem);
    }
    .secFormTable .boxCheckList.type03 .Checkitem:nth-child(2),
    .secFormTable .boxCheckList.type03 .Checkitem:nth-child(4),
    .secFormTable .boxCheckList.type03 .Checkitem:nth-child(6),
    .secFormTable .boxCheckList.type03 .Checkitem:nth-child(12){
        width: 36%;
    }
    .secFormTable .boxCheckList.type03 .Checkitem:nth-child(n + 3){
        margin-top: 1rem;
    }


    /* type_family */
    .secFormTable .boxCheckList.type_family{
        padding-bottom: 0.4rem;
    }
    .secFormTable .boxCheckList.type_family .Checkitem{
        display:block;
        width:calc((100% - 1.5rem) / 2);
        margin-right: 1.5rem;
    }
    .secFormTable .boxCheckList.type_family .Checkitem + .Checkitem{
        margin-top: 0;
        margin-left: 0;
    }
    .secFormTable .boxCheckList.type_family .Checkitem:nth-child(2n){
        margin-right: 0;
    }
    .secFormTable .boxCheckList.type_family .Checkitem:nth-child(n + 3){
        margin-top: 0.6rem;
    }
    .secFormTable .boxCheckList.type_family .Checkitem.Itembox{
        width: 100%;
        margin: 0;
        margin-top: 1rem;
    }
    .secFormTable .boxCheckList.type_family .fBox{
        margin-left: 1rem;
    }
    .secFormTable .boxCheckList.type_family .Checkitem:last-child{
        margin-top: 0.6rem;
    }
}

/* ラジオボックス */
.secFormTable .boxRadioList .Radioitem{
    width: 100%;
    display: flex;
    align-items: center;
    min-height: 5.7rem;
}
.secFormTable .boxRadioList:not(.flex) .Radioitem:nth-child(n+2){
    margin-top:2rem;
}
.secFormTable .boxRadioList.flex{
    display: flex;
}
.secFormTable .boxRadioList.flex .Radioitem{
    display: inline-block;
    width: auto;
}
.secFormTable .boxRadioList.flex .Radioitem + .Radioitem{
    margin-left: 4rem;
}
.secFormTable .labelRadio{
    display: inline-block;
    position: relative;
}
.secFormTable .labelRadio input{
    position: absolute;
    width: 1rem;
    height: 1rem;
    left: 0;
    top:0;
    visibility: hidden;
}
.secFormTable .txtRadio{
    position: relative;
    padding-left:calc(3rem + 1rem);
    display: inline-block;
    min-height: 3rem;
    padding-top: 0.5rem;
}
.secFormTable .txtRadio::before{
    content: "";
    position: absolute;
    left: 0;
    top:0;
    width: 3rem;
    height: 3rem;
    border-radius: 100%;
    background: var(--ColorWhite);
    border: 1px solid var(--ColorCheckBorder);
}
.secFormTable input[type="radio"]:checked + .txtRadio::before{
    background-color: var(--NavColor);
}
.secFormTable input[type="radio"]:checked + .txtRadio::after{
    content: "";
    position: absolute;
    width: 1.5rem;
    height: 1.5rem;
    border-radius: 50%;
    background: var(--textColor);
    top: 0.75rem;
    left: 0.75rem;
}
.secFormTable .boxRadioList + .otherInput{
    margin-top: 1.5rem;
}
@media only screen and (max-width:1215px){
    .secFormTable .boxRadioList{
        margin-top: 0.5rem;
    }
    .secFormTable .boxRadioList .Radioitem{
        width: 100%;
        display: block;
        min-height: auto;
    }
    .secFormTable .boxRadioList:not(.flex) .Radioitem:nth-child(n+2){
        margin-top: 1.5rem;
    }
    .secFormTable .txtRadio{
        padding-left:calc(2.5rem + 1rem);
        font-size: var(--pcFontSize13);
        min-height: 2.5rem;
    }
    .secFormTable .txtRadio::before{
        width: 2.5rem;
        height: 2.5rem;
        top: 0rem;
    }
    .secFormTable .boxRadioList + .otherInput{
        margin-top: 1rem;
    }
    .secFormTable input[type="radio"]:checked + .txtRadio::after{
        width:1.1rem;
        height: 1.1rem;
        top: 0.75rem;
        left: 0.75rem;
    }
    .secFormTable .boxRadioList.flex{
        flex-wrap: wrap;
    }
    .secFormTable .boxRadioList.flex .Radioitem{
        display: block;
        width: calc((100% - 1.5rem) / 2);
        margin-right: 1.5rem;
    }
    .secFormTable .boxRadioList.flex .Radioitem:nth-child(2n){
        margin-right: 0;
    }
    .secFormTable .boxRadioList.flex .Radioitem + .Radioitem{
        margin-left: 0rem;
    }
    .secFormTable .boxRadioList.flex .Radioitem:nth-child(n + 3){
        margin-top: 0.6rem;
    }
}
/* secSendbox */
.secSendbox{
    text-align: center;
    margin-top: 4.8rem;
}
.secSendbox .linktxt{
    font-size: var(--pcFontSize18);
    line-height: var(--pcLineHeight18_20);
    font-weight: bold;
}
.secSendbox .link{
    text-decoration: underline;
    color: var(--linkColor);
}

.secForm .btnForm{
    display: flex;
    align-items: center;
    width: 64rem;
    height: 11rem;
    margin: 0 auto;
    border-radius: 50rem;
    border: 0.1rem solid;
    border-color: var(--textColor);
    background-color: var(--ColorWhite);
    margin-top: 3.9rem;
    position: relative;
}
.secForm .btnForm:not(.btnForm.on){
    opacity: 0.5;
    pointer-events: none;
}
.secForm .btnForm::after{
    content: "";
    position: absolute;
    width: 0.8rem;
    height: 1.4rem;
    top: calc(50% - 0.7rem);
    right: 4.2rem;
    transform: rotate(-90deg);
}
.secForm .btnForm.lazyloaded::after{
    background: url(../img/common/imgArrow.png) center center no-repeat;
    background-size: 100% auto;
}
.secForm .btnForm .btnIn{
    display: inline-block;
    width: 100%;
    text-align: center;
    padding-bottom: 0.7rem;
}
.secForm .btnForm .btnsubtxt{
    font-size: var(--pcFontSize15);
    line-height: var(--pcLineHeight15_20);
}
.secForm .btnForm .btnFormtxt{
    margin-top: 0.5rem;
    font-size: var(--pcFontSize22);
    line-height: var(--pcLineHeight22_26);
    font-weight: bold;
}
@media only screen and (max-width:1215px){
    .secSendbox{
        margin-top: 2.9rem;
    }
    .secSendbox .linktxt{
        font-size: var(--spFontSize13);
    }
    .secForm .btnForm{
        max-width: 100%;
        width: calc((305 / 335) * 100%);
        height: 8rem;
        margin-top: 2rem;
    }
    .secForm .btnForm::after{
        right: 3rem;
    }
    .secForm .btnForm .btnIn{
        padding-bottom: 0.5rem;
    }
    .secForm .btnForm .btnsubtxt{
        font-size: var(--spFontSize11);
    }
    .secForm .btnForm .btnFormtxt{
        margin-top: 0.5rem;
        font-size: var(--spFontSize15);
    }
}

/* 確認ページ */
.formPage.co .secForm{
    margin-top: 10rem;
}
.formPage.co .secFormTable th{
    padding: 3rem 0;
}
.formPage.co .secQuestionnaire{
    margin-top: 0;
}
.formPage.co .btnQuestionnaire{
    position: relative;
    display: block;
    text-align: center;
    width: 100%;
    height: auto;
    margin: 0 auto;
    background: var(--textColor);
    color: var(--ColorWhite);
    font-size: var(--pcFontSize18);
    line-height: var(--pcLineHeight18_26);
    font-weight: bold;
    margin: 3rem 0;
    padding: 2rem 0;
}
.formPage.co #boxQuestionnaire{
    display: block;
}
.formPage.co .btnSendCoBack{
    width: 30rem;
    height: 8rem;
    background-color: var(--textColor);
    color: var(--ColorWhite);
    margin-top: 2rem;
}
.formPage.co .secFormTable td {
    line-height: var(--pcLineHeight16_30);
}
.formPage.co .secCmnFormBtn.btnSendCoBack::after {
    border-top: 1px solid var(--textColor);
    border-right: 1px solid var(--textColor);
}
.formPage.co .secFormContent {
    margin-top: 0;
    margin-bottom: 0;
}
.formPage.co .secForm {
    margin-top: 0;
}
@media only screen and (max-width:1215px){
    /* 確認ページ */
    .formPage.co .secForm{
        margin-top: 0rem;
    }
    .formPage.co .secFormTable th{
        padding: 1rem 0 0;
    }
    .formPage.co .secFormTable td{
        padding: 0.5rem 0 1rem;
        font-size: var(--spFontSize13);
    }
    .formPage.co .secQuestionnaire{
        margin-top: 0;
    }
    .formPage.co .btnQuestionnaire{
        font-size: var(--pcFontSize18);
        line-height: var(--pcLineHeight18_26);
        font-weight: bold;
        margin: 3rem 0;
        padding: 2rem 0;
    }
    .formPage.co #boxQuestionnaire{
        display: block;
    }
    .formPage.co .aBtnFormSend{
        height: 6rem;
    }
    .formPage.co .btnSendCoBack{
        max-width: 100%;
        width: calc((295 / 335)* 100%);
        height: 5rem;
        margin-top: 1.5rem;
    }
}
.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
-----------------------------------------------*/
.formPage.ok .secCmnFormBtn{
    width: 50rem;
}
.formPage.ok .secFormIn{
    border: none;
}
@media only screen and (max-width:1215px){
    .formPage.ok .secCmnFormBtn{
        width: 100%;
    }
}
.formPage.ok .secOkbox{
    margin-top: 5rem;
}
.formPage.ok .oktxt{
    font-size: var(--pcFontSize15);
    line-height: var(--pcLineHeight15_25);
    text-align: center;
    margin: 5rem 0;
}
@media only screen and (max-width:1215px){
    .formPage.ok .secOkbox{
        margin: 0 auto;
        margin-top: 3rem;
        max-width: 60rem;
    }
    .formPage.ok .oktxt{
        font-size: var(--spFontSize13);
        text-align: left;
        margin: 3rem 0;
    }
}

/* secCpbox */
.secCpbox{
    margin-top: 6rem;
    position: relative;
    background-color: var(--ColorWhite);
    border-radius:1rem;
    overflow: hidden;
    width: 100%;
    display: flex;
    align-items: center;
    min-height: 35rem;
    padding-left:35rem;
}
.secCpbox .leftbox{
    position: absolute;
    width: 35rem;
    height: 100%;
    background-color: var(--NavColor);
    left: 0;
    top: 0;
    display: flex;
    align-items: center;
    padding: 3rem;
}
.secCpbox .leftIn{
    display: inline-block;
    text-align: center;
    width: 100%;
}
.secCpbox .Cptit{
    font-size: var(--pcFontSize22);
    line-height: var(--pcLineHeight22_36);
    font-weight: bold;
}
.secCpbox .cpImg{
    width: 12.9rem;
    margin: 0 auto;
    margin-top: 2.8rem;
}
.secCpbox .rightbox{
    flex: 1;
    text-align: left;
    padding:4rem;
    padding-left: 7rem;
}
.secCpbox .cpsubtit{
    font-size: var(--pcFontSize18);
    line-height: var(--pcLineHeight18_34);
    font-weight: bold;
}
.secCpbox .cptxt{
    font-size: var(--pcFontSize13);
    line-height: var(--pcLineHeight13_26);
    margin-top: 1.2rem;
}
.secCpbox .txtIn{
    display: inline-block;
    padding-left: 0.75em;
}
.secCpbox .areapoptxt{
    pointer-events: all;
    cursor: pointer;
    text-decoration: underline;
}
@media only screen and (max-width:1215px){
    .secCpbox{
        margin-top: 3rem;
        border-radius:0.5rem;
        display:block;
        min-height:0;
        padding-left:0;
    }
    .secCpbox .leftbox{
        position:static;
        width: 100%;
        height:auto;
        display:block;
        padding: 0;
    }
    .secCpbox .leftIn{
        display:block;
        text-align: center;
        padding: 1rem;
    }
    .secCpbox .Cptit{
        font-size: var(--spFontSize15);
        line-height: var(--spLineHeight15_25);
    }
    .secCpbox .cpImg{
        display: none;
    }
    .secCpbox .rightbox{
        width: 100%;
        padding: 1.3rem 2rem 2.6rem;
    }
    .secCpbox .cpsubtit{
        font-size: var(--spFontSize13);
        line-height: var(--spLineHeight13_22);
    }
    .secCpbox .cptxt{
        font-size: var(--spFontSize11);
        line-height: var(--spLineHeight11_20);
        margin-top: 0.7rem;
    }
    .secCpbox .txtIn{
        padding-left: 1em;
    }
}
/* reservememberbox */
.secForm .reservemembertxt{
    width:6rem;
}
.secForm .reservememberbox .fBox + .fBox{
    margin-top:1rem;
}
@media only screen and (max-width:1215px){
    .secForm .reservememberbox{
        display: block;

    }
    .secForm .reservemembertxt{
        width:auto;
        margin-right: 1rem;
        font-size: var(--spFontSize13);
    }
    .secForm .reservememberbox .fBox + .fBox{
        margin-top:1rem;
        margin-left:0;
    }
}
#triggerbox{
    display: none;
    padding-left: 4rem;
}
#triggerbox .fBox + .fBox{
    margin-top:1rem;
}
@media only screen and (max-width:1215px){
    #triggerbox{
        padding-left: 3.6rem;
    }
    #triggerbox .fBox + .fBox{
        margin-top:0.5rem;
    }
}
.secFormTable tr.reserve_content:not(.reserve_content.on){
    display: none;
}

/* カレンダー */
.secForm .secCalendar {
    width: 100%;
    margin: 0 auto;
    border-bottom: solid 0.1rem;
    border-color: var(--textColor);
}
.secForm .secCalendar {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    border-top: 1px solid #e1e1e1;
}
.secCalendar .titCalendar {
    position: relative;
    width: 33rem;
    font-weight: bold;
    padding-left: calc(4rem + 2rem);
    vertical-align: top;
    padding-top: 6rem;
    font-size: var(--pcFontSize16);
    line-height: var(--pcLineHeight16_26);
}
.secCalendar .secFormCalendar {
    width: calc(100% - 33rem);
    font-size: var(--pcFontSize15);
    line-height: 3.2rem;
    padding: 4rem 0 4rem;
    vertical-align: top;
    position: relative;
}
.secCalendar .dateTimePickerIn {
    background: var(--ColorWhite);
    padding: 4rem;
}
.secCalendar .dateTimePickerIn tr{
    border: none;
}
.secCalendar .Formicon{
    top: 5.7rem;
}
.secFormTable tr td.pt0 {
    padding-top: 0;
}
.secForm .boxNoteC {
    border: 1px solid #000;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    margin: 3.3rem 0 5px;
}
.secForm .boxNoteC .ico {
    font-size: 13px;
    line-height: 50px;
    margin-right: 30px;
}
.secForm .boxNoteC .activeOn {
    width: 16px;
    height: 16px;
    border: 2px solid var(--ColorRed);
    border-radius: 50%;
    display: inline-block;
    vertical-align: -4px;
}
.secForm .boxNoteC .batsu {
    font-size: 16px;
    font-weight: 700;
    vertical-align: -2px;
}
.secForm .boxNoteC .ico:last-child {
    margin-right: 0;
}
.secFormTable .txtNote {
    font-size:var(--pcFontSize11);
    line-height: var(--pcLineHeight11_24);
    padding-top: 0;
    margin: 0;
}
.secFormTable .txtError + .txtNote{
    margin-top: 1rem;
}
.secFormTable .txtNote .fRed {
    color: var(--ColorRed);
}
@media only screen and (max-width:1215px){
    .secForm .secCalendar {
        display: block;
    }
    .secCalendar .titCalendar {
        width: 100%;
        font-weight: bold;
        padding-left: 0;
        padding-top: 3rem;
        font-size: var(--spFontSize14);
    }
    .secCalendar .Formicon {
        top: 2.4rem;
    }
    .secCalendar .secFormCalendar {
        width: 100%;
        font-size: var(--spFontSize11);
        line-height: 3.2rem;
        padding: 2rem 0 2rem;
        vertical-align: top;
        position: relative;
    }
    .secCalendar .dateTimePickerIn {
        padding: 2rem;
    }
    .secForm .boxNoteC .ico {
        font-size: var(--spFontSize11);
        line-height: 1;
        margin-right: 0.5rem;
    }
    .secFormCalendar .boxNoteC {
        height: 4.2rem;
        border-radius: 4px;
    }
    .secForm .boxNoteC .activeOn {
        width: 12px;
        height: 12px;
        display: inline-block;
        vertical-align: -2px;
    }
    
    .secForm .boxNoteC .batsu {
        font-size: 14px;
        font-weight: normal;
        vertical-align: -2px;
    }
}
@media only screen and (max-width:360px){
    .secForm .boxNoteC .ico {
        font-size: var(--spFontSize11);
    }
}
/* 下部 */

.secCmnForm .mailTxt.bgBlack{
	background-color:var(--ColorGray);
	padding:4.5rem 4rem 3.5rem;
	text-align: left;
	margin-top:6rem;
    color: var(--ColorWhite);
}
.secCmnForm .mailTxt.bgBlack .flexTxt{
	display: flex;
    flex-wrap: wrap;
    margin-top: 1rem;
}
.secCmnForm .mailTxt.bgBlack .listItemTxt:nth-child(odd){
	width: 41rem;
}
.secCmnForm .mailTxt.bgBlack .listItemTxt:nth-child(even){
	width: calc(100% - 41rem);
}
.secCmnForm .mailTxt{
	background-color:var(--ColorWhite);
	padding:4.5rem 3.5rem 4rem;
	text-align: left;
	margin-top:40px;
}
.secCmnForm .mailTxt .innerTit{
	font-size:var(--pcFontSize16);
    font-weight: bold;
}
.secCmnForm .mailTxt .innerTxt{
	font-size:var(--pcFontSize14);
	line-height:var(--pcLineHeight14_30);
	margin-top:1rem;
}
.secCmnFormBtn{
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--ColorRed);
    height: 100px;
    color: #fff;
    width: 60rem;
    margin: 4rem auto 0;
    text-decoration: none;
    font-weight: bold;
    letter-spacing: 2.3px;
    padding-bottom: 4px;
    position: relative;
}
.secCmnFormBtn::before{
    content: '';
    position: absolute;
    width: 2rem;
    height: 2rem;
    background: var(--ColorWhite);
    border-radius: 50%;
    top: calc(50% - 1rem);
    right: 3rem;
}
.secCmnFormBtn::after{
    content: "";
    position: absolute;
    top: 50%;
    right: 3.5rem;
    width: 0.6rem;
    height: 0.6rem;
    border-top: 1px solid var(--ColorRed);
    border-right: 1px solid var(--ColorRed);
    transform: translate(-50%, -50%) rotate(45deg);
}

.secCmnFormBtn.back{
    width: 35rem;
    background: #000;
}
.secFormTable .iconEye{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 330px;
    cursor: pointer;
}
.secFormTable.txtPrivacy{
    font-size: var(--pcFontSize16);
    line-height: var(--pcLineHeight16_30);
    text-align: center;
    margin: 5rem auto 0;
    font-weight: bold;
}
.secFormTable.txtPrivacy .innerPrivacy{
    display: inline-block;
}
.secFormTable.txtPrivacy .color_red{
    color: var(--ColorRed);
}
.secFormTable .linkPrivacy{
    text-decoration: underline;
    text-underline-offset: 1rem;
}
.secFormTable.txtPrivacy .txtCheck{
    padding-top: 0;
}
@media only screen and (max-width:1215px){

    .secFormTable td .label03{
        font-size :13px;
    }
    .secFormTable .txtNote {
        font-size: var(--spFontSize11);
        margin-top: -2rem;
        line-height: 20px;
    }
    .secCmnForm .mailTxt.bgBlack {
        padding: 2rem;
        margin-top: 2.5rem;
    }
    .secCmnForm .mailTxt .innerTxt {
        font-size: var(--spFontSize11);
        line-height: var(--spLineHeight11_22);
        margin-top: 10px;
    }
    .secCmnForm .mailTxt {
        padding: 2rem;
        margin-top: 1rem;
    }
    .secCmnForm .mailTxt .innerTit {
        font-size: var(--spFontSize12);
        line-height: var(--spLineHeight12_17);
    }
    .secCmnFormBtn{
        font-size: 14px;
        width: 100%;
        height: 60px;
        margin: 30px auto 0;
        letter-spacing: 1px;
        padding-bottom: 1px;
        border-radius: 5px;
    }
    .secCmnFormBtn.back{
        width: 80%;
        background: #000;
    }
    .secFormTable .iconEye{
        position: absolute;
        top: calc(50% - 2px);
        transform: translateY(-50%);
        left: auto;
        right: 15px;
        cursor: pointer;
    }
    .secCmnForm .mailTxt.bgBlack .listItemTxt:nth-child(odd){
        width: 100%;
    }
    .secCmnForm .mailTxt.bgBlack .listItemTxt:nth-child(even){
        width: 100%;
    }
    .secFormTable.txtPrivacy {
        font-size: var(--spFontSize14);
        margin: 2rem auto 0;
    }
    .secFormTable.txtPrivacy .txtCheck{
        font-size: var(--spFontSize14);
    }
    .secCmnFormBtn::before {
        right: 1.5rem;
    }
    .secCmnFormBtn::after {
        right: 2rem;
    }
}
/* secForm reserve */
.secForm .titleInner .titEng {
    width: 23.3rem;
    margin: 0 auto;
}
.secForm .titleInner .titEng {
    position: relative;
    padding-bottom: 3.2rem;
    z-index: 4;
}
.secForm .titleInner .titEng::before, 
.secForm .titleInner .titEng::after {
    content: "";
    position: absolute;
    bottom: 0;
    height: 0.2rem;
    left: calc(50% - 1.5rem);
}
.secForm .titleInner .titEng::before {
    background-color: var(--ColorBlack_20);
    width: 3rem;
}
.secForm .titleInner .titEng::after {
    width: 1.5rem;
    background-color: var(--ColorRed);
    z-index: 2;
}
.secForm .titleInner .titJpn {
    font-size: var(--pcFontSize16);
    line-height: var(--pcLineHeight16_36);
    font-weight: bold;
    margin-top: 1.8rem;
    position: relative;
    z-index: 4;
    text-align: center;
}
@media only screen and (max-width:1215px){
    .secForm .titleInner .titEng {
        width: 11.7rem;
    }
    .secForm .titleInner .titEng::before {
        background-color: var(--ColorBlack_20);
        width: 3rem;
    }
    .secForm .titleInner .titJpn {
        font-size: var(--spFontSize12);
        letter-spacing: var(--spLetterSpacing12_100);
        line-height: var(--spLineHeight12_36);
        margin-top: 0.6rem;
    }
    .secFormTable tr {
        display: block;
    }
    
}