@charset "utf-8";
.wrapper1380 {
    width: calc(100% - 40px);
    max-width: 1380px;
    margin: 0 auto;
}
@media only screen and (max-width:767px){
    .wrapperSp {
        width: 92%;
        margin: 0 auto;
    }
    .wrapperSp335{
        width: 89.334%;
        margin: 0 auto;
    }
}
#container{
    width: 100%;
}

a{
    text-decoration: none;
}
::marker{
    
}

/*-----------------------------------------------
    index
-----------------------------------------------*/
#header .wrapperHead{
    height: 80px;
    padding-left: 30px;
    display: flex;
    align-items: center;
}
@media only screen and (max-width:767px){
    #header .wrapperHead{
        height: 54px;
        padding-left: 10px;
    }
    #header .logo{
        width: 133px;
    }
}
#main{
    background: #f7f7f1;
}
@media only screen and (max-width:767px){
    #main{
        background-color: #f9f9f9;
    }
}

.space0{
    letter-spacing: 0;
}
/* ----------------------secFirstView------------------- */
.secFirstView{
    background: url(../img/index/bgTop.jpg) center top no-repeat;
    height: 750px;
    margin-bottom: 75px;
}
.secFirstView .innerBox{
    position: relative;
    width: 926px;
    margin: 0 auto;
    display: flex;
    padding-top: 50px;
}
.secFirstView .titTop{
    font-size: 37px;
    line-height: 1.65;
    text-align: center;
    font-weight: bold;
    letter-spacing: 0.075em;
    color: #ffffff;
    width: 900px;
    margin: 0 auto;
    display: flex;
}
.secFirstView .bgYer{
    background: #6fc124;
    padding: 14px 60px 13px 24px;
    box-decoration-break: clone;
    -webkit-box-decoration-break: clone;
}
/* .secFirstView .bgYer.pc01{
    padding: 3px 7px;
    letter-spacing: -1px;
}
.secFirstView .txt25{
    font-size: 25px;
    color: #f01313;
    letter-spacing: 0;
} */
.secFirstView .imgCircle{
    position: absolute;
    top: 125px;
    right: 60px;
}
.secFirstView .imgTit{
    text-align: center;
    /* padding-right: 100px; */
}
.secFirstView .imgFlow{
    margin-top: 40px;
    text-align: center;
}
.secFirstView .iconTop{
    position: absolute;
    top: 50px;
    left: 0;
}
.secFirstView .imgTop{
    position: absolute;
    right: -20px;
    top: 42px;
}
@media only screen and (max-width:1440px){
    .secFirstView .imgCircle{
        right: calc(50% - 610px);
    }
}
@media only screen and (max-width:767px){
    .secFirstView{
        background: url(../img/index/bgTop_sp.jpg) center top no-repeat;
        background-size: cover;
        height: 68.267vw;
        margin-bottom: 47px;
    }
    .secFirstView .innerBox{
        padding-top: 9px;
        width: 88.8%;
    }
    .secFirstView .titTop{
        font-size: 12px;
        line-height: 1.7;
        text-align: left;
        padding-left: 4%;
    }
    .secFirstView .bgYer{
        padding: 0px 2px 0px 5px;
    }
    .secFirstView .bgYer.pc01{
        padding: 0px 2px 0px 5px;
        letter-spacing: 0px;
    }
    .secFirstView .bgYer.sp01{
        padding: 3px 2px 0px 0px;
        letter-spacing: -2px;
    }
    .secFirstView .txt25{
        font-size: 16px;
        line-height: 1.5;
    }
    .secFirstView .imgCircle{
        top: 13.33vw;
        right: 4%;
        width: 98px;
    }
    .secFirstView .imgTit{
        width: 100%;
        padding: 0;
    }
    .secFirstView .imgTit img{
        width: 100%;
    }
    .secFirstView .imgFlow{
        margin: 30px auto 0;
    }
    .secFirstView .iconTop{
        position: relative;
        top: 0;
        margin: 30px auto 0;
        width: 97.102%;
    }
}
@media only screen and (max-width:359px){
    .secFirstView .titTop{
        font-size: 11px;
    }
    .secFirstView .txt25{
        font-size: 13px;
        line-height: 1.7;
    }
}
/* ----------------------secFormBnr------------------- */
.secFormBnr{
    position: relative;
    display: block;
    width: 900px;
    height: 202px;
    border-radius: 10px;
    background: #6fc124;
    margin: 0 auto;
    padding-left: 80px;
    text-decoration: none;
}
.secFormBnr:after{
    content: "";
    display: block;
    background: url(../img/index/formBnrImg.jpg) top/cover no-repeat;
    width: 346px;
    height: 202px;
    position: absolute;
    right: 0;
    top: 0;
    border-radius: 0 10px 10px 0;
}
.secFormBnr .bnrTop{
    font-size: 15px;
    font-weight: bold;
    color: #6eb82b;
    background: #fff;
    width: 160px;
    height: 42px;
    border-radius: 21px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #6fc124;
    position: absolute;
    top: -16px;
    left: 80px;
    letter-spacing: 0.05em;
}
.secFormBnr .bnrTit{
    font-size: 18px;
    line-height: 1.8;
    color: #fff;
    padding-top: 40px;
    font-weight: bold;
    letter-spacing: 0.05em;
}
.secFormBnr .txt25{
    font-size: 25px;
}
.secFormBnr .imgBnr{
    position: absolute;
    bottom: 0;
    left: 214px;
}
.btnCover{
    display: flex;
    margin: 50px auto 80px;
    justify-content: center;
    align-items: center;
    width: 540px;
}
.formBtn{
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: #000;
    width: 540px;
    height: 80px;
    background: #fff600;
}
.btnTxt{
    font-size: 20px;
    margin-left: 10px;
    font-weight: bold;
    letter-spacing: 1.8px;
}
@media only screen and (max-width:767px){
    .secFormBnr{
        width: 90%;
        height: 167px;
        border-radius: 5px;
        padding-left: 0;
        text-align: center;
    }
    .secFormBnr:after{
        display: none;
    }
    .secFormBnr .bnrTop{
        font-size: 12px;
        width: 118px;
        height: 35px;
        border-radius: 18px;
        top: -17px;
        left: calc(50% - 59px);
        letter-spacing: 0px;
    }
    .secFormBnr .bnrTit{
        font-size: 12px;
        line-height: 1.6;
        text-align: center;
        padding-top: 31px;
        letter-spacing: 0px;
    }
    .secFormBnr .txt25{
        font-size: 18px;
    }
    .secFormBnr .imgBnr{
        position: relative;
        right: 0;
        left: 0;
        margin: 10px auto 0;
        width: 131px;
    }
    .btnCover{
        margin: 20px auto 0;
    }
    .iconMail{
        width: 16px;
        height: 13px;
        margin-top: 2px;
    }
    .btnTxt{
        font-size: 15px;
        margin-left: 4px;
    }
    .formBtn{
        width: 90%;
        height: 60px;
    }
}
/* ----------------------secService------------------- */
.secService{
    padding: 81px 0 89px;
}
.secService.lazyloaded{
    background: url(../img/index/bgService.jpg?230515) center top no-repeat;
}
.secService .imgTit{
    text-align: center;
}
.secService .txtCover{
    text-align: center;
}
.secService .anserTxt{
    position: relative;
    font-size: 20px;
    line-height: 2.5;
    text-align: center;
    margin-top: 24px;
    font-weight: bold;
    letter-spacing: 1px;
    display: inline-block;
}
.secService .txtGre{
    color: #6fc124;
    font-size: 25px;
    position: absolute;
    top: -5px;
    left: 0;
}
.secService .txtBorder{
    border-bottom: 1px solid #6fc124;
}
.secService .imgService{
    text-align: center;
    margin-top: 78px;
}
.secService .serviceTxt{
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    line-height: 2.5;
    margin-top: 27px;
    letter-spacing: 0.5px;
}
.secService .bgYer{
    background: #fff600;
    box-decoration-break: clone;
    -webkit-box-decoration-break: clone;
    font-weight: bold;
}
@media only screen and (max-width:767px){
    .secService{
        padding: 47px 0 43px;
    }
    .secService.lazyloaded{
        background: url(../img/index/bgService_sp.jpg) center bottom no-repeat;
        background-size: contain;
    }
    .secService .imgTit{
        margin: 3px auto 0;
        width: 254px;
    }
    .secService .anserTxt{
        font-size: 13px;
        line-height: 2.3;
        margin-top: 13px;
        letter-spacing: 0px;
    }
    .secService .txtGre{
        font-size: 19px;
        top: -7px;
        left: 43px;
    }
    .secService .txtBorder{
        border-bottom: 1px solid #6fc124;
    }
    .secService .imgService{
        margin: 18px auto 0;
        max-width: 400px;
        width: 85.675%;
        height: auto;
    }
    .secService .serviceTxt{
        text-align: left;
        font-size: 12px;
        line-height: 2;
        margin-top: 13px;
        letter-spacing: 0px;
    }
}
@media only screen and (max-width:359px){
    .secService .serviceTxt{
        font-size: 11px;
    }
}
/* ----------------------secRecomend------------------- */
.secRecomend{
    background: #253038;
    padding: 50px 0 199px;
}
.secRecomend .icon{
    text-align: center;
}
.secRecomend .tit{
    font-size: 30px;
    color: #fff;
    text-align: center;
    font-weight: bold;
    margin-top: 23px;
}
.secRecomend .box{
    margin-top: 35px;
}

