@charset "utf-8";

/* ------------------------------
 サイトマップ（PC）
------------------------------ */
.sitemapList li {
	padding: 15px 0;
}
.sitemapList li:not(:last-child) {
	border-bottom: solid 1px #000;
}
.sitemapList li a:hover {
	text-decoration: underline;
}
.sitemapList p {
	font-size: 1.8rem;
	font-weight: bold;
}
.sitemapList a {
	color: #000;
	text-decoration: none;
}
.sitemapList .lowList li {
	padding: 5px 0;
	border-bottom: none !important;
}
.sitemapList .lowList li::before {
	content: "-";
	margin-right: 7px;
	font-size: 120%;
	line-height: 1;
}
/* ------------------------------
 サイトマップ（SP）
------------------------------ */
@media screen and (max-width: 767px) {
	.w1-3.fl + .w1-3.fl {
		margin-top: 20px;
	}
}