@charset "utf-8";

/* secCmnIndexTop */
.secCmnIndexTop{
    background: url(../img/plan_lineup/bgCmnIndexTop.jpg) center top / cover;
}
.secCmnIndexTop .titBox{
    padding-left: 87px;
    padding-right: 0;
}
.secCmnIndexTop .titBox::after{
    left: 54px;
    top: -70px;
}
.secCmnIndexTop .titJpn{
    letter-spacing: 0;
}
@media only screen and (max-width:767px){
    .secCmnIndexTop{
        background: url(../img/plan_lineup/bgCmnIndexTop_sp.jpg) center top / cover;
    }
    .secCmnIndexTop .titBox{
        padding-left: 18px;
        padding-right: 0;
    }
    .secCmnIndexTop .titBox::after{
        width: 139px;
        height: 101px;
        left: 0;
        top: -45px;
        background: url(../img/common/iconCmnIndexTop_sp.png) center top / cover;
    }
    .secCmnIndexTop .titEng{
        width: 123px;
    }
    .secCmnIndexTop .titJpn{
        letter-spacing: 0;
    }
}

/* secTopTab */
.secTopTab{
    margin-top: 20px;
}
.secTopTab .txtTopTit{
    font-size: 30px;
    line-height: 2.16;
    letter-spacing: 1px;
    text-align: center;
}
.secTopTab .txtMin{
    font-size: 20px;
    letter-spacing: 0.5px;
    text-align: center;
    margin-top: 11px;
}
.secTopTab .list{
    display: flex;
    margin-top: 58px;
}
.secTopTab .item{
    width: 18.667%;
    margin-right: 1.66625%;
}
.secTopTab .item:last-child{
    margin-right: 0;
}
.secTopTab .inner{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    text-decoration: none;
    color: #000000;
    border: solid 1px #333333;
    height: 110px;
}
.secTopTab .inner::after{
    position: absolute;
    content: "";
    width: 24px;
    height: 24px;
    border-radius: 50%;
    left: calc(50% - 12px);
    bottom: -12px;
    background: #333333;
}
.secTopTab .inner.lazyloaded::after {
    background: url(../img/plan_lineup/iconTopTab.gif) center center / 8px auto no-repeat #333333;
}
.secTopTab .tit{
    font-size: 20px;
    line-height: 1.4;
    letter-spacing: 1px;
}
@media only screen and (max-width:767px){
    .secTopTab{
        margin-top: 5px;
    }
    .secTopTab .txtTopTit{
        font-size: 18px;
        line-height: 2;
        letter-spacing: normal;
    }
    .secTopTab .txtMin {
        font-size: 12px;
        letter-spacing: 0;
        margin-top: 11px;
    }
    .secTopTab .list{
        display: flex;
        flex-wrap: wrap;
        margin-top: 29px;
    }
    .secTopTab .item{
        width: calc(50% - 7.5px);
        margin-right: 15px;
    }
    .secTopTab .item:nth-child(2n){
        margin-right: 0;
    }
    .secTopTab .item:nth-child(n+3){
        margin-top: 34px;
    }
    .secTopTab .inner{
        height: auto;
        min-height: 80px;
        padding: 22px 0;
    }
    .secTopTab .inner::after{
        width: 20px;
        height: 20px;
        left: calc(50% - 10px);
        bottom: -10px;
    }
    .secTopTab .inner.lazyloaded::after {
        background: url(../img/plan_lineup/iconTopTab.gif) center center / 6px auto no-repeat #333333;
    }
    .secTopTab .tit{
        font-size: 15px;
        line-height: 1.46;
        letter-spacing: 1px;
    }
}
@media only screen and (max-width:350px){
    .secTopTab .tit {
        font-size: 14px;
        letter-spacing: 0;
    }
}

#fNaviTab{
    width: 100%;
    background: rgb(255, 255, 255, 0.8);
    position: fixed;
    right: 0;
    top: -310px;
    transform: translateY(100%);
    -webkit-transform: translateY(100%);
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    z-index: 999;
    padding: 20px 0;
    min-width: 1020px;
}
#fNaviTab.jsShow{
    top: 0;
    transform: none;
    -webkit-transform: none;
}
#fNaviTab .secTopTab{
    margin: 0 auto;
}
#fNaviTab .secTopTab .list{
    margin-top: 0;
}
#fNaviTab .secTopTab .inner{
    background: #fff;
}
#fNaviTab .secTopTab .tit{
    font-size: 17px;
    margin-top: -15px;
}
#fNaviTab .secTopTab .numberTit{
    top: 12px;
}
#fNaviTab .secTopTab .inner::after {
    bottom: 12px;
}
@media only screen and (max-width:1240px){
    #fNaviTab .secTopTab.wrapper1200{
        width: 100%;
        padding: 0 20px;
    }
    #fNaviTab .secTopTab .tit{
        font-size: 14px;
    }
}
@media only screen and (max-width:767px){
    #fNaviTab{
        top: -250px;
        padding: 10px 0;
        min-width: 0;
    }
    #fNaviTab.jsShow{
        top: 0;
    }
    #fNaviTab .secTopTab.wrapper1200{
        width: 94.667%;
        padding: 0;
    }
    #fNaviTab .secTopTab .inner{
        min-height: 50px;
        padding: 7px 0 6px;
    }
    #fNaviTab .secTopTab .tit{
        font-size: 12px;
        margin-top: 0;
    }
    #fNaviTab .secTopTab .numberTit img{
        height: 14px;
    }
    #fNaviTab .secTopTab .numberTit{
        top: 5px;
    }
    #fNaviTab .secTopTab .inner::after {
        display: none;
    }
    #fNaviTab .secTopTab .item{
        width: 32.395%;
        margin-right: 1.4075%;
    }
    #fNaviTab .secTopTab .item:nth-child(2n){
        margin-right: 1.4075%;
    }
    #fNaviTab .secTopTab .item:nth-child(n+3){
        margin-top: 0;
    }
    #fNaviTab .secTopTab .item:nth-child(3n){
        margin-right: 0;
    }
    #fNaviTab .secTopTab .item:nth-child(n+4){
        margin-top: 1.4075%;
    }
}
@media only screen and (max-width:374px){
    #fNaviTab .secTopTab .tit{
        font-size: 10px;
    }
}

