@charset "utf-8";

#container{
    overflow: visible;
}

/*-----------------------------------------------
    共通パーツ
-----------------------------------------------*/
/* secCmnTit */
.secCmnTit::after{
    background-image: url(../img/simulation/bgCmnTit.jpg);
}
@media only screen and (max-width:767px){
    .secCmnTit::after{
        background-image: url(../img/simulation/bgCmnTit_sp.jpg);
    }
}

/* secTop */
.secTop{
    position: relative;
    padding-top: 75px;
    margin-top: 30px;
    overflow: hidden;
}
.secTop::after{
    position: absolute;
    content: "";
    width: 1920px;
    height: 700px;
    top: 0;
    left: calc(50% - 960px);
    background: url(../img/simulation/bgTop.jpg) center top / cover;
}
.secTop .wrapper{
    position: relative;
    z-index: 5;
}
.secTop .topBox{
    position: relative;
}
.secTop .engTit{
    text-align: center;
    position: relative;
    z-index: 4;
}
.secTop .img{
    text-align: center;
    position: relative;
    top: -35px;
    left: -20px;
}
.secTop .txtBox{
    font-size: 18px;
    letter-spacing: 1px;
    line-height: 2;
    font-weight: bold;
    background: #fff;
    border: solid 1px #000;
    border-radius: 20px;
    display: inline-block;
    position: absolute;
    bottom: 128px;
    right: 60px;
    padding: 28px 30px;
}
.secTop .btnBox{
    position: relative;
    width: 800px;
    border-radius: 42px;
    background: #f3ee48;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 5px auto 0;
    padding: 15px 0;
}
.secTop .btnTxt{
    font-size: 18px;
    line-height: 1.5;
    letter-spacing: 0.5px;
    font-weight: bold;
}
.secTop .btnIcon{
    position: absolute;
    bottom: -10px;
    right: 15px;
}
.secTop .tit{
    margin-top: 50px;
    text-align: center;
    font-size: 28px;
    font-weight: bold;
    position: relative;
    padding-bottom: 145px;
}
.secTop .tit::after{
    position: absolute;
    content: "";
    width: 1px;
    height: 100px;
    left: calc(50% - 0.5px);
    bottom: 0;
    background: #000;
}
@media only screen and (max-width:767px){
    .secTop{
        padding-top: 30px;
        margin-top: 18px;
    }
    .secTop::after{
        width: 100%;
        height: 565px;
        left: 0;
        background: url(../img/simulation/bgTop_sp.jpg) center top / cover;
    }
    .secTop .engTit{
        width: 279px;
        margin: 0 auto;
    }
    .secTop .img{
        width: 366px;
        top: -30px;
        left: -15px;
        margin: 0 auto;
    }
    .secTop .txtBox{
        font-size: 14px;
        letter-spacing: 0;
        line-height: 1.71;
        border: solid 1px #000;
        border-radius: 20px 0 0 20px;
        bottom: -15px;
        right: 0;
        padding: 24px 19px;
        border-right: none;
    }
    .secTop .btnBox{
        width: calc(100% - 40px);
        max-width: 335px;
        margin: 45px auto 0;
        border-radius: 48px;
    }
    .secTop .btnTxt{
        font-size: 14px;
        line-height: 1.57;
        letter-spacing: 0;
    }
    .secTop .btnIcon{
        bottom: -18px;
        right: auto;
        left: 5px;
        width: 73px;
    }
    .secTop .tit{
        margin-top: 40px;
        font-size: 18px;
        padding-bottom: 75px;
    }
    .secTop .tit::after{
        height: 50px;
        bottom: 0;
    }
}
@media only screen and (max-width:359px){
    .secTop .txtBox{
        font-size: 12px;
    }
    .secTop .btnTxt{
        font-size: 12px;
    }
}
/* secPosition */
.secMain{
    position: relative;
}
.secPosition{
    margin-top: 100px;
    position: sticky;
    z-index: 999;
    left: 0;
    top: 130px;
}
.secPosition .boxList{
    display: flex;
    justify-content: center;
    max-width: calc(100% - 40px);
    margin: 0 auto;
}
.secPosition .item{
    position: relative;
    width: calc((1720px - 80px) / 5);
    height: 120px;
    background: #fff;
    border: solid 1px #000;
    margin-right: 20px;
    padding-left: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}
