.sitemap-list__item span {
  display: block;
  margin-bottom: 24px;
  border-bottom: solid 2px #005aa6;
}

@media screen and (max-width: 960px) {
  .sitemap-list__item span {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 768px) {
  .sitemap-list__item span {
    margin-bottom: 16px;
  }
}

.sitemap-list__item span .sitemap-ttl {
  position: relative;
  display: block;
  padding: 0 0 8px 32px;
  font-size: 2rem;
  color: #005aa6;
  font-weight: bold;
  line-height: 1.4;
}

@media screen and (max-width: 768px) {
  .sitemap-list__item span .sitemap-ttl {
    padding: 0 0 6px 28px;
    font-size: 1.6rem;
  }
}

.sitemap-list__item span .sitemap-ttl::before {
  position: absolute;
  top: 2px;
  left: 0;
  content: "";
  width: 24px;
  height: 24px;
  background-color: #005aa6;
  border-radius: 2px;
}

@media screen and (max-width: 768px) {
  .sitemap-list__item span .sitemap-ttl::before {
    top: 0;
    width: 20px;
    height: 20px;
  }
}

.sitemap-list__item span .sitemap-ttl::after {
  position: absolute;
  top: 9px;
  left: 9px;
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 7px;
  border-color: transparent transparent transparent #fce900;
}

@media screen and (max-width: 768px) {
  .sitemap-list__item span .sitemap-ttl::after {
    top: 6px;
    left: 8px;
    border-width: 4px 0 4px 6px;
  }
}

.sitemap-list__item span .sitemap-ttl:hover {
  transform: translate(4px, 0);
  opacity: .8;
}

.sitemap-list__item:not(:first-child) span {
  padding-top: calc(8px * 3);
}

@media screen and (max-width: 960px) {
  .sitemap-list__item:not(:first-child) span {
    padding-top: calc((8px * 3) * 0.75);
  }
}

@media screen and (max-width: 520px) {
  .sitemap-list__item:not(:first-child) span {
    padding-top: calc((8px * 3) * 0.5);
  }
}

.sitemap-list__item .list {
  margin: 0 0 24px;
}

@media screen and (max-width: 960px) {
  .sitemap-list__item .list {
    margin: 0 0 20px;
  }
}

@media screen and (max-width: 960px) {
  .sitemap-list__item .list {
    margin: 0 0 16px;
  }
}

.sitemap-list__item .list__item a {
  display: block;
  text-decoration: underline;
}

.sitemap-list__item .list__item a:hover {
  text-decoration: none;
}

.sitemap-list__item .list__item:not(:nth-last-of-type(1)) {
  margin-bottom: 12px;
}

@media screen and (max-width: 960px) {
  .sitemap-list__item .list__item:not(:nth-last-of-type(1)) {
    margin-bottom: 20px;
  }
}

.sitemap-list__item .list--layer .list__item .list__item::before {
  background: none;
  border: solid 1px #005aa6;
}

.sitemap-list__item .list--layer .list__item:last-child a {
  margin-bottom: 20px;
}

.sitemap-list__item--layer span {
  margin-bottom: 16px;
}

@media screen and (max-width: 768px) {
  .sitemap-list__item--layer span {
    margin-bottom: 20px;
  }
}

/*# sourceMappingURL=../../../maps/general/pages/sitemap.css.map */
