.page.sitemap {
  padding-top: 0;
}
.page.sitemap .mv {
  height: 170px;
}
@media (max-width: 1030px) {
  .page.sitemap .wrap {
    padding: 0 20px;
  }
}
@media (max-width: 767px) {
  .page.sitemap {
    padding-top: 0px;
  }
  .page.sitemap .wrap {
    padding: 0 50px;
  }
  .page.sitemap .mv {
    height: 100px;
  }
}
.page.sitemap .page-title {
  font-size: 28px;
  letter-spacing: 0.3em;
  margin-bottom: 75px;
}
.page.sitemap .greeting-flex-contens {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.page.sitemap .sitemap-box {
  width: 100%;
}
.page.sitemap .sitemap-ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 100px;
}
.page.sitemap .sitemap-ul.grand {
  margin-bottom: 0px;
}
.page.sitemap .sitemap-list {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.333333%;
          flex: 0 0 33.333333%;
  margin-bottom: 60px;
}
.page.sitemap .sitemap-link {
  display: block;
  font-size: 16px;
  letter-spacing: 0.1em;
  line-height: 1.75;
}
.page.sitemap .sitemap-ul-child {
  padding-left: 20px;
  margin-top: 13px;
}
.page.sitemap .sitemap-link-child {
  display: block;
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 2;
  position: relative;
}
@media (max-width: 1040px) {
  .page.sitemap .wrap {
    padding: 0 20px;
  }
}
@media (max-width: 767px) {
  .page.sitemap .page-title {
    font-size: 16px;
    border-bottom: 1px solid #191919;
    letter-spacing: 0.1em;
    padding-bottom: 10px;
    margin-bottom: 30px;
  }
  .page.sitemap .greeting-flex-contens {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .page.sitemap .sitemap-ul {
    margin-bottom: 30px;
  }
  .page.sitemap .sitemap-list {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    margin-bottom: 45px;
  }
  .page.sitemap .sitemap-link {
    font-size: 14px;
    letter-spacing: 0.05em;
  }
  .page.sitemap .sitemap-ul-child {
    padding-left: 15px;
    margin-top: 5px;
  }
  .page.sitemap .sitemap-link-child {
    font-size: 13px;
  }
}
.page.sitemap #breadcrumb {
  padding-left: 0;
}