@charset "UTF-8";
/* =====================
	サイトマップ
 ======================= */
.sitemap_block {
  margin-bottom: 40px;
}

.sitemap_ttl {
  font-size: 1.6rem;
  line-height: 1.0;
  padding-bottom: 1em;
  border-bottom: 1px solid #DDDDDD;
  margin-bottom: 20px;
}

.sitemap_ttl:nth-child(n+2) {
  margin-top: 40px;
}

.sitemap_ttl a {
  color: #1B120F !important;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.sitemap_ttl a:after {
  content: "";
  width: 6px;
  height: 6px;
  border-right: 2px solid #E7190A;
  border-bottom: 2px solid #E7190A;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  margin-left: 0.5em;
}

.sitemap_ul li {
  line-height: 1.0;
  margin-bottom: 22px;
}

.sitemap_ul li:last-child {
  margin-bottom: 0;
}

.sitemap_ul li a {
  color: #76716F !important;
}

/* スマホのみ
  ------------------------ */
/* タブレット以上
  ------------------------ */
@media (min-width: 768px) {
  .sitemap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 0 8%;
  }
  .sitemap_block {
    width: 28%;
    margin-bottom: 0;
  }
  .sitemap_ttl:nth-child(n+2) {
    margin-top: 60px;
  }
}

/* PC
  ------------------------ */

/*# sourceMappingURL=map/sitemap.css.map */
