
section.mv {
	position: relative;
	width: 2560px;
	height: 300px;
	background-repeat: no-repeat;
	background-image: url("../../common/images/sitemap/mainvis_img.jpg");
	background-position: 0 0;
}
.mv_ttl {
	position: relative;
	background-repeat: no-repeat;
	background-image: url("../../common/images/sitemap/mainvis_ttl_img.png");
	background-position: 0 0;
	top: 100px;
	margin: 0 auto;
	height: 88px;
	width: 166px;
}
.mv_ttl h1 {
	font-size: 18px;
	color: #013e98;
	position: relative;
	padding-top: 46px;
	text-align: center;
}

section.sitemap_area {
	position: relative;
	width: 2560px;
	height: 1452px;
}

.sitemap_inner {
	width: 790px;
	height: 100%;
	position: relative;
	margin: 0 auto;
	padding-top: 10px;
}
.sitemap_inner > dl {
	width: 790px;
	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;
} 
.sitemap_inner > dl > dl dd {
	margin-bottom: 32px;
}
.sitemap_inner > dl > dl dd a {
	font-size: 16px;
}
.rent dl {
	width: 670px;
	justify-content: space-between;
}
.buy dl, .lend dl {
	width: 100%;
	justify-content: space-between;
}

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

.estate dl {
	width: 335px;
	justify-content: space-between;
}

.build dl {
	width: 196px;
	justify-content: space-between;
}
.manage dl {
	width: 100%;
	justify-content: space-between;
}


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

.other > dl:nth-of-type(1) {
	width: 620px;
	justify-content: space-between;
}
.other > dl:nth-of-type(2) {
	display: flex;
	width: 268px;
	justify-content: space-between;
	margin: 0 auto;
	color: #56595b;
}


