.denture-point .advantage-unit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  gap: 24px;
}

@media screen and (max-width: 959px) {
  .denture-point .advantage-unit {
    gap: 16px;
  }
}

@media screen and (max-width: 767px) {
  .denture-point .advantage-unit {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    gap: 10px;
  }
}

.denture-point .advantage-unit__dtl .advantage-ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 14px;
  padding-bottom: 12px;
  margin-bottom: 24px;
  border-bottom: 1px solid #776358;
  color: #776358;
  font-size: 2.4rem;
  line-height: 1.2;
}

@media screen and (max-width: 959px) {
  .denture-point .advantage-unit__dtl .advantage-ttl {
    font-size: 2rem;
  }
}

@media screen and (max-width: 767px) {
  .denture-point .advantage-unit__dtl .advantage-ttl {
    font-size: 1.8rem;
    gap: 12px;
    margin-bottom: 16px;
  }
}

@media screen and (max-width: 519px) {
  .denture-point .advantage-unit__dtl .advantage-ttl {
    font-size: 1.6rem;
    gap: 10px;
  }
}

.denture-point .advantage-unit__dtl .advantage-ttl span {
  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;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  color: rgba(146, 124, 111, 0.6);
  font-size: 1.4rem;
  line-height: 1;
}

@media screen and (max-width: 519px) {
  .denture-point .advantage-unit__dtl .advantage-ttl span {
    font-size: 1.2rem;
  }
}

.denture-point .advantage-unit__dtl .advantage-ttl span em {
  display: block;
  font-size: 4rem;
  font-family: "Lora", serif;
}

@media screen and (max-width: 1023px) {
  .denture-point .advantage-unit__dtl .advantage-ttl span em {
    font-size: 3.8rem;
  }
}

@media screen and (max-width: 959px) {
  .denture-point .advantage-unit__dtl .advantage-ttl span em {
    font-size: 3.2rem;
  }
}

@media screen and (max-width: 767px) {
  .denture-point .advantage-unit__dtl .advantage-ttl span em {
    font-size: 2.8rem;
  }
}

@media screen and (max-width: 519px) {
  .denture-point .advantage-unit__dtl .advantage-ttl span em {
    font-size: 2.4rem;
  }
}

.denture-point .advantage-unit__vsl {
  min-width: 306px;
}

@media screen and (max-width: 959px) {
  .denture-point .advantage-unit__vsl {
    min-width: 278px;
  }
}

@media screen and (max-width: 767px) {
  .denture-point .advantage-unit__vsl {
    min-width: auto;
    max-width: 400px;
    margin-inline: auto;
  }
}

.denture-point .advantage-unit:not(:last-of-type) {
  margin-bottom: 42px;
}

@media screen and (max-width: 767px) {
  .denture-point .advantage-unit:not(:last-of-type) {
    margin-bottom: 32px;
  }
}

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