@media screen and (min-width: 501px) {
  .p-sitemap {
    padding: 60px 0 120px;
  }
}
@media screen and (max-width: 500px) {
  .p-sitemap {
    padding: 50px 0 80px;
  }
}

.p-sitemap__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 1024px) {
  .p-sitemap__menu {
    display: block;
  }
}

@media screen and (max-width: 1024px) {
  .p-sitemap__item01,
  .p-sitemap__item02,
  .p-sitemap__item03,
  .p-sitemap__item04 {
    border-top: 1px solid #8E2247;
  }
}

@media screen and (max-width: 1024px) {
  .p-sitemap__sub {
    padding: 20px 0;
  }
}

.p-sitemap__term {
  cursor: pointer;
  position: relative;
  font-size: 18px;
  line-height: 1.44;
  font-family: "Noto Serif", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 500;
}
@media screen and (max-width: 1024px) {
  .p-sitemap__term {
    padding: 20px 0 0;
  }
}

@media screen and (min-width: 1025px) {
  .p-sitemap__detail {
    display: block !important;
  }
}
@media screen and (max-width: 1024px) {
  .p-sitemap__detail {
    padding-bottom: 20px;
  }
}

@media screen and (min-width: 1025px) {
  .p-sitemap__list {
    margin-top: 40px;
  }
}
@media screen and (max-width: 1024px) {
  .p-sitemap__list {
    padding: 20px 0;
  }
}
@media screen and (min-width: 1025px) {
  .p-sitemap__list.--flex {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 20px 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 0 20px;
  }
}
@media screen and (max-width: 1024px) {
  .p-sitemap__list.--flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 0;
    padding-top: 0;
  }
}
.p-sitemap__list.--flex > li {
  margin: 0;
}
@media screen and (min-width: 1025px) {
  .p-sitemap__list.--flex > li {
    text-align: right;
  }
}
@media screen and (max-width: 1024px) {
  .p-sitemap__list.--flex > li {
    display: inline-block;
    text-align: center;
  }
  .p-sitemap__list.--flex > li:nth-child(n+2) {
    margin-left: 20px;
  }
}

.p-sitemap__item {
  position: relative;
  display: table-cell;
  text-align: left;
  display: block;
}
.p-sitemap__item:nth-child(n+2) {
  margin-top: 30px;
}
@media screen and (max-width: 1024px) {
  .p-sitemap__item:nth-child(n+2) {
    margin-top: 20px;
  }
}
.p-sitemap__item.--sm {
  margin-top: 10px;
}
.p-sitemap__item.--sm:nth-last-child(n+2) {
  margin-bottom: 10px;
  font-size: 14px;
  font-family: "Noto Sans", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 500;
}

.p-sitemap__fureaiList {
  margin-left: 20px;
}
.p-sitemap__fureaiList li:last-child {
  margin-bottom: 0;
}

.p-sitemap__link {
  position: relative;
  font-size: 18px;
  line-height: 1.44;
  font-family: "Noto Serif", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 500;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.p-sitemap__link.--sm {
  font-size: 14px;
  line-height: 1.42;
  font-family: "Noto Sans", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 500;
}
.p-sitemap__link:hover {
  color: #8E2247;
}
@media screen and (max-width: 1024px) {
  .p-sitemap__link {
    display: block;
  }
}