.sitemap-section {
  padding: 70px 0;
}

.p-sitemap__head {
  font-size: 1.6rem;
  font-weight: bold;
}

.p-sitemap__item {
  margin: 8px 0;
}

.p-sitemap__row {
  margin: 14px 0 0;
}

.p-sitemap__row--other {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  column-gap: 16px;
}

.p-sitemap .c-link-arrow[target="_blank"]::after {
  display: inline-block;
  width: 14px;
  height: 11px;
  margin-left: 6px;
  background: url(/houjin/assets/images/common/icon_blank.png) no-repeat left top;
  background-size: cover;
  content: "";
}

.p-sitemap .p-link-bold {
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .p-sitemap__row {
    margin: 0;
  }
  .p-sitemap__row--other {
    display: block;
  }
}
