#contents.sitemap .wsp-container {
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
  width: 100%;
}
@media screen and (min-width: 960px), print {
  #contents.sitemap .wsp-container {
    padding: 120px 40px;
  }
}
@media screen and (max-width: 959px) {
  #contents.sitemap .wsp-container {
    padding: 16vw 5.33333vw;
  }
}
@media screen and (min-width: 960px), print {
  #contents.sitemap .wsp-container {
    max-width: 1280px;
  }
}
@media screen and (max-width: 959px) {
  #contents.sitemap .wsp-container {
    max-width: 100%;
  }
}
#contents.sitemap .wsp-pages-list .page_item a {
  color: #1D1D1D;
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 400;
  text-decoration: underline;
}
#contents.sitemap li.page_item {
  border-top: 1px dotted #1255A2;
}
@media screen and (min-width: 960px), print {
  #contents.sitemap li.page_item {
    width: calc(33.333% - 20px);
    padding-bottom: 20px;
    padding-top: 20px;
    font-size: 16px;
  }
}
@media screen and (max-width: 959px) {
  #contents.sitemap li.page_item {
    width: calc(50% - 1.86667vw);
    padding-bottom: 1.86667vw;
    padding-top: 1.86667vw;
    font-size: 3.4555vw;
  }
}
@media screen and (min-width: 960px), print {
  #contents.sitemap ul.wsp-pages-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 959px) {
  #contents.sitemap ul.wsp-pages-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
#contents.sitemap .children li.page_item {
  width: 100%;
  margin: 0;
  border: none;
  padding: 0;
}
.wsp-pages-title {
  display: flex;
  align-items: center;
  margin: 0;
}
@media screen and (min-width: 960px), print {
  .wsp-pages-title {
    font-size: 240%;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 959px) {
  .wsp-pages-title {
    font-size: 340%;
    margin-bottom: 5.33333vw;
  }
}
.wsp-pages-title {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 700;
}
.wsp-pages-title::before {
  content: "";
  display: block;
  flex-shrink: 0;
  align-self: center;
}
@media screen and (min-width: 960px), print {
  .wsp-pages-title::before {
    width: 4px;
  }
}
@media screen and (max-width: 959px) {
  .wsp-pages-title::before {
    width: 0.53333vw;
  }
}
@media screen and (min-width: 960px), print {
  .wsp-pages-title::before {
    min-width: 4px;
  }
}
@media screen and (max-width: 959px) {
  .wsp-pages-title::before {
    min-width: 0.53333vw;
  }
}
@media screen and (min-width: 960px), print {
  .wsp-pages-title::before {
    min-height: 35px;
  }
}
@media screen and (max-width: 959px) {
  .wsp-pages-title::before {
    min-height: 6.13333vw;
  }
}
.wsp-pages-title::before {
  height: stretch;
}
@media screen and (min-width: 960px), print {
  .wsp-pages-title::before {
    margin-right: 15px;
  }
}
@media screen and (max-width: 959px) {
  .wsp-pages-title::before {
    margin-right: 2.13333vw;
  }
}
.wsp-pages-title::before {
  background-color: #1255A2;
}