@charset "utf-8";

header #header-menu .children > a {
	color: #000;
}

header #header-menu a.hasDropdown::after {
	border-bottom: 2px solid #000;
	border-right: 2px solid #000;
}

section.sitemap {
	font-family: UD Shin Go Light;
	font-size: 1.4rem;
	margin: auto;
}

section.sitemap nav > ul li {
	margin: 0 0 3rem;
}

section.sitemap nav .parent {
	font-family: UD Shin Go Medium;
	padding: 0 0 0 3rem;
	position: relative;
}

section.sitemap nav .parent::after {
	content: "";
	width: 0.6rem;
	height: 0.6rem;
	border-top: 2px solid #000;
	border-right: 2px solid #000;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	bottom: 0;
	top: 0;
	left: 0;
	margin: auto;
	vertical-align: middle;
}

section.sitemap nav .sitemap-child {
	margin: 3rem 0 6rem 3rem;
}

@media screen and (min-width: 768px) {
div#wrap {
	padding-top: 24rem;
}

section.sitemap {
	width: 120rem;
}

section.sitemap nav {
	display: -webkit-flex;
	display: flex;
}

section.sitemap nav > ul {
	width: 50%;
}
}

@media not all and (min-width: 768px) {
div#wrap {
	padding-top: 18rem;
}

section.sitemap {
	width: 54.6rem;
}
}