@charset "UTF-8";


.sitemap-list {
	box-sizing: border-box;
}
.sitemap-list a {
	color: #333;
	text-decoration: none;
}
.sitemap-list .depth_1 > span,
.sitemap-list .depth_1 > a {
	font-weight: bold;
}
/* SP */
@media (max-width: 767px) {
	.sitemap-list {
		font-size: 1.2rem;
	}
	.sitemap-list a {
		display: block;
	}
	.sitemap-list ul {
		line-height: 2.5;
		padding: 0 0 46px 0;
	}
	.sitemap-list .depth_1 {	text-indent: 1em;	}
	.sitemap-list .depth_2 {	text-indent: 2em;	}
	.sitemap-list .depth_3 {	text-indent: 3em;	}
}
/* TB */
@media (min-width: 768px) and (max-width: 1279px) {
	.sitemap-list {
		font-size: 1.2rem;
		padding: 0 0 0 16px;
	}
	.sitemap-list a {
		display: block;
	}
	.sitemap-list ul {
		line-height: 2;
		padding: 0 0 64px 0;
	}
	.sitemap-list .depth_1 {	text-indent: 2.5em;	}
	.sitemap-list .depth_2 {	text-indent: 5em;	}
	.sitemap-list .depth_3 {	text-indent: 7.5em;	}
}
/* PC */
@media (min-width: 1280px) {
	.sitemap-list {
		font-size: 1.4rem;
		padding: 0 0 0 32px;
	}
	.sitemap-list ul {
		line-height: 2;
		padding: 0 0 58px 0;
	}
	.sitemap-list .depth_1 {	text-indent: 3em;	}
	.sitemap-list .depth_2 {	text-indent: 6em;	}
	.sitemap-list .depth_3 {	text-indent: 9em;	}
	.sitemap-list a:hover {
		text-decoration: underline;
	}
}