.secRecomend .box .flexTxt:first-child::after{
    content: "";
    background: url(../img/index/iconWorried.png) top/cover no-repeat;
    width: 134px;
    height: 122px;
    display: block;
    position: absolute;
    top: -122px;
    right: 63px;
    z-index: 0;
}
.secRecomend .flexTxt{
    background: #fff;
    width: 800px;
    height: 70px;
    border-radius: 35px;
    display: flex;
    align-items: center;
    padding-left: 20px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}
.secRecomend .flexTxt:first-child{
    z-index: 1;
}
.secRecomend .box .flexTxt:nth-child(n+2){
    margin-top: 15px;
}
.secRecomend .innerTxt{
    font-size: 20px;
    font-weight: bold;
    margin-left: 10px;
    letter-spacing: 0.7px;
}
@media only screen and (max-width:767px){
    .secRecomend{
        padding: 30px 0 0;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .secRecomend::after{
        content: "";
        background: url(../img/index/iconWorried_sp.png) top/cover no-repeat;
        width: 125px;
        height: 121px;
        margin-top: 11px;
    }
    .secRecomend .icon{
        width: 50px;
        margin: 0 auto;
    }
    .secRecomend .tit{
        font-size: 18px;
        margin-top: 14px;
    }
    .secRecomend .box{
        margin-top: 20px;
    }
    .secRecomend .flexTxt{
        width: 100%;
        height: 70px;
        border-radius: 5px;
        padding-left: 15px;
        position: inherit;
    }
    .secRecomend .box .flexTxt:nth-child(n+2){
        margin-top: 10px;
    }
    .secRecomend .iconTxt{
        width: 20px;
    }
    .secRecomend .innerTxt{
        font-size: 13px;
        margin-left: 10px;
        letter-spacing: 0px;
        line-height: 1.53;
    }
    .secRecomend .box .flexTxt:first-child::after{
        display: none;
    }
}
@media only screen and (max-width:359px){
    .secRecomend .innerTxt{
        font-size: 11px;
    }
}
/* ----------------------secMerit------------------- */
.secMerit{
    background: #f7f7f1;
    padding: 164px 0 100px;
    position: relative;
    font-family: "游ゴシック",sans-serif;
}
.secMerit .secFormBnr{
    position: absolute;
    top: -119px;
    left: calc(50% - 450px);
}
.secMerit .tit{
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 1px;
    color: #222;
}
.secMerit .txtBot{
    display: block;
    font-size: 35px;
    margin-top: 6px;
    letter-spacing: 0px;
}
.secMerit .txtGre{
    font-size: 65px;
    color: #6fc124;
}
.secMerit .listBox{
    margin-top: 43px;
}
.secMerit .item{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row-reverse;
    background: #fff;
    border-radius: 5px;
    padding: 50px 100px 50px;
    box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.05);
}
.secMerit .listBox .item:nth-child(2){
    flex-direction: unset;
    justify-content: space-between;
}
.secMerit .listBox .item:nth-child(3){
    padding-left: 85px;
}
.secMerit .listBox .item:nth-child(n+2){
    margin-top: 50px;
}

.secMerit .listBox .item:nth-child(2) .txtBox{
    margin-left: 0;
}
.secMerit .topBox{
    display: flex;
    align-items: flex-start;
}
.secMerit .numTxt{
    font-size: 80px;
    font-weight: bold;
    color: #6fc124;
    flex-shrink: 0;
}
.secMerit .txtImg{
    font-size: 13px;
    font-weight: 500;
    text-align: center;
    margin-top: 15px;
}
.secMerit .tabBox{
    display: flex;
    padding-bottom: 30px;
}
.secMerit .listBox .item:nth-child(2) .tabBox{
    margin-left: 23px;
}
.secMerit .listBox .item:nth-child(3) .tabBox{
    margin-left: 26px;
}
.secMerit .tab{
    font-size: 13px;
    font-weight: 500;
    color: #fff;
    background: #f01313;
    padding: 5px 8px;
    letter-spacing: 0.5px;
}
.secMerit .tabBox .tab:nth-child(n+2){
    margin-left: 5px;
}
.secMerit .boxTit{
    font-size: 30px;
    font-weight: bold;
    line-height: 1.5;
    letter-spacing: 1px;
    margin-top: 9px;
}

