/* -------------------------------------------*/
@media (width <= 1280px) {
  .l-wrapper {
    padding-inline: 2.4rem;
  }
}

.p-sitemap__inner {
  padding: 8rem 0 0 0;
}
@media (width <= 667px) {
  .p-sitemap__inner {
    padding: 4rem 0 0 0;
  }
}
.p-sitemap__title {
  color: #008785;
  font-size: 2.4rem;
  font-weight: bold;
  border-left: solid 7px #008785;
  padding: 0 0 0 1.2rem;
  margin: 0 0 2.4rem 0;
}
@media (width <= 667px) {
  .p-sitemap__title {
    font-size: 2rem;
  }
}
.p-sitemap__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.7em 1rem;
  margin: 0 0 8rem 0;
}
@media (width <= 1200px) {
  .p-sitemap__list {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (width <= 667px) {
  .p-sitemap__list {
    grid-template-columns: repeat(1, 1fr);
    margin: 0 0 4rem 0;
  }
}
.p-sitemap__list-item a {
  color: #333;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  display: block;
  padding: 2.1rem 0 2.1rem 0;
  background-color: #FFF;
  border: solid 1px #008785;
  border-radius: 8px;
}
@media (width <= 667px) {
  .p-sitemap__list-item a {
    padding: 1rem 0 1rem 0;
    font-size: 1.6rem;
  }
}
.p-sitemap__list-item a:hover {
  background-color: #008785;
  color: #FFF;
}/*# sourceMappingURL=sitemap.css.map */