@charset "utf-8";

.secEntry{
    margin-top: 137px;
    position: relative;
}
.secEntry.secEntryIndex::after{
    content: "";
    width: 1px;
    height: 100px;
    background: #2c2c2c;
    position: absolute;
    top: -50px;
    left: 50%;
    transform: translateX(-50%);
}
.secEntry .bgEntry{
    padding: 120px 0 88px;
    background: #f8f7f6;
}
.secEntry .imgTit{
    text-align: center;
}
.secEntry .txtTit{
    font-size: 20px;
    line-height: calc(38/20);
    letter-spacing: 0.5px;
    text-align: center;
    font-weight: bold;
    font-family: "Zen Old Mincho", serif;
    margin-top: 30px;
}
.secEntry .boxNote{
    width: 1080px;
    margin: 70px auto 0;
    background: #fff;
}
.secEntry .boxNote .boxTop{
    height: 80px;
    display: flex;
}
.secEntry .boxNote .boxLeft{
    width: 130px;
    background: #fbef48;
    font-size: 18px;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
}
.secEntry .boxNote .boxRight{
    width: calc(100% - 130px);
    background: #2c2c2c;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    display: flex;
    align-items: center;
    padding: 0 30px;
}
.secEntry .boxNote .boxTxt{
    padding: 31px 37px 51px;
}
.secEntry .boxNote .boxFlex.boxFlexTop{
    margin-top: 0;
}
.secEntry .boxNote .boxFlex{
    display: flex;
    margin-top: 22px;
}
.secEntry .boxNote .txt{
    font-size: 14px;
    line-height: calc(32/14);
}
.secEntry .boxNote .txt2{
    margin-top: 32px;
    margin-left: 40px;
}
.secEntry .boxNote .txtBold{
    font-weight: bold;
}

/* stepList */
.secEntry .stepList{
    display: flex;
    justify-content: center;
    margin-top: 80px;
}
.secEntry .stepItem{
    font-size: 16px;
    font-weight: 700;
    position: relative;
}
.secEntry .stepInner{
    position: relative;
    padding-top: 42px;
    display: block;
}
.secEntry .stepInner::before{
    position: absolute;
    content: "";
    width: 30px;
    height: 30px;
    border-radius: 15px;
    background-color: #fff;
    left: calc(50% - 15px);
    top: 0;
}
.secEntry .active .stepInner::before{
    border: solid 1px #0c141a;
}
.secEntry .active .stepInner::after{
    position: absolute;
    content: "";
    width: 8px;
    height: 8px;
    background: #0c141a;
    border-radius: 50%;
    left: calc(50% - 4px);
    top: 11px;
}
.secEntry .stepItem:not(:last-child){
    margin-right: 60px;
}
.secEntry .stepItem:not(:last-child)::after{
    position: absolute;
    content: "";
    width: 30px;
    height: 1px;
    background: #d3d3d3;
    right: -45px;
    top: 15px;
}
@media only screen and (max-width:767px){
    .secEntry{
        margin-top: 70px;
    }
    .secEntry.secEntryIndex::after{
        height: 40px;
        top: -20px;
    }
    .secEntry .bgEntry{
        padding: 60px 0 0;
    }
    .secEntry .imgTit{
        width: 139px;
        margin: 0 auto;
    }
    .secEntry .txtTit{
        font-size: 16px;
        line-height: 1;
        letter-spacing: 0;
        margin-top: 21px;
    }
    .secEntry .boxNote{
        width: 92%;
        margin: 29px auto 0;
    }
    .secEntry .boxNote .boxTop{
        height: 60px;
    }
    .secEntry .boxNote .boxLeft{
        width: 60px;
        font-size: 14px;
        line-height: calc(16/14);
    }
    .secEntry .boxNote .boxRight{
        width: calc(100% - 60px);
        font-size: 14px;
        padding: 0 15px;
    }
    .secEntry .boxNote .boxTxt{
        padding: 20px 15px 30px;
    }
    .secEntry .boxNote .boxFlex{
        flex-direction: column;
        margin-top: 22px;
    }
    .secEntry .boxNote .boxFlex.boxFlexTop{
        margin-top: 0;
    }
    .secEntry .boxNote .txt{
        font-size: 12px;
        line-height: calc(22/12);
    }
    .secEntry .boxNote .txt2{
        margin-top: 0;
        margin-left: 0;
    }

    /* stepList */
    .secEntry .stepList{
        margin-top: 30px;
    }
    .secEntry .stepItem{
        font-size: 12px;
    }
    .secEntry .stepInner{
        padding-top: 30px;
    }
    .secEntry .stepInner::before{
        width: 21px;
        height: 21px;
        border-radius: 10.5px;
        left: calc(50% - 10.5px);
    }
    .secEntry .active .stepInner::after{
        width: 7px;
        height: 7px;
        left: calc(50% - 3.5px);
        top: 7px;
    }
    .secEntry .stepItem:not(:last-child){
        margin-right: 48px;
    }
    .secEntry .stepItem:not(:last-child)::after{
        width: 30px;
        right: -37px;
        top: 9px;
    }
}
@media only screen and (max-width:359px){
    .secEntry .formTit{
        font-size: 17px;
        letter-spacing: normal;
    }
    .secEntry .boxNote .boxRight{
        font-size: 13px;
    }
}
@media only screen and (max-width:340px){
    .secEntry .boxNote .boxRight{
        font-size: 12px;
    }
}
@media only screen and (max-width:330px){
    .secEntry .boxNote .boxRight{
        font-size: 11px;
    }
}

