@charset "utf-8";

@media only screen and (max-width:767px){
    .secCmnTop .boxCmnTit .eng{
        width: 67px;
    }
}

/* boxHead */
.boxHead .box{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.boxHead .box + .box{
    margin-top: 12px;
}
.boxCmnShare{
    margin-top: 4px;
}
@media only screen and (max-width:767px){
    .boxHead .box + .box{
        margin-top: 10px;
    }
    .boxCmnShare{
        margin-top: 2px;
    }
}

/* boxTag */
.boxTag{
    max-width: 70%;
}
.boxTag .listTag{
    display: flex;
    flex-wrap: wrap;
}
.boxTag .listTag .item{
    margin: 0 5px 5px 0;
    border-radius: 3px;
}
.boxTag .tagType{
    background-color: var(--bgTypeColor);
    color: var(--textColorWhite);
}
.boxTag .tagType.icon01{
    background-color: #01b2a0;
}
.boxTag .tagType.icon02{
    background-color: #0099ff;
}
.boxTag .tagType.icon03{
    background-color: #e74c3c;
}
.boxTag .tagType.icon04{
    background-color:#E4B31B;
}
.boxTag .tagArea{
    background-color: var(--bgAreaColor);
}
.boxTag .listTag .txtTag{
    font-size: var(--pcFontSize12);
    letter-spacing: var(--pcLetterSpacing12_1);
    padding: 7px 9px;
}
.boxTag .tagType .txtTag{
    padding: 7px 11px;
}
@media only screen and (max-width:767px){
    .boxTag{
        max-width: 70%;
    }
    .boxTag .listTag .txtTag{
        font-size: var(--spFontSize11);
        letter-spacing: var(--spLetterSpacing11_0);
        padding: 8px 9px;
    }
    .boxTag .tagType .txtTag{
        padding: 8px 13px;
    }
}

/* boxTopTit */
.boxTopTit .tit{
    font-size: var(--pcFontSize18);
    line-height: var(--pcLineHeight18_167);
    letter-spacing: var(--pcLetterSpacing18_1);
    font-weight: bold;
}
.boxTopTit .txt{
    margin-top: 5px;
    font-size: var(--pcFontSize13);
    line-height: var(--pcLineHeight13_18);
    letter-spacing: var(--pcLetterSpacing13_05);
    font-weight: bold;
}
@media only screen and (max-width:767px){
    .boxTopTit .tit{
        font-size: var(--spFontSize14);
        line-height: var(--spLineHeight14_15);
        letter-spacing: var(--spLetterSpacing14_0);
    }
    .boxTopTit .txt{
        margin-top: 5px;
        font-size: var(--spFontSize11);
        line-height: var(--spLineHeight11_18);
        letter-spacing: var(--spLetterSpacing11_0);
    }
}

/* boxPriceTit */
.boxPriceTit .txt{
    font-size: var(--pcFontSize17);
    letter-spacing: var(--pcLetterSpacing17_1);
    font-weight: bold;
}
.boxPriceTit .txtNum{
    font-size: var(--pcFontSize24);
}
@media only screen and (max-width:767px){
    .boxPriceTit .txt{
        font-size: var(--spFontSize18);
        letter-spacing: var(--spLetterSpacing17_0);
    }
    .boxPriceTit .txtNum{
        font-size: var(--spFontSize18);
    }
}

/* boxEstateBtn */
.boxEstateBtn{
    margin-top: 31px;
    padding: 20px 30px;
    background-color: #f2f2f2;
}
.boxEstateBtn .linkList{
    display: flex;
    justify-content: space-between;
}
.boxEstateBtn .item{
    display: flex;
    width: 47.827%;
    height: 50px;
}
.boxEstateBtn .link{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 25px;
}
.boxEstateBtn .link.linkReserve{
    background-color: var(--bgEstateReserveColor);
}
.boxEstateBtn .link.linkCatalog{
    background-color: var(--bgEstateCatalogColor);
}
.boxEstateBtn .txt{
    color: var(--textColorWhite);
    font-size: var(--pcFontSize14);
    font-weight: bold;
}
.boxEstateBtn .icon{
    margin-right: 4px;
}
@media only screen and (max-width:767px){
    .boxEstateBtn{
        margin-top: 25px;
        padding: 22px 15px;
    }
    .boxEstateBtn .item{
        width: 148px;
        height: 35px;
    }
    .boxEstateBtn .link{
        border-radius: 15px;
    }
    .boxEstateBtn .txt{
        font-size: var(--spFontSize12);
        font-weight: normal;
    }
    .boxEstateBtn .icon{
        margin-right: 2px;
    }
}



/* boxDetailsSlider */
.boxDetailsSlider{
    margin-top: 35px;
}
.boxDetailsSlider .boxSlider{
    width: 100%;
    margin: 0 auto;
}
.boxDetailsSlider .swiper-slide{
    position: relative;
}
.boxDetailsSlider .img{
    width: 100%;
    height: 0;
    padding-top: 66.733%;
}
.boxDetailsSlider .swiper-button{
    display: flex;
    justify-content: center;
    padding: 0 20px;
    margin-top: 38px;
}
.boxDetailsSlider .swiper-pagination-bullets.swiper-pagination-horizontal{
    position: static;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 0 30px;
    min-width: 370px;
    max-width: calc(100% - 50px);
    width: auto;
}
.boxDetailsSlider .swiper-pagination-bullet{
    position: relative;
    width: 8px;
    height: 8px;
    background-color: #dedede;
    opacity: 1!important;
    margin: 2px 5px 0!important;
}
.boxDetailsSlider .swiper-pagination-bullet:last-child{
    margin-right: 0;
}
.boxDetailsSlider .swiper-pagination-bullet-active{
    background: #7c7c7c !important;
}
.boxDetailsSlider .swiper-button-prev,
.boxDetailsSlider .swiper-button-next{
    position: relative;
    width: 25px;
    height: 11px;
    top: auto;
    bottom: auto;
    right: auto;
    left: auto;
    margin: 0;
    color: inherit;
    flex-shrink: 0;
}
.boxDetailsSlider .swiper-button-prev{
    transform: rotate3d(0, -6, -1, 180deg);
}
.boxDetailsSlider .swiper-button-prev::after,
.boxDetailsSlider .swiper-button-next::after{
    display: none;
}
.boxDetailsSlider .swiper-button-prev::before,
.boxDetailsSlider .swiper-button-next::before{
    position: absolute;
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    transition: all 0.4s ease-out;
}
.boxDetailsSlider .swiper-button-prev.lazyloaded::before,
.boxDetailsSlider .swiper-button-next.lazyloaded::before{
    background: url(../img/works/iconArrowSlider.png) center top / cover no-repeat;
}
.boxDetailsSlider .swiper-button-prev:hover.lazyloaded::before,
.boxDetailsSlider .swiper-button-next:hover.lazyloaded::before{
    transform: translate(4px, 0) !important;
}
@media only screen and (max-width:767px){
    .boxDetailsSlider{
        margin-top: 30px;
    }
    .boxDetailsSlider .img{
        padding-top: 66.87%;
    }
    .boxDetailsSlider .swiper-button{
        padding: 0 10px;
        margin-top: 25px;
    }
    .boxDetailsSlider .swiper-pagination-bullets.swiper-pagination-horizontal{
        position: static;
        display: flex;
        justify-content: center;
        padding: 0 30px;
        min-width: 260px;
        max-width: calc(100% - 34px);
        width: auto;
    }
    .boxDetailsSlider .swiper-pagination-bullet{
        width: 7px;
        height: 7px;
    }
    .boxDetailsSlider .swiper-button-prev,
    .boxDetailsSlider .swiper-button-next{
        width: 17px;
        height: 7px;
    }
    .boxDetailsSlider .swiper-button-prev:hover.lazyloaded::before,
    .boxDetailsSlider .swiper-button-next:hover.lazyloaded::before{
        transform: none !important;
    }
}
@media only screen and (max-width:359px){
    .boxDetailsSlider .swiper-pagination-bullets.swiper-pagination-horizontal{
        min-width: 200px;
    }
}

/* boxBodyTit */
.boxBodyTit{
    margin-top: 38px;
}
.boxBodyTit .tit{
    font-size: var(--pcFontSize15);
    line-height: var(--pcLineHeight15_2);
}
@media only screen and (max-width:767px){
    .boxBodyTit{
        margin-top: 32px;
    }
    .boxBodyTit .tit{
        font-size: var(--spFontSize12);
        line-height: var(--spLineHeight12_2);
    }
}


/* boxCmnEstateTit */
.boxCmnEstateTit .titJp{
    position: relative;
    padding-bottom: 15px;
}
.boxCmnEstateTit .titJp::before,
.boxCmnEstateTit .titJp::after{
    position: absolute;
    content: '';
    margin: auto;
    display: block;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #d9d9d9;
}
.boxCmnEstateTit .titJp::after{
    width: 60px;
    background-color: #222;
}
.boxCmnEstateTit .tit{
    font-size: var(--pcFontSize18);
    line-height: var(--pcLineHeight18_15);
    letter-spacing: var(--pcLetterSpacing18_05);
    font-weight: bold;
}
.boxCmnEstateTit .txtJp{
    margin: 60px auto 30px;
    font-size: var(--pcFontSize20);
    font-weight: bold;
    text-align: center;
}
@media only screen and (max-width:767px){
    .boxCmnEstateTit .titJp{
        padding-bottom: 15px;
    }
    .boxCmnEstateTit .titJp::after{
        width: 15px;
    }
    .boxCmnEstateTit .tit{
        font-size: var(--spFontSize14);
        line-height: var(--spLineHeight14_15);
        letter-spacing: var(--spLetterSpacing14_0);
    }
    .boxCmnEstateTit .txtJp{
        margin: 40px auto 25px;
        font-size: var(--spFontSize16);
    }
}


/* boxArea */
.boxArea{
    margin-top: 70px;
}
.boxArea .titArea{
    font-size: var(--pcFontSize13);
    line-height: var(--pcLineHeight13_18);
    letter-spacing: var(--pcLetterSpacing13_05);
    font-weight: bold;
    margin-top: 25px;
}
.boxArea .titArea span{
    display: block;
}
.boxArea .listArea{
    margin-top: 26px;
    display: flex;
    flex-wrap: wrap;
}
.boxArea .listArea .item{
    width: 30.77%;
    margin-right: 3.8%;
}
.boxArea .listArea .item:nth-child(3n){
    margin-right: 0;
}
.boxArea .listArea .item:nth-child(n+4){
    margin-top: 26px;
}
.boxArea .listArea .img{
    width: 100%;
    height: 0;
    padding-top: 80%;
}
.boxArea .listArea .txt{
    font-size: var(--pcFontSize12);
    line-height: var(--pcLineHeight12_17);
    letter-spacing: var(--pcLetterSpacing12_05);
    margin-top: 11px;
    font-weight: bold;
}
@media only screen and (max-width:767px){
    .boxArea{
        margin-top: 40px;
    }
    .boxArea .titArea{
        font-size: var(--spFontSize12);
        line-height: var(--spLineHeight12_18);
        letter-spacing: var(--spLetterSpacing12_0);
        margin-top: 15px;
    }
    .boxArea .listArea{
        margin-top: 25px;
        justify-content: space-between;
    }
    .boxArea .listArea .item{
        width: 47.765%;
        margin-right: 0;
    }
    .boxArea .listArea .item:nth-child(n+3){
        margin-top: 15px;
    }
    .boxArea .listArea .txt{
        font-size: var(--spFontSize11);
        line-height: var(--spLineHeight11_15);
        letter-spacing: var(--spLetterSpacing11_0);
        margin-top: 10px;
        font-weight: normal;
    }
}

/* boxLand */
.boxLand{
    margin-top: 70px;
}
.boxLand .boxImg{
    width: 100%;
    margin-top: 40px;
    text-align: center;
}
.boxLand .boxImg a{
    display: block;
}
.boxLand .boxImg img{
    max-width: 100%;
    height: auto;
}
@media only screen and (max-width:767px){
    .boxLand{
        margin-top: 40px;
    }
    .boxLand .boxImg{
        margin-top: 20px;
    }
}

/* boxPlan */
.boxPlan .boxPlanTit{
    margin-top: 22px;
    text-align: center;
}
.boxPlan .boxPlanTit .tit{
    font-size: var(--pcFontSize18);
    line-height: var(--pcLineHeight18_167);
    letter-spacing: var(--pcLetterSpacing18_1);
    font-weight: bold;
}
.boxPlan .boxPlanTit .txt{
    margin-top: 5px;
    font-size: var(--pcFontSize13);
    line-height: var(--pcLineHeight13_18);
    letter-spacing: var(--pcLetterSpacing13_1);
}
@media only screen and (max-width:767px){
    .boxPlan .boxPlanTit{
        margin-top: 20px;
    }
    .boxPlan .boxPlanTit .tit{
        font-size: var(--spFontSize16);
        line-height: var(--spLineHeight16_15);
        letter-spacing: var(--spLetterSpacing16_0);
    }
    .boxPlan .boxPlanTit .txt{
        font-size: var(--spFontSize11);
        line-height: var(--spLineHeight11_18);
        letter-spacing: var(--spLetterSpacing11_0);
    }
}



/* boxStandard */
.boxStandard{
    margin-top: 70px;
}
/* listStandard */
.boxStandard .listStandard{
    margin-top: 40px;
    display: flex;
    flex-wrap: wrap;
}
.boxStandard .listStandard .item{
    width: 30.77%;
    margin-right: 3.8%;
}
.boxStandard .listStandard .item:nth-child(3n){
    margin-right: 0;
}
.boxStandard .listStandard .item:nth-child(n+4){
    margin-top: 30px;
}
.boxStandard .listStandard .img{
    width: 100%;
    height: 0;
    padding-top: 66.88%;
}
.boxStandard .listStandard a{
    position: relative;
    display: block;
}
.boxStandard .listStandard a::after{
    position: absolute;
    content: '';
    margin: auto;
    display: block;
    bottom: 5px;
    right: 5px;
    width: 16px;
    height: 16px;
}
.boxStandard .listStandard.lazyloaded a::after{
    background: url(../img/common/logo/search.svg) center top / cover no-repeat;
}
.boxStandard .listStandard .boxTit{
    margin-top: 15px;
}
.boxStandard .listStandard .tit{
    font-size: var(--pcFontSize14);
    line-height: var(--pcLineHeight14_15);
    letter-spacing: var(--pcLetterSpacing14_05);
    font-weight: bold;
}
.boxStandard .listStandard .txt{
    font-size: var(--pcFontSize12);
    line-height: var(--pcLineHeight12_17);
    letter-spacing: var(--pcLetterSpacing12_05);
    margin-top: 6px;
}
/* boxPay */
.boxStandard .boxPay{
    margin-top: 56px;
    background-color: #f2f2f2;
}
.boxStandard .boxPayTit{
    width: 100%;
    height: 45px;
    background-color: #928572;
    display: flex;
    justify-content: center;
    align-items: center;
}
.boxStandard .boxPayTit .txt{
    font-size: var(--pcFontSize14);
    color: var(--textColorWhite);
}
.boxStandard .boxPayBody{
    padding: 30px;
    text-align: center;
}
.boxStandard .boxPayBody .boxImg{
    width: 28.264%;
    margin: 0 auto;
}
.boxStandard .boxPayBody .img{
    width: 100%;
    height: 0;
    padding-top: 100%;
}
.boxStandard .boxPayBody img{
    border-radius: 100%;
}
.boxStandard .boxPayBody .boxTit{
    margin-top: 25px;
}
.boxStandard .boxPayBody .listPrice{
    display: flex;
    justify-content: center;
}
.boxStandard .boxPayBody .item{
    display: flex;
    align-items: center;
}
.boxStandard .boxPayBody .item + .item{
    margin-left: 13px;
}
.boxStandard .boxPayBody .tit{
    width: 68px;
    height: 23px;
    background-color: #928572;
    color: var(--textColorWhite);
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 6px;
}
.boxStandard .boxPayBody .txtPrice{
    font-size: var(--pcFontSize12);
}
.boxStandard .listPrice .txtNum{
    font-size: var(--pcFontSize20);
    letter-spacing: var(--pcLetterSpacing20_2);
    font-weight: bold;
}
.boxStandard .boxPayBody .num{
    font-size: var(--pcFontSize30);
}
.boxStandard .boxPayBody .txt{
    font-size: var(--pcFontSize14);
    line-height: var(--pcLineHeight14_15);
    margin-top: 18px;
}
@media only screen and (max-width:767px){
    .boxLand{
        margin-top: 40px;
    }
    /* listStandard */
    .boxStandard .listStandard{
        margin-top: 30px;
        justify-content: space-between;
    }
    .boxStandard .listStandard .item{
        width: 47.765%;
        margin-right: 0;
    }
    .boxStandard .listStandard .item:nth-child(n+3){
        margin-top: 20px;
    }
    .boxStandard .listStandard .boxTit{
        margin-top: 12px;
    }
    .boxStandard .listStandard .tit{
        font-size: var(--spFontSize12);
        line-height: var(--spLineHeight12_18);
        letter-spacing: var(--spLetterSpacing12_0);
    }
    .boxStandard .listStandard .txt{
        font-size: var(--spFontSize11);
        line-height: var(--spLineHeight11_15);
        letter-spacing: var(--spLetterSpacing11_0);
        margin-top: 2px;
    }
    /* boxPay */
    .boxStandard .boxPay{
        margin-top: 36px;
        border-radius: 0 0 10px 10px;
    }
    .boxStandard .boxPayTit{
        height: 40px;
    }
    .boxStandard .boxPayTit .txt{
        font-size: var(--spFontSize12);
    }
    .boxStandard .boxPayBody{
        padding: 25px 30px 20px;
    }
    .boxStandard .boxPayBody .boxImg{
        width: 34.55%;
    }
    .boxStandard .boxPayBody .boxTit{
        margin-top: 20px;
    }
    .boxStandard .boxPayBody .listPrice {
        position: relative;
        justify-content: space-between;
        width: 100%;
    }
    .boxStandard .boxPayBody .listPrice::before {
        position: absolute;
        content: '';
        margin: auto;
        display: block;
        top: 0;
        left: 0;
        right: 0;
        width: 1px;
        height: 100%;
        background-color: #d3d3d3;
    }
    .boxStandard .boxPayBody .item{
        flex-direction: column;
        width: 40%;
    }
    .boxStandard .boxPayBody .tit{
        width: 100%;
        margin-right: 0;
    }
    .boxStandard .boxPayBody .item + .item{
        margin-left: 0;
    }
    .boxStandard .boxPayBody .txtPrice{
        font-size: var(--spFontSize11);
    }
    .boxStandard .listPrice .txtNum{
        font-size: var(--pcFontSize14);
        letter-spacing: var(--spLetterSpacing14_0);
        margin-top: 8px;
    }
    .boxStandard .boxPayBody .num{
        position: relative;
        top: 2px;
        font-size: var(--pcFontSize22);
    }
    .boxStandard .boxPayBody .txt{
        font-size: var(--spFontSize12);
        line-height: var(--spLineHeight12_2);
        margin-top: 12px;
    }
}

/* boxCase */
.boxCase{
    margin-top: 70px;
    overflow: hidden;
}
.boxCase .swiper{
    width: 75%;
    overflow: visible;
}
.boxCase .img {
    padding-top: 66.67%;
}
@media only screen and (max-width:767px){
    .boxCase{
        margin-top: 40px;
    }
    .boxCase .swiper{
        width: 81.335%;
    }
    .boxCase .img {
        padding-top: 66.56%;
    }
}

/* boxAbout */
.boxAbout{
    margin-top: 70px;
    overflow: hidden;
}
.boxAbout .boxTable{
    margin-top: 40px;
    border: 1px solid #d9d9d9;
}
.boxAbout table{
	width:100%;
}
.boxAbout table tr{
    border-bottom: 1px solid #d9d9d9;
}
.boxAbout table:last-child tr:last-child{
    border-bottom: none;
}
.boxAbout th,
.boxAbout td{
    font-size: var(--pcFontSize13);
    line-height: var(--pcLineHeight13_18);
    letter-spacing: var(--pcLetterSpacing13_05);
}
.boxAbout th{
    width: 100px;
    vertical-align: middle;
    background-color: #f2f2f2;
    text-align: center;
    border-right: 1px solid #d9d9d9;
    padding: 12px 0;
}
.boxAbout td{
    width: calc(100% - 100px);
    padding: 12px 20px;
}
@media only screen and (max-width:767px){
    .boxAbout{
        margin-top: 40px;
    }
    .boxAbout .boxTable{
        margin-top: 30px;
    }
    .boxAbout th,
    .boxAbout td{
        font-size: var(--spFontSize12);
        line-height: var(--spLineHeight12_17);
        letter-spacing: var(--spLetterSpacing12_0);
        padding: 9px 7px;
        text-align: left;
    }
    .boxAbout .other th,
    .boxAbout .other td{
        display: block;
        width: 100%;
    }
    .boxAbout .other th{
        border-right: none;
        border-bottom: 1px solid #d9d9d9;
    }
}

/* secEstateForm */
    .secEstateForm:not(.co){
    margin-top: 100px;
}
.secEstateForm.co{
    margin-top: 0;
}
.secEstateForm .boxFormTit{
    text-align: center;
}
.secEstateForm .boxFormTit .tit{
    font-size: var(--pcFontSize12);
    margin-top: 20px;
}
@media only screen and (max-width:767px){
    .secEstateForm:not(.co){
        margin-top: 60px;
    }
    .secEstateForm .boxFormTit .titEng{
        width: 71px;
        margin: 0 auto;
    }
    .secEstateForm .boxFormTit .tit{
        font-size: var(--spFontSize12);
        margin-top: 15px;
    }
}

/* secCmnForm */
.secCmnForm:not(.co){
    position: relative;
    margin-top: 45px;
}
.secCmnForm:not(.co)::before{
    position: absolute;
    content: '';
    margin: auto;
    display: block;
    top: -15px;
    left: 0;
    right: 0;
    width: 1px;
    height: 30px;
    background-color: #a8a8a8;
}
/* boxEstateTel */
.secCmnForm .boxEstateTel{
    text-align: center;
}
.secCmnForm .boxEstateTel .titShop{
    font-size: var(--pcFontSize14);
    letter-spacing: var(--pcLetterSpacing14_05);
}
.secCmnForm .boxEstateTel .titTel{
    position: relative;
    display: inline-block;
    font-size: var(--pcFontSize30);
    letter-spacing: var(--pcLetterSpacing30_1);
    font-weight: 500;
    margin: 10px 0 15px;
    padding-left: 28px;
}
.secCmnForm .boxEstateTel .titTel::before{
    position: absolute;
    content: '';
    margin: auto;
    display: block;
    top: 2px;
    bottom: 0;
    left: 0;
    width: 25px;
    height: 25px;
}
.secCmnForm .boxEstateTel.lazyloaded .titTel::before{
    background: url(../img/common/logo/phone.svg) center top / cover no-repeat;
}
.secCmnForm .boxEstateTel .txtShop{
    font-size: var(--pcFontSize12);
    letter-spacing: var(--pcLetterSpacing12_05);
}
@media only screen and (max-width:767px){
    .secCmnForm:not(.co){
        margin-top: 25px;
    }
    .secCmnForm:not(.co)::before{
        top: -10px;
        height: 20px;
    }
    /* boxEstateTel */
    .secCmnForm .boxEstateTel{
        text-align: center;
    }
    .secCmnForm .boxEstateTel .titShop{
        font-size: var(--spFontSize12);
        letter-spacing: var(--spLetterSpacing12_0);
    }
    .secCmnForm .boxEstateTel .titTel{
        font-size: var(--spFontSize26);
        letter-spacing: var(--spLetterSpacing26_0);
        margin: 7px 0;
        padding-left: 28px;
    }
    .secCmnForm .boxEstateTel .titTel::before{
        top: 2px;
        bottom: 0;
        left: 0;
        width: 25px;
        height: 25px;
    }
    .secCmnForm .boxEstateTel.lazyloaded .titTel::before{
        background: url(../img/common/logo/phone.svg) center top / cover no-repeat;
    }
    .secCmnForm .boxEstateTel .txtShop{
        font-size: var(--spFontSize11);
        letter-spacing: var(--spLetterSpacing11_0);
    }
    .secCmnForm .secFormWrap {
        margin-top: 30px;
    }
}

/* secForm */
.secForm .secFormTable{
    width: 100%;
}
.secForm .secFormTable.hide{
    display: none;
}
.secForm:not(.secCalendar) .secFormTable:not(:first-child) tr{
    padding-top: 33px!important;
}
.secForm:not(.secCalendar) .secFormDatepicker tr:first-child{
    padding-top: 18px !important;
}
@media only screen and (max-width:767px){
    .secForm:not(.secCalendar) .secFormTable:not(:first-child) tr{
        padding-top: 18px!important;
    }
    .secForm:not(.secCalendar) .secFormDatepicker tr:first-child{
        padding-top: 10px !important;
    }
}

.boxCmnBack{
    margin-bottom: var(--footerPc);
}
@media only screen and (max-width:767px){
    .boxCmnBack{
        margin-bottom: var(--footerSp);
    }
}