#page.sitemap {
  margin-bottom: 180px;
}
#page.sitemap .c-heading {
  margin-bottom: 55px;
}
#page.sitemap .sitemap-cotent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 18.75%;
}
#page.sitemap .sitemap-box {
  padding-left: 18px;
}
#page.sitemap .sitemap-item {
  margin-bottom: 40px;
}
#page.sitemap .sitemap-item.sitemap-child {
  margin-bottom: 20px;
}
#page.sitemap .sitemap-item a {
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  position: relative;
}
#page.sitemap .sitemap-item a::before {
  content: "";
  position: absolute;
  background-color: #555050;
  width: 12px;
  height: 2px;
  left: -18px;
  top: 0;
  bottom: 0;
  margin: auto;
}
#page.sitemap .sitemap-item-child:not(:last-child) {
  margin-bottom: 20px;
}
#page.sitemap .sitemap-item-child a {
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.04em;
  position: relative;
}
#page.sitemap .sitemap-item-child a::after {
  content: "";
  position: absolute;
  background-image: url(../img/sitemap/arrow.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 8px;
  height: 12px;
  top: 0;
  bottom: 0;
  margin: auto;
  right: -15px;
}
#page.sitemap .sitemap-item-child a.gaibu::after {
  background-image: url(../img/sitemap/gaibu.png);
  width: 14px;
  height: 14px;
  right: -22px;
}
#page.sitemap .sitemap-item-child a.pdf::after {
  background-image: url(../img/sitemap/pdf.png);
  width: 18px;
  height: 18px;
  right: -25px;
}
#page.sitemap .sitemap-item-detail:not(:last-child) {
  margin-bottom: 20px;
}
#page.sitemap .sitemap-item-detail a {
  cursor: pointer;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.04em;
  line-height: 1;
}
@media (max-width: 767px) {
  #page.sitemap {
    margin-bottom: 90px;
  }
  #page.sitemap .c-heading {
    margin-bottom: 50px;
  }
  #page.sitemap .sitemap-cotent {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 50px 0;
  }
}