.isDesktopIpad .secMerit .boxTxt{
    font-size: 13px;
    letter-spacing: 0;
}
@media only screen and (max-width:767px){
    .secMerit{
        padding: 47px 0 50px;
    }
    .secMerit .secFormBnr{
        position: relative;
        top: 0;
        left: 0;
        width: 100%;
    }
    .secMerit .tit{
        font-size: 13px;
        letter-spacing: 0px;
        margin-top: 17px;
    }
    .secMerit .txtBot{
        font-size: 20px;
        margin-top: 8px;
    }
    .secMerit .txtGre{
        font-size: 35px;
    }
    .secMerit .listBox{
        margin-top: 15px;
    }
    .secMerit .item{
        display: block;
        height: auto;
        padding: 21px 20px 30px 18px;
    }
    .secMerit .listBox .item:nth-child(3){
        padding-left: 20px;
    }
    .secMerit .listBox .item:nth-child(n+2){
        margin-top: 19px;
    }
    .secMerit .txtBox{
        margin-left: 0;
    }
    .secMerit .numTxt{
        font-size: 60px;
    }
    .secMerit .tabBox{
        display: block;
        margin-left: 3px;
        padding-bottom: 8px;
    }
    .secMerit .listBox .item:nth-child(2) .tabBox{
        margin-left: 10px;
    }
    .secMerit .listBox .item:nth-child(3) .tabBox{
        margin-left: 8px;
    }
    .secMerit .tab{
        display: inline-block;
        font-size: 11px;
        padding: 5px 7px;
    }
    .secMerit .tabBox .tab:nth-child(n+2){
        margin-left: 0;
        margin-top: 3px;
    }
    .secMerit .boxTit{
        font-size: 18px;
        letter-spacing: 0px;
        margin-top: 6px;
    }
    .secMerit .boxTxt{
        font-size: 13px;
        line-height: 1.5;
        letter-spacing: 0px;
        margin-top: 8px;
    }
    .secMerit .img{
        margin: 0 auto;
        margin-top: 8px;
        display: block;
        max-width: 678px;
    }
}
@media only screen and (max-width:374px){
    .secMerit .tab{
        font-size: 10px;
    }
}
@media only screen and (max-width:359px){
    .secMerit .boxTit{
        font-size: 15px;
    }
    .secMerit .tab{
        line-height: 1.4;
    }
}
.secMerit .txtBox{
    padding-top: 23px;
}
.secMerit .titSub{
    text-align: center;
    font-size: 26px;
    letter-spacing: 0.5px;
    font-weight: 500;
    position: relative;
    width: max-content;
    margin: 0 auto 4px;
}
.secMerit .titSub:before,.secMerit .titSub:after{
    position: absolute;
    display: inline-block;
    content: "";
    width: 1px;
    height: 32px;
    background-color: #000000;
}
.secMerit .titSub:before{
    rotate: -30deg;
    left: -9px;
}
.secMerit .titSub:after{
    rotate: 30deg;
    right: -9px;
}
.secMerit .tit{
    font-size: 30px;
    margin-bottom: 40px;
    letter-spacing: -2px;
}
.secMerit .tit .bgGrn{
    font-size: 65px;
    letter-spacing: 0.05em;
    color: #6fc124;
    font-family: 'ROBOTO';
} 
.secMerit .item{
    flex-direction: row;
}
.secMerit .boxTxtList{
    list-style: auto;
    font-size: 20px;
    letter-spacing: 0.04em;
    font-weight: bold;
    font-family: "游ゴシック",sans-serif;
    padding-left: 20px;
}
.secMerit .boxTxtList .boxTxt{
    padding-bottom: 17px;
}
.secMerit .boxTxtList .boxTxt .spaceMin{
    letter-spacing: -0.05em;
}
@media only screen and (max-width:767px){
.secMerit .titSub{
    font-size: 15px;
    margin-top: 34px;
    font-weight: bold;
}    
.secMerit .titSub:before,.secMerit .titSub:after{
    width: 1px;
    height: 22px;
}
.secMerit .titSub:before{
    left: -7px;
    bottom: -4px;
}
.secMerit .titSub:after{
    right: -7px;
    bottom: -4px;
}
.secMerit .tit{
    font-size: 20px;
    margin-bottom: 10px;
    line-height: 1.15;
    letter-spacing: 0;
}
.secMerit .tit .bgGrn{
    font-size: 35px;
} 
.secMerit .txtBox{
    padding: 0;
}
.secMerit .tabBox{
    padding-bottom: 12px;
}
.secMerit .tab{
    letter-spacing: 0;
}
.secMerit .boxTxtList{
    font-size: 16px;
}
.secMerit .boxTxtList .boxTxt{
    margin-top: 0;
    padding-bottom: 8px;
    letter-spacing: 1px;
}
}

/*-----------------------------------------------
	popup
-----------------------------------------------*/
#popup{
	display: none;
	position: relative;
	z-index: 99999;
}
#popup .overlay{
	width: 100%;
	height: 100%;
	min-height: 100vh;
	background: rgba(0,0,0,0.5);
	position: absolute;
	top: 0;
	left: 0;
}
#popup .popupContainer{
	display: table;
	width: 100%;
	height: 100vh;
}
#popup .popupContents{
	display: table-cell;
	vertical-align: middle;
}
#popup .popupMain{
	width: 1000px;
	margin: 0 auto;
}
@media only screen and (max-width:767px){
	#popup .popupMain{
		width: 100%;
		padding: 6.67%;
	}
}
@media only screen and (max-width:374px){
	#popup .popupMain{
		padding: 4.69%;
	}
}

/* secPopup */
.secPopup{
	display: none;
	position: relative;
}
.secPopup .btnClose{
	position: absolute;
	top: -40px;
	right: 0;
}
@media only screen and (max-width:767px){
	.secPopup .btnClose{
		width: 30px;
        right: 4px;
	}
}

/* secHeroSlider */
.secPopup .boxSlider{
    position: relative;
	width: 100%;
}
.secPopup .wrapper{
	position: relative;
	height: 100%;
}
.secPopup .swiper-button-prev,
.secPopup .swiper-button-next{
    width: 60px;
    height: 60px;
    margin-top: 0;
    top: calc(50% - 30px);
    border-radius: 50%;
	box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.3);
}
.secPopup .swiper-button-prev{
    left: -80px;
}
.secPopup .swiper-button-next{
    right: -80px;
}
.secPopup .swiper-button-prev::after,
.secPopup .swiper-button-next::after{
    display: none;
}
.secPopup .swiper-button-prev.lazyloaded{
    background: url(../img/index/imgBtnPrev.png) center center / 12px auto no-repeat #fff;
}
.secPopup .swiper-button-next.lazyloaded{
    background: url(../img/index/imgBtnNext.png) center center / 12px auto no-repeat #fff;
}
@media only screen and (max-width:767px){
	.secPopup .boxSlider{
		width: 84vw;
        margin: 0 auto;
	}
    .secPopup .swiper-button-prev,
    .secPopup .swiper-button-next{
        width: 40px;
        height: 40px;
        top: calc(50% - 20px);
    }
    .secPopup .swiper-button-prev{
        left: -20px;
    }
    .secPopup .swiper-button-next{
        right: -20px;
    }
	.secPopup .swiper-button-prev.lazyloaded{
		background: url(../img/index/imgBtnPrev.png) center center / 8px auto no-repeat #fff;
	}
	.secPopup .swiper-button-next.lazyloaded{
		background: url(../img/index/imgBtnNext.png) center center / 8px auto no-repeat #fff;
	}
}


