/*----------------------
サイトマップ
------------------------*/
.page_title .inner{
	color: #222;
}

.sitemap-section .cell{
	margin-bottom: 60px;
}
@media only screen and (max-width:767px){
	.sitemap-section .cell{
		margin-bottom: 40px;
	}
}

.sitemap-section .list_links{
	white-space: nowrap;
	display: flex;
	flex-flow: row wrap;
}

.sitemap-section .list_links li{
	flex:  0 0 auto;
	width:  33.33%;
	padding-right: 10px;
}
@media only screen and (max-width:767px){
	.sitemap-section .list_links li{
		width:  50%;
	}
	.sitemap-section .list_links li:nth-child(even){
		padding-right: 0;
	}
}
@media (min-width:768px){
	.sitemap-section .list_links li:nth-child(3n){
		padding-right: 0;
	}
}