.sitemap .sitemap-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 75px 70px;
}
@media screen and (max-width: 767px) {
  .sitemap .sitemap-wrap {
    gap: 50px 0;
  }
}
.sitemap .sitemap-wrap .sitemap-block {
  width: 230px;
}
@media screen and (max-width: 767px) {
  .sitemap .sitemap-wrap .sitemap-block {
    width: 100%;
  }
}
.sitemap .sitemap-wrap .sitemap-block.one-cate .middle-ttl {
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .sitemap .sitemap-wrap .sitemap-block.one-cate .middle-ttl {
    margin-bottom: 35px;
  }
}
.sitemap .sitemap-wrap .sitemap-block.one-cate .middle-ttl:last-of-type {
  margin-bottom: 0;
}
.sitemap .sitemap-wrap .sitemap-block.others {
  width: 340px;
}
@media screen and (max-width: 767px) {
  .sitemap .sitemap-wrap .sitemap-block.others {
    width: 100%;
  }
}
.sitemap .sitemap-wrap .sitemap-block .middle-ttl {
  font-size: 1rem;
  padding-left: 8px;
  padding-bottom: 1.2em;
}
.sitemap .sitemap-wrap .sitemap-block .middle-ttl:before {
  width: 2px;
  border-radius: 0;
}
.sitemap .sitemap-wrap .sitemap-block .middle-ttl a:hover {
  color: #CE3533;
}
@media screen and (max-width: 767px) {
  .sitemap .sitemap-wrap .sitemap-block .middle-ttl a:hover {
    color: #222222;
  }
}
.sitemap .sitemap-wrap .sitemap-block .sitemap-list li {
  margin-bottom: 10px;
}
.sitemap .sitemap-wrap .sitemap-block .sitemap-list li:last-of-type {
  margin-bottom: 0;
}
.sitemap .sitemap-wrap .sitemap-block .sitemap-list li a {
  font-size: 0.875rem;
}
.sitemap .sitemap-wrap .sitemap-block .sitemap-list li a:hover {
  color: #CE3533;
}
@media screen and (max-width: 767px) {
  .sitemap .sitemap-wrap .sitemap-block .sitemap-list li a:hover {
    color: #222222;
  }
}/*# sourceMappingURL=sitemap.css.map */