/* secForm */
.secForm{
    width: 1080px;
    margin: 60px auto 0;
    background: #fff;
    padding: 58px 0 100px;
}
.secForm .formTopTxt{
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    letter-spacing: 1px;
}
.secForm .tableIn{
    width: 920px;
    margin: 49px auto 0;
    border-top: solid 1px #e5e5e5;
}
@media only screen and (max-width:767px){
    .secForm{
        width: 100%;
        margin: 30px auto 0;
        padding: 25px 0 45px;
    }
    .secForm .formTopTxt{
        font-size: 13px;
        line-height: 1.69;
        letter-spacing: 0.5px;
    }
    .secForm .tableIn{
        width: 100%;
        margin: 28px auto 0;
    }
}

/* secFormTable */
.secFormTable{
    display: block;
    margin: 0 auto;
}
.secFormTable .flBox{
    display: flex;
    align-items: center;
}
.secForm tbody{
    display: block;
}
.secFormTable tr{ 
    display: flex;
    border-bottom: solid 1px #e5e5e5;
}
.secFormTable th{
    display: flex;
    width: 260px;
    font-size: 15px;
    line-height: 2;
    font-weight: bold;
    padding: 43px 0 40px;
    position: relative;
}
.secFormTable .must,.secFormTable .noMust{
    color: #fff;
    background-color: #be1b1b;
    font-size:12px;
    width: 50px;
    height: 26px;
    display: flex;
    justify-content: center;
    align-items: center;
    letter-spacing: 1px;
    margin: 3px 13px 0 0;
}
.secFormTable .noMust{
    background-color: #0c141a;
}
.secFormTable td{
    display: block;
    font-size: 15px;
    padding: 29px 0 28px;
    position:relative;
    width: calc(100% - 260px);
    font-weight: 700;
}
_:-ms-lang(x)::-ms-backdrop, .secFormTable select{
    padding-right: 0;
}
/* calender */
.secFormTable .tdCalemder{
    padding: 24px 0 22px;
}
.secFormTable .timeWrapper{
    display: flex;
    align-items: center;
    margin-left: 20px;
}
.secFormTable .timetxt{
    margin-right: 8px;
    flex-shrink: 0;
}
.secFormTable .dayTxt{
    line-height: 1.5;
    margin-bottom: 5px;
}
.secFormTable .timeSubTxt{
    font-size: 13px;
    line-height: 1.92;
    margin-top: 15px;
    font-weight: 400;
}
@media only screen and (max-width:767px){
	.secForm .secFormTable,
	.secFormTable tbody,
	.secForm .secCalendar{ width:100%;}
    .secFormTable tr{
        display: block;
        width: 100%;
        margin: 0 auto;
    }
    .secFormTable th,
    .secFormTable td{
        width: 92%;
        margin: 0 auto;
    }
	.secFormTable th{
		font-size: 14px;
		letter-spacing: normal;
		padding: 20px 0 0;
		line-height: 1.57;
	}
	.secFormTable td{
		font-size:14px;
		padding: 15px 0 20px;
	}
    .secFormTable .must,.secFormTable .noMust{
        font-size: 11px;
        width: 40px;
        height: 22px;
        letter-spacing: normal;
        margin: 0 10px 0 0;
    }
    /* calender */
    .secFormTable .tdCalemder{
        padding: 12px 0 15px;
    }
    .secFormTable .timeWrapper{
        margin: 10px 0 0;
    }
    .secFormTable .timetxt{
        margin-right: 8px;
    }
    .secFormTable .dayTxt{
        line-height: 1.5;
        margin-bottom: 5px;
    }
    .secFormTable .timeSubTxt{
        font-size: 11px;
        line-height: 1.81;
        margin-top: 12px;
    }
}

