@charset "UTF-8";
/* =================================== */
/* SP用スタイル */
/* =================================== */
@media (max-width: 768px) {
  .sitemap {
    font-size: 3.7333vw;
    line-height: 6.9333vw;
  }
  .sitemap .inner {
    padding: 0 2.6666vw;
  }
  .sitemap .section_header {
    margin-bottom: 6.4vw;
  }
  .sitemap h3 {
    font-size: 4.8vw;
    line-height: 4.8vw;
    font-weight: 300;
    color: #ffffff;
    padding: 4.2666vw 2.6666vw;
    background: #3F3F41;
    margin: 0 0 5.3333vw 0;
  }
  .sitemap a {
    color: inherit;
    text-decoration: none;
  }
  .sitemap ul {
    padding: 0 0 0 2.6666vw;
    margin: 0 0 8vw 0;
  }
  .sitemap ul:last-child {
    margin-bottom: 0;
  }
  .sitemap ul li {
    list-style: none;
  }
  .sitemap ul li::before {
    content: "";
    width: 2.6666vw;
    height: 0.5333vw;
    background: #BEAF87;
    display: inline-block;
    margin: 0 2.6666vw 0 0;
    transform: translateY(-1.0666vw);
  }
}
/* =================================== */
/* PC用スタイル */
/* =================================== */
@media (min-width: 769px) {
  .sitemap {
    font-size: 16px;
    line-height: 30px;
  }
  .sitemap .section_header {
    margin-bottom: 31px;
  }
  .sitemap h3 {
    font-size: 24px;
    line-height: 24px;
    font-weight: 300;
    color: #ffffff;
    padding: 18px 20px;
    background: #3F3F41;
    margin: 0 0 20px 0;
  }
  .sitemap a {
    color: inherit;
    text-decoration: none;
  }
  .sitemap ul {
    padding: 0 0 0 20px;
    margin: 0 0 40px 0;
  }
  .sitemap ul:last-child {
    margin-bottom: 0;
  }
  .sitemap ul li {
    list-style: none;
  }
  .sitemap ul li::before {
    content: "";
    width: 15px;
    height: 2px;
    background: #BEAF87;
    display: inline-block;
    margin: 0 10px 0 0;
    transform: translateY(-4px);
  }
}/*# sourceMappingURL=sitemap.css.map */