@charset "UTF-8";
/******************************************************
// その他の変数定義
*******************************************************/
/******************************************************
// mixin定義
*******************************************************/
.p-sitemap {
  margin-top: 8rem;
}
@media screen and (max-width: 767px) {
  .p-sitemap {
    margin-top: 12rem;
  }
}
.p-sitemap__item {
  border-bottom: 0.2rem dotted #aaa;
  padding-block: 4rem;
}
@media screen and (max-width: 767px) {
  .p-sitemap__item {
    border-width: 0.3rem;
    padding-block: 6rem;
  }
}
.p-sitemap__item:first-of-type {
  padding-top: 0 !important;
}
.p-sitemap__head {
  font-family: sans-serif;
  font-weight: 600;
  font-size: 2.4rem;
  letter-spacing: 0em;
  line-height: 1;
  cursor: pointer;
  transition: color 0.3s;
  padding-bottom: 0.2rem;
  width: fit-content;
  position: relative;
  display: flex;
  align-items: center;
  gap: 2rem;
}
@media (hover: hover) and (pointer: fine) {
  .p-sitemap__head:hover {
    color: #9bcf41;
  }
}
@media (hover: hover), (hover: none) {
  .p-sitemap__head:active {
    color: #9bcf41;
  }
}
@media screen and (max-width: 767px) {
  .p-sitemap__head {
    font-size: 3.6rem;
  }
}
.p-sitemap__head::after {
  content: "";
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  background-image: url(../images/common/icon_angle_theme2_lg.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .p-sitemap__head::after {
    width: 2.4rem;
    height: 2.4rem;
  }
}
.p-sitemap__links {
  margin-top: 3rem;
  display: flex;
  flex-wrap: wrap;
  gap: 3rem 1rem;
}
@media screen and (max-width: 767px) {
  .p-sitemap__links {
    gap: 5rem 1rem;
    margin-top: 4rem;
  }
}
.p-sitemap__links-link {
  font-family: sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  letter-spacing: 0em;
  line-height: 1;
  cursor: pointer;
  transition: color 0.3s;
  padding-inline: 2rem;
  text-decoration: underline;
}
@media (hover: hover) and (pointer: fine) {
  .p-sitemap__links-link:hover {
    color: #9bcf41;
  }
}
@media (hover: hover), (hover: none) {
  .p-sitemap__links-link:active {
    color: #9bcf41;
  }
}
@media screen and (max-width: 767px) {
  .p-sitemap__links-link {
    font-size: 2.8rem;
  }
}

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