@charset "utf-8";

html, body {
  font-family: "Eina01-Bold",'nunito-light','メイリオ', Meiryo, sans-serif;
}
h1, h2, h3 {
  font-family: "Eina01-Bold",'nunito-light', Meiryo, sans-serif;
}
h4, p, a, span, div, select, option, textarea, label, ul, li, dl, dt, dd {
  font-family: 'メイリオ',"Eina01-Bold", Meiryo, sans-serif;
}

.sitemap-container {
  margin: 0 auto 40px;
}
/* .sitemap-container .banner-img {
  margin: 15px -15px 0 -35px;
} */
.sitemap-container h1 {
  position: relative;
  font-weight: bold;
  margin: 4rem auto;
  padding-bottom: 2.143rem;
}
.sitemap-container h1:after{
	position: absolute;
	z-index: 2;
	content: ' ';
	display: block;
	padding: 5px 20px;
	border-radius: 15px;
	bottom: 0;
  left: 0;
  margin: auto;
  max-width: 20px;
}
.sitemap-wrap .col-12 {
  margin-bottom: 60px;
}
.sitemap-wrap .col-md-4::before, .sitemap-wrap .col-md-4::after {
  content: '';
  position: absolute;
  z-index: 1;
  background-color: #cecece;
}
.sitemap-wrap .col-md-4::after {
  height: 1px;
  right: 0;
  left: 0;
  bottom: 0;
}
.sitemap-wrap .col-md-4:last-child::before, .sitemap-wrap .col-md-4:last-child::after {
  content: none;
}
@media (min-width: 768px) {
  .sitemap-wrap .col-md-4::before {
    width: 1px;
    top: 0;
    right: 10px;
    bottom: 35px;
  }
  .sitemap-wrap .col-md-4::after {
    content: none;
  }
}
@media (min-width: 1200px) {
  .sitemap-wrap .col-md-4::before {
    right: 20px;
  }
}
@media (min-width: 1600px) {
  .sitemap-wrap .col-md-4::before {
    right: 30px;
  }
}
.sitemap-wrap .item-level-1 {
  list-style: none;
  width: 100%;
  margin-bottom: 55px;
  padding: 0;
}
@media (min-width: 768px) {
  .sitemap-wrap .item-level-1 {
    width: 90%;
  }
}
.sitemap-wrap .item-level-1 h2 {
  margin-bottom: 20px;
  letter-spacing: 0.05rem;
  font-weight: bold;
  font-size: 1.48rem;
  white-space: nowrap;
}
.sitemap-wrap .item-level-2 {
  margin-bottom: 15px;
}
.sitemap-wrap .item-level-2 a{
  color: #272727;
  transition: ease-in 0.3s;
}
.sitemap-wrap  .item-level-1 .item-level-2 a.active, .sitemap-page .item-level-1 .item-level-2 a:hover {
  color: #999;
}
.sitemap-wrap ul {
  list-style: none;
  line-height: 1.5rem;
}
.sitemap-wrap h6 {
  font-size: 1.16rem;
  font-weight: bold;
  margin-top: 1.5em;
}