.sitemap {
	line-height: 2;
}

.sitemap__item {
	margin-bottom: 30px;
}

.sitemap__parent {
	font-size: 1.8rem;
	font-weight: 700;
	border-bottom: 1px solid #cbcbcb;
	display: block;
	padding: 0 0 3px;
}

.sitemap__parent a {
	display: block;
}

.sitemap__parent a:after {
	content: "";
	background: url(/common/img/icon_link.svg) no-repeat center/contain;
	width: 14px;
	height: 14px;
	margin: 0 0 2px 10px;
	vertical-align: middle;
	display: inline-block;
}

.sitemap__parent a[target="_blank"]:after {
	background-image: url(/common/img/icon_ex2_gray.svg);
}

.sitemap__children {
	padding: 8px 0 0;
}

.sitemap__child {
	margin-bottom: 15px;
}

.sitemap__grandchild:before {
	content: "";
	display: inline-block;
	width: 8px;
	height: 1px;
	background: #000000;
	vertical-align: middle;
	margin: 0 0px 5px 10px;
}

@media screen and (min-width: 681px) {

.l-sitemap { /* md */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.l-sitemap__col { /* md */
	width: 47.5%;
}

.sitemap { /* md */
	font-size: 1.5rem;
}

.sitemap a { /* md */
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

.sitemap a:hover {
	color: #51a1aa;
}

.sitemap__item { /* md */
	margin-bottom: 40px;
}

.sitemap__children { /* md */
	padding-top: 14px;
}

}

@media screen and (min-width: 1100px) {

.l-sitemap__col { /* lg */
	width: 280px;
}

}

