/*-----------------------------------------------------------
	sitemap
-----------------------------------------------------------*/
.page-header .subpage-mv:before {
	background-image: url('/sitemap/images/mv.jpg');
}

/* SP */
@media screen and (max-width: 768px) {
	.page-header .subpage-mv:before {
		background-image: url('/sitemap/images/mv_sp.jpg');
	}
}

.sitemap{
  margin-bottom: 100px;
}

.sitemap > .list-style-dot,
.sitemap > .list-style-line{
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex-wrap: wrap;
  max-height: 450px;
  width: 950px;
  margin: 0 auto;
}
.sitemap > ul li{
  font-size: 0.975rem;
}

.sitemap a{
  color: #31373e;
  text-decoration: none;
}
.list-style-line li {
  margin-top: 10px;
}

@media screen and (max-width: 768px) {
	.sitemap{
    margin-bottom: 80px;
    padding: 20px;
  }

  .sitemap > .list-style-dot,
  .sitemap > .list-style-line{
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex-wrap: wrap;
    max-height: 100%;
    width: 100%;
    margin: 0 auto;
  }

  .sitemap > ul li{
    font-size: 0.875rem;
  }

  .sitemap a{
    color: #31373e;
    text-decoration: none;
  }

  .list-style-line li {
    margin-bottom: 0px;
  }
  .list-style-line li + li {
    margin-top: 5px;
}
}