@charset "UTF-8";
/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
/*  サイトマップ CSS
/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
body.sitemap .old-wrapper .container {
  width: 1080px;
  margin: 0 auto;
  padding-top: 0;
}
body.sitemap .old-wrapper .sitemap-list {
  display: flex;
  flex-wrap: wrap;
}
body.sitemap .old-wrapper .sitemap-list > li {
  width: 25%;
  margin-bottom: 8rem;
}
body.sitemap .old-wrapper .sitemap-list > li > a {
  font-weight: bold;
  font-size: 1.8rem;
}
body.sitemap .old-wrapper .sitemap-list li {
  font-size: 1.6rem;
  line-height: 4rem;
}
body.sitemap .old-wrapper .sitemap-list li::before {
  content: "\f0da";
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  line-height: 1;
  padding-right: 1rem;
}
body.sitemap .old-wrapper .sitemap-list ._sub {
  margin-left: 2rem;
}
body.sitemap .old-wrapper .sitemap-list ._sub li::before {
  content: "―";
}
@media screen and (max-width: 767px) {
  body.sitemap .old-wrapper .sitemap-list {
    display: block;
    padding-bottom: 40px;
  }
  body.sitemap .old-wrapper .sitemap-list > li {
    width: 100%;
    margin-bottom: 0;
  }
  body.sitemap .old-wrapper .sitemap-list li {
    line-height: 3;
  }
}

/*# sourceMappingURL=sitemap.css.map */