.secFormTable input[type="text"], 
.secFormTable input[type="tel"], 
.secFormTable input[type="email"], 
.secFormTable input[type="number"], 
.secFormTable input[type="password"], 
.secFormTable select {
    height: 60px;
    font-size: 15px;
    padding-left: 20px;
    padding-right: 20px;
    background: #f8f8f8;
    font-family: inherit;
    border: none;
    font-weight: 700;
}
.secFormTable input::placeholder,
.secFormTable textarea::placeholder{
    color: rgba(12,20,20,0.4);
}
.secFormTable input:-ms-input-placeholder,
.secFormTable textarea:-ms-input-placeholder{
    color: rgba(12,20,20,0.4);
}
.secFormTable input::-ms-input-placeholder,
.secFormTable textarea::-ms-input-placeholder{
    color: rgba(12,20,20,0.4);
}
.secForm textarea{
	height: 220px;
    background: #f8f8f8;
	font-size: 15px;
    line-height: 1.6;
	letter-spacing: 0.5px;
	padding: 15px;
	font-family: inherit;
	width:100%;
	resize: none;
    border: none;
    font-weight: 700;
}
/* チェックボックス */
.secFormTable input[type="checkbox"],
.secFormTable .txtCheck::before{
    width: 24px;
    height: 24px;
}
.secFormTable input[type="checkbox"]{
    visibility: hidden;
    position: absolute;
    margin: 0;
}
.secFormTable .labelCheck{
    position: relative;
    display: inline-block;
}
.secFormTable .itemCheck:nth-child(n+2){
    margin-top: 15px;
}
.secFormTable .txtCheck{
    display: inline-flex;
    align-items: center;
}
.secFormTable .txtCheck::before{
    content: "";
    width: 24px;
    height: 24px;
    border-radius: 4px;
    background: #f1f1f1;
    margin-right: 15px;
}
.secFormTable input[type="checkbox"]:checked + .txtCheck::before{
    background: url(../img/common/iconCheck.png) center center / 11px auto no-repeat #f1f1f1;
}
/* ラジオボックス */
.secFormTable .radioTh{
    padding-top: 26px;
}
.secFormTable .radioTd{
    padding: 28px 0 24px;
}
.secFormTable .boxAreaList{
    line-height: 1;
}
.secFormTable .boxAreaList .item:nth-child(n+2){
    margin-top: 7px;
}
.secFormTable input[type="radio"],
.secFormTable .innerRadio::before{
    width: 24px;
    height: 24px;
}
.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: 15px;
}
.secFormTable .innerRadio{
    display: inline-flex;
    align-items: center;
}
.secFormTable .innerRadio::before{
    content: "";
    width: 24px;
    height: 24px;
    border-radius: 12px;
    background: #fff;
    background: #f1f1f1;
    margin: 1px 15px 0 0;
}
.secFormTable input[type="radio"]:checked + .innerRadio::after{
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 5px;
    background: #000;
    position: absolute;
    top: 9px;
    left: 8px;
}
.secFormTable .boxOther{
    margin-top: 12px;
}
.secFormTable .otherTxt{
    line-height: 1;
    margin-bottom: 10px;
}
/* privacy */
.secFormTable .privacy{
    border-top: solid 1px #e5e5e5;
}
.secFormTable .privacy th{
    padding: 25px 0 0;
}
.secFormTable .privacy td{
    padding: 26px 0 27px;
}
.secFormTable .privacy a {
    color: #006699;
    display: inline-block;
    text-underline-offset: 2px;
}
/* address */
.secFormTable .btnZip{
    display: inline-block;
    width: 130px;
    line-height: 45px;
    background: #0c141a;
    text-decoration: none;
    text-align: center;
    border-radius: 22.5px;
    margin-left: 10px;
    color: #fff;
    font-size: 13px;
    letter-spacing: 1px;
}
.secFormTable .boxZip{
    font-size: 0;
    margin-top: 10px;
    display: flex;
}
.secFormTable .mt5 { margin-top:5px;}
.secFormTable .mt8 { margin-top:8px;}
.secFormTable .mt10 { margin-top:10px;}
.secFormTable .mt16 { margin-top:16px;}
.secFormTable .mr5 { margin-right:5px;}
.secFormTable .mr10 {margin-right: 10px;}
.secFormTable .mr20 { margin-right:20px;}
.secFormTable .mr22 { margin-right:22px;}
.secFormTable .mr30 { margin-right:30px;}
.secFormTable .mr35 { margin-right:35px;}
.secFormTable .ml10 {margin-left: 10px;}
.secFormTable .h100 { height: 100px !important;}
.secFormTable .w100 { width: 100%;}
.secFormTable .w100p { width: 100px;}
.secFormTable .w120 { width: 120px;}
.secFormTable .w130 { width: 130px;}
.secFormTable .w160 { width: 160px;}
.secFormTable .w180 { width: 180px;}
.secFormTable .mw150{ min-width:150px;}
.secFormTable .mw200{ min-width:200px;}
.secFormTable .w180 { width: 180px;}
.secFormTable .w235 { width: 235px;}
.secFormTable .w360 { width: 360px;}
.secFormTable .w400 { width: 400px;}
.secFormTable .w490 { width: 490px;}
.secFormTable .w660 { width: 660px;}
.secFormTable .w700 { width: 700px;}
.secFormTable .w767 { width: 767px;}
.secFormTable .w800 { width: 800px;}
.secFormTable .w320 { width: 320px;}
.secFormTable .w260 { width: 260px;}
.secFormTable .mx100{
    max-width: 100%;
}
.secFormTable .txtError {
    color: #f00;
    font-size: 12px;
    background: url(../img/common/iconError.png) left 2px no-repeat;
    background-size: 14px;
    padding: 0 0 0 17px;
    margin-top: 10px;
    line-height: 1.5;
    text-align: left;
    font-weight: 400;
}
.isDesktopIpad .secFormTable .txtError{
    background-position: left 2px top 6px;
}
.ui-menu .ui-menu-item{
    font-size:16px;
    padding:10px !important;
    list-style-image:none !important;
}
/* datepicker */
.ui-widget.ui-widget-content{
	z-index: 1000 !important;
}
@media only screen and (max-width:767px){
    .secFormTable .btnZip {
        font-size: 12px;
        line-height: 45px;
        width: 110px;
        margin-left: 2px;
    }
    .secFormTable .ml10 {margin-left: 0;}
	.secFormTable input[type="text"], 
	.secFormTable input[type="tel"], 
	.secFormTable input[type="email"], 
	.secFormTable input[type="number"], 
	.secFormTable input[type="password"], 
	.secFormTable select{
        height: 54px;
        font-size: 16px;
    }
	.secFormTable .passIn{ width:100%;}
	.secFormTable .w360,
	.secFormTable .w400{ width:100%;}
    .secFormTable .w660{ width:100%;}
    .secFormTable .w700{ width: 100%;}
    .secFormTable .w767{ width:100%;}
    .secFormTable .w800{ width:100%;}
	.secFormTable .mts10{ margin-top:10px;}
    .secFormTable .mts20{ margin-top:20px;}
    .secFormTable .w320 { width: 75.224%;}
    .secFormTable .w260 { width: 75.224%;}
    .secFormTable .ws160 { width:160px;}

	.secForm .flBox{ display:block;}
    /* address */
    .secFormTable .boxZip{
        margin-top: 10px;
        display: block;
    }
    .secForm textarea{
        height: 100px;
    }
    /* privacy */
    .secFormTable .privacy th{
        padding: 20px 0 0;
    }
    .secFormTable .privacy td{
        padding: 20px 0 18px;
    }
    .secFormTable .privacy a{
        color: #006699;
        display: inline-block;
        text-underline-offset: 2px;
    }
    /* ラジオボックス */
    .secFormTable .radioTh{
        padding-top: 20px;
    }
    .secFormTable .radioTd{
        padding: 20px 0;
        display: flex;
        flex-wrap: wrap;
    }
    .secFormTable .boxAreaList{
        line-height: 1;
    }
    .secFormTable .boxAreaList.wrapList{
        display: flex;
        flex-wrap: wrap;
    }
    .secFormTable .wrapList .item{
        width: 50%;
    }
    .secFormTable .innerRadio{
        line-height: 1.42;
        padding-left: 34px;
    }
    .secFormTable .innerRadio::before{
        flex-shrink: 0;
        position: absolute;
        left: 0;
        top: -3px;
    }
    .secFormTable input[type="radio"]:checked + .innerRadio::after{
        top: 6px;
    }
    .secFormTable .boxAreaList .item:nth-child(n+2){
        margin-top: 14px;
    }
    .secFormTable .boxAreaList.wrapList .item:nth-child(2){
        margin-top: 0;
    }
    .secFormTable .boxAreaList .item.ws100p{
        width: 100%;
    }
    .secFormTable .boxOther{
        width: 100%;
        margin-top: 15px;
    }
    .secFormTable .otherTxt{
		display:block;
		padding: 0;
        margin-bottom: 7px;
	}
    /* checkBox */
    .secFormTable .checkTh{
        padding-top: 20px;
    }
    .secFormTable .checkTd{
        padding: 20px 0;
        display: flex;
        flex-wrap: wrap;
    }
    .secFormTable .txtCheck{
        line-height: 1.42;
        padding-left: 34px;
    }
    .secFormTable .txtCheck::before{
        flex-shrink: 0;
        position: absolute;
        left: 0;
        top: -3px;
    }
    .secFormTable input[type="checkbox"]:checked + .txtCheck::after{
        top: 6px;
    }
}
@media only screen and (max-width:359px){
    .secFormTable .otherTxt{
		font-size: 13px;
	}
}

