@charset "UTF-8";
@import "/include/css/common.css";

/* ---------------------------------------------------------
	CSS Document sitemap > visual
--------------------------------------------------------- */

#visual {
	margin-bottom: 45px;
}

/* ---------------------------------------------------------
	CSS Document sitemap > common
--------------------------------------------------------- */

#sitemap * {
	outline: 0;
	margin: 0;
	padding: 0;
	border: 0;
	box-sizing: border-box;
	list-style: none;
}

#sitemap .flex {
	display: flex;
	justify-content: space-between;
	margin-bottom: 60px;
	text-align: left;
	position: relative;
}

#sitemap h3 {
	height: 58px;
	margin-bottom: 20px;
	padding-left: 18px;
	background: url(../images/h3.svg) no-repeat 0 0 / 100% auto;
	font-weight: 500;
	font-size: 18px;
	letter-spacing: 0.05em;
	line-height: 60px;
}

#sitemap h3:before {
	display: inline-block;
	vertical-align: top;
	content: '';
	width: 34px;
	height: 58px;
	margin-right: 5px;
	background: url(../images/ill_info.png) no-repeat left / 100% auto;
}

#sitemap li {
	padding-left: 20px;
	position: relative;
}

/* ---------------------------------------------------------
	CSS Document sitemap > webpage
--------------------------------------------------------- */

#sitemap .webpage {
	width: 415px;
	position: relative;
}

#sitemap .webpage:after,
#sitemap .webpage li:after {
	content: '';
	width: 100%;
	height: 1px;
	background-image: linear-gradient(90deg, #fff 0%, #fff 80%, #c7c4c0 80%, #c7c4c0 100%, #fff);
	background-size: 3px 1px;
	position: absolute;
	left: 0;
}

#sitemap .webpage:after {
	top: 0;
}

#sitemap .webpage li:after {
	bottom: 0;
}

#sitemap .webpage li a {
	display: inline-block;
	vertical-align: top;
	height: 58px;
	padding-left: 15px;
	text-decoration: none;
	font-size: 18px;
	letter-spacing: 0.05em;
	line-height: 58px;
	color: #463b2f;
	position: relative;
	transition: .4s;
}

#sitemap .webpage li a:hover {
	text-decoration: underline;
}

#sitemap .webpage li a:before {
	content: '';
	width: 0;
	height: 0;
	margin-top: -5px;
	border: solid 5px transparent;
	border-left: solid 8px #aaa5a0;
	position: absolute;
	top: 50%;
	left: 0;
}

/* ---------------------------------------------------------
	CSS Document sitemap > entry
--------------------------------------------------------- */

#sitemap .entry {
	width: 415px;
}

#sitemap .entry:last-of-type h3:before {
	background-image: url(../images/ill_essay.png);
}

#sitemap .entry li a {
	display: inline-block;
	vertical-align: top;
	height: 30px;
	padding-left: 12px;
	text-decoration: none;
	font-size: 14px;
	letter-spacing: 0.05em;
	line-height: 30px;
	color: #463b2f;
	position: relative;
	transition: .4s;
}

#sitemap .entry li a:hover {
	text-decoration: underline;
}

#sitemap .entry li a:before {
	content: '';
	width: 0;
	height: 0;
	margin-top: -3px;
	border: solid 3px transparent;
	border-left: solid 5px #aaa5a0;
	position: absolute;
	top: 50%;
	left: 0;
}
