.sitmap-unit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media screen and (max-width: 480px) {
  .sitmap-unit {
    display: block;
  }
}

.sitmap-unit .sitmap-col {
  max-width: 400px;
  width: 100%;
}

@media screen and (max-width: 960px) {
  .sitmap-unit .sitmap-col {
    max-width: 275px;
  }
}

@media screen and (max-width: 640px) {
  .sitmap-unit .sitmap-col {
    max-width: 208px;
  }
}

@media screen and (max-width: 480px) {
  .sitmap-unit .sitmap-col {
    max-width: initial;
  }
}

.sitmap-unit .sitmap-col:not(:nth-last-of-type(1)) {
  margin-right: 40px;
}

.list__item.mb-x2 {
  font-size: 1.8rem;
  font-weight: bold;
}

@media screen and (max-width: 640px) {
  .list__item.mb-x2 {
    font-size: 1.6rem;
  }
}

.line {
  position: relative;
  padding-bottom: 8px;
}

@media screen and (max-width: 640px) {
  .line {
    padding-bottom: 16px;
    margin-bottom: 16px;
  }
}

.line:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  content: "";
  height: 2px;
  width: 100%;
  background: -webkit-gradient(linear, left top, right top, from(#ef8076), color-stop(25%, #ef8076), color-stop(25%, rgba(239, 128, 118, 0)), to(rgba(239, 128, 118, 0))) 0% 0%;
  background: linear-gradient(to right, #ef8076, #ef8076 25%, rgba(239, 128, 118, 0) 25%, rgba(239, 128, 118, 0) 100%) 0% 0%;
  background-size: 8px 2px;
}

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