/* secForm */
.secForm{
    background: #f0f0f0;
    padding: 100px 0 155px;
}
.secForm .secFormTable,
.secForm .secCalendar{
    width:100%;
    max-width:1140px;
    margin: 50px auto 0;
}
.secForm .boxQuestionnaire + .secFormTable tr:first-child{
    border-top:1px solid #e1e1e1;
}
.secForm .secCalendar{
    display:flex;
    display:-webkit-flex;
    justify-content:space-between;
    -webkit-justify-content:space-between;
    border-top:1px solid #e1e1e1;
}
.secForm .tableIn{
    background:#fff;
    padding: 76px 0;
}
.secFormTable tr{ border-bottom:1px solid #e1e1e1;}
.secFormTable tr:first-child{ border-top:1px solid #e1e1e1;}
.secFormTable tr.border_none{ border-bottom:none;}
.secFormTable tr th ,
.secCalendar .titCalendar{
    width:210px;
    font-size:15px;
    line-height:30px;
    letter-spacing:.75px;
    padding:25px 0;
    vertical-align:middle;
    position:relative;
    font-weight:normal;
}
.secCalendar .titCalendar{
    padding-top:70px;
}
.secCalendar .secFormCalendar{
    width:calc(100% - 210px);
    font-size:15px;
    line-height:32px;
    padding:50px 0 0;
    vertical-align:top;
    position:relative;
}
.secFormTable tr th.pt01{ padding:28px 0;}
.secFormTable tr th .must,
.secCalendar .titCalendar .must{ color:#cd2929;}
.secFormTable tr td{ 
    width:calc(100% - 210px);
    font-size:15px;
    line-height:32px;
    padding:30px 0;
    vertical-align:top;
    position:relative;
}
.secFormTable tr td.pt0{ padding-top:0;}
.co .secFormTable tr td{ vertical-align:middle;}
.secFormTable tr th.light26{ line-height:26px;}
.secFormTable .subTxt{
    font-size:12px;
    line-height:26px;
    display:inline-block;
    padding-left:14px;
}
.secFormTable .subTxt.red{ color:#ff0000;}
.secFormTable .passIn{ 
    position:relative;
    width:360px;
    display:inline-block;
}
.secFormTable .iconEye{
    position:absolute;
    right:20px;
    top:-30px;
    bottom:0;
    margin:auto;
    width:17px;
    height:17px;
    text-align:center;
    cursor:pointer;
}
.secFormTable .txtNote{
    font-size:12px;
    line-height:26px;
    padding-top:10px;
}
.secFormTable .txtNote .fRed{ color:#ff0000;}
.secFormTable .otherTxt{ 
    color:#a2a2a2;
    padding-left:10px;
}
.secForm .flBox{
    display:-webkit-flex;
    display:flex;
    align-items:center;
    -webkit-align-items:center;
    font-size:14px;
}
.secForm .boxMore{
    display:none;
    padding-top:20px;
}
.secFormTable .titMore{
    background:#fff100;
    padding:10px 10px;
    font-weight:700;
}
.secFormTable .txtMore{ 
    font-weight:700;
    padding:10px 0;
}
.secFormTable td a{
    color:#333;
    border-bottom:1px solid #333;
    display:inline-block;
    text-decoration:none;
    line-height: 1;
}
.secForm input[type="checkbox"]{
    margin:-3px 10px 0 0;
    width:20px;
    height:20px;
}
.secForm .boxArea{
    display:-webkit-flex;
    display:flex;
}
.secForm .boxArea .boxAreaList{
    width:150px;
}
.secForm .boxAreaList input[type="checkbox"]{
    opacity: 0;
    position: absolute;
}
.secForm .boxAreaList .item .tit{
    font-weight:700;
}
.secForm .boxAreaList.radio .item span{
    padding-left: 0;
}
.secForm .otherBox{
    margin-top: 20px;
}
.secForm .otherBox label{
    font-weight: 700;
}
.secForm .otherBox span{
    display:inline-block;
    position:relative;
    padding-left: 30px;
}
.secForm .otherBox span::before{
    display: block;
    position: absolute;
    top: calc(50% - 10px);
    left: 1px;
    width: 20px;
    height: 20px;
    border: 1px solid #1d1d1d;
    content: "";
}
.secForm .otherBox input[type="checkbox"]{
    opacity: 0;
    position: absolute;
}
.secForm .otherBox input[type="checkbox"]:checked+span::before{
    border-color:#cd2929;
    background:#cd2929;
}
.secForm .otherBox input[type="checkbox"]:checked+span::after{
    display:block;
    position:absolute;
    top:calc(50% - 7px);
    left:4px;
    width:14px;
    height:10px;
    border-bottom:3px solid #fff;
    border-left:3px solid #fff;
    transform:rotate(-45deg);
    content:"";
}
.secForm .otherBox input[type="text"]{
    margin-left: 30px;
}
.secForm input[type="radio"]{
    margin:-3px 10px 0 0;
    width:20px;
    height:20px;
}
.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 #e6e6e6;
    font-size:15px;
    letter-spacing:0.5px;
    padding-left:15px;
    background:#fff;
    font-family:inherit;
}
.secFormTable input[type="text"].inputRequired, 
.secFormTable input[type="tel"].inputRequired, 
.secFormTable input[type="email"].inputRequired, 
.secFormTable input[type="number"].inputRequired, 
.secFormTable input[type="password"].inputRequired, 
.secFormTable select.inputRequired{
    background:#fffef7;
    border:1px solid #cd2929;
}
.secForm .btnQuestionnaire{
    display:block;
    width:calc(100% - 40px);
    max-width:1100px;
    margin:25px auto;
    padding:26px 0;
    text-align:center;
    text-decoration:none;
    background:#ffde01;
    color:#253038;
    border-bottom:4px solid #bfbfbf;
    border-radius:5px;
    font-weight:700;
    font-size:22px;
    line-height:30px;
    letter-spacing:1.25px;
    -webkit-transition:all .2s ease-out;
    transition:all .2s ease-out;
}
.secForm .btnQuestionnaire .fLarge{
    display:block;
    position:relative;
    margin-top:8px;
    font-size:28px;
    letter-spacing:3.5px;
    text-indent:45px;
}
.secForm .btnQuestionnaire .fLarge::after{
    display:inline-block;
    width:18px;
    height:18px;
    margin:0 0 5px 20px;
    border-bottom:5px solid #253038;
    border-left:5px solid #253038;
    transform:rotate(-45deg);
    content:"";
}
.secForm .btnQuestionnaire.on .onBtn{ display:none;}
.secForm .btnQuestionnaire .noneBtn{ display:none;}
.secForm .btnQuestionnaire.on .noneBtn{ display:block;}
.secForm .boxQuestionnaire{ display:none;}
.secForm .none{ display:none;}
.secForm textarea{
    height:200px;
    border:1px solid #e6e6e6;
    font-size:15px;
    letter-spacing:0.5px;
    line-height: 1.86;
    padding:15px;
    background:#fff;
    font-family:inherit;
    width:100%;
    vertical-align:middle;
}
.secFormTable .btnZip{
    display:inline-block;
    width:120px;
    line-height:40px;
    background:#000;
    text-decoration:none;
    text-align:center;
    border-radius:50px;
    margin-left:10px;
    color:#fff;
    font-size:12px;
    border-bottom: none;
}
.secFormTable .boxZip{
    font-size:0;
    margin-top:15px;
}
.secFormTable .subZip{ width:calc(100% - 160px);}
.secForm .txtForm{
    font-size:18px;
    line-height:32px;
    font-weight:700;
    text-align:center;
    padding:20px 0 30px;
    letter-spacing:1px;
}
.secForm .titFormTable{
    font-size:18px;
    line-height:32px;
    font-weight:700;
    text-align:center;
    background:#eee;
    width:100%;
    max-width:1180px;
    margin:0 auto;
    padding:14px 0;
}
.secFormTable .boxAreaList.margin10 li + li{ margin-top:10px;}
.secFormTable .mt5{ margin-top:5px;}
.secFormTable .mt10{ margin-top:10px;}
.secFormTable .mt12{margin-top: 12px;}
.secFormTable .mr5{ margin-right:5px;}
.secFormTable .mr10{ margin-right:10px;}
.secFormTable .mr20{ margin-right:20px;}
.secFormTable .mr22{ margin-right:22px;}
.secFormTable .mr25{ margin-right:25px;}
.secFormTable .mr30{ margin-right:30px;}
.secFormTable .mr40{ margin-right:40px;}
.secFormTable .mr35{ margin-right:35px;}
.secFormTable .ml5{ margin-left:5px;}
.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 .w150{ width:150px;}
.secFormTable .w200{ width:200px;}
.secFormTable .w500{ width:500px;}
.secFormTable .mw150{ min-width:150px;}
.secFormTable .mw200{ min-width:200px;}
.secFormTable .w360{ width:360px;}
.secFormTable .w400{ width:400px;}
.secFormTable .loanBox{
    display:flex;
    display:-webkit-flex;
    flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
    align-items:center;
    -webkit-align-items:center;
}
.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;
}
.secForm .boxNote{
    width:100%;
    max-width:1140px;
    margin:40px auto 0;
    background:#fbfbfb;
    padding:43px 50px;
}
.secForm .boxNote .boxTit{
    font-size:15px;
    line-height:30px;
    font-weight: 500;
}
.secForm .boxNote .boxTxt{
    font-weight: 500;
    font-size:13px;
    padding-top:8px;
    line-height:28px;
}
.secForm .boxNote .boxTxt .fRed{ color:#cd2929;}
.btnForm{
    display:block;
    position:relative;
    background:#253038;
    width:380px;
    margin:40px auto 0;
    padding:31px 0;
    color:#fff;
    font-weight:700;
    font-size:18px;
    letter-spacing:1px;
    text-align:center;
    text-decoration:none;
}
.ui-menu .ui-menu-item{
    font-size:16px;
    padding:10px !important;
    list-style-image:none !important;
}
.secForm .btnPrevMain{ margin-top:50px;}
.secForm .txtOk{
    font-size:16px;
    margin-top:40px;
    line-height:1.8;
    letter-spacing:1.5px;
    text-align:center;
}
.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:21px 0 5px;
}
.secForm .boxNoteC .ico{
    font-size:13px;
    line-height:50px;
    margin-right:30px;
}
.secForm .boxNoteC .ico:last-child{ margin-right:0;}
.secForm .boxNoteC .activeOn{
    width:16px;
    height:16px;
    border:2px solid #6eb82b;
    border-radius:50%;
    display:inline-block;
    vertical-align:-4px;
}
.secForm .boxNoteC .batsu{
    font-size:16px;
    font-weight:700;
    vertical-align:-2px;
}
.secFormTable .item .others {
    font-size: 14px;
    color: #666;
    margin-left: 12px;
    letter-spacing: 0.75px;
}
.co .secFormTable th, .co .secFormTable td, .secFormTable th.middle, .secFormTable td.middle {
    vertical-align: middle;
}
.secFormTable .money .item,
.secFormTable .loan .item{
    margin-top: 7px;
}
.secFormTable .money .item.space_none,
.secFormTable .loan .item.space_none{
    margin-top: 0;
}
.secFormTable .money label{
    width: 100px;
    display: inline-block;
}
.secFormTable .loan label{
    width: 145px;
    display: inline-block;
}
/* -------------------追加-------------------- */
.secForm .formTit{
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    color: #222;
    position: relative;
}
.secForm .formTit::after{
    position: absolute;
    content: "";
    width: 50px;
    height: 1px;
    background: #222;
    bottom: -30px;
    left: calc(50% - 25px);
}
.secForm .topBox{
    text-align: center;
}
.secForm .formTopTxt{
    font-size: 14px;
    font-weight: 500;
    line-height: 2.14;
    color: #222;
    margin-top: 53px;
    display: inline-block;
    text-align: left;
    letter-spacing: 0.8px;
}
.secForm .time{
    display: flex;
    align-items: center;
}
.secForm .timetxt{
    font-size: 15px;
    font-weight: 500;
    margin-right: 10px;
}
.secForm .thAddress{
    vertical-align: top;
}
.secForm .txtNum{
    font-size: 12px;
    font-weight: 500;
    margin-top: 14px;
    line-height: 1;
    letter-spacing: 1px;
}
.secForm .txtNum.bot{
    margin-left:160px;
}
.secForm .middle{
    padding: 24px 0;
}
.secForm .pat{
    padding-top: 42px;
}
.secForm .tdPrivacy{
    padding: 23px 0 22px;
}
.secForm .txtNote.note02{
    padding-top: 3px;
}
.secForm .mw150{
    min-width: 150px;
    max-width: 100%;
}
.secForm .mw200{
    min-width: 200px;
    max-width: 100%;
}
.secForm .w767{
    width: 767px;
}

@media only screen and (max-width:767px){
    .secForm{
        background: none;
        padding-top: 0;
        padding-bottom: 0;
    }
    .secForm .titEng{
        position:relative;
        top:-12px;
        margin-bottom:-12px;
        font-size:24px;
        letter-spacing:1px;
    }
    .secForm .titMain{
        position:relative;
        margin-top:3px;
        margin-bottom:25px;
        padding-bottom:14px;
        font-size:14px;
        line-height:30px;
        letter-spacing:.75px;
    }
    .secForm .titMain::after{
        position:absolute;
        bottom:0;
        left:calc(50% - 30px);
        width:60px;
        height:1px;
        background:#000;
    }
    .secForm .txtMain{
        font-size:12px;
        line-height:22px;
        padding-top:7px;
    }
    .secForm .secFormStep{ margin:30px 0 0;}
    .secForm .secFormStep::after{
        top:calc(50% - 4px);
        width:210px;
    }
    .secForm .secFormStep .stepEng{
        font-size:14px;
        line-height:23px;
    }
    .secForm .secFormStep .stepIcon{
        width:20px;
        height:20px;
        margin-top:3px;
    }
    .secForm .secFormStep .stepTxt{
        font-size:13px;
        padding-top:0px;
        font-weight:600;
    }
    .secForm .tableIn{
        width:89.334%;
        margin:28px auto 0;
        padding:0;
    }
    .secForm .formTableCover{
        border:1px solid #000;
        margin-top: 30px;
    }
    .secForm .secFormTable{ 
        width:100%;
        margin-top: 0;
    }
    .secFormTable tbody,
    .secFormTable tr,
    .secFormTable tr th,
    .secCalendar .titCalendar,
    .secForm .secCalendar,
    .secCalendar .secFormCalendar,
    .secFormTable tr td{
        display:block;
        width:100%;
    }
    .secFormTable tr th.height0{ 
        height:0;
        padding:0;
    }
    .secCalendar .secFormCalendar{ padding:8px 2.985% 0;}
    .secFormTable tr{ border-bottom:0;}
    .secForm .boxQuestionnaire + .secFormTable tr:first-child{ border-top:0;}
    .secFormTable tr th,
    .secCalendar .titCalendar,
    .secFormTable tr th.pt01{
        font-size:13px;
        line-height:22px;
        letter-spacing:0.5px;
        padding: 9px 2.5%;
        background:#fafafa;
        align-items: center;
        display: flex;
    }
    .secFormTable tr th .must + .spOnly{ display:inline-block;}
    .secFormTable tr td{
        width:100%;
        margin:0 auto;
        font-size:13px;
        padding: 15px 2.5% 20px;
    }
    .secFormTable input[type="text"], 
    .secFormTable input[type="tel"], 
    .secFormTable input[type="email"], 
    .secFormTable input[type="number"], 
    .secFormTable input[type="password"], 
    .secFormTable select{ height:50px; font-size: 16px;}
    .secForm textarea{
        height:200px;
        padding:14px;
    }
    .secFormTable .label03{
        font-size:14px;
    }
    .secFormTable .subTxt{
        font-size:11px;
        display:block;
        line-height:20px;
        padding:5px 0 0;
    }
    .secFormTable .txtNote{
        font-size:11px;
        line-height:20px;
        padding-top:0;
        padding-left:17px;
    }
    .secFormTable .txtNote.noteSub{
        padding-left:0;
        padding-top:3px;
    }
    .secFormTable .txtNote.note02{
        padding-top:10px;
    }
    .secFormTable .passIn{ width:100%;}
    .secFormTable .w360,
    .secFormTable .w400{ width:100%;}
    .secFormTable .ws100p{width:100%;}
    .secForm .sw200{ width:200px;}
    .secFormTable .mts10{ margin-top:10px;}
    .secFormTable .mrs10{ margin-right:10px;}
    .secFormTable .titMore,
    .secFormTable .txtMore{ line-height:20px;}
    .secFormTable .otherTxt{
        display:block;
        padding:0 0 0;
    }
    .secForm .boxArea{
        -webkit-flex-wrap:wrap;
        flex-wrap:wrap;
        -webkit-justify-content:space-between;
        justify-content:space-between;
    }
    .secForm .boxAreaList{
        line-height:30px;
    }
    .secForm .boxArea .boxAreaList{
        width:46.2%;
        margin-bottom:15px;
        line-height:31.5px;
    }
    .secForm .flBox{ display:block;}
    .secForm .boxNote{
        width:100%;
        margin: 20px auto 0;
        padding: 20px 2.5%;
    }
    .secForm .boxNote .boxTit{
        font-size:12px;
    }
    .secForm .boxNote .boxTxt{
        font-size:11px;
        padding-top: 1px;
        line-height: 18px;
    }
    .btnForm{
        position:relative;
        width: 94.597%;
        font-size:15px;
        padding:22px 0 23px;
        margin: 19px auto 29px;
    }
    .btnForm::after{
        position:absolute;
        top:calc(50% - 4px);
        right:23px;
        width:8px;
        height:8px;
        border-top:2px solid #fff;
        border-right:2px solid #fff;
        -webkit-transform:rotate(45deg);
        transform:rotate(45deg);
        content:"";
    }
    .secForm .btnPrevMain{ margin-top:30px;}
    .secForm .txtOk{
        font-size:14px;
        margin-top:30px;
        padding:0 4%;
        line-height:24px;
        letter-spacing:0.5px;
        text-align:left;
    }
    .secFormTable .w150{ width:125px;}
    .secFormTable .selectZip{ 
        display:block;
    }
    .secFormTable .btnZip{
        font-size:12px;
        line-height:40px;
        width:100px;
    }
    .secFormTable .subZip{ 
        width:100%;
        margin-top:10px;
    }
    .secForm .boxNoteC{margin:10px 0 10px;}
    .secForm .boxNoteC .ico{
        margin-right:10px;
        line-height:44px;
    }
    .secForm .txtForm{
        font-size:12px;
        line-height:20px;
        padding:10px 0 23px;
        letter-spacing:1px;
    }
    .secForm .btnQuestionnaire{
        width:92%;
        margin:10px auto 0;
        border-bottom-width:3px;
        padding:14px 0;
        font-size:13px;
        line-height:20px;
    }
    .secForm .btnQuestionnaire .spOnly{ display:inline-block;}
    .secForm .btnQuestionnaire .fLarge{
        display:none;
    }
    .secForm .titFormTable{ display:none;}
    .secFormTable .item .others {
        display: block;
        margin-left: 0;
        font-size: 12px;
        line-height: 1.5;
    }
    .secFormTable .money label{
        width: 90px;
        display: inline-block;
    }
    .secFormTable .loan label{
        width: 120px;
        display: inline-block;
    }
    .secForm .otherBox{
        margin-top: 5px;
    }
    .secForm .otherBox input[type="text"]{
        margin-left: 0;
        margin-top: 5px;
        padding-left: 5px;
    }
    /* -------------------追加-------------------- */
    .secForm .formTit{
        font-size: 20px;
    }
    .secForm .formTit::after{
        width: 60px;
        bottom: -20px;
        left: calc(50% - 30px);
    }
    .secForm .topBox{
        text-align: left;
    }
    .secForm .formTopTxt{
        font-size: 12px;
        line-height: 1.83;
        margin-top: 35px;
        letter-spacing: 0;
    }
    .secForm .timetxt{
        font-size: 13px;
        margin-right: 9px;
    }
    .secForm .thAddress{
        vertical-align: top;
    }
    .secForm .txtNum{
        margin-top: 11px;
    }
    .secForm .txtNum.bot{
        margin-left:0;
    }
    .secForm .middle{
        padding: 12px 2.5% 15px;
    }
    .secForm .pat{
        padding-top: 9px;
    }
    .secForm .tdPrivacy{
        padding: 11px 2.5% 0;
    }
    .secForm .txtNote.note02{
        line-height: 1.6;
        padding-top: 0px;
    }
    .secForm .w767{
        width: 100%;
    }
}
@media only screen and (max-width:374px){
    .secForm .boxNote .boxTit{
        font-size: 11px;
    }
}
@media only screen and (max-width:359px){
    .secFormTable tr th{
        font-size: 11px;
    }
    .secForm .formTopTxt{
        font-size: 11px;
    }
    .secForm .boxNote .boxTit{
        font-size: 10px;
    }
}
/* footer */
#footer {
    margin-top: 1px;
    padding: 20px 0;
    background: #3b3b41;
}
#footer a {
    color: #b9b9b9;
    text-decoration: none;
}
#copy {
    color: #b9b9b9;
    font-weight: 400;
    font-size: 12px;
    letter-spacing: .75px;
    text-align: center;
}
@media only screen and (max-width:767px){
    #footer {
        padding: 19px 0;
        margin-top:70px;
    }
}
@media only screen and (max-width:359px){
    #copy{
        font-size: 11px;
    }
}
/* goTop */
#goTop{
    opacity:0;
    position:fixed;
    bottom:20px;
    right:20px;
    z-index:100;
    background:#fff;
    border-radius:50%;
    box-shadow:0 0 10px rgba(0,0,0,.1);
    width:60px;
    height:60px;
    font-size:0;
    pointer-events:none;
    -webkit-transition:all 0.2s ease-out;
    transition:all 0.2s ease-out;
}
#goTop.fixed {
  position:fixed;
}
#goTop.show {
  opacity:1;
  pointer-events:initial;
}
#goTop::before{
    content:"";
    position:absolute;
    top:26px;
    left:0;
    right:0;
    margin:0 auto;
    width:14px;
    height:14px;
    border-top:3px solid #000;
    border-right:3px solid #000;
    -webkit-transform:rotate(-45deg);
    transform:rotate(-45deg);
}
@media only screen and (max-width:767px){
    #goTop{
        display:none;
    }
}
/* secForm */
.secForm.co{ margin-bottom:150px;padding-bottom:100px;}
.secForm.ok{ margin-bottom:100px;padding-bottom:100px;}
.secForm.co .bgBox,
.secForm.ok .bgBox{ margin-top:75px;padding-bottom:80px;}
.secForm.co .btnPrevMain{
    margin-bottom:0;
    padding:24px 0;
    font-size:15px;
}
.secForm .txtMaintainance{
	font-weight:700;
    font-size:22px;
    line-height:1.5;
    letter-spacing:2px;
    text-align:center;
    padding:130px 0 100px;
}
@media only screen and (max-width:767px){
    .secForm{
        margin-top:70px;
    }
	.secForm.co,
    .secForm.ok{
        margin-top:0;
        margin-bottom:0;
        padding-top:0;
        padding-bottom:0;
    }
	.secForm.co .bgBox,
    .secForm.ok .bgBox{ margin-top:45px;padding-bottom:50px;}
    .secForm.ok .bgBox{ padding-bottom:40px;}
    .secForm.co .btnPrevMain{
        margin-bottom:30px;
        padding:10px 0;
        font-size:14px;
    }
    .secForm .secFormStep .txt{
        font-size:13px;
        letter-spacing:.5px;
    }
	.secForm .wrapper{
		margin-top:20px;
		padding:0 15px 30px;
	}
}

