@charset "utf-8";

.sitemap-list dt {
  line-height: 2.4;
}
.sitemap-list dd {
  line-height: 2.4;
}
.sitemap-list dd li {
  list-style: none;
  padding-left: 0;
	
}

.sitemap-list dd li ul li {
  font-size: .875rem;
}

.sitemap-list a {
  text-decoration: none;
}
.index-list-wrapper a{
	color: #333333;
}
.index-list-wrapper a:hover {
	color: var(--bs-link-color);
}


.index-list-wrapper li::before {
	content: "";
	background-image:url(../img/sitemap/sitemap_before.svg);
	height: 16px;
	width: 16px;
	background-size: cover;
	display: inline-block;
    margin-right: 8px;
}

