@charset "utf-8";
/* .secFormTable .txtError{display: none;} */

/*-----------------------------------------------
    secCmnNextLoad
-----------------------------------------------*/
.secCmnFormBtn,.secCmnNextLoad{
    width: 400px;
    height: 64px;
    margin: 0 auto 0;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
}
.secCmnNextLoad .btn{
    position: relative;
    width: 100%;
    height: 100%;
    background: #222222;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    color: #ffffff;
    font-weight: 500;
    font-size: 16px;
    text-decoration: none;
    overflow: hidden;
    letter-spacing: 1.5px;
}
.sideIcon{
    position: relative;
}
.sideIcon::after {
    content: "";
    position: absolute;
    right: 30px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 10px;
    height: 10px;
    clip-path: polygon(0 0, 100% 50%, 0 100%, 30% 50%);
    background: #fff;
    transform: rotate(89deg);
}
.secCmnNextLoad #listLoading{
    display: none;
}
.secCmnBack .sideIcon::after{
    right: auto;
    left: 30px;
    transform: rotate(181deg);
}
.secCmnFormBtn .sideIcon::after{
    transform: rotate(0);
}
@media only screen and (max-width:1215px){
    .secCmnNextLoad{
        width: 200px;
        height: 50px;
    }
    .secCmnNextLoad .btn{
        font-size: 13px;
    }
    .sideIcon::after{
        width: 9px;
        height: 9px;
        right: 15px;
    }
}

.secFormBox{
    padding-bottom: 150px;
}
.secFormBox.coPage{
    padding-bottom: 0;
}
@media only screen and (max-width:1215px){
    .secFormBox{
        padding-bottom: 0;
        background-color: #fff;
    }
}
/* secDetailsRec */
.secDetailsRec {
    margin-top: 60px;
}
.secDetailsRec .titRecBox{
    width: 100%;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #226781;
}
.secDetailsRec .titRecBox .titRec{
    font-size: 20px;
    color: #fff;
}
.secDetailsRec .titRecBox .titRec .txtYl{
    color: #edfc00;
}
.secDetailsRec .recList{
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
}
.secDetailsRec .recList .item{
    width: 23.914%;
    background-color: #faf9f5;
    padding: 25px;
}
.secDetailsRec .recList .item .imgBox{
}
.secDetailsRec .recList .item .txtBox{
}
.secDetailsRec .recList .item .txtBox .txt{
    margin-top: 20px;
    font-size: 16px;
    line-height: 30px;
    text-align: center;
}
@media only screen and (max-width:1215px){
    .secDetailsRec {
        margin-top: 30px;
    }
    .secDetailsRec .titRecBox{
        height: 87px;
    }
    .secDetailsRec .titRecBox .titRec{
        font-size: 15px;
        line-height: 23px;
        text-align: center;
    }
    .secDetailsRec .recList{
        margin-top: 0;
        flex-direction: column;
    }
    .secDetailsRec .recList .item{
        margin-top: 10px;
        width: 100%;
        padding: 15px;
        padding-right: 5px;
        display: flex;
        align-items: center;
    }
    .secDetailsRec .recList .item .imgBox{
        width: 43.08%;
        height: auto;
    }
    .secDetailsRec .recList .item .txtBox{
        width: calc(100%  - 49%);
        margin-left: 13px;
    }
    .secDetailsRec .recList .item .txtBox .txt{
        margin-top: 0;
        font-size: 12px;
        line-height: 20px;
        text-align: left;
    }
}
@media only screen and (max-width:360px){
    .secDetailsRec .recList .item .txtBox .txt{
        font-size: 11px;
    }
}

