@charset "UTF-8";
:root {
  --leading-trim: calc((1em - 1lh) / 2);
}

/*
======== table of content. ===============

summary:ハイドラフェイシャル®HFX認定施設一覧ページ要素

==========================================
*/
.sec__syndeo {
  width: 59.7142857143vw;
  margin-block: 2.8571428571vw 6.7857142857vw;
  margin-inline: auto;
  padding-block: 2.6428571429vw;
  padding-inline: 24.0714285714vw 6.5714285714vw;
  background: #f0f8fb url(../../img/certification-list__syndeo.png) no-repeat 7.8571428571vw bottom/11.8571428571vw;
}
@media screen and (max-width: 767px) {
  .sec__syndeo {
    width: auto;
    margin-block: 8vw sv(160);
    padding-block: 5.3333333333vw;
    padding-inline: 5.3333333333vw;
    background-size: 37.3333333333vw;
    background-position: 5.3333333333vw bottom;
  }
}
@media screen and (max-width: 767px) {
  .sec__syndeo p {
    font-size: 93.75%;
  }
}
@media screen and (max-width: 767px) {
  .sec__syndeo p:last-child {
    padding-inline-start: 40vw;
  }
}

.syndeo__circle {
  position: relative;
  top: 0.05em;
  display: inline-block;
  width: 1.3rem;
  height: 1.3rem;
  margin-inline-end: 0.3em;
  border-radius: 9rem;
  background-color: #339ac3;
}

.ttl__border-l {
  margin-block-end: 2.8571428571vw;
  padding-inline-start: 0.7em;
  border-left: 7px solid #45a1bb;
  font-size: 150%;
}

.area__list li {
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .area__list li {
    font-size: 87.5%;
  }
}

.area__list__facillities {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 2em;
}
.area__list__facillities li {
  padding-block: 1em;
  padding-inline: 1em 0.8em;
  font-weight: normal;
}
.area__list__facillities li.new {
  align-items: center;
}
.area__list__facillities li.new::before {
  display: inline-block;
  position: relative;
  top: -0.1em;
  margin-right: 0.1em;
  padding: 0.25em 0.3em;
  content: "NEW";
  color: #fff;
  background-color: #3377b2;
  font-size: 60%;
  font-weight: 600;
  line-height: 100%;
}
@media screen and (max-width: 767px) {
  .area__list__facillities li.new::before {
    top: 0.2em;
    margin-right: 0.3em;
    padding: 0.3em 0.5em;
    font-size: 70%;
  }
}
@media screen and (max-width: 767px) {
  .area__list__facillities li {
    display: flex;
    font-feature-settings: "palt";
  }
}
.area__list__facillities li::after {
  position: relative;
  top: 0.35em;
  content: "";
  display: inline-block;
  width: 1px;
  height: 100%;
  margin-inline-start: 1.5em;
  background-color: #dddddd;
}
@media screen and (max-width: 767px) {
  .area__list__facillities li::after {
    content: none;
  }
}
.area__list__facillities li.syndeo::before {
  content: "";
  position: relative;
  top: 0.05em;
  display: inline-block;
  width: 1.3rem;
  height: 1.3rem;
  margin-inline-end: 0.3em;
  border-radius: 9rem;
  background-color: #339ac3;
}
@media screen and (max-width: 767px) {
  .area__list__facillities li.syndeo::before {
    top: 0.2em;
  }
}
@media screen and (max-width: 767px) {
  .area__list__facillities li a {
    word-break: break-all;
  }
}

@media screen and (max-width: 767px) {
  .certification-list .title__section {
    margin-bottom: 2em;
  }
}
.certification-list .anchor__navi {
  margin-block-start: 0;
}
@media screen and (max-width: 767px) {
  .certification-list .anchor__navi {
    margin-bottom: 2em;
  }
}
.certification-list .anchor__navi__list .anchor__navi__item {
  padding-inline: 0.3em;
}
@media screen and (max-width: 767px) {
  .certification-list .anchor__navi__list .anchor__navi__item {
    flex-basis: auto;
  }
}
.certification-list .anchor__navi__list .anchor__navi__item::before {
  content: none;
}
.certification-list .anchor__navi__list .anchor__navi__item a {
  padding-block: 0.5em;
  padding-inline: 0.5em;
  border: 1px solid #dddddd;
}/*# sourceMappingURL=certification-list.css.map */