@charset "utf-8";

.brSp374,
.brSp359{
    display:none;
}
@media only screen and (max-width:374px){
    .brSp374{
        display:inline;
    }
}
@media only screen and (max-width:359px){
    .brSp359{
        display:inline;
    }
}

/* scrollItem */
@media only screen and (max-width:767px){
	.scrollItem{
        position: relative;
        width: 100%;
        height: 100%;
        overflow-x: auto;
        overflow-y: hidden;
        -ms-overflow-style: none;
        scrollbar-width: none;
    }
    .scrollItem::-webkit-scrollbar{
        display: none;
    }
    .scrollItem::before{
        content: "";
        display: block;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        background: url(../img/housing_sw/iconScroll.png) center center / 120px auto no-repeat;
        transition: all 0.2s ease-out 0.2s;
        animation: scrollItemAnimation 1s linear infinite;
        z-index: 10;
        pointer-events: none;
    }
    .scrollItem.scrolled::before{
        opacity: 0;
    }
    @keyframes scrollItemAnimation {
        0%   { transform:translateX(0); }
        25%   { transform:translateX(10px) }
        50% { transform:translateX(0); }
        75% { transform:translateX(-10px); }
        100% { transform:translateX(0); }
    }
}

/* secCmnIndexTop */
.secCmnIndexTop{
    background: url(../img/housing_spec/bgCmnIndexTop.jpg) center top / cover;
}
.secCmnIndexTop .titBox{
    padding-left: 0;
    padding-right: 45px;
}
.secCmnIndexTop .titBox::after{
    width: 191px;
    height: 161px;
    left: -32px;
    top: -70px;
    background: url(../img/common/iconCmnIndexTop.png) center top / cover;
}
.secCmnIndexTop .titJpn{
    letter-spacing: 4px;
}
@media only screen and (max-width:767px){
    .secCmnIndexTop{
        background: url(../img/housing_spec/bgCmnIndexTop_sp.jpg) center top / cover;
    }
    .secCmnIndexTop .titBox{
        padding-left: 0;
        padding-right: 15px;
    }
    .secCmnIndexTop .titBox::after{
        width: 139px;
        height: 101px;
        left: -20px;
        top: -45px;
        background: url(../img/common/iconCmnIndexTop_sp.png) center top / cover;
    }
    .secCmnIndexTop .titEng{
        width: 41px;
    }
    .secCmnIndexTop .titJpn{
        letter-spacing: 3px;
    }
}
/*-----------------------------------------------
    index
-----------------------------------------------*/
/* secTopTab */
.secTopTab{
    margin-top: 20px;
}
.secTopTab .specTopTit{
    font-size: 30px;
    line-height: 2.16;
    letter-spacing: 1px;
    text-align: center;
}
.secTopTab .topTit{
    text-align: center;
    font-size: 35px;
    letter-spacing: 4px;
    margin-top: 62px;
}
.secTopTab .topNumber{
    margin: 0 3px;
    display: inline-block;
}
.secTopTab .list{
    display: flex;
    margin-top: 72px;
}
.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/housing_sw/iconTopTab.gif) center center / 8px auto no-repeat #333333;
}
.secTopTab .numberTit{
    width: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    position: absolute;
    left: calc(50% - 30px);
    top: -11.5px;
}
.secTopTab .tit{
    font-size: 20px;
    line-height: 1.4;
    letter-spacing: 1px;
}
@media only screen and (max-width:767px){
    .secTopTab{
        margin-top: 5px;
    }
    .secTopTab .specTopTit{
        font-size: 18px;
        line-height: 2;
        letter-spacing: normal;
    }
    .secTopTab .topTit{
        font-size: 18px;
        letter-spacing: normal;
        margin-top: 42px;
    }
    .secTopTab .topNumber{
        width: 14px;
        margin: 0 3px;
    }
    .secTopTab .list{
        display: flex;
        flex-wrap: wrap;
        margin-top: 34px;
    }
    .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/housing_sw/iconTopTab.gif) center center / 6px auto no-repeat #333333;
    }
    .secTopTab .numberTit{
        width: 40px;
        left: calc(50% - 20px);
        top: -9.5px;
    }
    .secTopTab .numberTit img{
        width: auto;
        height: 19px;
    }
    .secTopTab .tit{
        font-size: 15px;
        line-height: 1.46;
        letter-spacing: 1px;
    }
}
/* secSwDetail */
.secSwDetail{
    margin-top: 85px;
}
.secSwDetail .detailItem{
    padding-top: 10px;
}
.secSwDetail .detailItemBox{
    position: relative;
    display: flex;
    align-items: center;
    height: 420px;
    color: #fff;
}
.secSwDetail .detailImg{
    position: absolute;
    left: calc(50% - 960px);
    top: 0;
}
.secSwDetail .detailTxtBox{
    padding: 2px 0 0 0;
    position: relative;
    z-index: 10;
    width: 100%;
}
.secSwDetail .detailNumber{
    display: inline-block;
    position: relative;
}
.secSwDetail .detailNumber::after{
    position: absolute;
    content: "";
    width: 50px;
    height: 1px;
    background: #8b8b8a;
    right: -65px;
    top: calc(50% - 0.5px);
}
.secSwDetail .detailTit{
    font-size: 80px;
    letter-spacing: 3px;
    margin-top: 12px;
}
.secSwDetail .detailBtn{
    margin-top: 30px;
    border: solid 1px #fff;
    width: 220px;
    height: 50px;
    display: flex;
    align-items: center;
    padding: 0 0 0 25px;
    position: relative;
    font-size: 20px;
    transition: all 0.4s ease-out;
}
.secSwDetail .detailBtn:not(.active) .detailClose,
.secSwDetail .detailBtn.active .detailOpen{
    display: none;
}
.secSwDetail .detailBtn::before{
    position: absolute;
    content: "";
    width: 20px;
    height: 1px;
    background: #fff;
    right: 30px;
    top: calc(50% - 0.5px);
	transition: all 0.4s ease-out;
}
.secSwDetail .detailBtn::after{
    position: absolute;
    content: "";
    width: 1px;
    height: 20px;
    background: #fff;
    right: 40px;
    top: calc(50% - 10px);
	transition: all 0.4s ease-out;
}
.secSwDetail .detailBtn.active::after{
    display: none;
}
@media only screen and (max-width:767px){
    .secSwDetail{
        margin-top: 45px;
    }
    .secSwDetail .detailItem{
        padding-top: 5px;
    }
    .secSwDetail .detailItemBox{
        height: auto;
    }
    .secSwDetail .detailImg{
        position: static;
    }
    .secSwDetail .detailTxtBox{
        padding: 0;
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        display: flex;
        align-items: center;
    }
    .secSwDetail .detailTxtInBox{
        padding: 0;
    }
    .secSwDetail .detailNumber img{
        width: auto;
        height: 25px;
    }
    .secSwDetail .detailNumber::after{
        width: 20px;
        right: -25px;
    }
    .secSwDetail .detailTit{
        font-size: 30px;
        letter-spacing: 1px;
        margin-top: 3px;
    }
    .secSwDetail .detailBtn{
        position: absolute;
        right: 15px;
        bottom: 15px;
        margin-top: 0;
        border: solid 1px #000000;
        background: #fff;
        color: #000000;
        width: 90px;
        height: 25px;
        padding: 0 0 0 10px;
        font-size: 12px;
    }
    .secSwDetail .detailBtn::before{
        width: 9px;
        right: 5px;
        top: calc(50% - 0.5px);
        background: #000000;
    }
    .secSwDetail .detailBtn::after{
        height: 9px;
        right: 9px;
        top: calc(50% - 4.5px);
        background: #000000;
    }
}
/* secSwContent */
.secSwContent{
    display: none;
    margin-top: 10px;
    padding-bottom: 120px;
    position: relative;
    z-index: 20;
}
.secSwContent.pb0{
    padding-bottom: 0;
}
@media only screen and (max-width:767px){
    .secSwContent{
        margin-top: 0;
        padding-bottom: 55px;
    }
    .secSwContent.pb0{
        padding-bottom: 0;
    }
}
/* secSwTxtBox */
.secSwTxtBox .item{
    padding-top: 50px;
}
.secSwTxtBox .itemBox{
    box-shadow: 0px 0px 5.82px 0.18px rgba(79, 75, 70, 0.2);
    padding: 50px 80px 80px;
}
.secSwTxtBox .topTitBox{
    border-bottom: solid 1px #d6d6d6;
    padding-bottom: 15px;
    padding-top: 5px;
    padding-left: 55px;
    position: relative;
}
.secSwTxtBox .topTit{
    font-size: 26px;
    letter-spacing: 2px;
    line-height: 1.53;
}
.secSwTxtBox .topTitIcon{
    position: relative;
    font-size: 20px;
    top: -7px;
}
.secSwTxtBox .topTxtBox{
    margin-top: 30px;
}
.secSwTxtBox .topTxt{
    font-size: 15px;
    letter-spacing: 0.5px;
    line-height: 2.26;
}
.secSwTxtBox .topNumber{
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 40px;
    height: calc(100% + 5px);
    font-size: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background: #0c6334;
}
.secSwTxtBox .boxFlexImg{
    display: flex;
    margin-top: 30px;
}
.secSwTxtBox .boxFlexImg .imgIn{
    width: calc((100% - 30px) / 2);
    margin-right: 30px;
}
.secSwTxtBox .boxFlexImg .imgIn:last-child{
    margin-right: 0;
}
@media only screen and (max-width:767px){
    .secSwTxtBox .item{
        padding-top: 40px;
    }
    .secSwTxtBox .item:first-child{
        padding-top: 30px;
    }
    .secSwTxtBox .itemBox{
        box-shadow: none;
        padding: 25px 4% 0;
        border-top: solid 1px #d6d6d6;
    }
    .secSwTxtBox .topTitBox{
        padding-bottom: 5px;
        padding-top: 9px;
        padding-left: 40px;
        min-height: 62px;
        display: flex;
        align-items: center;
    }
    .secSwTxtBox .topTit{
        font-size: 15px;
        letter-spacing: 0.5px;
        line-height: 1.73;
        position: relative;
    }
    .secSwTxtBox .topTitIcon{
        font-size: 13px;
        top: -3px;
    }
    .secSwTxtBox .topTxtBox{
        margin-top: 15px;
    }
    .secSwTxtBox .item02 .topTxtBox{
        margin-top: 20px;
    }
    .secSwTxtBox .topTxt{
        font-size: 12px;
        letter-spacing: normal;
        line-height: 1.83;
    }
    .secSwTxtBox .topNumber{
        width: 30px;
        height: calc(100% - 3px);
        min-height: 62px;
        font-size: 15px;
    }
    .secSwTxtBox .boxFlexImg{
        margin-top: 20px;
        flex-direction: column;
    }
    .secSwTxtBox .boxFlexImg .imgIn{
        width: 100%;
        margin-right: 0;
    }
    .secSwTxtBox .boxFlexImg .imgIn:last-child{
        margin-top: 15px;
    }
}
@media only screen and (max-width:767px){
    /* .secSwTxtBox .item02 .topTitBox{
        border-bottom: none;
    } */
    .secSwTxtBox .item02 .topTitBox::after{
        display: none;
    }
    /* .secSwTxtBox .item02 .topTit::after{
        position: absolute;
        content: "";
        height: 1px;
        right: 0;
        top: calc(50% - 0.5px);
        background: #d6d6d6;
    } */
    /* .secSwTxtBox .item02 .topTit::before{
        position: absolute;
        content: "";
        width: 30px;
        height: 3px;
        top: calc(50% - 1.5px);
        background: #0c6334;
        z-index: 10;
    } */
    .secSwTxtBox #list01_01 .topTit::after{
        width: calc(100% - 75px);
    }
    .secSwTxtBox #list01_01 .topTit::before{
        left: 75px;
    }
    .secSwTxtBox #list01_04 .topTit::after{
        width: calc(100% - 120px);
    }
    .secSwTxtBox #list01_04 .topTit::before{
        left: 120px;
    }
    .secSwTxtBox #list01_05 .topTit::after{
        width: calc(100% - 105px);
    }
    .secSwTxtBox #list01_05 .topTit::before{
        left: 105px;
    }
    .secSwTxtBox #list01_06 .topTit::after{
        width: calc(100% - 135px);
    }
    .secSwTxtBox #list01_06 .topTit::before{
        left: 135px;
    }
    .secSwTxtBox #list02_01 .topTit::after{
        width: calc(100% - 70px);
    }
    .secSwTxtBox #list02_01 .topTit::before{
        left: 70px;
    }
    .secSwTxtBox #list03_01 .topTit::after{
        width: calc(100% - 150px);
    }
    .secSwTxtBox #list03_01 .topTit::before{
        left: 150px;
    }
    .secSwTxtBox #list03_02 .topTit::after{
        width: calc(100% - 120px);
    }
    .secSwTxtBox #list03_02 .topTit::before{
        left: 120px;
    }
    .secSwTxtBox #list04_02 .topTit::after{
        width: calc(100% - 230px);
    }
    .secSwTxtBox #list04_02 .topTit::before{
        left: 230px;
    }
}
/* insulaList */
.secSwTxtBox .insulaList{
    margin-top: 30px;
    display: flex;
}
.secSwTxtBox .insulaItem{
    width: calc((100% - 400px - 30px) / 2);
    margin-right: 15px;
}
.secSwTxtBox .insulaItem:nth-child(3){
    width: 400px;
    margin-right: 0;
}
@media only screen and (max-width:767px){
    .secSwTxtBox .insulaList{
        margin-top: 20px;
        flex-wrap: wrap;
    }
    .secSwTxtBox .insulaItem{
        width: 48.696%;
        margin-right: 2.608%;
    }
    .secSwTxtBox .insulaItem:nth-child(2){
        margin-right: 0;
    }
    .secSwTxtBox .insulaItem:nth-child(3){
        width: 100%;
        margin: 20px auto 0;
    }
}
/* paneruBox */
.secSwTxtBox .paneruBox{
    display: flex;
    margin-top: 28px;
}
.secSwTxtBox .paneruTxt{
    font-size: 15px;
    line-height: 2.26;
}
.secSwTxtBox .paneruImg{
    padding: 10px 0 0 30px;
}
@media only screen and (max-width:767px){
    .secSwTxtBox .paneruBox{
        display: block;
        margin-top: 15px;
    }
    .secSwTxtBox .paneruTxt{
        font-size: 12px;
        line-height: 1.83;
    }
    .secSwTxtBox .paneruImg{
        padding: 0;
        margin: 15px auto 0;
    }
}
/* paneruBox */
.secSwTxtBox .gurasBox{
    background: #f2efe4;
    margin-top: 50px;
    padding: 40px 40px 40px;
}
.secSwTxtBox .gurasTit{
    font-size: 22px;
}
.secSwTxtBox .gurasflexBox{
    display: flex;
    margin-top: 30px;
}
.secSwTxtBox .gurasImgList{
    width: 210px;
}
.secSwTxtBox .gurasImgItem:nth-child(2){
    margin-top: 30px;
}
.secSwTxtBox .gurasImgTit{
    font-size: 13px;
    margin-top: 10px;
}
.secSwTxtBox .gurasTxtList{
    width: calc(100% - 210px);
    padding: 0 0 0 30px;
}
.secSwTxtBox .gurasTxtItem{
    position: relative;
    background: #fff;
    border-radius: 8px;
    font-size: 15px;
    line-height: 2;
    padding: 20px 25px;
}
.secSwTxtBox .gurasTxtItem:nth-child(n+2){
    margin-top: 20px;
}
.secSwTxtBox .gurasTxtItem:nth-child(n+2)::after{
    position: absolute;
    content: "";
    width: 40px;
    height: 40px;
    left: calc(50% - 20px);
    top: -30px;
}
.secSwTxtBox .gurasTxtItem.lazyloaded:nth-child(n+2)::after{
    background: url(../img/housing_spec/iconGurasTxtItem.png) center top / cover;
}
@media only screen and (max-width:767px){
    .secSwTxtBox .gurasBox{
        margin-top: 25px;
        padding: 30px 20px 30px;
    }
    .secSwTxtBox .gurasTit{
        font-size: 15px;
    }
    .secSwTxtBox .gurasflexBox{
        display: block;
        margin-top: 20px;
    }
    .secSwTxtBox .gurasImgList{
        width: 100%;
        display: flex;
    }
    .secSwTxtBox .gurasImgItem:nth-child(1){
        width: 45.574%;
    }
    .secSwTxtBox .gurasImgItem:nth-child(2){
        width: 53.443%;
        margin: 0 0 0 auto;
    }
    .secSwTxtBox .gurasImgTit{
        font-size: 12px;
        margin-top: 8px;
    }
    .secSwTxtBox .gurasTxtList{
        width: 100%;
        padding: 22px 0 0;
    }
    .secSwTxtBox .gurasTxtItem{
        border-radius: 5px;
        font-size: 12px;
        line-height: 1.83;
        padding: 9px 15px;
    }
    .secSwTxtBox .gurasTxtItem:nth-child(n+2){
        margin-top: 10px;
    }
    .secSwTxtBox .gurasTxtItem:nth-child(n+2)::after{
        width: 30px;
        height: 30px;
        left: calc(50% - 15px);
        top: -20px;
    }
    .secSwTxtBox .gurasTxtItem.lazyloaded:nth-child(n+2)::after{
        background: url(../img/housing_spec/iconGurasTxtItem_sp.png) center top / cover;
    }
}
@media only screen and (max-width:359px){
    .secSwTxtBox .gurasImgTit{
        font-size: 11px;
    }
}
/* sceneList */
.secSwTxtBox .sceneList{
    background: #f2efe4;
    padding: 60px 40px;
    margin-top: 62px;
    display: flex;
}
.secSwTxtBox .sceneItem:nth-child(2){
    margin-left: auto;
}
.secSwTxtBox .sceneTxt{
    font-size: 24px;
    text-align: center;
    margin-top: 48px;
}
.secSwTxtBox .sceneSubTxt{
    background: linear-gradient(transparent 70%, #f7c000 70%, #f7c000 100%, transparent 100%);
}
@media only screen and (max-width:767px){
    .secSwTxtBox .sceneList{
        padding: 20px 20px;
        margin-top: 20px;
        display: block;
    }
    .secSwTxtBox .sceneItem{
        width: 100%;
    }
    .secSwTxtBox .sceneItem:nth-child(2){
        margin: 15px auto 0;
    }
    .secSwTxtBox .sceneTxt{
        font-size: 16px;
        margin-top: 20px;
    }
}
@media only screen and (max-width:767px){
    .secSwTxtBox #list01_04 .sceneList,
    .secSwTxtBox #list01_05 .sceneList{
        margin-top: 20px;
    }
}
/* specImgBox */
.secSwTxtBox .specImgBox{
    margin-top: 65px;
}
.secSwTxtBox .specImgBox .txtCenter{
    text-align: center;
}
@media only screen and (max-width:767px){
    .secSwTxtBox .specImgBox{
        margin-top: 15px;
    }
}
/* compaList */
.secSwTxtBox .compaList{
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
}
.secSwTxtBox .compaFlexBox{
    margin: 50px 0 0;
    padding: 40px 40px 40px;
    background: #f2efe4;
    display: flex;
    justify-content: space-between;
}
.secSwTxtBox .compaTit{
    font-size: 22px;
    letter-spacing: 1px;
}
.secSwTxtBox .compaTxt{
    font-size: 15px;
    line-height: 2.26;
    margin-top: 15px;
}
.secSwTxtBox .compaImgList{
    margin-left: 30px;
    flex-shrink: 0;
    display: flex;
}
.secSwTxtBox .compaImgItem:nth-child(2){
    margin-left: 20px;
}
@media only screen and (max-width:767px){
    .secSwTxtBox .compaList{
        display: block;
        margin-top: 18px;
    }
    .secSwTxtBox .compaItem:nth-child(2){
        margin-top: 10px;
    }
    .secSwTxtBox .compaItem:nth-child(3){
        margin-top: 35px;
    }
    .secSwTxtBox .compaFlexBox{
        margin: 30px auto 0;
        padding: 25px 20px 30px;
        display: block;
    }
    .secSwTxtBox .compaTit{
        font-size: 15px;
        line-height: 1.73;
        letter-spacing: normal;
    }
    .secSwTxtBox .compaTxt{
        font-size: 12px;
        line-height: 1.83;
        margin-top: 7px;
    }
    .secSwTxtBox .compaImgList{
        margin: 17px auto 0;
    }
    .secSwTxtBox .compaImgItem{
        width: 55.738%;
    }
    .secSwTxtBox .compaImgItem:nth-child(2){
        width: 42.951%;
        margin-left: 1.311%;
    }
}
/* list03_01 */
@media only screen and (max-width:767px){
    .secSwTxtBox #list03_01 .sceneList,
    .secSwTxtBox #list03_02 .sceneList{
        padding: 20px 15px;
        margin: 0 -4.35%;
        margin-top: 20px;
    }
    .secSwTxtBox #list03_01 .sceneItem:nth-child(2),
    .secSwTxtBox #list03_02 .sceneItem:nth-child(2){
        margin: 35px auto 0;
    }
}
/* earthList */
.secSwTxtBox .earthList{
    background: #f2efe4;
    padding: 60px 35px;
    margin: 20px auto 0;
    width: 1040px;
    display: flex;
}
.secSwTxtBox .earthItem:nth-child(2){
    margin-left: auto;
}
@media only screen and (max-width:767px){
    .secSwTxtBox .earthList{
        padding: 20px 4%;
        margin: 0 auto 0;
        width: 100%;
        display: block;
    }
    .secSwTxtBox .earthItem:nth-child(2){
        margin: 35px auto 0;
    }
}
/* seizuList */
.secSwTxtBox .seizuList{
    margin-top: 30px;
}
.secSwTxtBox .seizuItem{
    background: #f2efe4;
    padding: 30px 40px;
    min-height: 101px;
}
.secSwTxtBox .seizuItem:nth-child(n+2){
    margin-top: 30px;
}
.secSwTxtBox .seizuItem:nth-child(2),
.secSwTxtBox .seizuItem:nth-child(3){
    display: flex;
}
.secSwTxtBox .seizuTit{
    font-size: 22px;
    letter-spacing: 1px;
    line-height: 1.81;
}
.secSwTxtBox .seizuTxt{
    font-size: 15px;
    line-height: 2.26;
    letter-spacing: 0.3px;
    margin-top: 8px;
}
.secSwTxtBox .seizuItem:nth-child(2) .seizuTxt,
.secSwTxtBox .seizuItem:nth-child(3) .seizuTxt{
    margin-top: 8px;
}
.secSwTxtBox .seizuImgList{
    margin-top: 23px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 14.5px;
}
.secSwTxtBox .seizuImgLItem:nth-child(n+2){
    margin-left: 60px;
}
.secSwTxtBox .seizuLeftBox{
    padding-right: 30px;
}
.secSwTxtBox .seizuRightImg{
    flex-shrink: 0;
}
.secSwTxtBox .seizuMainBox{
    margin-top: 25px;
    background: #fff;
    padding: 30px 30px;
}
.secSwTxtBox .seizuMainTit{
    font-size: 20px;
    letter-spacing: 1px;
}
.secSwTxtBox .seizuMainTxt{
    font-size: 15px;
    letter-spacing: 1px;
    line-height: 2.26;
    margin-top: 15px;
}
.secSwTxtBox .seizuMainSubTit{
    font-size: 20px;
    text-align: center;
    margin-top: 32px;
}
.secSwTxtBox .seizuMainImg{
    margin-top: 20px;
    text-align: center;
}
@media only screen and (max-width:767px){
    .secSwTxtBox .seizuList{
        margin-top: 20px;
    }
    .secSwTxtBox .seizuItem{
        padding: 25px 20px 30px;
        min-height: 75px;
    }
    .secSwTxtBox .seizuItem:nth-child(n+2){
        margin-top: 20px;
    }
    .secSwTxtBox .seizuItem:nth-child(2),
    .secSwTxtBox .seizuItem:nth-child(3){
        display: block;
    }
    .secSwTxtBox .seizuTit{
        font-size: 15px;
        letter-spacing: normal;
        line-height: 1.73;
    }
    .secSwTxtBox .seizuTxt{
        font-size: 12px;
        line-height: 1.83;
        letter-spacing: normal;
        margin-top: 8px;
    }
    .secSwTxtBox .seizuItem:nth-child(2) .seizuTxt,
    .secSwTxtBox .seizuItem:nth-child(3) .seizuTxt{
        margin-top: 10px;
    }
    .secSwTxtBox .seizuImgList{
        margin-top: 15px;
        display: block;
        padding: 15px 15px;
    }
    .secSwTxtBox .seizuImgLItem:nth-child(1){
        margin: 0 auto;
        max-width: 275px;
    }
    .secSwTxtBox .seizuImgLItem:nth-child(2){
        margin: 10px auto 0;
        width: calc(100% - 84px);
        max-width: 191px;
    }
    .secSwTxtBox .seizuImgLItem:nth-child(3){
        margin: 10px auto 0;
        width: calc(100% - 21px);
        max-width: 254px;
    }
    .secSwTxtBox .seizuLeftBox{
        padding-right: 0;
    }
    .secSwTxtBox .seizuRightImg{
        width: 228px;
        margin: 14px auto 0;
    }
    .secSwTxtBox .seizuMainBox{
        margin-top: 15px;
        background: #fff;
        padding: 20px 15px;
    }
    .secSwTxtBox .seizuMainTit{
        font-size: 15px;
        letter-spacing: normal;
    }
    .secSwTxtBox .seizuMainTxt{
        font-size: 12px;
        line-height: 1.83;
        letter-spacing: normal;
        margin-top: 8px;
    }
    .secSwTxtBox .seizuMainSubTit{
        font-size: 15px;
        margin-top: 18px;
    }
    .secSwTxtBox .seizuMainImg{
        margin-top: 15px;
    }
    .secSwTxtBox  .spscroll{
        margin-right: -15px;
    }
    .secSwTxtBox .seizuMainImg img{
        width: 582px;
    }
    .secSwTxtBox .spscroll .scrollItem::before{
        left: -7.5px;
    }
}
@media only screen and (max-width:359px){
    .secSwTxtBox .seizuMainSubTit{
        font-size: 13px;
    }
}
/* zehBox */
.secSwTxtBox .zehTit{
    font-size: 30px;
    letter-spacing: 2px;
    line-height: 2.16;
    margin-top: -13px;
}
.secSwTxtBox .boxZehFlex{
    display: flex;
    margin-top: 25px;
    gap: 0 50px;
}
.secSwTxtBox .zehTxt{
    font-size: 15px;
    letter-spacing: 0.5px;
    line-height: 2.26;
    margin-top: -0.6em;
}
.secSwTxtBox .zehImgBox{
    width: 445px;
}
.secSwTxtBox .zehImgList{
    background: #fff;
    display: flex;
    align-items: center;
    padding: 45px 20px;
}
.secSwTxtBox .zehImgItem:nth-child(2){
    margin-left: auto;
}
@media only screen and (max-width:767px){
    .secSwTxtBox .zehTit{
        font-size: 18px;
        letter-spacing: normal;
        line-height: 2;
        margin-top: -5px;
    }
    .secSwTxtBox .boxZehFlex{
        flex-direction: column;
        margin-top: 5px;
    }
    .secSwTxtBox .zehTxt{
        font-size: 12px;
        letter-spacing: normal;
        line-height: 1.83;
        width: 100%;
        margin-right: 0;
        margin-top: 0;
    }
    .secSwTxtBox .zehImgBox{
        width: 100%;
        margin-top: 15px;
    }
    .secSwTxtBox .zehImgList{
        display: block;
        padding: 15px;
    }
    .secSwTxtBox .zehImgItem{
        max-width: 275px;
        margin: 0 auto;
    }
    .secSwTxtBox .zehImgItem:nth-child(2){
        margin: 10px auto 0;
    }
}
@media only screen and (max-width:359px){
    .secSwTxtBox .zehTit{
        font-size: 17px;
    }
}
/* houseBox */
.secSwTxtBox .houseBox{
    margin-top: 30px;
}
.secSwTxtBox .houseItem{
    background: #f2efe4;
    padding: 38px 40px 30px;
}
.secSwTxtBox .houseItem:nth-child(2){
    margin-top: 30px;
}
.secSwTxtBox .houseTit{
    font-size: 22px;
    letter-spacing: 2px;
}
.secSwTxtBox .houseTxt{
    font-size: 15px;
    letter-spacing: 1px;
    line-height: 2.26;
    margin-top: 10px;
}
.secSwTxtBox .houseImgBox{
    margin-top: 30px;
    border: solid 1px #d6d6d6;
    padding: 35px 40px 40px;
}
.secSwTxtBox .houseImgTit{
    font-size: 20px;
    letter-spacing: 1px;
}
.secSwTxtBox .houseImgTxt{
    font-size: 15px;
    letter-spacing: 1px;
    line-height: 2.26;
    margin-top: 15px;
}
.secSwTxtBox .houseImgList{
    margin-top: 7px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.secSwTxtBox .houseImgItem:nth-child(2){
    margin-left: 40px;
}
@media only screen and (max-width:767px){
    .secSwTxtBox .houseBox{
        margin-top: 15px;
    }
    .secSwTxtBox .houseItem{
        padding: 29px 20px 25px;
    }
    .secSwTxtBox .houseItem:nth-child(2){
        margin-top: 20px;
    }
    .secSwTxtBox .houseTit{
        font-size: 15px;
        letter-spacing: 1px;
    }
    .secSwTxtBox .houseTxt{
        font-size: 12px;
        letter-spacing: normal;
        line-height: 1.83;
        margin-top: 14px;
    }
    .secSwTxtBox .houseImgBox{
        margin-top: 30px;
        padding: 28px 20px 30px;
    }
    .secSwTxtBox .houseImgTit{
        font-size: 15px;
        letter-spacing: normal;
    }
    .secSwTxtBox .houseImgTxt{
        font-size: 12px;
        letter-spacing: normal;
        line-height: 1.83;
        margin-top: 14px;
    }
    .secSwTxtBox .houseImgList{
        margin-top: 14px;
        display: block;
    }
    .secSwTxtBox .houseImgItem:nth-child(2){
        margin: 10px auto 0;
        width: calc(100% - 28px);
        max-width: 275px;
    }
}
/* criterionBox */
.secSwTxtBox .criterionBox{
    margin-top: 40px;
}
.secSwTxtBox .criterionItem{
    display: flex;
    justify-content: center;
    gap: 15px;
}
.secSwTxtBox .criterionItem .img{
    width: calc((100% - 60px) / 5);
    border-radius: 4px;
    overflow: hidden;
    box-shadow: 0px 0px 5.82px 0.18px rgba(79, 75, 70, 0.2);
    background-color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 30px 0 32px;
}
.secSwTxtBox .txtNum{
    font-size: 18px;
    letter-spacing: 1.2px;
}
.secSwTxtBox .txtNum .num{
    font-size: 90px;
    vertical-align: -2px;
}
.secSwTxtBox .txtNum .txtBig{
    display: block;
    font-size: 24px;
    margin-top: 10px;
}
.secSwTxtBox .txtNum .star{
    display: flex;
    gap: 0 6px;
    margin-top: 12px;
}
.secSwTxtBox .logo{
    height: 160px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 10px 0;
}
.secSwTxtBox .txtAward{
    font-size: 15px;
    line-height: 1.6;
    text-align: center;
}
.secSwTxtBox .linkList{
    display: flex;
    justify-content: center;
    margin-top: 50px;
}
@media only screen and (max-width:767px){
    .secSwTxtBox .criterionBox{
        margin-top: 10px;
    }
    .secSwTxtBox .criterionItem{
        flex-wrap: wrap;
        justify-content: center;
        gap: 15px;
    }
    .secSwTxtBox .criterionItem .img{
        width: calc((100% - 15px) / 2);
        padding: 4.5vw 0;
    }
    .secSwTxtBox .txtNum{
        font-size: 4vw;
        letter-spacing: 0.05em;
    }
    .secSwTxtBox .txtNum.isStar{
        display: flex;
        gap: 0 1vw;
    }
    .secSwTxtBox .txtNum .num{
        font-size: 10vw;
        margin: 0 0.8vw;
    }
    .secSwTxtBox .txtNum .txtBig{
        display: inline;
        font-size: 4vw;
        margin-top: 10px;
    }
    .secSwTxtBox .txtNum .star{
        display: flex;
        flex-wrap: wrap;
        align-content: center;
        gap: 1vw;
        margin-top: 0;
        width: 13.1vw;
    }
    .secSwTxtBox .txtNum .star img{
        width: 3.7vw;
        height: auto;
    }
    .secSwTxtBox .logo{
        height: 84px;
        margin: 5px 0;
    }
    .secSwTxtBox .logo img{
        width: auto;
        height: 84px;
    }
    .secSwTxtBox .txtAward{
        font-size: 3vw;
    }
}
/* loanBox */
.secSwTxtBox .loanBox{
    margin: 50px 0 0;
    background: #f2efe4;
    padding: 60px;
}
.secSwTxtBox .loanTit{
    font-size: 20px;
    letter-spacing: 1px;
    text-align: center;
}
.secSwTxtBox .loanList{
    margin-top: 40px;
    display: flex;
    justify-content: center;
}
.secSwTxtBox .loanItem{
    width: 180px;
}
.secSwTxtBox .loanItem:nth-child(n+2){
    margin-left: 60px;
}
.secSwTxtBox .loanImg{
    height: 180px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}
.secSwTxtBox .loanImgTxt{
    margin-top: 27px;
    font-size: 18px;
    text-align: center;
}
@media only screen and (max-width:767px){
    .secSwTxtBox .loanBox{
        width: 100%;
        margin: 25px auto 0;
        padding: 23px 0 30px;
    }
    .secSwTxtBox .loanTit{
        font-size: 15px;
        line-height: 1.73;
        letter-spacing: normal;
    }
    .secSwTxtBox .loanList{
        margin: 15px auto 0;
        max-width: 345px;
        flex-wrap: wrap;
    }
    .secSwTxtBox .loanItem{
        width: 145px;
    }
    .secSwTxtBox .loanItem:nth-child(2){
        margin-left: 15px;
    }
    .secSwTxtBox .loanItem:nth-child(3){
        margin: 20px auto 0;
    }
    .secSwTxtBox .loanImg{
        height: 145px;
    }
    .secSwTxtBox .loanItem:nth-child(1) .loanImg img{
        width: 60px;
    }
    .secSwTxtBox .loanItem:nth-child(2) .loanImg img{
        width: 47px;
    }
    .secSwTxtBox .loanItem:nth-child(3) .loanImg img{
        width: 55px;
    }
    .secSwTxtBox .loanImgTxt{
        margin-top: 15px;
        font-size: 13px;
    }
}
@media only screen and (max-width:359px){
    .secSwTxtBox .loanItem{
        width: 130px;
    }
    .secSwTxtBox .loanImg{
        height: 130px;
    }
    .secSwTxtBox .loanItem:nth-child(2){
        margin-left: 10px;
    }
}


#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;
}
#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: -230px;
        padding: 10px 0;
        min-width: 0;
    }
    #fNaviTab.jsShow{
        top: 0;
    }
    #fNaviTab .secTopTab.wrapper1200{
        width: 94.667%;
        padding: 0;
    }
    #fNaviTab .secTopTab .inner{
        min-height: 44px;
        padding: 7px 0 6px;
    }
    #fNaviTab .secTopTab .tit{
        font-size: 12px;
        margin-top: 10px;
    }
    #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;
        margin-top: 14px;
    }
}
  


