.l-main {
  width: 100%;
}

.l-sitemap {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  padding: 2.5rem 1.5rem;
}

.l-sitemap h2 {
  font-size: 1.625rem;
}

.l-sitemap h2::before {
  content: "";
  display: inline-block;
  width: 4px;
  height: 2rem;
  border-radius: 2px;
  background-color: var(--color-pink-deep);
  margin-right: 0.5em;
  vertical-align: middle;
}

.p-sitemap-list {
  margin-top: 0.4rem;
}

.p-sitemap-list a {
  font-family: var(--font-istok-web);
  font-size: 1.5rem;
  display: flex;
  align-items: center;
  margin-top: 1.4rem;
}

.p-sitemap-list a::before {
  content: "";
  display: inline-block;
  width: 1.5rem;
  height: 1.5rem;
  margin-right: 1rem;
  background-image: url("/assets/right-arrow.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.p-sitemap-list span {
  font-family: var(--font-m-plus);
  font-size: 1rem;
  margin-left: 0.2rem;
  margin-top: 0.2rem;
}

/*-------------------------
  タブレット
-------------------------*/
@media screen and (min-width: 768px) {
  .l-sitemap {
    padding: 4.5rem 1.5rem;
  }
}