#header.headernone{
    top: -90px;
}
@media only screen and (max-width:767px){
    #header.headernone{
        top: -50px;
    }
}

/* secFreePlanDetail */
.secFreePlanDetail{
    margin-top: 132px;
}
.secFreePlanDetail .detailItem{
    background: #f2efe4;
    padding: 120px 0;
}
.secFreePlanDetail .detailItem:nth-child(even){
    background: #fff;
}
.secFreePlanDetail .txtTit{
    font-size: 35px;
    letter-spacing: 2px;
    padding-left: 20px;
    padding-bottom: 27px;
    border-bottom: 1px solid rgba(51, 51, 51, 0.2);
    position: relative;
}
.secFreePlanDetail .txtTit::after{
    content: "";
    width: 3px;
    height: 35px;
    background: #0c6334;
    position: absolute;
    top: 0;
    left: 0;
}
.secFreePlanDetail .txtAbout{
    font-size: 15px;
    line-height: 2.14;
    letter-spacing: 2px;
    margin-top: 17px;
}
.secFreePlanDetail .boxFlex{
    display: flex;
    margin-top: 42px;
}
.secFreePlanDetail .boxLeft{
    width: 50%;
}
.secFreePlanDetail .boxRight{
    width: 550px;
    margin-left: 50px;
    margin-top: -1em;
}
.secFreePlanDetail .txtTitSub{
    font-size: 26px;
    line-height: 1.93;
    letter-spacing: 1px;
}
.secFreePlanDetail .txtAboutSub{
    font-size: 15px;
    line-height: 2.14;
    margin-top: 10px;
}
.secFreePlanDetail .boxFlexLIghtBox{
    display: flex;
    margin-top: 30px;
}
.secFreePlanDetail .boxLightBox{
    margin-right: 20px;
}
.secFreePlanDetail .boxLightBox:last-child{
    margin-right: 0;
}
.secFreePlanDetail .boxLightBox a{
    display: block;
    position: relative;
}
.secFreePlanDetail .iconLightBox{
    position: absolute;
    bottom: 0;
    right: 0;
}
.secFreePlanDetail .txtSub{
    font-size: 15px;
    line-height: 1.6;
    text-align: center;
    margin-top: 11px;
}
@media only screen and (max-width:767px){
    .secFreePlanDetail{
        margin-top: 50px;
    }
    .secFreePlanDetail .detailItem{
        padding: 40px 0 35px;
    }
    .secFreePlanDetail .txtTit{
        font-size: 18px;
        letter-spacing: 1px;
        padding-left: 10px;
        padding-bottom: 20px;
    }
    .secFreePlanDetail .txtTit::after{
        height: 18px;
    }
    .secFreePlanDetail .txtAbout{
        font-size: 12px;
        line-height: 2.09;
        letter-spacing: 0;
        margin-top: 12px;
    }
    .secFreePlanDetail .boxFlex{
        flex-direction: column;
        margin-top: 15px;
    }
    .secFreePlanDetail .boxLeft{
        width: 100%;
    }
    .secFreePlanDetail .boxRight{
        width: 100%;
        margin-left: 0;
        margin-top: 0;
        display: flex;
        flex-direction: column-reverse;
    }
    .secFreePlanDetail .txtTitSub{
        font-size: 17px;
        line-height: 1.8;
        letter-spacing: 0.5px;
        text-align: center;
        margin-top: 32px;
    }
    .secFreePlanDetail .txtAboutSub{
        font-size: 12px;
        line-height: 2.09;
        margin-top: 15px;
    }
    .secFreePlanDetail .boxFlexLIghtBox{
        margin-top: 1px;
    }
    .secFreePlanDetail .boxLightBox{
        margin-right: 1px;
    }
    .secFreePlanDetail .boxLightBox:last-child{
        margin-right: 0;
    }
    .secFreePlanDetail .txtSub{
        display: none;
    }
}

.secDetailsPager {
    margin-top: 65px;
}
.secCmnContact {
    padding: 30px 0 190px;
}
@media only screen and (max-width:767px){
    .secDetailsPager {
        margin-top: 40px;
    }
    .secCmnContact {
        padding: 30px 0 50px;
    }
}