.secCmnBack{
    padding-top:50px;
    padding-bottom:105px;
    background:#f0f0f0;
}
.secForm.ok + .secCmnBack{
    background:transparent;
}
.secCmnBack .btnPrevMain{
    margin: 0 auto;
}
@media only screen and (max-width:767px){
    .secCmnBack{
        margin:20px 0 0;
        padding:30px 0;
        background:#fff;
    }
}

.btnMailBox{
    width: 450px;
    height:70px;
    margin: 0 auto;
    margin-top: 30px;
    background-color: #000;
    border-radius: 5px;
    position: relative;
}
.btnMailBox .btnMail{
    font-size: 20px;
    background-color: #000;
    color:#fff;
}
.btnMailBox .btnMailTxt{
    padding: 25px 0 27px 50px;
}
.btnMailBox .btnMail::before{
    content: "";
    position: absolute;
    top: 34%;
    right: 375px;
    margin: 0 auto;
    width: 30px;
    height: 24px;
    background: url(../img/common/fNavi01.png) top center / cover no-repeat;
}
.btnMailNote{
    max-width: 790px;
    margin: 15px auto 70px;
    font-size: 14px;
    line-height: 25px;
    letter-spacing: 1.5px;
}
@media only screen and (max-width:767px){
    .secForm .boxCenter {
        padding-top: 5px;
    }
    .btnMailBox{
        width: 300px;
        height:40px;
        margin: 0 auto;
        margin-top: 30px;
    }
    .btnMailBox .btnMail{
        font-size: 15px;
    }
    .btnMailBox .btnMailTxt{
        padding: 12px 0 12px 20px;
    }
    .btnMailBox .btnMail::before{
        content: "";
        position: absolute;
        top: 30%;
        right: 88%;
        margin: 0 auto;
        width: 18px;
        height: 15px;
    }
    .btnMailNote{
        margin: 15px auto 50px;
        font-size: 12px;
        line-height: 22px;
        letter-spacing: 1px;
    }
}

