@charset "UTF-8";

.sitemap{
	padding: 0 0 90px 0;
}
.sitemapSection{
}
.sitemapSection .inner{
	padding: 0 60px;
}
.sitemapList {
	margin: 50px 0 0 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.sitemapItem {
	width: 560px;
	border-top: 1px solid #ddd;
	padding: 30px 0;
	font-weight: bold;
}
@media screen and (max-width:560px) {
	.sitemap {
		padding: 0 0 10.64vw 0;
	}
	.sitemapSection .inner {
		padding: 0 5.32vw;
	}
	.sitemapList {
		margin: 5.32vw 0 0 0;
	}
	.sitemapList {
		margin: 5.32vw 0 0 0;
	}
	.sitemapItem {
		width: 100%;
		padding: 5.32vw 0;
	}
}