.page-sitemap {
  font-family: "Noto Sans JP", sans-serif;
}
.page-sitemap .container-sm {
  max-width: 1200px;
}
.page-sitemap .sitemap-section1 {
  padding: 0 185px;
}
@media screen and (max-width: 768px) {
  .page-sitemap .sitemap-section1 {
    padding: 0;
  }
}
.page-sitemap .sitemap-list {
  display: flex;
  flex-wrap: wrap;
}
.page-sitemap .sitemap-item {
  width: calc(100%/4);
  display: flex;
  font-size: 16px;
  color: #003A8E;
  font-weight: 500;
}
.page-sitemap .sitemap-item:hover {
  opacity: 0.7;
}
@media screen and (max-width: 768px) {
  .page-sitemap .sitemap-item {
    width: 100%;
  }
}

/*# sourceMappingURL=sitemap.css.map */