#main #sitemap {
  padding-top: 30px;
}
#main #sitemap #sitemap-list {
  padding-bottom: 20px;
}
#main #sitemap #sitemap-list h4 {
  font-size: 2rem;
  font-weight: bold;
}
#main #sitemap #sitemap-list ul {
  display: flex;
  flex-wrap: wrap;
  padding: 20px;
  border-bottom: 1px dotted #aaa;
}
#main #sitemap #sitemap-list ul li {
  margin-right: 25px;
  position: relative;
  padding: 5px 0 5px 25px;
}
#main #sitemap #sitemap-list ul li::before {
  content: "";
  position: absolute;
  background-image: url(../images/icon/arrow01.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 16px;
  height: 16px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}/*# sourceMappingURL=sitemap.css.map */