@charset "utf-8";
/* CSS Document */

section {
	margin-bottom: 50px;
}

section ul{
	padding: 0 25px;
}

section:last-of-type{
	padding-top: 30px;
}

.sitemap_top{
	margin-bottom: 40px;
}

.sitemap_top p{
	font-size: 21px;
}

.sitemap_inner{
	max-width: 944px;
	width: 100%;
	margin: 0 auto;
}

.contents_flex{
	justify-content: space-between;
	margin-bottom: 40px;
}

.contents_left{
	width: 50%;
}

@media screen and (max-width: 768px){
	.contents_flex{
		flex-direction: column;
	}
	
	.contents_left{
		width: 100%;
	}
	
}