#header.headernone{
    top: -90px;
}
@media only screen and (max-width:767px){
    #header.headernone{
        top: -50px;
    }
}
/* ▼250512 */
.secListContent{
    width: 100%;
}
.secListContent .listContenttitbox{
    width: 100%;
    height: 50px;
    display: flex;
    align-items: center;
    background-color: #d6d6d6;
    border-radius: 5px 5px 0 0;
}
.secListContent .listContentTit{
    display: inline-block;
    font-size:20px;
    line-height: calc(28 / 20);
    width: 100%;
    text-align: center;
}
.secListContent .listContentImg{
    width: 100%;
    margin-top:20px;
    position: relative;
    /* height: 0;
    padding-top:161px;
    overflow: hidden; */
}
.secListContent .meritlist{
    margin-top:15px;
}
.secListContent .meritItem{
    position: relative;
    background-color:#fcf0c7;
    border-radius: 5px;
    overflow: hidden;
    padding: 15px;
    padding-top: calc(28px + 11px);
    min-height: 142px;
}
.secListContent .meritItem + .meritItem{
    margin-top: 10px;
}
.secListContent .meritItem.demerit{
    background-color:#d6d6d6;
    min-height: 191px;
}
.secListContent .merittitbox{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 28px;
    display: flex;
    align-items: center;
    background-color: #f7c000;
}
.secListContent .meritTit{
    font-size:15px;
    line-height: calc(24 / 15);
    display: inline-block;
    width: 100%;
    text-align: center;
}
.secListContent .demerit .merittitbox{
    background-color: #141413;
    color: #fff;
}
.secListContent .meritTxt{
    font-size:13px;
    line-height: calc(22 / 13);
}
@media only screen and (max-width:767px){
    .secSwTxtBox .insulaList{
        margin-top: 16px;
    }
    .secListContent .listContenttitbox{
        height: 36px;
    }
    .secListContent .listContentTit{
        font-size:15px;
    }
    .secListContent .listContentImg{
        margin-top:10px;
        /* padding-top:calc((79 / 168) * 100%); */
    }
    .secListContent .meritlist{
        margin-top:10px;
    }
    .secListContent .meritItem{
        padding: 10px;
        padding-top: calc(24px + 4px);
        min-height: 0;
    }
    .secListContent .meritItem + .meritItem{
        margin-top: 5px;
    }
    .secListContent .meritItem.demerit{
        min-height:0;
    }
    .secListContent .merittitbox{
        height: 24px;
    }
    .secListContent .meritTit{
        font-size:13px;
    }
    .secListContent .meritTxt{
        font-size:12px;
        line-height: calc(22 / 12);
    }
}
@media only screen and (max-width:767px){
    .secListContent{
        height: 100%;
    }
    .secListContent .meritlist{
        height: calc(100% - (36px + 10px + ((79 / 375) * 100vw) + 10px));
    }
    .secListContent .meritItem{
        min-height:60px;
    }
    .secListContent .meritItem.demerit{
        height: calc(100% - (60px + 5px));
    }
}
@media only screen and (max-width:510px){
    .secListContent .meritItem{
        min-height:85px;
    }
    .secListContent .meritItem.demerit{
        height: calc(100% - (85px + 5px));
    }
}
.secListContent_original{
    background-color:#e6efea;
    border-radius:5px;
    overflow: hidden;
    width: 100%;
    position: relative;
    padding: 22px 15px;
    padding-top: calc(50px + 25px);
}
.secListContent_original::after{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    border:3px solid;
    border-color:#0c6334;
    top: 0;
    left: 0;
    border-radius:5px;
    pointer-events: none;
}
.secListContent_original .listContenttitbox{
    background-color: #0c6334;
    color: #fff;
    width:100%;
    height: 50px;
    padding-left:calc(100px + 20px);
    display: flex;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
}
.secListContent_original .listContentTit{
    font-size:20px;
    line-height: calc(28 / 20);
    display: inline-block;
    width: 100%;
    text-align: left;
}
.secListContent_original .icon_says{
    width:100px;
    height: 32px;
    position: absolute;
    left: 5px;
    top: calc(50% - 16px);
    background-color: #fff;
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.secListContent_original .iconInner{
    width: 69px;
    height: auto;
}
.secListContent_original .contenttxtbox{
    text-align: center;
}
.secListContent_original .contentTxt{
    font-size: 14px;
    line-height: calc(24 / 14);
}
.secListContent_original .listContentImg{
    width: 100%;
    margin-top: 25px;
}
.secListContent_original .meritlist{
    margin-top: 15px;
    width: 100%;
}
.secListContent_original .meritItem{
    position: relative;
    background-color:#fcf0c7;
    border-radius: 5px;
    overflow: hidden;
    padding: 15px;
    padding-top: calc(28px + 11px);
}
.secListContent_original .meritItem + .meritItem{
    margin-top: 10px;
}
.secListContent_original .meritItem.demerit{
    background-color:#d6d6d6;
}
.secListContent_original .merittitbox{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 28px;
    display: flex;
    align-items: center;
    background-color: #f7c000;
}
.secListContent_original .meritTit{
    font-size:15px;
    line-height: calc(24 / 15);
    display: inline-block;
    width: 100%;
    text-align: center;
}
.secListContent_original .demerit .merittitbox{
    background-color: #141413;
    color: #fff;
}
.secListContent_original .meritTxt{
    font-size:13px;
    line-height: calc(22 / 13);
}
@media only screen and (max-width:767px){
    .secListContent_original{
        padding: 25px 15px;
        padding-top: calc(45px + 9px);
    }
    .secListContent_original::after{
        border-width:2px;
    }
    .secListContent_original .listContenttitbox{
        height: 45px;
        padding-left: calc(90px + 15px + 7px);
    }
    .secListContent_original .listContentTit{
        font-size:15px;
    }
    .secListContent_original .icon_says{
        width:90px;
        height: 30px;
        left: 8px;
        top: calc(50% - 15px);
    }
    .secListContent_original .iconInner{
        width: 58px;
    }
    .secListContent_original .contenttxtbox{
    }
    .secListContent_original .contentTxt{
        font-size: 12px;
        line-height: calc(22 / 12);
    }
    .secListContent_original .listContentImg{
        margin-top: 15px;
    }
    .secListContent_original .meritItem{
        padding: 10px;
        padding-top: calc(24px + 4px);
        min-height: 0;
    }
    .secListContent_original .meritItem + .meritItem{
        margin-top: 10px;
    }
    .secListContent_original .meritItem.demerit{
        min-height:0;
    }
    .secListContent_original .merittitbox{
        height: 24px;
    }
    .secListContent_original .meritTit{
        font-size:13px;
    }
    .secListContent_original .meritTxt{
        font-size:12px;
        line-height: calc(22 / 12);
    }
}
.secListBox{
    width: 100%;
    height: 100%;
    position: relative;
    border-radius: 5px;
    overflow: hidden;
    padding: 29px 40px;
    padding-top: calc(54px + 40px);
}
.secListBox::after{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    border:1px solid;
    border-color:#d6d6d6;
    border-radius: 5px;
    top: 0;
    left: 0;
    pointer-events: none;
}
.secListBox.original::after{
    border-color:#0c6334;
    border-width: 3px;
}
.secListBox .listboxtit{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 54px;
    display: flex;
    align-items: center;
    background-color:#d6d6d6;
}
.secListBox.original .listboxtit{
    background-color: #0c6334;
    color: #fff;
    justify-content: center;
}
.secListBox .boxtit{
    font-size: 20px;
    line-height: calc(28 / 20);
    display: inline-block;
    width: 100%;
    text-align: center;
}
.secListBox.original .boxtit{
    position: relative;
    width: auto;
    padding-left:calc(100px + 15px);
}
.secListBox.original .icon_says{
    width: 100px;
    height: 32px;
    position: absolute;
    left: 0px;
    top: calc(50% - 16px);
    background-color: #fff;
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.secListBox.original .iconInner{
    width: 69px;
    height: auto;
}
.secListBox .listboxImg{
    text-align: center;
}
.secListBox .img{
    margin: 0 auto;
}
#list01_02 .secListBox .img{
    width: 210px;
}
#list01_02 .secListBox.original .img{
    width: 246px;
}
.secListBox .imgtit{
    font-size: 12px;
    line-height: calc(15 / 12);
    margin-top: 7px;
    letter-spacing: 0.05em;
}
.secListBox .txt{
    font-size: 14px;
    line-height: calc(24 / 14);
    margin-top: 22px;
}
@media only screen and (max-width:767px){
    .secListBox{
        height: auto;
        padding: 19px 16px;
        padding-top: calc(45px + 21px);
    }
    .secListBox.original::after{
        border-width: 2px;
    }
    .secListBox .listboxtit{
        height: 45px;
    }
    .secListBox .boxtit{
        font-size: 15px;
    }
    .secListBox.original .boxtit{
        padding-left:calc(73px + 5px);
    }
    .secListBox.original .icon_says{
        width: 73px;
        height: 30px;
        top: calc(50% - 15px);
    }
    .secListBox.original .iconInner{
        width: 58px;
        height: auto;
    }
    #list01_02 .secListBox .img{
        width: 195px;
    }
    #list01_02 .secListBox.original .img{
        width: 229px;
    }
    .secListBox .imgtit{
        font-size: 11px;
        margin-top: 5px;
    }
    .secListBox .txt{
        font-size: 12px;
        line-height: calc(22 / 12);
        margin-top: 5px;
    }
}
@media only screen and (max-width:374px){
    .secListBox .boxtit{
        font-size: 13px;
    }
}
/* type02 */
.secListBox.type02{
    padding-top: 77px;
    padding-bottom: 43px;
}
.secListBox.type02 .listboxtit{
    display: block;
    height: 77px;
    text-align: center;
    padding-top: 13px;
}
.secListBox.type02 .boxsubtit{
    font-size: 14px;
    line-height: 1.5;
}
.secListBox.type02 .boxtit{
    margin-top: 1px;
}
.secListBox.original.type02 .boxtit{
    padding-left: 0;
}
.secListBox.original.type02 .icon_says{
    top: 10px;
    left: 10px;
}
.secListBox.type02 .type02Img{
    max-width: 334px;
    margin: 0 auto;
    margin-top: 39px;
}
.secListBox.type02 .type02txtbox{
    text-align: center;
    margin-top: 25px;
}
.secListBox.type02 .type02txt{
    font-size: 14px;
    line-height: calc(20 / 14);
}
.secListBox.type02 .type02tit{
    font-size: 18px;
    line-height: calc(24 / 18);
    margin-top: 5px;
}
.secListBox.type02 .type02tit .intxt{
    display: inline-block;
    position: relative;
    padding-left: 35px;
}
.secListBox.type02 .type02tit .intxt::after{
    content: "";
    position: absolute;
    width:27px;
    height: 11px;
    left: 0;
    top: calc(50% - 5.5px);
}
.secListBox.type02.lazyloaded .type02tit .intxt::after{
    background: url(../img/housing_spec/imgtype02_Arrow.png) no-repeat center center;
    background-size: 100% auto;
}
.secListBox.type02.original .type02tit .backline{
    background: linear-gradient(transparent 70%, #f7c000 0%);
}
@media only screen and (max-width:767px){
    .secListBox.type02{
        padding-top: 71px;
        padding-bottom: 18px;
    }
    .secListBox.type02 .listboxtit{
        height: 71px;
        padding-top: 16px;
    }
    .secListBox.type02 .boxsubtit{
        font-size: 12px;
    }
    .secListBox.type02 .boxtit{
        margin-top: 0px;
        font-size: 18px;
    }
    .secListBox.original.type02 .boxtit{
        padding-left: 0;
    }
    .secListBox.original.type02 .listboxtit{
        display: flex;
        justify-content: center;
        padding-top: 0;
    }
    .secListBox.original.type02 .originalIn{
        position: relative;
        display: inline-block;
        padding-left: calc(90px + 10px);
    }
    .secListBox.original.type02 .icon_says{
        top: calc(50% - 15px);
        left: 0px;
        width: 90px;
    }
    .secListBox.type02 .type02Img{
        width: 200px;
        margin-top: 16px;
    }
    .secListBox.type02 .type02txtbox{
        margin-top: 13px;
    }
    .secListBox.type02 .type02txt{
        font-size: 12px;
    }
    .secListBox.type02 .type02tit{
        font-size: 14px;
        margin-top: 3px;
    }
    .secListBox.type02 .type02tit .intxt{
        padding-left: 28px;
    }
    .secListBox.type02 .type02tit .intxt::after{
        width:21px;
        height: 10px;
        top: calc(50% - 5px);
    }
    .secListBox.type02.lazyloaded .type02tit .intxt::after{
        background-position: center right;
        background-size: auto 100%;
    }
    .secListBox.type02.original .type02tit .backline{
        background: linear-gradient(transparent 70%, #f7c000 0%);
    }
}
/* type03 */
.secListBox.type03{
    padding: 24px 20px;
    padding-top: calc(54px + 30px);
}
.secListBox.original.type03 .boxtit{
    padding-left: 0;
}
.secListBox.original.type03 .icon_says{
    left: 25px;
}
.secListBox.type03 .type03Img{
    margin: 0 auto;
    max-width: 447px;
    margin-top: 4px;
}
.secListBox.type03.original .type03Img{
    max-width: 277px;
    margin-top: 0;
}
.secListBox.type03 .type03txtbox{
    text-align: center;
    margin-top: 21px;
}
.secListBox.type03 .type03txt{
    font-size: 14px;
    line-height: calc(24 / 14);
}
@media only screen and (max-width:767px){
    .secListBox.type03{
        padding: 10px 20px;
        padding-top: calc(45px + 15px);
    }
    .secListBox.type03.original{
        padding-top: calc(45px + 9px);
    }
    .secListBox.original.type03 .boxtit{
        padding-left: 0;
    }
    .secListBox.original.type03 .icon_says{
        left: 28px;
        width: 90px;
    }
    .secListBox.type03 .type03Img{
        width: 275px;
        margin-top: 0;
        max-width: 100%;
    }
    .secListBox.type03.original .type03Img{
        width: 200px;
        margin-top: 0;
    }
    .secListBox.type03 .type03txtbox{
        margin-top: 10px;
    }
    .secListBox.type03 .type03txt{
        font-size: 12px;
        line-height: calc(22 / 12);
    }
}
@media only screen and (max-width:374px){
    .secListBox.original.type03 .icon_says{
        width: 73px;
    }
}
/* type04 */
.secListBox.type04{
    padding: 26px 40px;
    padding-top: calc(54px + 23px);
}
@media only screen and (min-width:768px){
    .secListBox.original.type04 .listboxtit{
        width: 100%;
        justify-content: flex-start;
    }
}
.secListBox.original.type04 .boxtit{
    font-size: 15px;
    width: 100%;
    padding-left: 141px;
    text-align: left;
}
.secListBox.original.type04 .icon_says{
    left: 25px;
}
.secListBox.type04 .type04txtbox{
    text-align: left;
}
.secListBox.type04 .type04txt{
    font-size: 14px;
    line-height: calc(24 / 14);
}
.secListBox.type04.original .type04txt .intxt{
    position: relative;
    padding-left: 34px;
}
.secListBox.type04.original .type04txt .intxt::after{
    content: "";
    position: absolute;
    width: 27px;
    height: 11px;
    left: 4px;
    top: calc(50% - 5.5px);
}
.secListBox.lazyloaded.type04.original .type04txt .intxt::after{
    background: url(../img/housing_spec/imgtype02_Arrow.png) no-repeat center center;
    background-size: 100% auto;
}
.secListBox.type04 .type04txt .backline{
    background: linear-gradient(transparent 70%, #f7c000 0%);
}
.secListBox.type04 .type04Img{
    margin: 0 auto;
    margin-top: 20px;
    width: 293px;
}
.secListBox.original.type04 .type04Img{
    width: 276px;
}
@media only screen and (max-width:767px){
    .secListBox.type04{
        padding: 15px 18px;
        padding-top: calc(45px + 8px);
    }
    .secListBox.type04.original{
        padding-top: calc(71px + 9px);
    }
    .secListBox.original.type04 .boxtit{
        line-height: calc(25 / 15);
        width:auto;
        padding-left:0;
    }
    .secListBox.original.type04 .listboxtit{
        height: 71px;
    }
    .secListBox.type04.original .originalIn{
        position: relative;
        display: inline-block;
        padding-left: calc(90px + 10px);
    }
    .secListBox.original.type04 .icon_says{
        left: 0;
        width: 90px;
    }
    .secListBox.type04 .type04txtbox{
        text-align: left;
    }
    .secListBox.type04 .type04txt{
        font-size: 12px;
        line-height: calc(22 / 12);
    }
    .secListBox.type04.original .type04txt .intxt{
        padding-left: 32px;
        font-size: 14px;
        line-height: calc(24 / 14);
    }
    .secListBox.type04.original .type04txt .intxt::after{
        width: 21px;
        height: 10px;
        top: calc(50% - 5px);
        left: 3px;
    }
    .secListBox.lazyloaded.type04.original .type04txt .intxt::after{
        background-position: center right;
        background-size: auto 100%;
    }
    .secListBox.type04 .type04Img{
        margin-top: 11px;
        width:100%;
        max-width: 275px;
    }
    .secListBox.original.type04 .type04Img{
        max-width: 261px;
        width:100%;
    }
}
/* .type05 */
.secSwTxtBox .compaList .compaItem{
    width: calc((100% - 50px) / 3);
}
.secSwTxtBox .compaList .compaItem + .compaItem{
    margin-left: 25px;
}
.secListBox.type05{
    padding: 40px 40px;
    padding-top: calc(80px + 26px);
}
.secListBox.original.type05 .boxtit{
    padding-left: 0;
}
.secListBox.original.type05 .icon_says{
    top: 6px;
    left: 10px;
}
.secListBox.type05 .listboxtit{
    display: block;
    text-align: center;
    height: 80px;
    padding-top: 14px;
}
.secListBox.type05 .boxsubtit{
    font-size: 16px;
    line-height: calc(20 / 16);
    margin-top: 1px;
}
.secListBox.type05 .type05txtbox{
    text-align: center;
}
.secListBox.type05 .type05ontxt{
    font-size: 14px;
    line-height: calc(20 / 14);
    letter-spacing: 0.05em;
}
.secListBox.type05 .type05middletxt{
    font-size: 12px;
    line-height: calc(18 / 12);
    margin-top: 3px;
}
.secListBox.type05 .type05middletxt .intxt{
    padding-right: 4px;
}
.secListBox.type05 .type05middletxt .inback{
    padding: 0px 2px;
    border-radius: 2px;
}
.secListBox.type05 .type05middletxt .inback.blue{
    background-color:#54c8e3;
}
.secListBox.type05 .type05middletxt .inback.yellow{
    background-color:#fee002;
}
.secListBox.type05 .type05middletxt .inback.red{
    background-color:#fe8368;
}
.secListBox.type05 .type05undertxt{
    font-size: 12px;
    line-height: calc(16/ 12);
    margin-top: 1px;
    letter-spacing: 0.05em;
}
.secListBox.type05 .type05Img{
    width: 206px;
    margin: 0 auto;
    margin-top: 24px;
}
.secListBox.original.type05 .type05Img{
    width: 221px;
}
@media only screen and (max-width:767px){
    .secSwTxtBox .compaList .compaItem{
        width: 100%;
    }
    .secSwTxtBox .compaList .compaItem + .compaItem{
        margin-left: 0px;
        margin-top:20px;
    }
    .secListBox.type05{
        padding: 20px 20px;
        padding-top: calc(76px + 17px);
    }
    .secListBox.original.type05 .boxtit{
        padding-left: 0;
    }
    .secListBox.original.type05 .icon_says{
        top:calc(50% - 15px);
        left: 8px;
        width: 90px;
    }
    .secListBox.type05 .listboxtit{
        height: 76px;
        padding-top: 16px;
    }
    .secListBox.type05 .boxsubtit{
        font-size: 13px;
        line-height: calc(18 / 13);
        margin-top: 4px;
    }
    .secListBox.type05 .type05txtbox{
        text-align: center;
    }
    .secListBox.type05 .type05ontxt{
        font-size: 13px;
    }
    .secListBox.type05 .type05middletxt{
        font-size: 10px;
        margin-top: 7px;
    }
    .secListBox.type05 .type05middletxt .inback{
        padding: 0px 2px;
    }
    .secListBox.type05 .type05undertxt{
        font-size: 10px;
        margin-top: 3px;
    }
    .secListBox.type05 .type05Img{
        max-width: 206px;
        width: 100%;
        margin-top: 13px;
    }
    .secListBox.original.type05 .type05Img{
        max-width: 221px;
        width: 100%;
    }
}
@media only screen and (max-width:374px){
    .secListBox.original.type05 .icon_says{
        width: 73px;
    }
}
/* type06 */
.secListBox.type06{
    padding: 20px 20px;
    padding-top: calc(84px + 20px);
}
.secListBox.type06 .listboxtit{
    height: 84px;
}
.secListBox.original.type06 .icon_says{
    left:25px;
    top: 10px;
}
.secListBox.type06 .boxtit{
    font-size: 20px;
    line-height: calc(28 / 20);
    padding: 0;
}
.secListBox.type06 .onbox{
    padding-left: 0;
    position: relative;
    padding-top: 98px;
}
.secListBox.type06 .ontxt{
    width: 100%;
    text-align: center;
    font-size:14px;
    line-height: calc(24 / 14);
    position: absolute;
    top: 15px;
    left: 0;
}
.secListBox.type06.original .ontxt{
    top: 0px;
}
.secListBox.type06 .type06Img{
    width: 220px;
    margin: 0 auto;
}
.secListBox.type06 .meritlist{
    margin-top:35px;
}
.secListBox.type06 .meritItem{
    position: relative;
    background-color:#fcf0c7;
    border-radius: 5px;
    overflow: hidden;
    padding: 15px;
    padding-top: calc(28px + 11px);
}
.secListBox.type06 .meritItem + .meritItem{
    margin-top: 10px;
}
.secListBox.type06 .meritItem.demerit{
    background-color:#d6d6d6;
    height: 230px;
}
.secListBox.type06.original .meritItem.demerit{
    height: auto;
}
.secListBox.type06 .merittitbox{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 28px;
    display: flex;
    align-items: center;
    background-color: #f7c000;
    padding: 0 20px;
}
.secListBox.type06 .meritTit{
    font-size:15px;
    line-height: calc(24 / 15);
    display: inline-block;
    width: 100%;
    text-align: left;
}
.secListBox.type06 .demerit .merittitbox{
    background-color: #141413;
    color: #fff;
}
.secListBox.type06 .meritTxt{
    font-size:13px;
    line-height: calc(22 / 13);
}
@media only screen and (max-width:767px){
    .secListBox.type06{
        padding: 20px 19px;
        padding-top: calc(45px + 12px);
    }
    .secListBox.type06.original{
        padding-top: calc(71px + 14px);
    }
    .secListBox.type06 .listboxtit{
        height: 45px;
    }
    .secListBox.type06.original .listboxtit{
        height: 71px;
    }
    .secListBox.original.type06 .icon_says{
        left: 0;
        top: calc(50% - 15px);
        width: 90px;
    }
    .secListBox.type06 .boxtit{
        font-size: 15px;
        line-height: calc(25 / 15);
    }
    .secListBox.type06.original .orginalInnner{
        position: relative;
        display: inline-block;
        padding-left:100px;
    }
    .secListBox.type06.original .boxtit{
        text-align: left;
    }
    .secListBox.type06 .onbox{
        padding-left: 0;
        position: relative;
        padding-top: 0;
    }
    .secListBox.type06 .ontxt{
        text-align: left;
        font-size:12px;
        line-height: calc(22 / 12);
        position: static;
    }
    .secListBox.type06 .type06Img{
        max-width: 170px;
        width: 100%;
        margin: 0 auto;
        margin-top: 17px;
    }
    .secListBox.type06 .meritlist{
        margin-top:20px;
    }
    .secListBox.type06 .meritItem{
        padding: 10px;
        padding-top: calc(24px + 4px);
        min-height: 0;
    }
    .secListBox.type06 .meritItem + .meritItem{
        margin-top: 10px;
    }
    .secListBox.type06 .meritItem.demerit{
        min-height:0;
        height: auto;
    }
    .secListBox.type06 .merittitbox{
        height: 24px;
    }
    .secListBox.type06 .meritTit{
        font-size:13px;
    }
    .secListBox.type06 .meritTxt{
        font-size:12px;
        line-height: calc(22 / 12);
    }
}
@media only screen and (max-width:374px){
    .secListBox.original.type06 .icon_says{
        width: 73px;
    }
    .secListBox.type06.original .orginalInnner{
        padding-left: 80px;
    }
    .secListBox.type06 .boxtit{
        font-size: 13px;
    }
}
/* type07 */
.secListBox.type07{
    padding: 29px 20px;
    padding-top: calc(54px + 24px);
}
.secListBox.type07 .boxtit{
    font-size: 18px;
}
.secListBox.type07 .orginalInnner{
    display: inline-block;
    position: relative;
}
.secListBox.type07 .type07txt{
    font-size: 14px;
    line-height: calc(24 / 14);
}
.secListBox.type07 .type07Img{
    max-width: 260px;
    width: 100%;
    margin: 0 auto;
    margin-top: 40px;
}
.secListBox.type07.original .type07Img{
    max-width: 419px;
}
@media only screen and (max-width:767px){
    .secListBox.type07{
        padding: 20px 20px;
        padding-top: calc(45px + 13px);
    }
    .secListBox.type07 .boxtit{
        font-size: 15px;
    }
    .secListBox.type07.original .boxtit{
        padding-left: calc(90px + 7px);
    }
    .secListBox.type07 .orginalInnner{
    }
    .secListBox.type07 .icon_says{
        width: 90px;
        left: 0px;
    }
    .secListBox.type07 .type07txt{
        font-size: 12px;
        line-height: calc(22 / 12);
    }
    .secListBox.type07 .type07Img{
        margin-top: 16px;
    }
    .secListBox.type07.original .type07Img{
        max-width: 301px;
    }
}
@media only screen and (max-width:374px){
    .secListBox.type07.original .boxtit{
        padding-left: calc(73px + 5px);
    }
    .secListBox.type07 .boxtit{
        font-size: 13px;
    }
    .secListBox.type07 .icon_says{
        width: 73px;
    }
}
/* type08 */
.secListBox.type08{
    padding: 29px 20px;
    padding-top: calc(54px + 24px);
}
.secListBox.type08 .type08txt{
    width: 100%;
    text-align: center;
    font-size: 14px;
    line-height: calc(24 / 14);
}
.secListBox.original.type08 .boxtit{
    padding: 0;
}
.secListBox.original.type08 .icon_says{
    left: 10px;
}
.secListBox.type08 .type08Img{
    width: 100%;
    max-width: 429px;
    margin: 0 auto;
    margin-top: 40px;
}
.secListBox.type08.original .type08Img{
    max-width: 412px;
}
.secListBox.type08 .meritlist{
    margin-top:35px;
}
.secListBox.type08 .meritItem{
    position: relative;
    background-color:#fcf0c7;
    border-radius: 5px;
    overflow: hidden;
    padding: 15px;
    padding-top: calc(28px + 11px);
    min-height: 100px;
}

.secListBox.type08 .meritItem + .meritItem{
    margin-top: 10px;
}
.secListBox.type08 .meritItem.demerit{
    background-color:#d6d6d6;
}
.secListBox.type08.original .meritItem.demerit{
    height: auto;
}
.secListBox.type08 .merittitbox{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 28px;
    display: flex;
    align-items: center;
    background-color: #f7c000;
    padding: 0 20px;
}
.secListBox.type08 .meritTit{
    font-size:15px;
    line-height: calc(24 / 15);
    display: inline-block;
    width: 100%;
    text-align: left;
}
.secListBox.type08 .demerit .merittitbox{
    background-color: #141413;
    color: #fff;
}
.secListBox.type08 .meritTxt{
    font-size:13px;
    line-height: calc(22 / 13);
}
@media only screen and (max-width:767px){
    .secListBox.type08{
        padding: 21px 20px;
        padding-top: calc(45px + 12px);
    }
    .secListBox.type08 .type08txt{
        text-align: left;
        font-size: 12px;
        line-height: calc(22 / 12);
    }
    .secListBox.original.type08 .icon_says{
        left: 8px;
        width: 90px;
    }
    .secListBox.type08 .type08Img{
        margin-top: 14px;
        max-width: 305px;
    }
    .secListBox.original.type08 .type08Img{
        max-width: 305px;
    }
    .secListBox.type08 .meritlist{
        margin-top:20px;
    }
    .secListBox.type08 .meritItem{
        padding: 10px;
        padding-top: calc(24px + 4px);
        min-height: 0;
    }
    .secListBox.type08 .meritItem + .meritItem{
        margin-top: 10px;
    }
    .secListBox.type08 .meritItem.demerit{
        min-height:0;
        height: auto;
    }
    .secListBox.type08 .merittitbox{
        height: 24px;
    }
    .secListBox.type08 .meritTit{
        font-size:13px;
    }
    .secListBox.type08 .meritTxt{
        font-size:12px;
        line-height: calc(22 / 12);
    }
}
@media only screen and (max-width:374px){
    .secListBox.original.type08 .icon_says{
        width: 73px;
    }
}
