#page.sitemap {
  padding-bottom: 40px;
}
#page.sitemap .mv {
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #e7eef7;
}
@media (min-width: 767px) {
  #page.sitemap .mv {
    height: 200px;
  }
}
#page.sitemap .page-title-en {
  font-size: 10px;
  color: #1476cc;
  font-weight: bold;
  line-height: 1.75;
}
#page.sitemap .page-title {
  color: #231815;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.4;
}
@media (min-width: 767px) {
  #page.sitemap .page-title-en {
    font-size: 15px;
    line-height: 1.75;
  }
  #page.sitemap .page-title {
    font-size: 30px;
    letter-spacing: 0.12em;
    line-height: 2;
  }
}
#page.sitemap .site-page-nav-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#page.sitemap .sitemap-nav-link {
  display: block;
  width: 49%;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 1.7;
  margin-bottom: 10px;
  position: relative;
  padding-left: 10px;
}
#page.sitemap .sitemap-nav-link::before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  background-color: #036eb8;
  width: 4px;
  height: 1px;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
@media (min-width: 767px) {
  #page.sitemap {
    padding-bottom: 100px;
  }
  #page.sitemap .site-page-nav-flex {
    width: 95%;
    max-width: 700px;
    margin: 0 auto;
  }
  #page.sitemap .sitemap-nav-link {
    font-size: 16px;
    padding-left: 15px;
  }
  #page.sitemap .sitemap-nav-link::before {
    width: 6px;
    height: 1px;
  }
}
@media (hover: hover) {
  #page.sitemap .sitemap-nav-link:hover {
    text-decoration: underline;
  }
}