.p_sitemap__inner .sitemap_btn {
  font-size: 1.125rem;
}

.p_sitemap {
  --before-color: #285a2c;
}
.p_sitemap__inner {
  padding-top: 60px;
}
.p_sitemap__inner .sitemap_item + .sitemap_item {
  margin-top: 20px;
}
.p_sitemap__inner .sitemap_btn {
  display: block;
  width: 100%;
  color: #707070;
  border: 1px solid #b9b9b9;
  padding: 13px 30px 10px;
  position: relative;
  min-height: 60px;
  transition: all 0.5s;
}
.p_sitemap__inner .sitemap_btn::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 10px;
  height: 100%;
  background-color: var(--before-color);
}
.p_sitemap__inner .sitemap_btn::after {
  content: "";
  position: absolute;
  right: clamp(0.9375rem, 1.953125vw + 0rem, 1.25rem);
  top: 50%;
  width: 10px;
  height: 10px;
  border-top: 1px solid #a3a3a3;
  border-right: 1px solid #a3a3a3;
  transform: translateY(-50%) rotate(45deg);
}
.p_sitemap__content {
  padding-top: 20px;
}
.p_sitemap__list {
  width: 100%;
  --before-color: #c38700;
}
.p_sitemap__list .list01 {
  --before-color: #008ec3;
  padding-top: 30px;
}
.p_sitemap__list + .p_sitemap__list {
  padding-top: 30px;
}
.p_sitemap01 .c_ttl01__line {
  max-width: 302px;
}
@media screen and (min-width: 768px) {
  .p_sitemap__inner .sitemap_btn {
    font-size: 1.4375rem;
  }
  .p_sitemap__inner {
    padding-top: clamp(5rem, 3.6821705426vw + 3.2325581395rem, 7.375rem);
  }
  .p_sitemap__inner .sitemap_item + .sitemap_item {
    margin-top: 30px;
  }
  .p_sitemap__inner .sitemap_btn {
    padding: 13px clamp(1.25rem, 3.4226190476vw + -0.3928571429rem, 2.6875rem) 10px clamp(1.875rem, 1.9345238095vw + 0.9464285714rem, 2.6875rem);
  }
  .p_sitemap__inner .sitemap_btn:hover {
    opacity: 0.8;
  }
  .p_sitemap__content {
    display: flex;
    gap: clamp(1.875rem, 6.6964285714vw + -1.3392857143rem, 4.6875rem);
    padding-top: 30px;
    padding-left: clamp(1.875rem, 6.6964285714vw + -1.3392857143rem, 4.6875rem);
  }
  .p_sitemap__list + .p_sitemap__list {
    padding-top: 0;
  }
  .p_sitemap01 .c_ttl01__line {
    margin: 27px auto 6px;
  }
}
/*# sourceMappingURL=maps/sitemap.css.map */
