<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
@import "/include/css/import.angel.sp.css";

/* ---------------------------------------------------------
	CSS Document visual
--------------------------------------------------------- */

#visual {
	background-image: url(/company/include/images/visual_inquiry.png);
}

/* ---------------------------------------------------------
	CSS Document sitemap &gt; common
--------------------------------------------------------- */

#sitemap {
	margin: 0 20px;
}

#sitemap h3 {
	margin-bottom: 25px;
	font-weight: 600;
	font-size: 7vw;
	line-height: 1.2;
	color: #101d42;
}

#sitemap h3:after {
	display: block;
	content: '';
	height: 26px;
	margin-top: 15px;
	background: url(/include/manual/i_plus.png) no-repeat bottom / auto 100%;
}

#sitemap .article {
	overflow: hidden;
	margin-bottom: 60px;
	padding: 30px;
	border-radius: 9px;
	box-shadow: 0 0 18px 0 rgba(185, 185, 185, 0.4);
	text-align: left;
}

#sitemap h4 {
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: solid 3px #6db3c5;
	font-weight: 600;
	font-size: 4vw;
	line-height: 1;
	color: #101d42;
}

#sitemap .section:not(:last-of-type),
#sitemap ul:not(:last-of-type) {
	margin-bottom: 40px;
}

#sitemap li a {
	display: block;
	vertical-align: top;
	text-decoration: none;
	line-height: 1.9;
	color: #1e1e1e;
}

#sitemap li li a:before {
	content: '-';
	margin-right: 5px;
}
</pre></body></html>