.sitemap .sitemap-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 12px 24px;
  margin-bottom: calc(8px * 5);
}

@media screen and (max-width: 959px) {
  .sitemap .sitemap-list {
    margin-bottom: calc((8px * 5) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .sitemap .sitemap-list {
    margin-bottom: calc((8px * 5) * 0.5);
  }
}

@media screen and (max-width: 519px) {
  .sitemap .sitemap-list {
    gap: 10px 16px;
  }
}

.sitemap .sitemap-list__item {
  width: calc((100% / 3) - (24px * 2 / 3));
}

@media screen and (max-width: 767px) {
  .sitemap .sitemap-list__item {
    width: calc((100% / 2) - (24px * 1 / 2));
  }
}

@media screen and (max-width: 519px) {
  .sitemap .sitemap-list__item {
    width: calc((100% / 2) - (16px * 1 / 2));
  }
}

.sitemap .sitemap-list__item a {
  display: block;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-left: 30px;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .sitemap .sitemap-list__item a {
    width: 100%;
    font-size: 1.5rem;
  }
}

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

.sitemap .sitemap-list__item a::before {
  content: '';
  position: absolute;
  top: 8px;
  left: 0;
  width: 22px;
  height: 16px;
  background: #414141;
  -webkit-mask-image: url("/wp-content/themes/itreat_base/dist/img/icon/arrow-circle.svg");
  mask-image: url("/wp-content/themes/itreat_base/dist/img/icon/arrow-circle.svg");
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}

@media screen and (max-width: 767px) {
  .sitemap .sitemap-list__item a::before {
    top: 6px;
  }
}

@media screen and (max-width: 519px) {
  .sitemap .sitemap-list__item a::before {
    top: 4px;
  }
}

.sitemap .medical-list {
  padding: 32px;
  background: #F7F5EF;
  border-radius: 6px;
}

@media screen and (max-width: 959px) {
  .sitemap .medical-list {
    border-radius: calc(6px * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .sitemap .medical-list {
    border-radius: calc(6px * 0.5);
  }
}

@media screen and (max-width: 959px) {
  .sitemap .medical-list {
    padding: 24px;
  }
}

@media screen and (max-width: 519px) {
  .sitemap .medical-list {
    padding: 24px 16px;
  }
}

.sitemap .medical-list__item {
  padding: 0 8px;
}

@media screen and (max-width: 519px) {
  .sitemap .medical-list__item {
    padding: 0 4px;
  }
}

.sitemap .medical-list__item:not(:nth-last-of-type(1)) {
  margin-bottom: 16px;
  padding-bottom: 16px;
  border-bottom: dashed 1px #6D594A;
}

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

.sitemap .medical-list__item > a {
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .sitemap .medical-list__item > a {
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 519px) {
  .sitemap .medical-list__item > a {
    font-size: 1.3rem;
  }
}

.sitemap .medical-list__item > a:hover {
  color: #6D594A;
}

.sitemap .medical-list__item .recommend-list {
  padding: 12px 0 0 16px;
}

.sitemap .medical-list__item .recommend-list__item:not(:nth-last-of-type(1)) {
  margin-bottom: calc(8px * 1);
}

@media screen and (max-width: 959px) {
  .sitemap .medical-list__item .recommend-list__item:not(:nth-last-of-type(1)) {
    margin-bottom: calc((8px * 1) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .sitemap .medical-list__item .recommend-list__item:not(:nth-last-of-type(1)) {
    margin-bottom: calc((8px * 1) * 0.5);
  }
}

.sitemap .medical-list__item .recommend-list__item a {
  position: relative;
  padding-left: 20px;
  font-size: 1.5rem;
}

@media screen and (max-width: 519px) {
  .sitemap .medical-list__item .recommend-list__item a {
    padding-left: 16px;
    font-size: 1.3rem;
  }
}

.sitemap .medical-list__item .recommend-list__item a::before {
  content: '';
  position: absolute;
  top: 13px;
  left: 0;
  width: 12px;
  height: 1px;
  background: #6D594A;
}

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

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

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