/* secDetailsPromise */
.secDetailsRec + .secDetailsPromise{
    margin-top: 100px;
}
.secDetailsPromise{
    margin-top: 120px;
}
.secDetailsPromise .bgBox{
    padding-top: 74px;
    height: 550px;
}
.secDetailsPromise .bgBox.lazyloaded{
    background: url(../img/common_form/bgPromise.jpg) center top no-repeat;
}
.secDetailsPromise .tit{
    font-size: 30px;
    color: #fff;
    text-align: center;
    letter-spacing: 1px;
}
.secDetailsPromise .bgTit{
    text-align: center;
    margin-top: 32px;
    height: 58px;
    display: flex;
    justify-content: center;
    align-items: center
}
.secDetailsPromise .bgTit + .bgTit{
    margin-top: 10px;
}
.secDetailsPromise .bgBl{
    font-size: 42px;
    color: #fff;
    position: relative;
    z-index: 2;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.secDetailsPromise .bgBl::before{
    position: absolute;
    content: '';
    margin: auto;
    display: block;
    top: 0;
    left: -14px;
    width: 105%;
    height: 58px;
    background-color: #222;
    z-index: -1;
}
.secDetailsPromise .bgTxt{
    margin-top: 25px;
    height: 40px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}
.secDetailsPromise .bgTxt.spOnly{display: none;}
.secDetailsPromise .bgBl.bgYl{
    color: #222;
    font-size: 25px;
}
.secDetailsPromise .bgBl.bgYl::before{
    left: -5px;
    width: 102%;
    height: 40px;
    background-color: #f0ff00;
}
.secDetailsPromise .imgList{
    text-align: center;
    margin-top: 130px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.secDetailsPromise .imgList .item{
    position: relative;
    width: 420px;
    background-color: #fff;
}
.secDetailsPromise .imgList .item::before{
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 210px 80px 210px;
    border-color: transparent transparent #fff transparent;
    position: absolute;
    top: -80px;
    left: 0;
    right: 0;
    margin: auto;
}
.secDetailsPromise .imgList .item::after{
    position: absolute;
    content: '';
    background-size: contain;
    background-repeat: no-repeat;
    margin: auto;
    display: block;
    top: -15px;
    left: 0;
    right: 0;
    width: 110px;
    height: 70px;
    background-image: url(../img/common_form/item01.gif);
}
.secDetailsPromise .imgList .item:nth-child(2):after{
    background-image: url(../img/common_form/item02.gif);
}
.secDetailsPromise .imgList .item + .item{
    margin-left: 75px;
}
.secDetailsPromise .imgList .txtBox{
    padding: 75px 0 50px 0;
}
.secDetailsPromise .imgList .txt{
    font-size: 20px;
    line-height: 35px;
    text-align: center;
}
@media screen and (max-width:1215px){
    .secDetailsPromise{
        margin-top: 50px;
    }
    .secDetailsPromise .bgBox{
        padding: 37px 0 34px;
        height: auto;
    }
    .secDetailsPromise .bgBox.lazyloaded{
        background: url(../img/common_form/bgPromiseSp.jpg) center top / cover no-repeat;
    }
    .secDetailsPromise .tit{
        font-size: 14px;
        line-height: 1.3;
        letter-spacing: 0;
    }
    .secDetailsPromise .bgTit{
        margin-top: 14px;
        height: 28px;
    }
    .secDetailsPromise .bgTit + .bgTit{
        margin-top: 5px;
    }
    .secDetailsPromise .bgBl{
        font-size: 20px;
    }
    .secDetailsPromise .bgBl::before{
        top: 0;
        left: -7px;
        width: 104%;
        height: 28px;
    }
    .secDetailsPromise .bgTxt{
        margin-top: 15px;
        height: 22px;
    }
    .secDetailsPromise .bgTxt.spNone{display: none;}
    .secDetailsPromise .bgTxt.spOnly{
        display: flex;
        flex-direction: column;
    }
    .secDetailsPromise .bgTxt.spOnly + .bgTxt.spOnly{ margin-top: 5px;}
    .secDetailsPromise .bgBl.bgYl{
        color: #222;
        font-size: 13px;
    }
    .secDetailsPromise .bgBl.bgYl::before{
        left: -3px;
        height: 22px;
    }
    .secDetailsPromise .imgList{
        width: 92%;
        margin: 51px auto 0;
    }
    .secDetailsPromise .imgList .item{
        width: 170px;
    }
    .secDetailsPromise .imgList .item::before{
        content: "";
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 85px 30px 85px;
        border-color: transparent transparent #fff transparent;
        position: absolute;
        top: -30px;
        left: 0;
        right: 0;
        margin: auto;
    }
    .secDetailsPromise .imgList .item::after{
        top: 0;
        width: 46px;
        height: 29px;
    }
    .secDetailsPromise .imgList .item + .item{
        margin-left: 5px;
    }
    .secDetailsPromise .imgList .txtBox{
        padding: 35px 0 15px 0;
    }
    .secDetailsPromise .imgList .txt{
        font-size: 12px;
        line-height: 21px;
    }
}
@media only screen and (max-width:360px){
    .secDetailsPromise .bgBox.lazyloaded{
        background-size: contain;
    }
    .secDetailsPromise .bgBox {
        padding: 12px 0 14px;
    }
    .secDetailsPromise .bgBl {
        font-size: 14px;
    }
    .secDetailsPromise .bgBl.bgYl {
        font-size: 12px;
    }
    .secDetailsPromise .imgList {
        margin: 29px auto 0;
    }
    .secDetailsPromise .imgList .item{
        width: 140px;
    }
    .secDetailsPromise .imgList .item::before{
        border-width: 0 70px 30px 70px;
    }
    .secDetailsPromise .imgList .txt {
        font-size: 10px;
    }
}

/*-----------------------------------------------
    secModelBox
-----------------------------------------------*/
.secModelBox{
    margin-top: 100px;
}
.secFormModel .boxList{
    margin-top: 45px;
    display: flex;
    flex-wrap: wrap;
    position: relative;
}
.secFormModel .item{
    width: 30.435%;
    margin-right: 4.3%;
}
.secFormModel .item:nth-child(n+4){
    margin-top: 60px;
}
.secFormModel .item:nth-child(3n){
    margin-right: 0;
}
.secFormModel .item:last-child{
    margin-right: 0;
}
.secFormModel .link{
    color: inherit;
    text-decoration: none;
    display: block;
    height: 100%;
    position: relative;
    padding-bottom: 88px;
}
.secFormModel .img{
    height: 0;
    padding-top: 66.67%;
}
.secFormModel .titIn{
    font-size: 25px;
    text-align: center;
    margin-top: 30px;
	line-height: 1.5;
}
.secFormModel .txt{
    font-size: 14px;
    line-height: 1.3;
    margin-top: 10px;
    text-align: center;
    letter-spacing: .5px;
}
.secFormModel .linkBox{
	position: absolute;
    left: 0;
    bottom: 0;
    display: flex;
    align-items: center;
}
.secFormModel .btnLink{
    display: block;
    width:250px;
    height: 64px;
    text-decoration: none;
    color: #fff;
}
.secFormModel .btn{
    width:100%;
    height: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size:16px;
    letter-spacing:0.5px;
    background: #222;
    border: none;
}
.secFormModel .linkTxt{
    display: flex;
    flex-direction: column;
    margin-left: 30px;
    padding-left: 10px;
}
.secFormModel .linkTxt .aLink{
    position: relative;
    color: inherit;
    text-decoration: none;
    font-size: 14px;
}
.secFormModel .linkTxt .aLink::before{
    content: "";
    position: absolute;
    left: -10px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 7px;
    height: 7px;
    clip-path: polygon(0 0, 100% 50%, 0 100%, 30% 50%);
    background: #222;
    transform: rotate(0);
}
.secFormModel .linkTxt .aLink + .aLink{
    margin-top: 15px;
}
@media only screen and (max-width:1215px){
    .secModelBox{
        margin-top: 45px;
    }
    .secFormModel .boxList{
		margin: 30px auto 0;
        flex-wrap: wrap;
    }
    .secFormModel .item{
        padding: 20px 0;
        border-top: 1px solid #e6e6e6;
    }
    .secFormModel .item:last-child{
        border-bottom: 1px solid #e6e6e6;
    }
    .secFormModel .item,
    .secFormModel .item:nth-child(n+4),
    .secFormModel .item:nth-child(3n){
        width: 100%;
        margin:0;
    }
    .secFormModel .item:nth-child(2n){
        margin-right:0;
    }
    .secFormModel .img{
        width: 52.176%;
        padding-top: 34.786%;
    }
    .secFormModel .link{
        width: 92%;
        margin: 0 auto;
        padding: 0 0 65px 0;
        display: flex;
        align-items: center;
    }
    .secFormModel .linkBox{
        position: static;
        margin-top: 20px;
    }
    .secFormModel .btnLink{
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        width: 200px;
        height: 50px;
    }
    .secFormModel .txtBox{
        margin-left: 15px;
        width: calc(100% - 57%);
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }
    .secFormModel .titIn{
        font-size: 15px;
        line-height:22px;
        margin: 0;
    }
    .secFormModel .btn{
        width: 100%;
        height: 50px;
        font-size: 12px;
        letter-spacing: 0;
        margin: 0;
        max-width: 100%;
    }
    .secModelhouse{
        margin-top:50px;
    }
    .secFormModel .linkTxt{
        display: flex;
        flex-direction: row;
        margin-left: 6px;
        padding-left: 4px;
    }
    .secFormModel .linkTxt .aLink{
        font-size: 12px;
    }
    .secFormModel .linkTxt .aLink::before{
        content: "";
        position: absolute;
        left: -10px;
        top: 0;
        bottom: 0;
        margin: auto;
        width: 7px;
        height: 7px;
        clip-path: polygon(0 0, 100% 50%, 0 100%, 30% 50%);
        background: #222;
        transform: rotate(0);
    }
    .secFormModel .linkTxt .aLink + .aLink{
        margin: 0 0 0 18px;
    }
}
/*-----------------------------------------------
    secFormCatalog
-----------------------------------------------*/

.secFormCatalog{
    margin-top: 65px;
}
.secFormCatalog .boxList{
    margin-top: 50px;
    display: flex;
    flex-wrap: wrap;
    position: relative;
}
.secFormCatalog li{
    width: 30.435%;
    position: relative;
    margin-right: 3.8%;
}
.secFormCatalog li:nth-child(3n){
    margin-right: 0;
}
.secFormCatalog span{
    display: block;
}
.secFormCatalog span.imgSp{
    display: none;
}
.secFormCatalog input[type="checkbox"]{
	visibility: hidden;
	position: absolute;
	bottom: 100%;
	left: 0;
	z-index: -1;
}
.secFormCatalog .imgBox{
    position: relative;
    background-color: #fff;
    padding: 30px 0;
}
.secFormCatalog .imgBox::after{
    position: absolute;
    content: '';
    margin: auto;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 1px solid #e1e1e1;
}
.secFormCatalog .img{
    width: 78.098%;
    height: 0;
    padding-top: 52.384%;
    margin: 0 auto;
}
.secFormCatalog .item{
    transition: opacity 0.2s ease-out;
	cursor: pointer;
	height: 100%;
    padding-bottom: 140px;
}
.secFormCatalog .item:hover{
    opacity: 0.8;
}
.secFormCatalog .titIn{
    font-size: 22px;
    letter-spacing: 1px;
    margin-top: 30px;
	line-height: 1.3;
}
.secFormCatalog .txt{
    font-size: 14px;
    line-height: 24px;
    margin-top: 25px;
}
.secFormCatalog .btnOff,
.secFormCatalog .btnOn{
    position: relative;
    width: 250px;
    height: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size:16px;
    letter-spacing: 2px;
    margin: auto;
	position: absolute;
    bottom: 35px;
    left: 0;
    right: 0;
}
.secFormCatalog .btnOn::before{
    position: absolute;
    content: "";
    top: -2px;
    bottom: 0;
    left: 70px;
    margin: auto;
    display: block;
    height: 6px;
    width: 12px;
    border-bottom: 2px solid #fff;
    border-left: 2px solid #fff;
    transform: rotate(-45deg);
}
.secFormCatalog .btnOff{
    background: #fff;
    color: #222;
    border: 1px solid #222;
}
.secFormCatalog .btnOn{
    background: #222;
    color: #fff;
    border: none;
}
.secFormCatalog input[type="checkbox"]:not(:checked) + .item .btnOn,
.secFormCatalog input[type="checkbox"]:checked + .item .btnOff{
    display: none;
}
.secFormCatalog input[type="checkbox"]:checked + .item .imgBox::after{
    border: 1px solid #222;
}
@media only screen and (max-width:1215px){
    .secCatalogBox{
        margin-top: 45px;
    }
    .secFormCatalog {
        margin-top: 25px;
    }
    .secFormCatalog .boxList{
		width: 92%;
		margin: 25px auto 0;
		display: block;
    }
    .secFormCatalog span.imgSp{
        display: inline;
    }
    .secFormCatalog li{
        width: 100%;
    }
    .secFormCatalog input[type="checkbox"]{
        visibility: hidden;
        position: absolute;
        bottom: 100%;
        left: 0;
        z-index: -1;
    }
    .secFormCatalog .item{
        padding: 0 0 40px 0;
    }
    .secFormCatalog li:last-child .item{
        padding-bottom: 0;
    }
    .secFormCatalog .img{
        width: 73.626%;
        padding-top: 49.276%;
    }
    .secFormCatalog .titIn{
        font-size: 15px;
        letter-spacing: 1px;
        margin-top: 15px;
    }
    .secFormCatalog .txt{
        font-size: 12px;
        line-height: 20px;
        margin-top: 15px;
    }
    .secFormCatalog .btnOff,
    .secFormCatalog .btnOn{
        width: 200px;
        height: 50px;
        font-size: 12px;
        letter-spacing: 0;
        margin-top: 15px;
        max-width: 100%;
        position: relative;
        top: auto;
        bottom: auto;
    }
    .secFormCatalog .btnOn::before{
        left: 60px;
        border-bottom: 1px solid #fff;
        border-left: 1px solid #fff;
    }
    .secFormCatalog input[type="checkbox"]:checked + .item .imgBox::after{
        border: 2px solid #222;
    }
}

/*-----------------------------------------------
    secEntryForm
-----------------------------------------------*/
.secEntryForm{
    margin-top: 208px;
}
.secEntryForm .wrapper{
    background-color: #fff;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
    padding: 75px 90px;
}
.secCatalogBox .tit,
.secModelBox .tit,
.secEntryForm .tit{
    text-align: center;
    font-size: 40px;
    letter-spacing: 2px;
    font-weight: 500;
}
.secCatalogBox .secTit,
.secModelBox .secTit,
.secEntryForm .secTit{
    position: relative;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    margin-top: 20px;
}
.secEntryForm .secTit::after{
    position: absolute;
    content: "";
    width: 40px;
    height: 1px;
    background: #000;
    left: 0;
    right: 0;
    bottom: -30px;
    margin: auto;
}
.secEntryForm .formSub{
    font-size: 16px;
    text-align: center;
    line-height: 28px;
    margin-top: 53px;
}
.secEntryForm .formSubBig{
    font-size: 18px;
    text-decoration: underline;
}
.secEntryForm .txtRed{
    color: #c82626;
}
.secEntryForm .box{
    margin-top: 34px;
    display: flex;
    justify-content: center;
}
.secEntryForm .secTit + .topBox .box{
    margin-top: 55px;
}
.secEntryForm .tab{
    position: relative;
    width: 200px;
    height: 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    border: 1px solid #ccc;
    color: #999;
    font-size: 16px;
}
.secEntryForm .tab::after{
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 0 5px 8px;
    border-color: transparent transparent transparent #000;
    position: absolute;
    top: 0;
    bottom: 0;
    right: -22px;
    margin: auto;
}
.secEntryForm .tab:last-child:after{
    display: none;
}
.secEntryForm .tab.active{
    background-color: #222;
    border: none;
    color: #fff;
}
.secEntryForm .tab + .tab{
    margin-left: 38px;
}
@media only screen and (max-width:1215px){
    .secEntryForm{
        margin-top: 35px;
    }
    .secEntryForm .wrapper{
        box-shadow: none;
        padding: 0;
    }
    .secCatalogBox .tit,
    .secModelBox .tit,
    .secEntryForm .tit{
        font-size: 30px;
        letter-spacing: 2px;
    }
    .secCatalogBox .secTit,
    .secModelBox .secTit,
    .secEntryForm .secTit{
        font-size: 14px;
        margin-top: 14px;
    }
    .secEntryForm .secTit::after{
        width: 25px;
        bottom: -22px;
    }
    .secEntryForm .formSub{
        font-size: 13px;
        text-align: center;
        line-height: 24px;
        margin-top: 34px;
    }
    .secEntryForm .formSubBig{
        font-size: 15px;
    }
    .secEntryForm .box{
        margin-top: 15px;
        justify-content: space-between;
    }
    .secEntryForm .secTit + .topBox .box{
        margin-top: 43px;
    }
    .secEntryForm .tab{
        width: 28.99%;
        height: 35px;
        font-size: 12px;
    }
    .secEntryForm .tab::after{
        border-width: 4px 0 4px 6px;
        right: -15px;
    }
    .secEntryForm .tab:last-child:after{
        display: none;
    }
    .secEntryForm .tab + .tab{
        margin-left: 0;
    }
}


/*------- secForm  -------*/
.secForm {
    margin-top: 50px;
}
.secForm .tableIn {
    background-image: linear-gradient(to right, #757575, #757575 1px, transparent 1px, transparent 4px);
    background-size: 4px 1px;
    background-position: left top;
    background-repeat: repeat-x;
}
.secForm .secFormTable{
    margin: 0 auto;
    display: block;
}
.secForm tbody {
    display: block;
}
.secForm .secFormTable tr {
    display: flex;
    background-image: linear-gradient(to right, #757575, #757575 1px, transparent 1px, transparent 4px);
    background-size: 4px 1px;
    background-position: left bottom;
    background-repeat: repeat-x;
    justify-content: space-between;
}
.secFormTable tr th, 
.secCalendar .titCalendar {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-direction: row-reverse;
    width: 30.7rem;
    font-size: 16px;
    line-height: 24px;
    padding: 30px 0;
    position: relative;
}
.secFormTable tr th.posTop {
    align-items: flex-start;
    padding-top: 45px;
}
.secFormTable tr th.posMid {
    align-items: flex-start;
}
.secFormTable tr.hideQes th{
    padding-left: 60px;
}
.secFormTable tr td {
    display: block;
    font-size: 15px;
    line-height: 40px;
    padding: 30px 0;
    position: relative;
    width: calc(100% - 30.7rem);
}
.secForm td .flexbox {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
}
.secForm td .flexbox.wrap {
    flex-wrap: wrap;
}
.secForm td .flexbox.fBtw {
    justify-content: space-between;
}
.secForm td .flexbox.fEnd{
    justify-content: flex-end;
}
.secForm td .tdInnerBox + .tdInnerBox {
    margin-top: 15px;
}
.secFormTable .btnZip {
    display: inline-block;
    width: 13rem;
    line-height: 40px;
    background: #444444;
    text-decoration: none;
    text-align: center;
    border-radius: 50px;
    margin-left: 1.5rem;
    color: #fff;
    font-size: 13px;
    letter-spacing: 1px;
    border:none;
}
.secFormTable .boxZip {
    font-size: 0;
    margin-top: 10px;
    display: flex;
}
@media only screen and (max-width:1215px){
    .secForm {
        margin-top: 30px;
    }
    .secForm .secFormTable tr,
    .secForm .tableIn{
        background-size: 2px 1px;
    }
    .secForm .secFormTable tr{
        display: block;
        width: 100%;
        margin: 0 auto;
    }
    .secFormTable tr th,
	.secCalendar .titCalendar{
        flex-direction: row;
        justify-content: space-between;
		font-size:13px;
		letter-spacing:0px;
		padding: 18px 0 0!important;
		line-height: 1.4;
	}
    .secFormTable tr th.posTop {
        align-items: center;
    }
    .secFormTable tr th,
    .secFormTable tr td {
        width: 100%;
        margin: 0 auto;
    }
    .secFormTable tr td{
	    line-height: 1.8;
        padding: 8px 0 20px;
	}
    .secForm td .flexbox{
        display: block;
    }
    .secForm td .flexbox .flexbox{
        display: flex;
        margin-top: 10px;
    }
    .secForm td .flexbox.fEnd {
        justify-content: flex-start;
    }
    .secFormTable .boxZip {
        display: block;
    }
}

/* 共通css系 */

.secFormTable .ml10 { margin-left:1rem;}
.secFormTable .mr3 { margin-right:0.3rem;}
.secFormTable .mr5 { margin-right:0.5rem;}
.secFormTable .mr10 { margin-right:1rem;}
.secFormTable .mr15 { margin-right:1.5rem;}
.secFormTable .mr40 { margin-right:4rem;}
.secFormTable .mr50 { margin-right:5rem;}
.secFormTable .mt10 { margin-top:1rem;}
.secFormTable .w120 { width: 12rem;}
.secFormTable .w150 { width: 15rem;}
.secFormTable .w200 { width: 20rem;}
.secFormTable .w250 { width: 25rem;}
.secFormTable .w300 { width: 30rem;}
.secFormTable .w400 { width: 40rem;}
.secFormTable .w678 { width: 67.8rem;}
.secFormTable .w790 { width: 79rem;}
.secForm .none { display: none;}
@media only screen and (max-width:1215px){
    .secFormTable .smr0 { margin-right:0;}
    .secFormTable .smt0{margin-top: 0;}
    .secFormTable .smt10{margin-top: 1rem;}

    .secFormTable .wSp100 { width: 100%!important;}
    .secFormTable .w200 { width: 15rem;}
    .secFormTable .boxZip .w200 { width: 20rem;}
    .secFormTable + .secFormQuestionnaire select.w200,
    .secFormTable .w300,
	.secFormTable .w360,
	.secFormTable .w400,
    .secFormTable .w678,
    .secFormTable .w790{ width:100%;}
}

/* テキスト系 */
.secFormTable tr th .must,
.secFormTable tr th .opt {
    color: #c72525;
    border: 1px solid #c72525;
    font-size: 12px;
    width: 46px;
    height: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: normal;
    margin-right: 15px;
}
.secFormTable tr th.posTop .must,
.secFormTable tr th.posTop .opt,
.secFormTable tr th.posMid .must,
.secFormTable tr th.posMid .opt {
    margin-top: 4px;
}
.secFormTable tr th .opt {
    color: #055c64;
    border: 1px solid #055c64;
}
.secFormTable tr th .qTit{
    position: relative;
    display: inline-block;
}
.secFormTable tr th .min{
    position: absolute;
    font-size: 12px;
    bottom: -23px;
    left: 0;
}
.secFormTable .txtError{
    color:#f00;
    font-size:12px;
    background:url(../img/common/iconError.png) left top no-repeat;
    background-size:14px;
    padding:0 0 0 17px;
    margin-top:10px;
    line-height:14px;
    text-align:left;
}
.secFormTable .txtNote {
	font-size:13px;
	line-height:24px;
	padding-top:10px;
}
.secFormTable td a {
    color: #3b90af;
    border-bottom: 1px solid #3b90af;
    display: inline-block;
    text-decoration: none;
    line-height: 1.6;
}
.secForm .boxNote.outer{
    padding: 40px;
    margin: 30px auto 0;
    background: #f8f8f8;
}
.secForm .boxNote .boxTxt{
    font-size:16px;
    line-height: 2;
}
.secForm .boxNote .boxTxt .color{ color:#cd2929;}
.secForm .timetxt { font-size: 16px;}

@media only screen and (max-width:1215px){
    .secFormTable tr th .must,
    .secFormTable tr th .opt {
        width: 40px;
        height: 20px;
        font-size: 11px;
        margin: 0!important;
    }
    .secFormTable tr th .min{
        position: static;
    }
	.secFormTable .txtNote {
		font-size: 12px;
		line-height: 20px;
		padding-top: 9px;
	}
    .secForm .boxNote.outer{
        padding: 20px 15px;
        margin: 15px auto 0;
    }
    .secForm .boxNote .boxTxt {
        font-size:12px;
        line-height:20px;
    }
    .secForm .timetxt { font-size: 13px;}
    .secForm .flexbox .timetxt.mr10 {width: 50px;}
    .secForm .flexbox.fEnd .timetxt.mr10 {width: 100px;}
    .secForm .box04 .flexbox .timetxt.mr10 {width: autow;}
    .secForm .box05 .timetxt.mr10 {width: 80px;}
}

/* 入力ボックス */
.secFormTable input[type="text"], 
.secFormTable input[type="tel"], 
.secFormTable input[type="email"], 
.secFormTable input[type="number"], 
.secFormTable input[type="password"], 
.secFormTable select {
    height: 54px;
    border: 1px solid #bfbfbf;
    font-size: 16px;
    letter-spacing: 0.5px;
    padding-left: 15px;
    padding-right:15px;
    background: #fff;
    font-family: inherit;
    border-radius: 0;
    color: inherit;
}
_:-ms-lang(x)::-ms-backdrop, .secFormTable select{
    padding-right: 0;
}
.secFormTable input[type="text"].inputRequired, 
.secFormTable input[type="tel"].inputRequired, 
.secFormTable input[type="email"].inputRequired, 
.secFormTable input[type="number"].inputRequired, 
.secFormTable input[type="password"].inputRequired, 
.secFormTable select.inputRequired,
.secForm textarea.inputRequired {
    background: #fffef7;
    border: 1px solid #cd2929;
}
.secForm textarea {
	height: 200px;
	border: 1px solid #adadad;
	font-size: 16px;
    line-height: 2;
	letter-spacing: 0.5px;
	padding: 15px 13px;
	background: #fff;
	font-family: inherit;
	width:100%;
	resize: none;
    border-radius: 0;
}
.secForm td  input[type="checkbox"],
.secForm td  input[type="radio"] {
    appearance: none;
    outline: none;
    border: solid 1px #adadad;
    border-radius: 3px;
    margin: 0 5px 0 0;
    width: 24px;
    height: 24px;
}
.secForm td  input[type="radio"] {
    border-radius: 100%;
}
.secForm td input[type="checkbox"]:checked,
.secForm td  input[type="radio"]:checked {
    background: none;
    border: solid 1px #adadad;
    position: relative;
}
.secForm td  input[type="checkbox"]:checked::before,
.secForm td  input[type="radio"]:checked::before {
    content: "";
    display: block;
    position: absolute;
    top: -4px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 13px;
    height: 7px;
    border-left: 3px solid #222;
    border-bottom: 3px solid #222;
    transform: rotate(-45deg);
}
.secForm td  input[type="radio"]:checked::before {
    border: none;
    background-color: #222;
    width: 14px;
    height: 14px;
    border-radius: 100%;
    transform: rotate(0);
    top: 0;
}
@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{ height:48px;}
	.secFormTable .subTxt {
		font-size: 11px;
		line-height:20px;
		padding: 5px 0 0;
	}
    .secForm textarea {
        height: 150px;
    }
}



/* datepicker */
.ui-widget.ui-widget-content{
	z-index: 1000 !important;
	font-size: 15px;
}
@media only screen and (max-width:1215px){
	.ui-widget.ui-widget-content{
		font-size: 17px;
	}
}

/* アンケート */
/* secFormQuestionnaire */
.secForm .secFormTable.ann{
    border-top:none;
}
.secForm .quesBtn{
    padding-bottom: 30px;
    background-image: linear-gradient(to right, #757575, #757575 1px, transparent 1px, transparent 4px);
    background-size: 4px 1px;
    background-position: left bottom;
    background-repeat: repeat-x;
}
.secForm .btnQuestionnaire {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 110px;
    margin: 30px auto 0;
    padding-top: 1px;
    line-height: 1;
    text-align: center;
    text-decoration: none;
    background: #222222;
    color: #fff;
    font-size: 14px;
	transition: .5s;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
    align-items: center;
    justify-content: center;
}
.secForm .btnQuestionnaire::before,
.secForm .btnQuestionnaire::after{
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    margin: auto;
}
.secForm .btnQuestionnaire::before{
    right: 45px;
    width: 10px;
    height: 10px;
    clip-path: polygon(0 0, 100% 50%, 0 100%, 30% 50%);
    background: #fff;
    transform: rotate(89deg);
}
.secForm .btnQuestionnaire.on::before{
    top: 0;
    transform: rotate(262deg);
}
.secForm .btnQuestionnaire::after{
    border: 1px solid #fff;
    border-radius: 100%;
    width: 40px;
    height: 40px;
    right: 30px;
}
.secFormQuestionnaire .txtQuestionnaireOff,
.secFormQuestionnaire .txtQuestionnaireOn{
    display: block;
    font-size: 25px;
    color:#f0ff00;
    letter-spacing: 0;
    text-align: center;
    position: relative;
    width: 100%;
    margin-top: 10px;
}
.secFormQuestionnaire .btnQuestionnaire:not(.on) .txtQuestionnaireOn,
.secFormQuestionnaire .btnQuestionnaire.on .txtQuestionnaireOff,
.secFormQuestionnaire .boxQuestionnaire {
    display: none;
}
.secFormQuestionnaire input[name="isQuestionnaire"]{
    visibility: hidden;
    position: absolute;
    bottom: 100%;
    left: 0;
    z-index: -1;
}
@media only screen and (max-width:1215px){
    .secForm .quesBtn{
        padding-bottom: 20px;
        background-size: 2px 1px;
    }
    .secForm .btnQuestionnaire {
        height: 96px;
        margin: 20px auto 0;
        font-size: 11px;
        line-height: 18px;
    }
    .secForm .btnQuestionnaire::before{
        right: 26px;
        width: 8px;
        height: 8px;
    }
    .secForm .btnQuestionnaire::after{
        width: 30px;
        height: 30px;
        right: 15px;
    }
    .secFormQuestionnaire .txtQuestionnaireOff,
    .secFormQuestionnaire .txtQuestionnaireOn{
        font-size: 18px;
        margin-top: 10px;
    }
}


/* アンケート内容 */
.boxAreaList{
    display: flex;
    flex-direction: column;
}



/* coPage */
.coPage .secEntryForm{
    margin-top: 0;
    padding-top: 100px;
    padding-bottom: 130px;
}
.coPage .btnQuestionnaire{
    margin-bottom: 30px;
}
.coPage .qesTit{
    font-size: 25px;
    color: #f0ff00;
    letter-spacing: 0;
    text-align: center;
    width: 100%;
}
.coPage .btnQuestionnaire::before,
.coPage .btnQuestionnaire::after{
    display: none;
}
.coPage .secFormTable tr td{
    display: flex;
    align-items: center;
}
.coPage .secFormTable tr td.fcol{
    align-items: flex-start;
    flex-direction: column;
}
@media only screen and (max-width:1215px){
    .coPage .secForm .flexbox .timetxt.mr10{
        width: auto;
    }
    .coPage .secFormTable tr td{
        font-size: 13px;
    }
    .coPage .secEntryForm{
        margin-top: 0;
        padding-top: 50px;
        padding-bottom: 0;
    }
    .coPage .btnQuestionnaire{
        margin-bottom: 30px;
        height: 60px;
    }
    .coPage .qesTit{
        font-size: 18px;
        color: #f0ff00;
        letter-spacing: 0;
        text-align: center;
        width: 100%;
    }
}


/* ボタン */
/*-----------------------------------------------
    secCmnNextLoad
-----------------------------------------------*/
.secCmnFormBtn,
.secCmnBack{
    width: 400px;
    height: 64px;
    margin: 0 auto 0;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
}
.secCmnBack{
    margin: 80px auto 0;
}
.secCmnFormBtn{
    width: 500px;
    height: 90px;
    margin-top: 50px;
}
.secCmnFormBtn .btn,
.secCmnBack .btn{
    position: relative;
    width: 100%;
    height: 100%;
    background: #222222;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    color: #ffffff;
    font-weight: 500;
    font-size: 16px;
    text-decoration: none;
    overflow: hidden;
    letter-spacing: 1.5px;
}
@media only screen and (max-width:1215px){
    .secCmnFormBtn,
    .secCmnBack{
        width: 200px;
        height: 50px;
    }
    .secCmnBack{
        width: 92%;
        height: auto;
        margin: 35px auto 0;
        padding-top: 30px;
        background-image: linear-gradient(to right, #757575, #757575 1px, transparent 1px, transparent 4px);
        background-size: 2px 1px;
        background-position: left top;
        background-repeat: repeat-x;
    }
    .secCmnBack .btn{
        width: 200px;
        height: 50px;
    }
    .secCmnFormBtn{
        margin-top: 30px;
        width: 295px;
        height: 60px;
    }
    .secCmnFormBtn .btn{
        font-size: 15px;
    }
    .secCmnBack .btn{
        font-size: 13px;
    }
}
