.sitemap-con {
  margin: 0 auto 30px;
  width: 980px;
}
@media only screen and (max-width: 768px) {
  .sitemap-con {
    width: 100%;
  }
}
.sitemap-con dl {
  margin-bottom: 5rem;
}
@media only screen and (max-width: 768px) {
  .sitemap-con dl {
    margin-bottom: 2rem;
  }
}
.sitemap-con dt {
  margin-bottom: 1rem;
  padding: 1rem 0 1rem 1rem;
  border-left: 2px solid #c60d20;
  background-color: #efefef;
  font-weight: bold;
}
.sitemap-con dt.tit {
  margin-bottom: 1rem;
  padding: 1rem 0 1rem 1rem;
  border-left: 2px solid #c60d20;
  background-color: #fff;
  font-weight: bold;
}
.sitemap-con dd {
  padding: 0.3rem 0 0.3rem 1rem;
  border-bottom: dotted 1px #ccc;
}/*# sourceMappingURL=sitemap_new.css.map */