@charset "UTF-8";
/* メディアクエリ */
/* //メディアクエリ */
/* position 中央寄せ */
/* //position 中央寄せ */
.sec-site-map {
  padding-top: 80px;
  padding-bottom: 140px;
}
@media screen and (max-width: 599px) {
  .sec-site-map {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.site-map-inner {
  display: flex;
  flex-wrap: wrap;
  margin-left: -30px;
  margin-right: -30px;
  row-gap: 30px;
}
.site-map-list {
  display: flex;
  flex-wrap: wrap;
  row-gap: 30.5px;
  width: 33.3333333%;
  height: fit-content;
  padding: 0 30px;
}
@media screen and (max-width: 1279px) {
  .site-map-list {
    width: 50%;
  }
}
@media screen and (max-width: 599px) {
  .site-map-list {
    width: 100%;
  }
}
.site-map-list--pharmacy {
  display: block;
}
.site-map-list--pharmacy ul {
  margin-top: 21px;
  padding-left: 29px;
  display: flex;
  flex-wrap: wrap;
  row-gap: 10px;
}
.site-map-list--pharmacy ul li {
  width: 100%;
  position: relative;
  padding-left: 19.5px;
}
.site-map-list--pharmacy ul li::before {
  content: "";
  width: 6px;
  height: 1px;
  background-color: #E0E0E0;
  position: absolute;
  top: 9px;
  left: 0;
}
.site-map-list--pharmacy ul li a {
  font-size: 0.9375rem;
  line-height: 1.4;
}
.site-map-list-item {
  width: 100%;
  position: relative;
  padding-left: 29.5px;
}
.site-map-list-item::before {
  content: "";
  width: 10px;
  height: 1px;
  background-color: #47b2e2;
  position: absolute;
  top: 13px;
  left: 0;
}
.site-map-list-item a {
  font-size: 1.1875rem;
  line-height: 1.4210526316;
}/*# sourceMappingURL=style-site-map.css.map */