@charset "utf-8";

/* style-sitemap.css
 * おまかせプラン ver.7 - v1.0.0
 * 2022-09-01
 * **************************************************
 * Access
 * **************************************************
 */

 /* Sitemap
------------------------------------------------------------------- */

/* Content */
.sitemap .content__inner {
  margin: 70px auto 0 auto;
  padding: 0 50px;
  max-width: 1150px;
}


/* List */
.sitemap .content__layout__section dt {
  padding-bottom: 10px;
  border-bottom: 1px solid #d7d7d7;
  font-size: 2.2em;
  font-weight: 500;
}
.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;
}
.sitemap .content__layout__section dd a:hover {
  text-decoration: none;
}

@media screen and (max-width: 767px) {
  /* Sitemap
  ------------------------------------------------------------------- */

  /* Content */
  .sitemap .content__inner {
    margin: 50px 0 0 0;
    padding: 0 15px;
    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%;
  }
}