.secForm.co{
    margin-top:0;
    padding-top:0;
    background:#fff;
}
.secForm.co .bgBox{
    position:relative;
    padding:55px 0 0;
    background:#fff;
}
.secForm.co .boxCenter{
    text-align:center;
}
.secForm.co .titEng{
    color:#3b3b41;
    font-weight:700;
    font-size:40px;
    letter-spacing:2px;
}
.secForm.co .titMain{
    position:relative;
    margin-top:8px;
    padding-bottom:40px;
    font-weight:700;
    font-size:22px;
    line-height:46px;
    letter-spacing:2px;
}
.secForm.co .titMain::after{
    position:absolute;
    bottom:0;
    left:calc(50% - 30px);
    width:60px;
    height:1px;
    background:#000;
    content:"";
}
.secForm.co .secFormNote{
    max-width:790px;
    margin:60px auto 0;
	font-size:14px;
	line-height:25px;
    letter-spacing:1.5px;
	text-align:left;
}
.secForm.co .formTit{
    margin-top: 20px;
}
@media only screen and (max-width:767px){
    .secForm.co .titEng{
        position:relative;
        top:-12px;
        margin-bottom:-12px;
        font-size:24px;
        letter-spacing:1px;
    }
    .secForm.co .titMain{
        position:relative;
        margin-top:3px;
        margin-bottom:25px;
        padding-bottom:14px;
        font-size:14px;
        line-height:30px;
        letter-spacing:.75px;
    }
    .secForm.co .titMain::after{
        position:absolute;
        bottom:0;
        left:calc(50% - 30px);
        width:60px;
        height:1px;
        background:#000;
    }
    .secForm.co .txtMain{
        font-size:12px;
        line-height:22px;
        padding-top:7px;
    }
    .secForm.co .formTit{
        margin-top: 10px;
    }
}
/* secForm */
.secForm.co{ margin-bottom:100px;padding-bottom:0;}
.secForm.ok{ margin-bottom:100px;padding-bottom:0;}
.secForm.co .bgBox,
.secForm.ok .bgBox{ margin-top:75px;padding-bottom:80px;}
.secForm.co .btnPrevMain{
    margin-bottom:0;
    padding:24px 0;
    font-size:15px;
}
.secForm.co .tableIn{
    padding-bottom:0;
}
@media only screen and (max-width:767px){
    .secForm{
        margin-top: 47px;
    }
	.secForm.co,
    .secForm.ok{
        width: 100%;
        margin-top:0;
        margin-bottom:0;
        padding-top:0;
        padding-bottom:0;
    }
	.secForm.co .bgBox,
    .secForm.ok .bgBox{ margin-top:25px;padding-bottom:0;}
    .secForm.ok .bgBox{ padding-bottom:40px;}
    .secForm.co .btnPrevMain{
        margin-bottom:30px;
        padding:10px 0;
        font-size:14px;
    }
    .secForm.co .boxCenter{
        padding-top:0;
    }
    .secForm.co .bgBox{
        padding:0;
    }
}
.secForm .secFormStep{
	display:flex;
	display:-webkit-flex;
	justify-content:center;
	-webkit-justify-content:center;
	position:relative;
	margin: 40px auto 0;
	text-align:center;
}
.secForm .secFormStep li{
	display:flex;
	display:-webkit-flex;
	justify-content:center;
	-webkit-justify-content:center;
    align-items:center;
    -webkit-align-items:center;
    position:relative;
    width:250px;
    height:60px;
	margin-right:30px;
    border:2px solid #7d7d7d;
    background-color:#fff;
    color:#000;
    font-weight:700;
	font-size:15px;
	letter-spacing:1px;
	text-align:center;
}
.secForm .secFormStep li.active{
    border:0;
    background-color:#253038;
    color:#fff;
}
.secForm .secFormStep li:last-child{margin-right:0px;}
.secForm .secFormStep li:not(:last-child)::after{
    position:absolute;
    top:calc(50% - 4px);
    right:-19px;
    margin:auto;
    width:8px;
    height:8px;
    border-top:2px solid #000;
    border-right:2px solid #000;
    -webkit-transform:rotate(45deg);
    transform:rotate(45deg);
    content:"";
}
.secForm.co .secFormStep{
    margin-top: 60px;
}
@media only screen and (max-width:767px){
	.secForm .secFormStep{
        margin: 27px auto 0;
    }
	.secForm .secFormStep li{
        width:100px;
        height:40px;
        margin-right:0;
        border-width:1px;
        font-size:11px;
        letter-spacing:0;
	}
	.secForm .secFormStep li:last-child{
        margin-left: 20px;
    }
    .secForm .secFormStep li:not(:last-child)::after{
        right:-12%;
    }
    .secForm .secFormStep .txt{
        font-size:13px;
        letter-spacing:.5px;
    }
    .secForm.co .secFormStep{
        margin-top: 40px;
    }
}
/*-----------------------------------------------
    btnPrevMain
-----------------------------------------------*/
.btnPrevMain{
    display:block;
    position:relative;
    width:380px;
    height:75px;
    margin:0 auto;
    padding:20px 0;
    overflow:hidden;
    background:#253038;
    color:#fff;
    font-size:16px;
    line-height:32px;
    letter-spacing:1px;
    text-align:center;
    text-decoration:none;
}
.btnPrevMain::before{
    position:absolute;
    bottom:33px;
    left:30px;
    z-index:0;
    width:41px;
    height:8px;
    background:url(../img/common/iconArrowWht.png) right center / cover no-repeat;
    transform:scale(-1, 1);
    content:"";
}
.btnPrevMain .btnPrev{
    display:inline-block;
    position:relative;
}
.btnPrevMain .btnPrevIn{
    display:block;
    font-size:16px;
    letter-spacing:2px;
}
@media only screen and (max-width:767px){
    .btnPrevMain{
        width:255px;
        height:55px;
        font-weight:700;
        font-size:14px;
        padding:10px 0;
    }
    .btnPrevMain::before{
        bottom:25px;
        left:20px;
    }
    .btnPrevMain::after{
        left:28px;
    }
    .btnPrevMain .btnPrev::before{
        width:20px;
        height:20px;
    }
    .btnPrevMain .btnPrev::after{
        left:-15px;
        bottom:1px;
        width:4px;
        height:4px;
    }
    .btnPrevMain .btnPrevIn{
        font-size:14px;
    }
}
/* secExample */
.secExample{
    margin-bottom: 110px;
}
.secExample .boxExample{
    padding: 50px 51px 60px;
    background-color: #ffffff;
    font-family: "游ゴシック",sans-serif;
    font-weight: 500;
    border-radius: 10px;
    box-shadow: 0px 0px 20px -10px rgba(0, 0, 0, 0.35);
}