.secPosition .item:last-child{
    margin-right: 0;
    padding-left: 0;
}
.secPosition .item::after{
    position: absolute;
    content: "";
    width: 40px;
    height: 40px;
    left: 30px;
    top: calc(50% - 20px);
    border-radius: 50%;
    background: #ededed;
}
@media only screen and (max-width:1650px){
    .secPosition .item::after{
        width: 30px;
        height: 30px;
        left: 20px;
        top: calc(50% - 15px);
    }
}
.secPosition.lazyloaded .item.active::after{
    background: url(../img/simulation/iconCheck02.png) center center / 16px auto no-repeat #ededed;
}
.secPosition .item:last-child::after{
    display: none;
}
.secPosition .number{
    position: absolute;
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    background: #000;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    left: 20px;
    top: -15px;
}
.secPosition .txtBox{
    text-align: center;
    font-weight: bold;
}
.secPosition .tit{
    font-size: 20px;
}
.secPosition .txtEng{
    position: relative;
    display: inline-block;
    font-size: 14px;
    margin-top: 15px;
}
.secPosition .txtEng::after,
.secPosition .txtEng::before{
    position: absolute;
    content: "";
    width: 10px;
    height: 1px;
    background: #000;
    top: calc(50% - 0.5px);
}
.secPosition .txtEng::after{
    left: -20px;
}
.secPosition .txtEng::before{
    right: -20px;
}
.secPosition .item.on{
    background: #f3ee48;
}
.secPosition .item.on::after{
    background: #fff;
}
/* .secPosition.fixed{
    margin-top: 130px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
} */
@media only screen and (max-width:767px){
    .secPosition{
        margin-top: 32px;
    }
    .secPosition{
        top: 70px;
    }
    .secPosition .boxList{
        flex-wrap: wrap;
        max-width: 100%;
        width: 89.334%;
    }
    .secPosition .item{
        width: calc(50% - 2.5px);
        height: 50px;
        margin-right: 5px;
        padding-left: 40px;
        justify-content: flex-start;
    }
    .secPosition .item:nth-child(2n){
        margin-right: 0;
    }
    .secPosition .item:nth-child(n+3){
        margin-top: 5px;
    }
    .secPosition .item:last-child{
        width: 100%;
        margin-right: 0;
        padding-left: 0;
        justify-content: center;
    }
    .secPosition .item::after{
        width: 20px;
        height: 20px;
        left: 15px;
        top: calc(50% - 10px);
    }
    .secPosition.lazyloaded .item.active::after{
        background: url(../img/simulation/iconCheck02.png) center center / 12px auto no-repeat #ededed;
    }
    .secPosition .number{
        display: none;
    }
    .secPosition .txtBox{
        text-align: left;
    }
    .secPosition .tit{
        font-size: 14px;
    }
    .secPosition .txtEng{
        display: none;
    }
}
/* secExterior */
.secExterior{
    margin-top: -60px;
    position: relative;
    padding: 102px 0 150px;
    overflow: hidden;
}
.secExterior::after{
    position: absolute;
    content: "";
    width: 1920px;
    height: 100%;
    top: 0;
    left: calc(50% - 960px);
}
.secExterior.lazyloaded::after{
    background: url(../img/simulation/bgExterior.jpg) center top / cover;
}
.secExterior .topWrapper{
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    z-index: 10;
}
.secExterior .topTit{
    font-size: 22px;
    color: #fff;
    font-weight: bold;
}
.secExterior .btnBox{
    width: 250px;
}
.secExterior .btnInner{
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: solid 1px #fff;
    border-radius: 28px;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    text-decoration: none;
}
.secExterior .btnTxt{
    position: relative;
    padding-left: 15px;
    margin-left: 15px;
    border-left: solid 1px #fff;
}
.secExterior .listWrapper{
    position: relative;
    z-index: 10;
}
.secExterior .list{
    display: flex;
    margin-top: 42px;
}
.secExterior .item{
    width: 31.396%;
    margin-right: 2.906%;
    height: auto;
    position: relative;
}
.secExterior .item:last-child{
    margin-right: 0;
}
.secExterior input{
    visibility: hidden;
    position: absolute;
    bottom: 100%;
    left: 0;
    z-index: -1;
}
.secExterior .itemIn{
    display: block;
    width: 100%;
    padding: 45px 45px 45px;
    cursor: pointer;
    position: relative;
    background: #fff;
    border-radius: 5px;
}
.secExterior .txtBox{
    display: block;
    margin-top: 35px;
    text-align: center;
}
.secExterior .engTit{
    display: block;
    font-size: 36px;
    letter-spacing: 1px;
    font-weight: bold;
}
.secExterior .tit{
    display: block;
    font-size: 20px;
    font-weight: bold;
    margin-top: 10px;
}
.secExterior .txt{
    display: block;
    font-size: 14px;
    line-height: 2;
    margin-top: 10px;
}
.secExterior .img{
    position: relative;
    display: block;
}
.secExterior .img::after{
    position: absolute;
    content: "";
    width: 50px;
    height: 50px;
    background: #ededed;
    border-radius: 50%;
    top: -25px;
    left: -25px;
}
.secExterior input[type="radio"]:checked + .itemIn .img::after{
    background: url(../img/simulation/iconCheck.png) center center / 22px auto no-repeat #56bde2;
}
.secExterior input[type="radio"]:checked + .itemIn::after{
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 5px;
    border: solid 5px #56bde2;
}
.secExterior .btnChoose{
    display: none;
}
@media only screen and (max-width:767px){
    .secExterior{
        margin-top: -80px;
        padding: 110px 0 60px;
    }
    .secExterior::after{
        width: 100%;
        top: 0;
        left: 0;
    }
    .secExterior.lazyloaded::after{
        background: url(../img/simulation/bgExterior_sp.jpg) center top / cover;
    }
    .secExterior .topWrapper{
        display: block;
    }
    .secExterior .topTit{
        font-size: 16px;
        text-align: center;
    }
    .secExterior .btnBox{
        width: 170px;
        margin: 30px 0 0 auto;
    }
    .secExterior .btnInner{
        height: 45px;
        border-radius: 22.5px;
    }
    .secExterior .btnTxt{
        padding-left: 15px;
        margin-left: 15px;
    }
    .secExterior .list{
        display: block;
        margin-top: 30px;
    }
    .secExterior .item{
        width: 100%;
        margin-right: 0;
    }
    .secExterior .item:nth-child(n+2){
        margin-top: 20px;
    }
    .secExterior .itemIn{
        display: block;
        width: 100%;
        padding: 25px 25px 30px;
    }
    .secExterior .txtBox{
        margin-top: 15px;
    }
    .secExterior .engTit{
        font-size: 24px;
    }
    .secExterior .tit{
        font-size: 16px;
        margin-top: 12px;
    }
    .secExterior .txt{
        font-size: 12px;
        line-height: 1.66;
        margin: 10px -5px 0;
    }
    .secExterior .img::after{
        width: 30px;
        height: 30px;
        top: -15px;
        left: -15px;
    }
    .secExterior input[type="radio"]:checked + .itemIn .img::after{
        background: url(../img/simulation/iconCheck.png) center center / 14px auto no-repeat #56bde2;
    }
    .secExterior input[type="radio"]:checked + .itemIn::after{
        border: solid 3px #56bde2;
    }
    .secExterior .btnChoose{
        display: flex;
        align-items: center;
        justify-content: center;
        width: 155px;
        height: 45px;
        margin: 14px auto 0;
        border: solid 1px #000;
        background: #fff;
        font-size: 12px;
        font-weight: bold;
        border-radius: 22.5px;
    }
    .secExterior input[type="radio"]:checked + .itemIn .btnChoose{
        border: solid 1px #56bde2;
        background: #56bde2;
        color: #fff;
    }
    .secExterior .btnChoose .btnOn,
    .secExterior input[type="radio"]:checked + .itemIn .btnChoose .btnOff{
        display: none;
    }
    .secExterior input[type="radio"]:checked + .itemIn .btnChoose .btnOn{
        display: block;
    }
}
/* secIntrospection */
.secIntrospection{
    position: relative;
    padding: 210px 0 0;
    background: #f7f6f2;
    overflow: hidden;
}
.secIntrospection .bgBox{
    position: relative;
    padding: 102px 0 150px;
    z-index: 3;
}
.secIntrospection .bgBox::after{
    position: absolute;
    content: "";
    width: 1920px;
    height: 100%;
    top: 0;
    left: calc(50% - 960px);
}
.secIntrospection.lazyloaded .bgBox::after{
    background: url(../img/simulation/bgIntrospection.jpg) center top / cover;
}
.secIntrospection .topWrapper{
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    z-index: 10;
}
.secIntrospection .topTit{
    font-size: 22px;
    color: #fff;
    font-weight: bold;
}
.secIntrospection .btnBox{
    width: 250px;
}
.secIntrospection .btnInner{
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: solid 1px #fff;
    border-radius: 28px;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    text-decoration: none;
}
.secIntrospection .btnTxt{
    position: relative;
    padding-left: 15px;
    margin-left: 15px;
    border-left: solid 1px #fff;
}
.secIntrospection .listWrapper{
    position: relative;
    z-index: 10;
}
.secIntrospection .list{
    display: flex;
    margin-top: 42px;
}
.secIntrospection .item{
    width: 31.396%;
    margin-right: 2.906%;
    height: auto;
    position: relative;
}
.secIntrospection .item:last-child{
    margin-right: 0;
}
.secIntrospection input{
    visibility: hidden;
    position: absolute;
    bottom: 100%;
    left: 0;
    z-index: -1;
}
.secIntrospection .itemIn{
    display: block;
    width: 100%;
    padding: 45px 45px 45px;
    cursor: pointer;
    position: relative;
    background: #fff;
    border-radius: 5px;
}
.secIntrospection .txtBox{
    display: block;
    margin-top: 35px;
    text-align: center;
}
.secIntrospection .engTit{
    display: block;
    font-size: 36px;
    letter-spacing: 1px;
    font-weight: bold;
}
.secIntrospection .tit{
    display: block;
    font-size: 20px;
    font-weight: bold;
    margin-top: 10px;
}
.secIntrospection .txt{
    display: block;
    font-size: 14px;
    line-height: 2;
    margin-top: 10px;
}
.secIntrospection .img{
    position: relative;
    display: block;
}
.secIntrospection .img::after{
    position: absolute;
    content: "";
    width: 50px;
    height: 50px;
    background: #ededed;
    border-radius: 50%;
    top: -25px;
    left: -25px;
}
.secIntrospection input[type="radio"]:checked + .itemIn .img::after{
    background: url(../img/simulation/iconCheck.png) center center / 22px auto no-repeat #56bde2;
}
.secIntrospection input[type="radio"]:checked + .itemIn::after{
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 5px;
    border: solid 5px #56bde2;
}
.secIntrospection .btnChoose{
    display: none;
}
@media only screen and (max-width:767px){
    .secIntrospection{
        padding: 140px 0 0;
    }
    .secIntrospection .bgBox{
        padding: 110px 0 60px;
    }
    .secIntrospection .bgBox::after{
        width: 100%;
        top: 0;
        left: 0;
    }
    .secIntrospection.lazyloaded .bgBox::after{
        background: url(../img/simulation/bgIntrospection_sp.jpg) center top / cover;
    }
    .secIntrospection .topWrapper{
        display: block;
    }
    .secIntrospection .topTit{
        font-size: 16px;
        text-align: center;
    }
    .secIntrospection .btnBox{
        width: 180px;
        margin: 30px 0 0 auto;
    }
    .secIntrospection .btnInner{
        height: 45px;
        border-radius: 22.5px;
    }
    .secIntrospection .btnTxt{
        padding-left: 15px;
        margin-left: 15px;
    }
    .secIntrospection .list{
        display: block;
        margin-top: 30px;
    }
    .secIntrospection .item{
        width: 100%;
        margin-right: 0;
    }
    .secIntrospection .item:nth-child(n+2){
        margin-top: 20px;
    }
    .secIntrospection .itemIn{
        display: block;
        width: 100%;
        padding: 25px 25px 30px;
    }
    .secIntrospection .txtBox{
        margin-top: 15px;
    }
    .secIntrospection .engTit{
        font-size: 24px;
    }
    .secIntrospection .tit{
        font-size: 16px;
        margin-top: 12px;
    }
    .secIntrospection .txt{
        font-size: 12px;
        line-height: 1.66;
        margin: 10px -5px 0;
    }
    .secIntrospection .img::after{
        width: 30px;
        height: 30px;
        top: -15px;
        left: -15px;
    }
    .secIntrospection input[type="radio"]:checked + .itemIn .img::after{
        background: url(../img/simulation/iconCheck.png) center center / 14px auto no-repeat #56bde2;
    }
    .secIntrospection input[type="radio"]:checked + .itemIn::after{
        border: solid 3px #56bde2;
    }
    .secIntrospection .btnChoose{
        display: flex;
        align-items: center;
        justify-content: center;
        width: 155px;
        height: 45px;
        margin: 14px auto 0;
        border: solid 1px #000;
        background: #fff;
        font-size: 12px;
        font-weight: bold;
        border-radius: 22.5px;
    }
    .secIntrospection input[type="radio"]:checked + .itemIn .btnChoose{
        border: solid 1px #56bde2;
        background: #56bde2;
        color: #fff;
    }
    .secIntrospection .btnChoose .btnOn,
    .secIntrospection input[type="radio"]:checked + .itemIn .btnChoose .btnOff{
        display: none;
    }
    .secIntrospection input[type="radio"]:checked + .itemIn .btnChoose .btnOn{
        display: block;
    }
}
/* secPlan */
.secPlan{
    position: relative;
    padding: 210px 0 0;
    background: #f7f6f2;
    overflow: hidden;
}
.secPlan .bgBox{
    position: relative;
    padding: 102px 0 150px;
    z-index: 3;
}
.secPlan .bgBox::after{
    position: absolute;
    content: "";
    width: 1920px;
    height: 100%;
    top: 0;
    left: calc(50% - 960px);
}
.secPlan.lazyloaded .bgBox::after{
    background: url(../img/simulation/bgPlan.jpg) center top / cover;
}
.secPlan .topWrapper{
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    z-index: 10;
}
.secPlan .topTit{
    font-size: 22px;
    color: #fff;
    font-weight: bold;
}
.secPlan .btnBox{
    width: 250px;
}
.secPlan .btnInner{
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: solid 1px #fff;
    border-radius: 28px;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    text-decoration: none;
}
.secPlan .btnTxt{
    position: relative;
    padding-left: 15px;
    margin-left: 15px;
    border-left: solid 1px #fff;
}
.secPlan .boxPlan{
    position: relative;
    z-index: 10;
    margin-top: 42px;
}
.secPlan .boxTabPlan{
    display: flex;
    position: relative;
}
.secPlan .itemTabPlan{
    width: 50%;
    height: 100px;
    background: #fff;
    font-size: 20px;
    letter-spacing: 1px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    cursor: pointer;
    border-radius: 5px 0 0 0;
}
.secPlan .itemTabPlan:last-child{
    border-radius: 0 5px 0 0;
}
.secPlan .itemTabPlan.active{
    background: #333333;
    color: #fff;
}
@media only screen and (max-width:767px){
    .secPlan{
        padding: 140px 0 0;
    }
    .secPlan .bgBox{
        padding: 110px 0 60px;
    }
    .secPlan .bgBox::after{
        width: 100%;
        top: 0;
        left: 0;
    }
    .secPlan.lazyloaded .bgBox::after{
        background: url(../img/simulation/bgPlan_sp.jpg) center top / cover;
    }
    .secPlan .topWrapper{
        display: block;
    }
    .secPlan .topTit{
        font-size: 16px;
        text-align: center;
    }
    .secPlan .btnBox{
        width: 180px;
        margin: 30px 5.334% 0 auto;
    }
    .secPlan .btnInner{
        height: 45px;
        border-radius: 22.5px;
    }
    .secPlan .btnTxt{
        padding-left: 15px;
        margin-left: 15px;
    }
    .secPlan .boxPlan{
        margin-top: 30px;
    }
    .secPlan .itemTabPlan{
        height: 55px;
        font-size: 16px;
        letter-spacing: 1px;
        border-radius: 5px 0 0 5px;
    }
    .secPlan .itemTabPlan:last-child{
        border-radius: 0 5px 5px 0;
    }
}
.secPlan .boxPlanChoose{
    display: none;
}
.secPlan .boxPlanChoose.activePlan{
    display: block;
}
.secPlan .boxPlanChoose .boxPlanIn{
    display: flex;
    flex-wrap: wrap;
    margin-top: 50px;
}
.secPlan .boxPlanChoose .itemPlan{
    width: 31.396%;
    margin-right: 2.906%;
    position: relative;
    border-radius: 5px;
    height: auto;
}
.secPlan .boxPlanChoose .itemPlan:nth-child(3n){
    margin-right: 0;
}
.secPlan .boxPlanChoose .itemPlan:nth-child(n+4){
    margin-top: 50px;
}
.secPlan .boxPlanChoose .itemIn{
    display: block;
    width: 100%;
    padding: 45px 30px 50px;
    cursor: pointer;
    position: relative;
    z-index: 5;
    border-radius: 5px;
    background: #fff;
    height: 100%;
}
.secPlan .boxPlanChoose .boxPlanImg{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 300px;
}
.secPlan .boxPlanChoose .imgCont{
    width: 100%;
    padding-top: 62.5%;
}
.secPlan .boxPlanChoose .txtBox{
    display: block;
    margin-top: 27px;
    text-align: center;
}
.secPlan .boxPlanChoose .tit{
    font-size: 20px;
    line-height: 1.5;
    display: block;
    font-weight: bold;
}
.secPlan .boxPlanChoose .txt{
    font-size: 14px;
    line-height: 1.5;
    display: block;
    margin-top: 15px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.secPlan .boxPlanChoose .subBox{
    display: inline-block;
    padding: 14.5px 20px;
    background: #faf7f2;
    font-size: 14px;
    line-height: 1.5;
    margin-top: 22px;
}
.secPlan .boxPlanChoose .iconPop{
    width: 36px;
    height: 36px;
    background: #2f3d41;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: 30px;
    right: 30px;
    border-radius: 12px;
    z-index: 10;
    cursor: pointer;
}
.secPlan .boxPlanChoose input{
    visibility: hidden;
    position: absolute;
    bottom: 100%;
    left: 0;
    z-index: -1;
}
.secPlan input[type="radio"]:checked + .itemIn::after{
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 5px;
    border: solid 5px #56bde2;
}
.secPlan .itemIn::before{
    position: absolute;
    content: "";
    width: 50px;
    height: 50px;
    background: #ededed;
    border-radius: 50%;
    top: 20px;
    left: 20px;
    z-index: 10;
}
.secPlan input[type="radio"]:checked + .itemIn::before{
    background: url(../img/simulation/iconCheck.png) center center / 22px auto no-repeat #56bde2;
}
.secPlan .btnChoose{
    display: none;
}
@media only screen and (max-width:767px){
    .secPlan .boxPlanChoose .boxPlanIn{
        display: block;
        margin-top: 30px;
    }
    .secPlan .boxPlanChoose .itemPlan{
        width: 100%;
        margin-right: 0;
        border-radius: 5px;
    }
    .secPlan .boxPlanChoose .itemPlan:nth-child(3n){
        margin-right: 0;
    }
    .secPlan .boxPlanChoose .itemPlan:nth-child(n+2){
        margin-top: 20px;
    }
    .secPlan .boxPlanChoose .itemIn{
        display: block;
        width: 100%;
        padding: 30px 30px 30px;
    }
    .secPlan .boxPlanChoose .boxPlanImg{
        width: 100%;
        height: auto;
        position: relative;
        z-index: 10;
    }
    .secPlan .boxPlanChoose .imgCont{
        width: 100%;
        padding-top: 64%;
    }
    .secPlan .boxPlanChoose .txtBox{
        display: block;
        margin-top: 10px;
        text-align: center;
    }
    .secPlan .boxPlanChoose .tit{
        font-size: 16px;
        line-height: 1.5;
    }
    .secPlan .boxPlanChoose .txt{
        font-size: 12px;
        line-height: 1.67;
        margin-top: 5px;
        white-space: normal;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        max-height: 40px;
    }
    .secPlan .boxPlanChoose .subBox{
        padding: 10px 20px;
        font-size: 12px;
        line-height: 1.67;
        margin-top: 10px;
    }
    .secPlan .boxPlanChoose .iconPop{
        width: 30px;
        height: 30px;
        bottom: -15px;
        right: -10px;
        border-radius: 8px;
        z-index: 10;
    }
    .secPlan .boxPlanChoose .iconPop img{
        width: 12px;
    }
    .secPlan input[type="radio"]:checked + .itemIn::after{
        border: solid 3px #56bde2;
    }
    .secPlan .itemIn::before{
        width: 30px;
        height: 30px;
        top: 10px;
        left: 10px;
    }
    .secPlan input[type="radio"]:checked + .itemIn::before{
        background: url(../img/simulation/iconCheck.png) center center / 14px auto no-repeat #56bde2;
    }
    .secPlan .btnChoose{
        display: flex;
        align-items: center;
        justify-content: center;
        width: 155px;
        height: 45px;
        margin: 20px auto 0;
        border: solid 1px #000;
        background: #fff;
        font-size: 12px;
        font-weight: bold;
        border-radius: 22.5px;
    }
    .secPlan input[type="radio"]:checked + .itemIn .btnChoose{
        border: solid 1px #56bde2;
        background: #56bde2;
        color: #fff;
    }
    .secPlan .btnChoose .btnOn,
    .secPlan input[type="radio"]:checked + .itemIn .btnChoose .btnOff{
        display: none;
    }
    .secPlan input[type="radio"]:checked + .itemIn .btnChoose .btnOn{
        display: block;
    }
}


/*-----------------------------------------------
	popupPlan
-----------------------------------------------*/
.popupPlan{
	display: none;
	position: relative;
	z-index: 99999;
}
.popupPlan .overlay{
	width: 100%;
	height: 100%;
	min-height: 100vh;
	background: rgba(0,0,0,0.8);
	position: absolute;
	top: 0;
	left: 0;
}
.popupPlan .popupContainer{
	display: table;
	width: 100%;
	height: 100vh;
}
.popupPlan .popupContents{
	display: table-cell;
	vertical-align: middle;
}
.popupPlan .popupMain{
	width: 900px;
	margin: 0 auto;
	padding: 20px 0;
}
.popupPlan .btnClose{
	width: 19px;
	margin: 0 0 20px auto;
	position: relative;
	z-index: 10;
}
@media only screen and (max-width:767px){
	.popupPlan .popupMain{
		width: 100%;
		padding: 4%;
	}
}
@media only screen and (max-width:374px){
	.popupPlan .popupMain{
		padding: 4.69%;
	}
}

/* secPopup2 */
.secPopup2,
.secPopup3{
	display: none;
	position: relative;
	border-radius: 5px;
	overflow: hidden;
    margin: 0 auto;
    text-align: center;
}

/* secOption */
.secOption{
    position: relative;
    padding: 210px 0 0;
    background: #f7f6f2;
    overflow: hidden;
}
.secOption .bgBox{
    position: relative;
    padding: 102px 0 150px;
    z-index: 3;
}
.secOption .bgBox::after{
    position: absolute;
    content: "";
    width: 1920px;
    height: 100%;
    top: 0;
    left: calc(50% - 960px);
}
.secOption.lazyloaded .bgBox::after{
    background: url(../img/simulation/bgOption.jpg) center top / cover;
}
.secOption .topWrapper{
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    z-index: 10;
}
.secOption .topTit{
    font-size: 22px;
    color: #fff;
    font-weight: bold;
}
.secOption .btnBox{
    width: 250px;
}
.secOption .btnInner{
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: solid 1px #fff;
    border-radius: 28px;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    text-decoration: none;
}
.secOption .btnTxt{
    position: relative;
    padding-left: 15px;
    margin-left: 15px;
    border-left: solid 1px #fff;
}
.secOption .listWrapper{
    position: relative;
    z-index: 10;
}
.secOption .list{
    display: flex;
    flex-wrap: wrap;
    margin-top: 42px;
}
.secOption .item,
.secOption .item02{
    width: calc(50% - 20px);
    margin-right: 40px;
    height: auto;
    position: relative;
}
.secOption .item:nth-child(2n),
.secOption .item02:nth-child(2n){
    margin-right: 0;
}
.secOption .item:nth-child(n+3),
.secOption .item02:nth-child(n+3){
    margin-top: 40px;
}
.secOption input{
    visibility: hidden;
    position: absolute;
    bottom: 100%;
    left: 0;
    z-index: -1;
}
.secOption .itemIn{
    display: flex;
    align-items: center;
    width: 100%;
    padding: 45px 35px 45px 45px;
    cursor: pointer;
    position: relative;
    background: #fff;
    border-radius: 5px;
}

.secOption .img{
    width: 255px;
}
.secOption .txtBox{
    position: relative;
    width: calc(100% - 255px);
    padding: 0 0 0 20px;
    display: block;
}
.secOption .tit{
    display: block;
    font-size: 20px;
    line-height: 1.7;
    font-weight: bold;
}
.secOption .img{
    position: relative;
    display: block;
}
.secOption .img::after{
    position: absolute;
    content: "";
    width: 50px;
    height: 50px;
    background: #ededed;
    border-radius: 50%;
    top: -25px;
    left: -25px;
}
.secOption input[type="checkbox"]:checked + .itemIn .img::after{
    background: url(../img/simulation/iconCheck.png) center center / 22px auto no-repeat #56bde2;
}
.secOption input[type="checkbox"]:checked + .itemIn::after{
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 5px;
    border: solid 5px #56bde2;
}
.secOption .btnChoose{
    display: none;
}
.secOption .item.off .itemIn::after{
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 5px;
    background-color: rgba(0, 0, 0, 0.302);
    z-index: 10;
}
.secOption .numberCover{
    display: block;
}
.secOption .numberBox{
    position: absolute;
    display: block;
    bottom: 45px;
    right: 40px;
    border-bottom: solid 1px #000;
    padding: 0 0 0 15px;
}
.secOption .numberBox::after,
.secOption .numberBox::before{
    position: absolute;
    content: "";
    width: 10px;
    height: 2px;
    top: calc(50% - 1px);
    left: 0;
    background: #000;
}
.secOption .numberBox::before{
    transform: rotate(90deg);
}
.secOption .number{
    font-size: 30px;
    font-weight: bold;
}
.secOption .numberTxt{
    font-size: 16px;
    font-weight: bold;
}
.secOption .listBox {
   display: none;
}
.secOption .listBox.is-show {
   display: block;
}
.secOption .txt{
    font-size: 14px;
    line-height: 1.57;
    margin-top: 5px;
    display: block;
}
.secOption .txt .mFont{
    display: block;
    font-size: 12px;
    line-height: 1.83;
}
.secOption .item02 .itemIn{
    align-items: flex-start;
    height: 100%;
}
.secOption .item02 .txtBox{
    position: relative;
    width: calc(100% - 255px);
    padding: 42px 0 0 20px;
}
@media only screen and (max-width:767px){
    .secOption{
        padding: 140px 0 0;
    }
    .secOption .bgBox{
        padding: 110px 0 60px;
    }
    .secOption .bgBox::after{
        width: 100%;
        top: 0;
        left: 0;
    }
    .secOption.lazyloaded .bgBox::after{
        background: url(../img/simulation/bgOption_sp.jpg) center top / cover;
    }
    .secOption .topWrapper{
        display: block;
    }
    .secOption .topTit{
        font-size: 16px;
        text-align: center;
    }
    .secOption .btnBox{
        width: 247px;
        margin: 30px 0 0 auto;
    }
    .secOption .btnInner{
        height: 45px;
        border-radius: 22.5px;
    }
    .secOption .btnTxt{
        padding-left: 15px;
        margin-left: 15px;
    }
    .secOption .list{
        margin-top: 30px;
    }
    .secOption .item,
    .secOption .item02{
        width: calc(50% - 2.5px);
        margin-right: 5px;
    }
    .secOption .item:nth-child(2n),
    .secOption .item02:nth-child(2n){
        margin-right: 0;
    }
    .secOption .item:nth-child(n+3),
    .secOption .item02:nth-child(n+3){
        margin-top: 20px;
    }
    .secOption .itemIn{
        display: block;
        width: 100%;
        padding: 0 0 20px;
        border-radius: 0 0 5px 5px;
    }
    .secOption .img{
        width: 100%;
    }
    .secOption .txtBox{
        width: 100%;
        padding: 17px 10px 0;
    }
    .secOption .tit{
        font-size: 12px;
        line-height: 1.66;
        font-weight: bold;
    }
    .secOption .img::after{
        position: absolute;
        content: "";
        width: 30px;
        height: 30px;
        background: #ededed;
        border-radius: 50%;
        top: 10px;
        left: 10px;
    }
    .secOption input[type="checkbox"]:checked + .itemIn .img::after{
        background: url(../img/simulation/iconCheck.png) center center / 14px auto no-repeat #56bde2;
    }
    .secOption input[type="checkbox"]:checked + .itemIn::after{
        border-radius: 0 0 5px 5px;
        border: solid 3px #56bde2;
    }
    .secOption .btnChoose{
        display: flex;
        align-items: center;
        justify-content: center;
        width: 115px;
        height: 35px;
        margin: 10px auto 0;
        border: solid 1px #000;
        background: #fff;
        font-size: 12px;
        font-weight: bold;
        border-radius: 22.5px;
    }
    .secOption input[type="checkbox"]:checked + .itemIn .btnChoose{
        border: solid 1px #56bde2;
        background: #56bde2;
        color: #fff;
    }
    .secOption .btnChoose .btnOn,
    .secOption input[type="checkbox"]:checked + .itemIn .btnChoose .btnOff{
        display: none;
    }
    .secOption input[type="checkbox"]:checked + .itemIn .btnChoose .btnOn{
        display: block;
    }
    .secOption .item.off::after{
        border-radius: 0 0 5px 5px;
    }
    .secOption .numberCover{
        display: block;
        text-align: right;
        padding: 4px 10px 0;
    }
    .secOption .numberBox{
        position: relative;
        bottom: 0;
        right: 0;
        display: inline-block;
        border-bottom: solid 1px #000;
        padding: 0 0 2px 12px;
    }
    .secOption .numberBox::after,
    .secOption .numberBox::before{
        width: 7px;
        height: 1px;
        top: calc(50% - 0.5px);
    }
    .secOption .number{
        font-size: 18px;
    }
    .secOption .numberTxt{
        font-size: 12px;
    }
    .secOption .txt{
        font-size: 10px;
        line-height: 1.6;
        margin-top: 5px;
    }
    .secOption .txt .mFont{
        font-size: 10px;
        line-height: 1.6;
    }
    .secOption .item02 .txtBox{
        width: 100%;
        padding: 17px 10px 0;
    }
    .secOption .item02 .btnChoose{
        position: absolute;
        bottom: 20px;
        left: calc(50% - 57.5px);
    }
    .secOption .item02 .numberCover{
        position: absolute;
        bottom: 65px;
        left: 0;
        width: 100%;
    }
    .secOption .item02 .itemIn {
        display: block;
        width: 100%;
        padding: 0 0 88px;
        border-radius: 0 0 5px 5px;
    }
}

.txtError.simulation{
    font-size: 14px;
    margin-top: 10px;
    text-align: center;
    padding-top: 20px;
    position: relative;
    z-index: 10;
}
.txtError.simulation span{
    width: 100%;
    background: url(../img/common/iconError.png) left 2px / 14px auto no-repeat;
    padding: 0 0 0 20px;
}
@media only screen and (max-width:767px){
    .txtError.simulation{
        font-size: 12px;
        padding-top: 10px;
    }
    .txtError.simulation span{
        padding: 0 0 0 15px;
    }
}

.secCmnBack{
    margin-top: 50px;
}
@media only screen and (max-width:767px){
    .secCmnBack{
        margin-top: 30px;
    }
}