.sitemap-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: calc(100% + 24px);
  -webkit-transform: translateX(-12px);
  transform: translateX(-12px);
}

@media screen and (max-width: 640px) {
  .sitemap-list {
    width: calc(100% + 20px);
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }
}

@media screen and (max-width: 480px) {
  .sitemap-list {
    width: 100%;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

.sitemap-list__item {
  position: relative;
  width: calc(25% - 24px);
  margin: 0 12px;
  padding-left: 28px;
  padding-bottom: 16px;
  border-bottom: dashed 1px #ddd;
}

@media screen and (max-width: 960px) {
  .sitemap-list__item {
    padding-bottom: calc( 16px * 0.75);
  }
}

@media screen and (max-width: 640px) {
  .sitemap-list__item {
    padding-bottom: calc( 16px * 0.5);
  }
}

@media screen and (max-width: 960px) {
  .sitemap-list__item {
    width: calc(33.33% - 24px);
  }
}

@media screen and (max-width: 640px) {
  .sitemap-list__item {
    width: calc(50% - 20px);
    margin: 0 10px;
  }
}

@media screen and (max-width: 480px) {
  .sitemap-list__item {
    width: 100%;
    margin: 0;
  }
}

.sitemap-list__item:not(:nth-of-type(-n+4)) {
  margin-top: 16px;
}

@media screen and (max-width: 960px) {
  .sitemap-list__item:not(:nth-of-type(-n+3)) {
    margin-top: 16px;
  }
}

@media screen and (max-width: 640px) {
  .sitemap-list__item:not(:nth-of-type(-n+2)) {
    margin-top: 16px;
  }
}

@media screen and (max-width: 480px) {
  .sitemap-list__item:not(:nth-of-type(1)) {
    margin-top: 16px;
  }
}

.sitemap-list__item:before {
  content: '';
  display: block;
  position: absolute;
  top: 15px;
  left: 8px;
  width: 12px;
  height: 1px;
  background: #80bad3;
}

@media screen and (max-width: 640px) {
  .sitemap-list__item:before {
    top: 12px;
  }
}

@media screen and (max-width: 480px) {
  .sitemap-list__item:before {
    top: 10px;
  }
}

@media screen and (max-width: 1280px) {
  .sitemap-list__item a {
    font-size: 1.4rem;
  }
}

.sitemap-list__item a:hover {
  color: #4b9dc1;
}

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