.secExample .MainTit{
    font-size: 35px;
    font-weight: bold;
    letter-spacing: 0.05em;
    text-align: center;
    margin: 80px auto 40px;
}
.secExample .imgExa{
    display: flex;
    justify-content: space-between;
}
.secExample .examTit{
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 0.07em;
    padding: 24px 0;
}
.secExample .ListBox{
        display: flex;
}
.secExample .requestList{
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.035em;
    padding-left: 7px;
}
.secExample .request::before{
    display: inline-block;
    border-radius: 100%;
    width: 3px;
    height: 3px;
    content: "";
    background-color: #000000;
    margin-bottom: 3px;
}
.secExample .ListBox .requestList:last-child{
    margin-left: 35px;
}
.secExample .request{
    margin-bottom: 16px;
}
.secExample .itemSub{
    font-size: 16px;
}
.secExample .txt12{
    font-size: 12px;
}

/* secLineup */
.secExample .secLineup .swiper-button-prev,
.secExample .secLineup .swiper-button-next{
    display: none;
}
.secExample .secLineup .swiper-container{
    overflow: visible;
}
.secExample .secLineup .swiper-wrapper{
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.secExample .secLineup .swiper-slide{
    /* flex-shrink: inherit; */
    width: auto;
}
.secExample .secLineup .swiper-slide:last-child{
    position: relative;
    position: relative;
}
.secExample .secLineup .swiper-slide a{
    display: block;
}
.aBtn{
    width: 540px;
    margin: 0 auto;
    display: block;
}
@media only screen and (max-width:767px){
    .aBtn{
        width: 100%;
    }
    .btnCover{
        width: 100%;
    }
}
.secExample .secLineup .swiper-slide:last-child:after{
    position: absolute;
    content: "+";
    color:#ffffff;
    background-color: #1d1d1d;
    width: 20px;
    height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    bottom: 0;
    right: 0;
}
.secExample .btnPopup{
    display: block;
    width: 100%;

}
@media only screen and (max-width:767px){
    .secExample .secLineup .swiper-button-prev,
    .secExample .secLineup .swiper-button-next{
        display: block;
    }
    .secExample .secLineup .swiper-wrapper{
        flex-wrap: nowrap;
    }
    .secExample .secLineup .swiper-slide,
    .secExample .secLineup .swiper-slide:nth-child(3n),
    .secExample .secLineup .swiper-slide:nth-child(n+4){
        width: auto;
        /* margin: auto; */
        /* display: contents; */
    }
    .secExample .secLineup .swiper-slide:nth-child(2n){
        position: relative;
    }
    .secExample .secLineup .swiper-slide:nth-child(2n)::after{
        position: absolute;
        content: "+";
        color:#ffffff;
        background-color: #1d1d1d;
        width: 20px;
        height: 20px;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 20px;
        bottom: 0;
        right: 0;
    }
    .secExample .secLineup .swiper-slide a{
        display: block;
    }
    .secExample .secLineup .swiper-container{
        overflow: hidden;
        height: auto;
    }
    .secExample .secLineup .wrapper{
        position: relative;
    }
    .secExample .secLineup .wrapper .swiper-button-next,.secExample .secLineup .wrapper .swiper-button-prev{
        color: #000000;
        background-color: #ffffff;
        width: 40px;
        height: 40px;
        border-radius: 90px;
        display: flex;
        justify-content: center;
        align-items: center;
        box-shadow: 0px 0px 16px -3px rgba(0, 0, 0, 0.35);
    }
    .secExample .secLineup .wrapper .swiper-button-prev{
        left: -17px;
    }
    .secExample .secLineup .wrapper .swiper-button-next{
        right: -17px;
    }
    .secExample .secLineup .wrapper .swiper-button-prev:after{
        width: 14px;
        height: 14px;
        border-top: 3px solid #000000;
        border-left: 3px solid #000000;
        content: "";
        display: block;
        transform: rotate(-45deg);
        margin-left: 3px;
    }
    .secExample .secLineup .wrapper .swiper-button-next:after{
        width: 14px;
        height: 14px;
        border-top: 3px solid #000000;
        border-right: 3px solid #000000;
        content: "";
        display: block;
        transform: rotate(45deg);
        margin-left: -6px;
    }
    .secExample .formBtn{
        width: 100%;
    }
    .secExample .examTit{
        font-size: 13px;
        letter-spacing: 0;
        padding: 18px 0 8px;
    }
    .secExample .ListBox{
        flex-direction: column;
    }
    .secExample .requestList{
        font-size: 13px;
        letter-spacing: 0;
        padding-left: 4px;
    }
    .secExample .ListBox .requestList:last-child{
        margin-left: 0;
    }
    .secExample .request{
        line-height: 1.923;
        margin-bottom: 0;
    }
    .secExample .request::before{
        width: 2px;
        height: 2px;
        margin-bottom: 3px;
    }
    .secExample{
        margin-bottom: 0;
    }
}

/* secList */
.secExample .secList{
    width: 100%;
    margin-top: 24px;
}
.secExample .secList .itemMain{
    position: relative;
}
.secExample .secList .linkMain,
.secExample .secList .btnMain{
    height: 87px;
    box-shadow: 0px 0px 35px -20px rgba(0, 0, 0, 0.35);
}
.secExample .secList .linkMain{
    display: flex;
    align-items: center;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    text-decoration: none;
    background-color: #6fc124;
    border-radius: 10px;
    padding: 0 50px;
    letter-spacing: 1.6px;
}
.secExample .secList a{
    display: block;
}
.secExample .secList .btnMain{
    width: 100%;
    position: absolute;
    right: 0;
    top: 0;
    display: block;
    cursor: pointer;
}
.secExample .secList .btnMain:before,
.secExample .secList .btnMain:after {
    content: "";
    background: #fff;
    width: 15px;
    height: 2px;
    position: absolute;
    right: 50px;
    top: calc(50% - 1px);
    display: block;
    transition: all 0.4s ease;
}
.secExample .secList .btnMain:after {
    transform: rotate(90deg);
}
.secExample .secList .btnMain.on:after {
    transform: rotate(360deg);
}
.secExample .secList .boxSubList{
    display: none;
    padding: 0 0 15px 0;
}
.secExample .secList .linkSub{
    display: block;
    padding: 10px 0;
    font-size: 12px;
    color: #fff;
    text-decoration: none;
}
.secExample .itemSub{
    padding-top: 22px;
}
.secExample .itemSub .lineHeight{
    line-height: 1.8;
}
@media only screen and (max-width:767px){
    .secExample .MainTit{
        font-size: 20px;
        margin: 50px auto 20px;
    }
    .secExample .boxExample{
        padding: 29px 19px 30px;
    }
    .secExample .secList .linkMain, .secExample .secList .btnMain{
        height: 44px;
    }
    .secExample .secList .linkMain{
        font-size: 13px;
        padding: 0 13px;
        letter-spacing: 0.1em;
    }
    .secExample .secList .btnMain:before, .secExample .secList .btnMain:after{
        width: 13px;
        height: 2px;
    }
    .secExample .itemSub{
        font-size: 13px;
        padding-top: 17px;
    }
    .secExample .itemSub .lineHeight{
        line-height: 1.6;
    }
    .secExample .txt12{
        font-size: 10px;
    }
    .secExample .secList .btnMain:before,
.secExample .secList .btnMain:after{
    right: 14px;
}
}
/* ▼250925 */
@media only screen and (min-width:768px){
    .secMerit .item{
        padding: 50px 80px;
    }
    .secMerit .boxTxtList{
        font-size: 18px;
        line-height: calc(25 / 18);
    }
}
@media only screen and (max-width:767px){
    .secMerit .item{
        text-align: center;
    }
    .secMerit .txtBox{
        display: inline-block;
        text-align: left;
    }
}