.secForm .boxNote{
    width: 100%;
    background: #f9f9f9;
    padding: 37px 40px;
    margin-top: 50px;
}
.secForm .noteTit{
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 1px;
}
.secForm .noteTxt{
    font-size: 13px;
    line-height: 2.15;
    margin-top: 15px;
    font-weight: 700;
    letter-spacing: 0.75px;
}
.secForm .fRed{
    color: #cd2929;
}
@media only screen and (max-width:767px){
    .secForm .boxNote{
        width: 92%;
        padding: 14px 10px;
        margin: 30px auto 0;
    }
    .secForm .noteTit{
        font-size: 13px;
        line-height: 1.69;
        letter-spacing: 0.5px;
    }
    .secForm .noteTxt{
        font-size: 12px;
        line-height: 1.66;
        margin-top: 12px;
        letter-spacing: 0.75px;
    }
}

.secBtnForm .btnInner{
    width: 400px;
    margin: 50px auto 0;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    text-decoration: none;
    border-radius: 40px;
    background: #0c141a;
    letter-spacing: 0.5px;
    position: relative;
}
.secBtnForm .btnInner::after{
    content: "";
    width: 8px;
    height: 13px;
    position: absolute;
    right: 40px;
    top: calc(50% - 6.5px);
}
.secBtnForm .btnInner.lazyloaded::after{
    background: url(../img/common/iconFormArrow.gif) center top / cover;
}
@media only screen and (max-width:767px){
    .secBtnForm .btnInner{
        width: 265px;
        margin: 30px auto 0;
        height: 64px;
        font-size: 14px;
        border-radius: 32px;
    }
    .secBtnForm .btnInner::after{
        width: 6px;
        height: 11px;
        right: 30px;
        top: calc(50% - 5.5px);
    }
}

