@charset "UTF-8";


/* 404
--------------------------------------------------*/
.sitemap {
	margin-bottom: 30px;
	padding-bottom: 20px;
	border-bottom: 1px dotted #1c3458;
}
.sitemap h2 {
	margin: 30px 0 0;
  font-weight: bold;
  font-size: 22px;
  font-size: 2.2rem;
}
.sitemap h2 a {
	color: #1c3458;
}
.sitemap h3 {
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
	border-top: 1px dotted #1c3458;
	padding-top: 20px;
	margin: 20px 0 0;
}
.sitemap h3 a {
	color: #1c3458;
}
.sitemap h4 {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
	margin: 10px 0 0;
}
.sitemap h4 a {
	color: #1c3458;
}
.sitemap h5 {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
	margin: 15px 0 0;
	border-bottom: 1px dotted #1c3458;
}
.sitemap h5 a {
	color: #1c3458;
}

.sitemap ul {
	margin: 10px 0 0;
	overflow: hidden;
}
.sitemap ul li {
	display: inline-block;
  font-size: 14px;
  font-size: 1.4rem;
	margin-right: 15px;
}
.sitemap ul li a {
	color: #1c3458;
}
.sitemap a:before {
	content: "";
	display: inline-block;
	width: 0.4em;
	height: 0.4em;
	border-top: 2px solid #ccc;
	border-right: 2px solid #ccc;
	transform: rotate(45deg);
	margin-right: 0.5em;
	position: relative;
	top: -0.08em;
}
.sitemapGroup {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.sitemapGroup > * {
	width: 31%;
}
.sitemap a.blank:after {
	content: "";
	display: inline-block;
	background: url(../image/ico_blank.svg) no-repeat;
	background-size: cover;
	width: 1em;
	height: 1em;
	margin-left: 5px;
	position: relative;
	top: 2px;
}
@media screen and (max-width: 767px) {
.sitemap h2 {
  font-size: 20px;
}
.sitemap h3 {
  font-size: 18px;
}
.sitemap h4 {
  font-size: 14px;
}
	.sitemap h5 {
		font-size: 12px;
	}
	.sitemap ul li {
		font-size: 12px;
	}
	.sitemapGroup > * {
		width: 100%;
	}
}