/*spのdetail関連を非表示ココカラ*/
#sp_head_close {
	display: none;
}
/*spのdetail関連を非表示ココマデ*/
section.mv {
	background-image: url("../../common/images/sitemap/mainvis_img.jpg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 150px;
	position: relative;
	width: 100%;
}
.mv_ttl {
	position: relative;
	background-repeat: no-repeat;
	background-image: url("../../common/images/sitemap/mainvis_ttl_img.png");
	background-position: 0 0;
	background-size: contain;
	top: 78px;
	margin: 0 auto;
	height: 52px;
	width: 98px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.mv_ttl h1 {
	font-size: 16px;
	color: #013e98;
	margin-bottom: -14px;
	position: relative;
}

section.sitemap_area {
	position: relative;
	width: 100%;
}

.sitemap_inner {
	width: 90%;
	position: relative;
	margin: 0 auto;
}
.sitemap_inner > dl {
	width: 100%;
	position: relative;
	margin: 0 auto;
	display: block;
	border-bottom: solid 2px #013e98;
	margin-bottom: 32px;

}
.sitemap_inner > dl:last-child{
	border-bottom: none;
}

.sitemap_inner > dl dt {
	font-size: 18px;
	color: #013e98;
	text-align: center;
	margin-bottom: 32px;
}
.sitemap_inner > dl > dl:nth-of-type(1) {
	display: flex;
	color: #56595b;
	margin: 0 auto;
	flex-wrap: wrap;
} 
.sitemap_inner > dl > dl dd {
    margin: 0 16px 20px;
}
.sitemap_inner > dl > dl dd a {
	font-size: 16px;
	display: flex;
	justify-content: center;
}
.rent dl {
	width: 100%;
	justify-content: space-around;
}
.buy dl, .lend dl {
	width: 100%;
	justify-content: space-around;
}

/*.lend dl {
	width: 88%;
	justify-content: space-around;
	flex-wrap: wrap;
}*/

.estate dl {
	justify-content: space-around;
}

.build dl {
	justify-content: space-around;
}
.manage dl {
	width: 100%;
	justify-content: space-around;
}


.about > dl:nth-of-type(1) {
	justify-content: space-around;
}
.about > dl:nth-of-type(2) {
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
	margin: 0 auto;
	color: #56595b;
}

.other > dl:nth-of-type(1) {
	justify-content: space-around;
}
.other > dl:nth-of-type(2) {
	display: flex;
	justify-content: space-around;
	margin: 0 auto;
	color: #56595b;
}
@media (orientation: portrait){
 
	/*デバイスが縦向きの場合の記述*/
	.sitemap_inner > dl > dl dd {
		/*width: 100%;*/
	}
}

@media (orientation: landscape){
 
	/*デバイスが横向きの場合の記述*/
	.sitemap_inner > dl > dl dd {
		/*width: 50%;*/
	}
}

