@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@1,700&display=swap");
.sitemap .mc-section {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .sitemap .mc-section {
    justify-content: space-between;
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}
@media screen and (max-width: 767px) {
  .sitemap .mc-section {
    flex-direction: column;
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media screen and (min-width: 768px) {
  .sitemap-column {
    margin-top: -1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .sitemap-column:first-of-type {
    margin-top: -16px;
  }
}
@media screen and (max-width: 767px) {
  .sitemap-list.lower {
    padding-left: 10px;
  }
}
@media screen and (min-width: 768px) {
  .sitemap-list > li {
    margin-top: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .sitemap-list > li {
    margin-top: 16px;
  }
}
.sitemap-list > li > a {
  display: inline-block;
  font-weight: 700;
  color: #313131;
}
@media screen and (min-width: 768px) {
  .sitemap-list > li > a {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .sitemap-list > li > a {
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) {
  .sitemap-list > li > a:hover {
    text-decoration: unset;
  }
}
@media screen and (min-width: 768px) {
  .sitemap-list > li > ul > li {
    margin-top: 0.4rem;
  }
}
@media screen and (max-width: 767px) {
  .sitemap-list > li > ul > li {
    margin-top: 4px;
  }
}
.sitemap-list > li > ul > li > a {
  position: relative;
  font-weight: unset;
  color: #313131;
}
@media screen and (min-width: 768px) {
  .sitemap-list > li > ul > li > a {
    font-size: 1.6rem;
    padding-left: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .sitemap-list > li > ul > li > a {
    font-size: 16px;
    padding-left: 20px;
  }
}
@media screen and (min-width: 768px) {
  .sitemap-list > li > ul > li > a:hover {
    text-decoration: unset;
  }
}
.sitemap-list > li > ul > li > a:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  box-sizing: border-box;
  background-color: #002855;
  transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  .sitemap-list > li > ul > li > a:before {
    width: 1rem;
    height: 0.1rem;
  }
}
@media screen and (max-width: 767px) {
  .sitemap-list > li > ul > li > a:before {
    width: 10px;
    height: 1px;
  }
}
@media screen and (min-width: 768px) {
  .sitemap-list .space {
    margin-top: 3.2rem;
  }
}
@media screen and (max-width: 767px) {
  .sitemap-list .space {
    margin-top: 32px;
  }
}
.sitemap-list .dl-pdf {
  position: relative;
}
.sitemap-list .dl-pdf:after {
  content: "PDF";
  position: relative;
  left: 0.4rem;
  padding: 0 1em;
  color: #ffffff;
  background-color: #002855;
}
@media screen and (min-width: 768px) {
  .sitemap-list .dl-pdf:after {
    font-size: 1.2rem;
    border-radius: 0.4rem;
  }
}
@media screen and (max-width: 767px) {
  .sitemap-list .dl-pdf:after {
    font-size: 12px;
    border-radius: 4px;
  }
}
.sitemap-list .external {
  background-repeat: no-repeat;
  background-position: right center;
  background-image: url(../images/common/icon_external.svg);
}
@media screen and (min-width: 768px) {
  .sitemap-list .external {
    padding-right: 2.4rem;
    background-size: auto 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  .sitemap-list .external {
    padding-right: 24px;
    background-size: auto 14px;
  }
}
