@charset "UTF-8";

html:not(.sp) .sitemap .headline_2 {
	margin-bottom: 15px;
	font-size: 28px;
}
.list_sitemap .sitemap_box {
	margin-bottom: 84px;
}
.sitemap .cardbox a span {
	display: inline-block;
	position: relative;
	padding-right: 16px;
}
.sitemap .cardbox a span:before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	width: 6px;
	height: 10px;
	margin: auto;
	background: url("/images/icon_arr_blue.png") right center no-repeat;
	background-size: contain;
}

.sitemap .headline_2 a {
	position: relative;
	padding-right: 26px;
	color: #1a1a1a;
}
.sitemap .headline_2 a:before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	width: 6px;
	height: 10px;
	margin: auto;
	background: url("/images/icon_arr_black.png") right center no-repeat;
	background-size: contain;
}