@charset "utf-8";

/* style-sitemap.css
 * おまかせプラン ver.7 - v1.0.0
 * 2022-09-01
 * **************************************************
 * Access
 * **************************************************
 */

 /* Sitemap
------------------------------------------------------------------- */
 /* Subpage Visual */
.subpage-visual__inner {
  background: url("../images/bg_hd11.webp") no-repeat right top;
  background-size: cover;
}

/* Content */
.sitemap .content__inner {
  margin: 70px auto 0 auto;
  padding: 0 50px 70px;
  max-width: 1150px;
}

/* Heading */

/* List */
.sitemap .content__layout__section dt {
  position: relative;
  padding-bottom: 10px;
  border-bottom: 3px solid var(--color-primary);
  font-size: 2.2em;
  font-weight: 700;
  font-family: var(--font-heading);
}
.sitemap .content__layout__section dt::after {
  content: "";
  position: absolute;
  left: 0;
  top: 100%;
  width: 50%;
  border-bottom: 3px solid var(--color-accent);
}
.sitemap .content__layout__section dd + dt {
  margin-top: 50px;
}
.sitemap .content__layout__section dd ul {
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
}
.sitemap .content__layout__section dd li {
  width: 25%;
}
.sitemap .content__layout__section dd li:first-child,
.sitemap .content__layout__section dd li + li {
  margin: 0 0 15px 0;
}
.sitemap .content__layout__section dd a {
  font-size: 1.6em;
  color: var(--color-accent);
  font-weight: 600;
}
.sitemap .content__layout__section dd a:hover {
  text-decoration: none;
}

@media screen and (max-width: 767px) {
  /* Sitemap
  ------------------------------------------------------------------- */
  /* Subpage Visual */
  .subpage-visual__inner {
    background-size: auto 100%;
  }

  /* Content */
  .sitemap .content__inner {
    margin: 50px 0 0 0;
    padding: 0 15px 50px;
    max-width: none;
  }

  /* List */
  .sitemap .content__layout__section dt {
    font-size: 2.0em;
  }
  .sitemap .content__layout__section dd + dt {
    margin-top: 40px;
  }
  .sitemap .content__layout__section dd ul {
    display: block;
    flex-wrap: nowrap;
    margin-top: 15px;
  }
  .sitemap .content__layout__section dd li {
    width: 100%;
  }
}
