@charset "utf-8";

/*+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+
サイトマップ
+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+*/

/*+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+
- メイン
+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+*/
.sitemap-main {
	--content-width: var(--content-width_small);
}

.sitemap-li {
	margin-bottom: 1.2em;
	font-weight: 700;
	font-size: 16px;
}

.sitemap-li a:hover {
	color: var(--color_sub);
}

.sitemap-li a::before {
	content: "-";
}

.sitemap-sub-li {
	margin: 1.1em 0 0 0.7em;
	font-size: 14px;
}

.sitemap-subsub-li {
	margin: 0.7em 0 0 0.7em;
	font-weight: initial;
}

@media (min-width: 768px) {
.sitemap-main .inner {
	display: flex;
	justify-content: space-between;
}
}
