@charset "utf-8";


/* secNarrow */
.secNarrow{
    margin-top: 30px;
}
.secNarrow .narrowTit{
    position: relative;
    width: 100%;
    height: 80px;
    background-color: #182033;
    padding: 0 30px;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.secNarrow .narrowTit::before,
.secNarrow .narrowTit::after {
	content: '';
	display: block;
	width: 20px;
	height: 2px;
	border-radius: 5px;
	background: white;
	position: absolute;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
}
.secNarrow .narrowTit::after {
	transform: translateY(-50%) rotate(90deg);
	transition: 0.5s;
}
.secNarrow .narrowTit.active::after {
	transform: rotate(0);
	transition: 0.5s;
	top: 48%;
}
.secNarrow .narrowList {
    border: 1px solid #182033;
    background-color: #fff;
    padding: 0 30px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    border-radius: 0 0 4px 4px;
    margin: 0 auto 30px;
}
.secNarrow .narrowList .item{
    width: 100%;
    font-size: 15px;
    display: none;
    align-items: center;
    padding: 20px 0;
    /* border-bottom: 1px solid #ccc; */
}
.secNarrow .narrowList .item.btnItem{
    padding: 30px 0;
}
.secNarrow .narrowList .item.showItem{
    display: flex;
}
.secNarrow .narrowList .item.halfItem{
    width: 50%;
}
.secNarrow .narrowList .item:last-child{
    border-bottom: none;
}
.secNarrow .narrowList .item .txt{
    font-weight: bold;
    width: 90px;
}
.secNarrow .narrowList .item .boxForm{
    display: flex;
    align-items: center;
    width: 64.698%;
}
.secNarrow .narrowList .item .boxForm .txt{
    font-weight: normal;
    width: auto;
    margin: 0 10px;
}
.secNarrow .narrowList .item .inputBox{
    width: 180px;
}
.secNarrow .narrowList .item .inputBox:only-child{
    width: 100%;
}
.secNarrow .narrowList .item input:not(input[type="checkbox"]),
.secNarrow .narrowList .item select{
    width: 100%;
    height: 45px;
    border: 1px solid #adadad;
    font-family: inherit;
    padding-left: 14px;
    background-color: #fff;
    border-radius: 0;
    color: inherit;
}
.secNarrow .narrowList .txt{
    font-size: 15px;
    font-weight: bold;
}
.secNarrow .boxCheck{
    display: flex;
}
.secNarrow input[type="checkbox"],
.secNarrow .txtCheck::before{
    width: 22px;
    height: 22px;
}
.secNarrow input[type="checkbox"]{
    visibility: hidden;
    position: absolute;
    margin: 0;
}
.secNarrow .labelCheck{
    position: relative;
    font-size: 15px;
    display: inline-block;
}
.secNarrow .itemCheck:nth-child(n+2){
    margin-left: 30px;
}
.secNarrow .txtCheck{
    display: inline-flex;
    align-items: center;
}
.secNarrow .txtCheck::before{
    content: "";
    width: 22px;
    height: 22px;
    border-radius: 3px;
    background: #fff;
    margin-right: 10px;
    border: 1px solid #adadad;
}
.secNarrow input[type="checkbox"]:checked + .txtCheck.lazyloaded::before{
    background: url(../img/common/iconCheckbox.gif) center center / 14px auto no-repeat;
}
.secNarrow .narrowList .pageBtn{
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.25);
    font-size: 13px;
    font-weight: bold;
}
.secNarrow .narrowList .pageBtn .labelCheck{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.secNarrow .sBtnBox .pageBtn.claBtn span::after,
.secNarrow .narrowList .pageBtn span::before,
.secNarrow .narrowList .pageBtn span::after{
    position: absolute;
    content: '';
}
.secNarrow .sBtnBox .pageBtn.claBtn span::after,
.secNarrow .narrowList .pageBtn span::after{
    bottom: -5px;
    left: -16px;
    width: 124px;
    height: 1px;
    background-color: #000;
}
.secNarrow .sBtnBox .pageBtn.claBtn span::after{
    width: 100%;
    left: 0;
}
.secNarrow .narrowList .pageBtn span::before{
    content: '+';
    bottom: -4px;
    left: -17px;
    font-size: 22px;
    font-weight: normal;
}
.sBtnBox{
    display: flex;
    justify-content: center;
    margin: 30px auto 0;
}
.sBtnBox .pageBtn + .pageBtn{
    margin-left: 25px;
}
.secNarrow .sBtnBox .pageBtn:not(.claBtn){
    box-shadow: none;
    background-color: #65ad2f;
    color: #fff;
}
.sBtnBox .pageBtn{
    margin: 0;
}
.secNarrow .sBtnBox .pageBtn::before{
    display: none;
}
.secNarrow .sBtnBox .pageBtn:not(.claBtn) span::before{
    position: absolute;
    content: '';
    background-size: contain;
    background-repeat: no-repeat;
    margin: auto;
    top: 0;
    bottom: 0;
    left: -20px;
    width: 14px;
    height: 14px;
    background-image: url(../img/estate/iconSearch.gif);
}
.secNarrow .searchNum{
    position: relative;
    text-align: center;
    margin-top: 50px;
}
.secNarrow .searchNum::before{
    position: absolute;
    content: '';
    top: -25px;
    left: 0;
    right: 0;
    margin: auto;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 20px 0 20px;
    border-color: #444444 transparent transparent transparent;
}
.secNarrow .searchNum .txtNum{
    font-size: 16px;
    margin-right: 2px;
}
.secNarrow .searchNum .numBig{
    font-size: 38px;
    font-weight: bold;
}
@media only screen and (max-width:767px){
    .secNarrow{
        margin-top: 20px;
    }
    .secNarrow .narrowTit{
        height: 50px;
        padding: 0 20px;
        font-size: 15px;
    }
    .secNarrow .narrowTit::before,
    .secNarrow .narrowTit::after {
        width: 15px;
        height: 1px;
        border-radius: 0;
    }
    .secNarrow .narrowList {
        padding: 0 20px;
        border-radius: 0 0 3px 3px;
        margin: 0 auto 20px;
    }
    .secNarrow .narrowList .item{
        width: 100%!important;
        font-size: 13px;
        align-items: flex-start;
        flex-direction: column;
        padding: 15px 0;
    }
    .secNarrow .narrowList .item.btnItem {
        padding: 20px 0;
    }
    .secNarrow .narrowList .item.btnItem .pageBtn::before{
        display: none;
    }
    .secNarrow .narrowList .item .txt{
        width: auto;
    }
    .secNarrow .narrowList .item .boxForm{
        width: 100%;
        display: flex;
        align-items: center;
        margin-top: 10px;
    }
    .secNarrow .narrowList .item .boxForm .txt{
        margin: 0 5px;
    }
    .secNarrow .narrowList .item .inputBox{
        width: 50%;
    }
    .secNarrow .narrowList .item input,
    .secNarrow .narrowList .item select{
        height: 40px;
        font-size: 16px;
    }
    .secNarrow .narrowList .txt{
        font-size: 15px;
        font-weight: bold;
    }
    .secNarrow .boxCheck{
        justify-content: space-between;
        flex-wrap: wrap;
        margin-top: 10px;
    }
    .secNarrow .boxCheck .itemCheck{
        width: 50%;
        margin-bottom: 5px;
    }
    .secNarrow .item:last-child .boxCheck .itemCheck{
        width: 100%;
    }
    .secNarrow .labelCheck{
        font-size: 13px;
    }
    .secNarrow .itemCheck:nth-child(n+2){
        margin-left: 0;
    }
    .secNarrow input[type="checkbox"],
    .secNarrow .txtCheck::before,
    .secNarrow .txtCheck::before{
        width: 20px;
        height: 20px;
    }
    .secNarrow .narrowList .pageBtn{
        box-shadow: none;
        height: auto;
    }
    .sBtnBox{
        margin: 20px auto 0;
        align-items: center;
        flex-direction: column;
    }
    .secNarrow .sBtnBox .pageBtn{
        width: 82.61%;
        height: 44px;
        border-radius: 22px;
    }
    .sBtnBox .pageBtn + .pageBtn {
        margin: 15px 0 0 0;
    }
    .secNarrow .sBtnBox .pageBtn:not(.claBtn)::before{
        display: none;
    }
    .secNarrow .sBtnBox .pageBtn:not(.claBtn) span::before{
        left: -20px;
        width: 14px;
        height: 14px;
    }
    .secNarrow .searchNum{
        margin-top: 35px;
    }
    .secNarrow .searchNum::before{
        top: -15px;
        border-width: 15px 15px 0 15px;
    }
    .secNarrow .searchNum .txtNum{
        font-size: 13px;
        line-height: 1.5;
    }
    .secNarrow .searchNum .numBig{
        font-size: 28px;
    }
}
@media only screen and (max-width:360px){
    .secNarrow .boxCheck .itemCheck{
        width: 100%;
    }

}


/* secContents */
.secContents{
    background-color: #ededed;
    padding: 60px 0 100px;
    margin-top: 80px;
}
@media only screen and (max-width:767px){
    .secContents{
        border-top: 1px solid #1f2126;
        padding: 35px 0 70px;
        margin-top: 50px;
    }
}

/* linkList */
.linkList{
    display: flex;
    justify-content: center;
}
.linkList .item{
    width: 30%;
}
.linkList .item + .item{
    margin-left: 5%;
}
.linkList .item .aBtn{
    width: 100%;
    height: 100px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    background-color: #fff;
    text-align: center;
    border-radius: 5px;
    box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.1);
}
.linkList .item .aBtn .jpTxt{
    font-size: 25px;
    font-weight: bold;
    margin-top: 5px;
}
@media only screen and (max-width:767px){
    .linkList .item{
        width: 32.116%;
    }
    .linkList .item + .item{
        margin-left: 1.8%;
    }
    .linkList .item .aBtn{
        height: 62px;
    }
    .linkList .item .aBtn .jpTxt{
        font-size: 16px;
    }
}