/* secCmnBack */
.secCmnBack .backInner{
    margin: 40px auto 0;
    position: relative;
    background: rgb(255, 255, 255);
    color: #2c2c2c;
    border: solid 1px #2c2c2c;
    text-align: center;
    text-decoration: none;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 200px;
    height: 49px;
    border-radius: 25px;
    font-size: 13px;
}
.secCmnBack .backInner::after{
    content: "";
    width: 11px;
    height: 10px;
    position: absolute;
    left: 25px;
    top: calc(50% - 5px);
}
.secCmnBack .backInner.lazyloaded::after{
    background: url(../img/common/iconCmnBack02.png) center top / cover;
}
@media only screen and (max-width:767px){
    .secCmnBack .backInner{
        width: 185px;
        min-width: 0;
        margin: 30px auto 0;
        height: 50px;
        border-radius: 25px;
        font-size: 12px;
    }
    .secCmnBack .backInner::after{
        width: 13px;
        height: 12px;
        left: 28px;
        top: calc(50% - 6px);
    }
}

/* ---------------------------------------------------------
    co
--------------------------------------------------------- */
.secEntry.co{
    margin-top: 0;
}
.co .secFormTable tr{
    align-items: center;
}
.co .secFormTable td{
    line-height: 2;
}
.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!important;
    font-size: 0!important;
}
.btnSendCo.no_tap.btnInner.lazyloaded::after{
    display: none!important;
}
@media only screen and (max-width:767px){
    .co .secFormTable td{
        line-height: 1.57;
    }
}

