@charset "UTF-8";

/* sitemap
---------------------------------------------------------------------------*/
.title-page strong {
	margin-left: -2px;
}

.sitemap section {
	border-top: 1px solid #E9E9E9;
	margin-bottom: 60px;
	padding: 35px 45px 0 10px;
}

.sitemap section:last-of-type {
	margin-bottom: 0;
}

.sitemap dl {
	display: -webkit-box;
	display: flex;
}

.sitemap dl > div {
	width: 25%;
}

.sitemap dt {
	margin-bottom: 45px;
	white-space: nowrap;
}

.sitemap dt strong {
	display: block;
	margin-bottom: 12px;
	font-size: 19px;
	letter-spacing: 0.08em;
}

.sitemap dt strong.let {
	letter-spacing: 0.02em;
}

.sitemap dt em {
	display: block;
	margin-left: 2px;
	color: #AAAAAA;
	font-size: 11px;
	letter-spacing: 0.04em;
}

.sitemap dd h3 {
	margin-bottom: 22px;
	font-size: 14px;
	letter-spacing: 0.08em;
}

.sitemap dd h3.en {
	margin-bottom: 12px;
	font-size: 13px;
	letter-spacing: 0.04em;
}

.sitemap ul {
	margin-bottom: 22px;
}

.sitemap dl > div:not(:last-of-type) ul {
	padding-right: 25px;
}

.sitemap ul.height {
	margin-bottom: 44px;
}

.sitemap li {
	margin-bottom: 2px;
}

.sitemap .sub li {
	margin-bottom: 0;
}

.sitemap li a,
.sitemap li span {
	display: inline-block;
	background: url(../img/share/ico-arrow-link.svg) no-repeat left 2px top 8px;
	background-size: 8px 7px;
	padding: 0 10px 10px 20px;
	font-size: 15px;
	line-height: 1.5;
	letter-spacing: 0.06em;
	transition: .15s ease-out;
	cursor: pointer;
}

.sitemap li a.blank {
	background: url(../img/share/ico-blank-s.svg) no-repeat left top 7px;
	background-size: 11px auto;
}

.sitemap .sub li a {
	padding: 0 5px 5px 20px;
	font-size: 14px;
	letter-spacing: 0.04em;
	text-decoration: underline;
}

.sitemap li span:hover {
	opacity: 0.5;
}

.sitemap li a em,
.sitemap li span em {
	display: block;
	margin-top: 5px;
	font-size: 11px;
}

.sitemap .post {
	padding-right: 40px;
}

.sitemap .post article {
	margin-bottom: 22px;
}

.sitemap .post article:last-of-type {
	margin-bottom: 0;
}

.sitemap .post .category,
.sitemap .post .date {	
	margin-bottom: 4px;
	font-size: 10px;
	line-height: 1.5;
	letter-spacing: 0.04em;
}

.sitemap .post .category span:last-of-type i {
	display: none;
}

.sitemap .post .date {
	white-space: nowrap;
}

.sitemap .post .date .finish {
	background: url(../img/share/ico-arrow.svg) no-repeat left center;
	background-size: 7px auto;
	padding-left: 13px;
}

.sitemap .post h4 a {
	font-size: 14px;
	line-height: 1.6;
	letter-spacing: 0.04em;
	text-decoration: underline;
}