@charset "utf-8";


.mrAuto{
    margin-right: auto;
}
/*-----------------------------------------------
    index
-----------------------------------------------*/
/* secCmnTit */
.secCmnTit{
    background-image: url(../img/event/bgTopEvent.jpg);
}
@media only screen and (max-width:767px){
    .secCmnTit{
        background-image: url(../img/event/bgTopEvent_sp.jpg);
    }
}

.secEvent .wrapper{
    margin-top: 30px;
    border-top:1px solid #dededa;
}
.secEvent .eventList{
    display: flex;
    flex-wrap: wrap;
    margin-top: 80px;
}
.secEvent .eventList li{
    width: 30.435%;
    margin-right: 4.3475%;
    height: auto;
}
.secEvent .eventList li:nth-child(n + 4){
    margin-top:50px;
}
.secEvent .eventList li:nth-child(3n){
    margin-right: 0;
}
.secEvent .listItem{
    display: block;
    width: 100%;
    height: 100%;
    color: #000;
    text-decoration: none;
    position: relative;
    padding-bottom: 24px;
    background-color: #fafafa;
}
.secEvent .listItem::after{
    position: absolute;
    content: "";
    width: 26px;
    height: 26px;
    right: 20px;
    bottom: 15px;
}
.secEvent .listItem.lazyloaded::after{
    background: url(../img/event/iconListBtn.png) center top / cover;
}
.secEvent .listItem .topBox{
    position: relative;
}
.secEvent .listItem .boxImg{
    width: 100%;
    padding-top: 66.667%;
}
.secEvent .listItem .boxCategory{
    position: absolute;
    left: 0;
    bottom:  -13px;
    display: flex;
}
.secEvent .boxCategory .item{
    width: 90px;
    height: 32px;
    font-size: 14px;
    text-align: center;
    padding-top: 9px;
    color: #fff;
    letter-spacing: 1px;
    z-index: 100;
}
body.isDesktopIpad .secEvent .boxCategory .item{
    font-size: 11px;
}
.secEvent .boxCategory .item.bg01{
    background-color: #b91b24;
}
.secEvent .boxCategory .item.bg02{
    background-color: #996c33;
}
.secEvent .boxCategory .item.bg03{
    background-color: #7d7d7d;
}
.secEvent .boxCategory .item.bg04{
    background-color: #a2ad9f;
}
.secEvent .boxCategory .item.bg05{
    background-color: #ad9fac;
}
.secEvent .boxCategory .item.bg06{
    background-color: #a1b0c2;
    letter-spacing: -0.5px;
}
.secEvent .txtBox{
    padding: 35px 20px 0;
}
.secEvent .txtBox .tit{
    font-size: 18px;
    font-weight: 700;
    line-height: 30px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2; 
    overflow: hidden;
    height: 60px;
}
.secEvent .txtBox .tit:only-child{
    margin-bottom: 25px;
}
.secEvent .txtBox .txtDate{
    font-size: 14px;
    line-height: 1.3;
    margin-top: 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    letter-spacing: 0.5px;
    padding-right: 45px;
}
.secEvent .txtBox .txtPlace{
    font-size: 14px;
    line-height: 1.3;
    margin-top: 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    letter-spacing: 0.5px;
    padding-right: 45px;
}
.secEvent .iconNew{
    position: absolute;
    right: 20px;
    top: -32px;
    z-index: 100;
}
.secEvent .cmnBtnCover{
    margin-top: 70px;
}
.secEvent .topBox{
    position: relative;
}
.secEvent .boxEnd{
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
    background-color: rgb(0, 0, 0);
    opacity: 0.8;
}
.secEvent .boxEnd .txtEnd{
    color:#fff;
    font-size:15px;
    margin-top:15px;
}
.secEvent .imgEnd{
    text-align: center;
    margin-top:-10px;
}
.secEvent .imgEnd img{
    margin-left:20px;
}
@media only screen and (max-width:767px){
    .secEvent{
        margin-top: 40px;
    }
    .secEvent .eventList{
        margin-top: 29px;
    }
    .secEvent .wrapper{
        margin-top: 0;
        border-top:none;
    }
    .secEvent .eventList li{
        width: 49.254%;
        margin-right: 1.492%;
    }
    .secEvent .eventList li:nth-child(3n){
        margin-right: 1.492%;
    }
    .secEvent .eventList li:nth-child(2n){
        margin-right: 0;
    }
    .secEvent .eventList li:nth-child(n + 4){
        margin-top: 0;
    }
    .secEvent .eventList li:nth-child(n + 3){
        margin-top: 20px;
    }
    .secEvent .listItem{
        padding-bottom: 32px;
    }
    .secEvent .listItem::after{
        width: 16px;
        height: 16px;
        right: 11px;
        bottom: 8px;
    }
    .secEvent .listItem .boxCategory{
        position:relative;
        z-index: 10;
        background-color: #fff;
        bottom:0;
    }
    .secEvent .boxCategory .item{
        width: calc(50% - 0.5px);
        height: 26px;
        font-size: 10px;
        padding-top: 8px;
    }
    .secEvent .boxCategory .item:nth-child(2n){
        margin-left: 1px;
    }
    .secEvent .txtBox{
        padding: 10px 12px 0;
    }
    .secEvent .txtBox .tit{
        font-size: 12px;
        line-height: 20px;
        -webkit-line-clamp: 3; 
        height: auto;
        max-height: 60px;
    }
    .secEvent .txtBox .tit:only-child{
        margin-bottom: 0;
    }
    .secEvent .txtBox .txtDate{
        font-size: 10px;
        margin-top: 8px;
        padding-right: 0;
    }
    .secEvent .txtBox .txtPlace{
        font-size: 10px;
        margin-top: 6px;
        padding-right: 0;
    }
    .secEvent .iconNew{
        width: 30px;
        height: 30px;
        right: auto;
        top: -13px;
        left: 10px;
    }
    .secEvent .cmnBtnCover{
        margin-top: 20px;
    }
    .secEvent .boxEnd .txtEnd{
        font-size:11px;
        margin-top:5px;
    }
    .secEvent .imgEnd{
        margin-top:-35px;
    }
    .secEvent .imgEnd img{
        margin-left:20px;
        width: 105px;
        height: 35px;
    }
}
@media only screen and (max-width:359px){
    .secEvent .boxEnd .txtEnd{
        font-size:10px;
    }
}
/* 見学クラウド */
.secEvent #iemiru-cms-index-page{
    max-width: none;
    margin-top: 50px;
}
.secEvent #iemiru-cms-index-page .index-page__events-event.is-vertical{
    border: 1px solid #ddd;
    border-radius: 0;
    display: flex;
    justify-content: space-between;
}
.secEvent #iemiru-cms-index-page .index-page__events-event.is-vertical .index-page__events-event-image{
    width: 150px;
    height: 200px;
    float: none;
}
.secEvent #iemiru-cms-index-page .index-page__events-event.is-vertical .index-page__events-event-content{
    margin: 0;
    width: calc(100% - 180px);
}
.secEvent #iemiru-cms-index-page .index-page__events-event .index-page__events-event-description span{
    display: block;
    margin-top: 10px;
}
@media only screen and (max-width:767px){
    /* 見学クラウド */
    .secEvent #iemiru-cms-index-page{
        margin-top: 20px;
    }
    .secEvent #iemiru-cms-index-page .index-page__events-event.is-vertical{
        flex-direction: column;
    }
    .secEvent #iemiru-cms-index-page .index-page__events-event.is-vertical .index-page__events-event-image{
        width: 100%;
        height: auto;
    }
    .secEvent #iemiru-cms-index-page .index-page__events-event.is-vertical .index-page__events-event-content{
        width: 100%;
    }
}
/* secRegister */
.secRegister{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 30px;
    border-top: 1px solid #dededa;
    margin-top: 45px;
}
.secRegister .planMumber{
    font-size: 16px;
    line-height: 1.8;
}
.secRegister .planMumber span{
    font-size: 35px;
    color: #b81c23;
    line-height: 1;
    letter-spacing: 3px;
    vertical-align: bottom;
}
.secRegister .linkBtn{
    display: flex;
    display: -webkit-flex;
}
.secRegister .linkBtn .aTab{
    width: 130px;
    height: 40px;
    display: block;
    font-size: 14px;
    padding-top: 13px;
    text-align: center;
    border: solid 1px #000;
    text-decoration: none;
    color: #000;
    letter-spacing: 2px;
}
.secRegister .linkBtn .aTab.member{
    background-color: #000;
    color: #fff;
    margin-right: 10px;
}
.secRegister .boxForm,
.secRegister .boxForm li {
    display: flex;
    align-items: center;
}
.secRegister .boxForm{
    white-space:nowrap;
}
.secRegister .boxForm .tit {
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 1px;
    margin-right: 15px;
}
.secRegister .boxForm .inputBox select {
    min-width: 150px;
    height: 50px;
    font-size: 14px;
    letter-spacing: 1px;
    padding-left: 11px;
    border: 1px solid #000;
    background: #FFF;
    font-family: inherit;
    cursor: pointer;
}
@media only screen and (max-width:767px){
    .secRegister {
        justify-content: center;
        padding-top: 25px;
        flex-direction : column-reverse;
        margin-top:0;
        border-top:none;
    }
    .secRegister .linkNumber{
        margin-top:15px;
    }
    .secRegister .planMumber {
        font-size: 14px;
        line-height: 1.4;
        padding-left: 0;
        text-align: center;
        margin-top: 0;
        letter-spacing:-0.5px;
    }
    .secRegister .planMumber span {
        font-size: 28px;
        padding-right: 5px;
        vertical-align: bottom;
        letter-spacing: 1px;
    }
    .secRegister .boxFormIn {
        order: 1;
        background: #f7f7f7;
        width: 275px;
        padding: 15px 0;
        border-radius: 50px;
        margin: 0 auto;
    }
    .secRegister .boxForm {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .secRegister .boxForm .tit {
        font-size: 13px;
        letter-spacing: 0;
    }
    .secRegister .boxForm .inputBox select {
        min-width: 160px;
        font-size: 13px;
        height: 40px;
    }
}
/* secCmnError */
.secCmnError .noneTxt {
    font-size: 14px;
    line-height: 1.8;
    padding: 150px 0;
    text-align: center;
}
@media only screen and (max-width: 767px){
    .secCmnError .noneTxt {
        font-size: 12px;
        padding: 25px 0;
    }
    .secCmnError .noneTxt {
        padding: 75px 0;
    }
}
@media only screen and (max-width: 359px){
    .secCmnError .noneTxt {
        font-size: 11px;
    }
}
/*-----------------------------------------------
    details
-----------------------------------------------*/
/* secDetailsTit */
.secDetailsTit{
    padding:25px 0 22px;
    border-top:1px solid #dedee4;
    border-bottom:1px solid #dedee4;
    margin-top:45px;
    display: flex;
    position: relative;
    justify-content: center;
}
.secDetailsTit .txtDate{
    font-size: 13px;
    line-height: 1.6;
    letter-spacing: 0.5px;
    font-weight: 400;
    margin-top: 9px;
}
.secDetailsTit .borderInner {
    margin: 0 6px;
}
.secDetailsTit .boxTit + .innerTit{
    margin-top:15px;
}
.secDetailsTit .innerTit{
    font-size:20px;
    line-height: 1.8;
    letter-spacing:1px;
    text-align: center;
}
.secDetailsTit .borderTitInner{
    border:1px solid #dededa;
    padding:3px 12px;
    font-size:13px;
    margin-right:10px;
    letter-spacing: 1px;
}
.secDetailsTit .iconNew {
    width: 59px;
    height: 59px;
    margin-right:22px;
    margin-top:5px;
    min-width: 59px;
}
.secDetailsTit .boxCategory{
    display: flex;
    align-items: center;
}
.secDetailsTit .boxCategory .item{
    width: 90px;
    height: 32px;
    font-size: 14px;
    text-align: center;
    padding-top: 9px;
    color: #fff;
    letter-spacing: 1px;
}
body.isDesktopIpad .secDetailsTit .boxCategory .item{
    font-size: 11px;
}
.secDetailsTit .boxCategory .item.bg01{
    background-color: #b91b24;
}
.secDetailsTit .boxCategory .item.bg02{
    background-color: #996c33;
}
.secDetailsTit .boxCategory .item.bg03{
    background-color: #7d7d7d;
}
.secDetailsTit .boxCategory .item.bg04{
    background-color: #a2ad9f;
}
.secDetailsTit .boxCategory .item.bg05{
    background-color: #ad9fac;
}
.secDetailsTit .boxCategory .item.bg06{
    background-color: #a1b0c2;
    letter-spacing: -0.5px;
}
.secDetailsTit .cmnNewIcon{
    position: absolute;
    top:-30px;
    right:calc(50% - 435px);
}
.secDetailsTit .boxTit{
    display: flex;
    align-items: baseline;
}
.secDetailsTit .boxDate{
    margin-left:28px;
}
.secDetailsTit .boxDate.box02{
    margin-left:20px;
}
@media only screen and (max-width: 767px){
    .secDetailsTit{
        position: relative;
    }
    .secDetailsTit .txtDate {
        font-size: 13px;
        letter-spacing: 0.5px;
        margin-top:3px;
    }
    .secDetailsTit .innerTit{
        font-size:20px;
        line-height: 1.6;
        margin-top:-8px;
        letter-spacing:0;
        text-align: left;
    }
    .secDetailsTit .boxTit + .innerTit{
        margin-top:8px;
    }
    .secDetailsTit{
        padding:15px 0 7px;
        margin-top:28px;
    }
    .secDetailsTit .iconNew {
        width: 30px;
        height: 30px;
        margin-right:10px;
        margin-top:0;
        min-width: auto;
        position:static;
    }
    .secDetailsTit .cmnNewIcon{
        position: static;
    }
    .secDetailsTit .boxTit{
        display: block;
    }
    .secDetailsTit .boxDate{
        margin-left:0;
        margin-top:13px;
    }
    .secDetailsTit .boxDate.box02{
        margin-left:0;
    }
    .secDetailsTit .boxCategory .item{
        width: 82px;
        height: 26px;
        font-size: 10px;
        padding-top: 8px;
    }
    .secDetailsTit .colorHead{
        display: flex;
        align-items: center;
    }
    .secDetailsTit .boxCategory .item:nth-child(2){
        margin-left:1px;
    }
    .secDetailsTit .borderTitInner{
        padding:2px 8px;
        margin-right:12px;
        letter-spacing: 1px;
    }
}
/* secHeroSlider */
.secHeroSlider{
    overflow: hidden;
    margin-top:48px;
}
.secHeroSlider .boxSlider{
    position: relative;
}
.secHeroSlider .swiper-container{
    width: 952px;
    overflow: hidden;
}
.secHeroSlider .swiper-button-prev,
.secHeroSlider .swiper-button-next{
    width: 60px;
    height: 60px;
    margin-top:0;
}
.secHeroSlider .swiper-button-prev::after,
.secHeroSlider .swiper-button-next::after{
    display: none;
}
.secHeroSlider .swiper-button-prev.lazyloaded{
    background: url(../img/news/imgBtnPrev.png) center center / 60px auto no-repeat ;
    position: static;
    margin-right:12px;
}
.secHeroSlider .swiper-button-next.lazyloaded{
    background: url(../img/news/imgBtnNext.png) center center / 60px auto no-repeat ;
    position: static;
}
.secHeroSlider .imgSlider{
    display: block;
    height: 0;
    padding-top: 66.596%;
}
.secHeroSlider .swiper-pagination{
    font-size: 18px;
    position: static;
    width: auto;
    margin-right:24px;
    letter-spacing: 1.5px;
}
.secHeroSlider .btnBox{
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: 952px;
    margin: 22px auto 0;
}
@media only screen and (max-width:767px){
    .secHeroSlider{
        margin-top:30px;
    }
    .secHeroSlider .swiper-container{
        width: 100%;
    }
    .secHeroSlider .swiper-pagination{
        padding-top: 13px;
    }
    .secHeroSlider .swiper-pagination{
        position: static;
        width: 100%;
        font-size:15px;
        margin-right:0;
        margin-top:8px;
    }
    .secHeroSlider .swiper-button-prev.lazyloaded{
        background: url(../img/news/imgBtnPrev.png) center center / 30px auto no-repeat;
        position:absolute;
        top:-15px;
        left: calc(100% - 80px);
    }
    .secHeroSlider .swiper-button-next.lazyloaded{
        background: url(../img/news/imgBtnNext.png) center center / 30px auto no-repeat;
        position:absolute;
        top:-15px;
    }
    .secHeroSlider .swiper-button-prev,
    .secHeroSlider .swiper-button-next{
        width: 30px;
        height: 30px;
    }
    .secHeroSlider .btnBox{
        display: flex;
        justify-content: flex-end;
        align-items: center;
        width:100%;
        position: relative;
        margin: 0 auto;
    }
}
.secEntry{
    margin-top:35px;
}
@media only screen and (max-width:767px){
    .secEntry{
        margin-top:10px;
    }
}
/* secMovie */
.secMovie{
    text-align: center;
    margin-top:65px;
}
.secMovie iframe{
    max-width: 100%;
}
@media only screen and (max-width:767px){
    .secMovie{ 
        width: 100%;
        height: 0;
        padding-top: 56.12%;
        position: relative;
        margin-top:35px;
    }
    .secMovie iframe {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
    }
}
/* secBnrLink */
.secBnrLink{
    width: 1380px;
    margin: 75px auto 0;
    max-width: calc(100% - 40px);
}
@media only screen and (max-width:767px){
    .secBnrLink{
        width: 100%;
        max-width:initial;
        margin: 30px auto 0;
    }
}
/* secDeatailsInfo */
.secDeatailsInfo{ margin-top:100px;}
.secDeatailsInfo.bottom{ margin-top:40px;}
.secDeatailsInfo table{ width:100%;}
.secDeatailsInfo th,
.secDeatailsInfo td{
    font-size: 16px;
    padding: 20px 20px 19px 30px;
    line-height: 29px;
    letter-spacing: 1px;
    border: 1px solid #dededa;
    vertical-align: middle;
}
.secDeatailsInfo td{
    padding: 20px 20px 19px 35px;
}
.secDeatailsInfo th{
	width:220px;
	background:#fafaf9;
	text-align:center;
}
.secDeatailsInfo td a{
	color:#23b8c5;
	text-decoration:underline;
	display:inline-block;
}
.secDeatailsInfo .aBtn{
    display: block;
    text-decoration: none;
    color: #1d1d1d;
    text-align: center;
    border-radius: 0;
    background: #ffeb7f;
    padding: 30px 0 32px;
    color: #000;
    position: relative;
    border: 1px solid #000;
}
.secDeatailsInfo .aBtn .btnTxt{
    font-size: 18px;
    line-height: 1.5;
    display: inline-block;
    position: relative;
    padding-left: 35px;
    letter-spacing: 1px;
}
.secDeatailsInfo .aBtn .btnTxt::after{
	content:"";
	position:absolute;
	top:0;
	left:-3px;
	bottom:0;
	margin:auto;
	background:url(../img/modelhouse/iconBtnReservation.gif) center top / cover no-repeat;
	width:24px;
	height:26px;
}
.secDeatailsInfo .aBtn.aTel{
    background: #fff;
    color: #000;
    padding: 24px 0 22px;
    margin-top: 20px;
}
.secDeatailsInfo .aBtn.aTel::after {
    display: none;
}
.secDeatailsInfo .num{
    font-size: 32px;
    line-height: 32px;
    position: relative;
    display: inline-block;
    padding-left: 42px;
    position: relative;
}
.secDeatailsInfo .num::after{
	content:"";
	position:absolute;
	top:0;
	left:6px;
	bottom:0;
	margin:auto;
	background:url(../img/modelhouse/iconBtnTel.gif) center top / cover no-repeat;
	width:26px;
	height:26px;
}
.secDeatailsInfo .smallTxt{
    font-size: 12px;
    line-height: 16px;
    padding-top: 5px;
}
@media only screen and (max-width:767px){
	.secDeatailsInfo{ 
        margin-top:30px;
        position: relative;
    }
	.secDeatailsInfo.bottom{ margin-top:30px;}
	.secDeatailsInfo .list{ display:block;}
	.secDeatailsInfo .boxLeft{ width:100%;}
	.secDeatailsInfo th{
        font-size: 14px;
        line-height: 1;
        padding: 11px 11px;
    }
    .secDeatailsInfo th.pt20{
	    padding: 31px 15px;
    }
	.secDeatailsInfo td{
		font-size:14px;
		line-height: 22px;
		padding:12px 15px 14px;
	}
	.secDeatailsInfo th{ width:70px;}
	.secDeatailsInfo .aBtn{
        padding: 8px 0 8px 11px;
        width: 79.104%;
        margin: 0 auto;
	}
    .secDeatailsInfo .aBtn .btnTxt{
        font-size: 16px;
        line-height: 48px;
        display: inline-block;
        position: relative;
        padding-left: 22px;
	}
	.secDeatailsInfo .aBtn .btnTxt::after{
		content:"";
		position:absolute;
        background:url(../img/modelhouse/iconBtnReservation_sp.gif) left top / cover no-repeat;
		left: -10px;
		margin:auto;
		width:24px;
		height:26px;
	}
	.secDeatailsInfo .aBtn.aTel{
		padding:9px 0 9px;
		margin-top:10px;
	}
	.secDeatailsInfo .smallTxt{
		text-align:center;
		padding-top:0;
		font-size: 10px;
	}
	.secDeatailsInfo .num {
        font-size: 22px;
        line-height: 1.3;
        letter-spacing: 0;
        position: relative;
        display: inline-block;
        padding-left: 32px;
        position: relative;
	}
	.secDeatailsInfo .num::after {
		left: 2px;
		width: 20px;
		height: 20px;
        background: url(../img/modelhouse/iconBtnTel_sp.gif) center top / cover no-repeat;
	}
}
/* secAccess */
.secAccess{
    margin-top:50px;
}
@media only screen and (max-width: 767px){
    .secCmnBack {
        margin-top: 40px;
    }
    .secAccess{
        margin-top:30px;
    }
    .secAccess iframe{
        height: 200px;
    }
}
/* secFlow */
.secFlow{
    margin-top:100px;
    padding-bottom:100px;
}
.secFlow .listInner{
    width: 1380px;
    max-width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
@media only screen and (max-width: 767px){
    .secFlow{
        margin-top:35px;
        padding-bottom:35px;
    }
    .secFlow .listInner{
        width: 100%;
        display: block;
    }
    .secFlow .listInner .boxLeft{
        width: 92.534%;
        margin: 0 auto 0 5.33%;
      
    }
    .secFlow .listInner .boxRight{
        width: 92.8%;
        margin: 30px 5.33% 0 auto;
    }
}
/* cmnTitBox */
.cmnTitBox{
    position: relative;
    text-align: center;
}
.cmnTitBox::after{
    position: absolute;
    content: "";
    width: 84px;
    height: 42px;
    left: 0;
    right: 0;
    margin: auto;
    top: -64px;
}
.cmnTitBox.lazyloaded::after{
   background: url(../img/common/iconCmnTit.png) center top / cover;
}
.cmnTitBox .titEng{
    font-size: 60px;
    letter-spacing: 3px;
}
.cmnTitBox .tit{
    font-size: 18px;
    font-weight: 700;
    margin-top: 14px;
    letter-spacing: 3px;
}
@media only screen and (max-width:767px){
    .cmnTitBox::after{
        width: 41px;
        height: 21px;
        top: -31px;
    }
    .cmnTitBox .titEng{
        font-size: 30px;
        letter-spacing: 1.5px;
    }
    .cmnTitBox .tit{
        font-size: 12px;
        margin-top: 5px;
        letter-spacing: 1px;
    }
}
/* secForm */
.secFormBox .bgBoxOut{
    background-color: #f2e9db;
    padding-top:120px;
    padding-bottom:150px;
}
.secForm .bgBox{
    background-color: #fff;
}
.secFormBox .secCmnBack{
    border-top:1px solid #dededa;
    width: calc(100% - 40px);
    max-width: 1200px;
    margin: 80px auto 0;
}
.secFormBox .secCmnBack .abtn{
    margin-top:50px;
}
.secFormBox .secCmnBack.topNo{
    border-top:none;
}
@media only screen and (max-width:767px){
    .secFormBox .bgBoxOut{
        padding-top:60px;
        padding-bottom:50px;
    }
    .secFormBox .secCmnBack{
        border-top:1px solid #dededa;
        width:100%;
        max-width:100%;
        margin:25px auto 0;
    }
    .secFormBox .secCmnBack .abtn{
        margin-top:25px;
    }
    .secFormBox .btnForm{
        width: 100%;
        border-radius: 5px;
    }
}