/* ---------------------------------------------------------
    ok
--------------------------------------------------------- */
.secEntry.ok{
    margin-top: 0;
}
.ok .secForm{
    padding: 58px 0;
}
.ok .secForm .formTopTxt {
    line-height: 1.8;
}
@media only screen and (max-width:767px){
    .ok .secForm{
        padding: 25px 0 40px;
    }
    .ok .secForm .formTopTxt {
        font-size: 13px;
        line-height: 1.69;
        width: 92%;
        margin: 0 auto;
        text-align: left;
    }
}




/* secFlow */
.secFlow{
    margin-top: 120px;
}
.secFlow .tit{
    font-size: 30px;
    text-align: center;
    font-weight: 700;
    letter-spacing: 2px;
}
.secFlow .txt{
    font-size: 20px;
    line-height: 2;
    text-align: center;
    margin-top: 29px;
    letter-spacing: 2px;
}
.secFlow .imgFlow{
    margin-top: 50px;
}
.secFlow .txtWrapper{
    margin-top: 30px;
    display: flex;
}
.secFlow .leftTxt,.secFlow .rightTxt{
    font-size: 13px;
    line-height: 2;
    letter-spacing: 1px;
}
.secFlow .leftTxt{
    margin-right: 65px;
}
.secFlow .spanTit{
    font-size: 15px;
    font-weight: 700;
}
@media only screen and (max-width:767px){
    .secFlow{
        margin-top: 50px;
    }
    .secFlow .tit{
        font-size: 18px;
        letter-spacing: 1.5px;
    }
    .secFlow .txt{
        font-size: 14px;
        margin-top: 15px;
        letter-spacing: 1px;
    }
    .secFlow .imgFlow{
        margin-top: 12px;
    }
    .secFlow .txtWrapper{
        margin-top: 25px;
        display: block;
    }
    .secFlow .leftTxt,.secFlow .rightTxt{
        font-size: 12px;
        line-height: 1.66;
        letter-spacing: 1px;
    }
    .secFlow .leftTxt{
        margin: 0 0 25px 0;
    }
    .secFlow .spanTit{
        font-size: 14px;
    }
}
@media only screen and (max-width:359px){
    .secFlow .tit{
        font-size: 16px;
    }
}

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