@charset "UTF-8";



.sitemap_list {
	display: flex;
	flex-wrap: wrap;
	width: 101%;
	margin-bottom: 30px;
}
.sitemap_list.col_three {
	width: 102%;
}
.sitemap_list li {
	width: 24%;
	margin-right: 1%;
	margin-bottom: 10px;
    background-color: #fff5f5;
    padding: 5px 5px 5px 10px;
    border-radius: 5px;
}

.sitemap_list.col_three li {
	width: 32%;
	margin-right: 1%;
}
.sitemap_list li a {
	display: block;
	position: relative;
	text-decoration: none;
}
.sitemap_list li a::before {
	content: "› ";
	color: #fe9d12;
	font-size: 20px;
	font-weight: bold;
}

.sitemap_title {
	padding: 10px 0 0 0;
    line-height: 120%;
    font-size: 135%;
    font-weight: bold;
    color: #315478;
	border-bottom: 3px solid #fe8a89;
	margin-bottom: 20px;
}
.sitemap_stitle {
	padding: 10px 0 0 0;
    font-size: 110%;
    font-weight: bold;
    color: #315478;
	margin-bottom: 10px;
}


/* spview */
@media screen and (max-width:767px) {
		
	.sitemap_list {
		width: 102%;
	}
	.sitemap_list.col_three {
		width: 100%;
	}
	.sitemap_list li {
		width: 48%;
		margin-right: 2%;
	}

	.sitemap_list.col_three li {
		width: 100%;
		margin-right: 0%;
	}
}