/* areaBox */
.areaBox{
    margin-top: 60px;
}
.areaBox h2.areaTit{
    width: 100%;
    height: 60px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    background-color: #182033;
    color: #fff;
    padding-left: 20px;
}
.areaBox .areaTxt{
    position: relative;
    display: inline-block;
    font-size: 25px;
    font-weight: bold;
}
.areaBox .areaTxt::after{
    position: absolute;
    content: '';
    margin: auto;
    display: block;
    bottom: 0;
    right: -18px;
    width: 12px;
    height: 3px;
    background: #9ad320;
}
.areaBox .wrapper{
    margin-top: 50px;
}
.areaBox .wrapperArea .areaTxt{
    font-size: 20px;
    font-weight: normal;
}
.areaBox .wrapperArea + .wrapperArea{
    margin-top: 45px;
    padding-top: 45px;
    background: linear-gradient(to right, #afafaf, #afafaf 1px, transparent 1px, transparent 4px) left top / 4px 2px repeat-x;
}
.areaBox .themeList{
    margin: 30px auto 0;
    display: flex;
    flex-wrap: wrap;
}
.areaBox .themeList .item{
    width: 31.25%;
    position: relative;
}
.areaBox .themeList .item:nth-child(n+4){
    margin-top: 3.12%;
}
.areaBox .themeList .item + .item{
    margin-left: 3.12%;
}
.areaBox .themeList .item:nth-child(3n+1){
    margin-left: 0;
}
.areaBox .themeList .item .imgBox,
.areaBox .themeList .item .imgCover{
    width: 100%;
}
.areaBox .themeList .item .imgCover{
    height: 0;
    padding-top: 75.67%;
}
.areaBox .themeList .item .imgCover{
    padding-top: 66%;
}
.areaBox .searchList .item img{
    border-radius: 5px;
}
.areaBox .themeList .item img{
    box-shadow: -2px -1px 10px 2px rgba(0, 0, 0, 0.2);
}
.areaBox .themeList .item .txtBox{
    margin-top: 15px;
}
.areaBox .themeList .item .txtBox .titArea{
    display: flex;
    justify-content: space-between;
}
.areaBox .themeList .item .txtBox .tit,
.areaBox .themeList .item .txtBox .txt{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.areaBox .themeList .item .txtBox .tit{
    font-size: 20px;
}
.areaBox .themeList .item .txtBox .txt{
    font-size: 16px;
    margin-top: 5px;
}
@media only screen and (max-width:767px){
    .areaBox{
        margin-top: 25px;
    }
    .areaBox h2.areaTit{
        padding-left: 10px;
    }
    .areaBox .areaTxt{
        font-size: 18px;
    }
    .areaBox .areaTxt::after{
        right: -8px;
        width: 5px;
        height: 2px;
    }
    .areaBox .wrapper{
        margin-top: 20px;
    }
    .areaBox .wrapperArea .areaTxt{
        font-size: 18px;
    }
    .areaBox .wrapperArea + .wrapperArea{
        margin-top: 50px;
        padding-top: 0;
        background: none;
    }
    .areaBox .themeList{
        flex-wrap: wrap;
        justify-content: space-between;
        margin-top: 30px;
    }
    .areaBox .areaTit + .themeList{
        margin-top: 15px;
    }
    .areaBox .themeList .item{
        width: 47.889%;
        position: relative;
    }
    .areaBox .themeList .item + .item{
        margin-left: 0;
    }
    .areaBox .themeList .item:nth-child(n+3){
        margin-top: 15px;
    }
    .areaBox .themeList .item .imgCover{
        padding-top: 66.478%;
    }
    .areaBox .themeList .item img{
        box-shadow: -2px -1px 10px 2px rgba(0, 0, 0, 0.2);
    }
    .areaBox .themeList .item .txtBox{
        margin-top: 8px;
    }
    .areaBox .themeList .item .txtBox .titArea{
        display: flex;
        justify-content: space-between;
    }
    .areaBox .themeList .item .txtBox .tag{
        width: 40px;
        height: 14px;
        font-size: 10px;
    }
    .areaBox .themeList .item .txtBox .tit{
        font-size: 14px;
        font-weight: bold;
    }
    .areaBox .themeList .item .txtBox .txt{
        font-size: 10px;
        margin-top: 7px;
    }
}


/* secHalrBnr */
.secHalrBnr{margin-top: 0;}

.narrowList + .pageBtn:not(.claBtn){
    box-shadow: none;
    background-color: #65ad2f;
    color: #fff;
}
.narrowList + .pageBtn:not(.claBtn)::before{
    display: none;
}
.narrowList + .pageBtn:not(.claBtn) span::before{
    position: absolute;
    content: '';
    background-size: contain;
    background-repeat: no-repeat;
    margin: auto;
    top: 0;
    bottom: 0;
    left: -20px;
    width: 14px;
    height: 14px;
    background-image: url(../img/estate/iconSearch.gif);
}