.denture-lost .treatment {
  padding: 32px;
  background: #ffffff;
  border: 1px solid #776358;
}

@media screen and (max-width: 959px) {
  .denture-lost .treatment {
    padding: 24px;
  }
}

@media screen and (max-width: 767px) {
  .denture-lost .treatment {
    padding: 20px;
  }
}

.denture-lost .treatment .features-unit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 32px;
}

@media screen and (max-width: 959px) {
  .denture-lost .treatment .features-unit {
    gap: 24px;
  }
}

@media screen and (max-width: 767px) {
  .denture-lost .treatment .features-unit {
    gap: 20px;
  }
}

@media screen and (max-width: 519px) {
  .denture-lost .treatment .features-unit {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.denture-lost .treatment .features-unit__vsl {
  width: 325px;
}

@media screen and (max-width: 959px) {
  .denture-lost .treatment .features-unit__vsl {
    width: 230px;
  }
}

@media screen and (max-width: 767px) {
  .denture-lost .treatment .features-unit__vsl {
    width: 190px;
  }
}

@media screen and (max-width: 519px) {
  .denture-lost .treatment .features-unit__vsl {
    margin-inline: auto;
  }
}

.denture-lost .treatment .features-unit__dtl {
  width: calc(100% - 357px);
}

@media screen and (max-width: 959px) {
  .denture-lost .treatment .features-unit__dtl {
    width: calc(100% - 254px);
  }
}

@media screen and (max-width: 767px) {
  .denture-lost .treatment .features-unit__dtl {
    width: calc(100% - 210px);
  }
}

@media screen and (max-width: 519px) {
  .denture-lost .treatment .features-unit__dtl {
    width: 100%;
  }
}

.denture-lost .treatment .features-unit__dtl .features-content {
  background: #ffffff;
}

.denture-lost .treatment .features-unit__dtl .features-content .features-ttl {
  position: relative;
  margin-bottom: 6px;
  padding-left: 24px;
  font-size: 2rem;
}

@media screen and (max-width: 767px) {
  .denture-lost .treatment .features-unit__dtl .features-content .features-ttl {
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 519px) {
  .denture-lost .treatment .features-unit__dtl .features-content .features-ttl {
    font-size: 1.6rem;
    padding-left: 20px;
  }
}

.denture-lost .treatment .features-unit__dtl .features-content .features-ttl::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  width: 18px;
  height: 18px;
}

@media screen and (max-width: 767px) {
  .denture-lost .treatment .features-unit__dtl .features-content .features-ttl::before {
    top: 6px;
  }
}

@media screen and (max-width: 519px) {
  .denture-lost .treatment .features-unit__dtl .features-content .features-ttl::before {
    width: 16px;
    height: 16px;
  }
}

.denture-lost .treatment .features-unit__dtl .features-content .features-list__item {
  position: relative;
  padding-left: 10px;
}

.denture-lost .treatment .features-unit__dtl .features-content .features-list__item:not(:nth-last-of-type(1)) {
  margin-bottom: 4px;
}

.denture-lost .treatment .features-unit__dtl .features-content .features-list__item::before {
  content: '';
  display: block;
  position: absolute;
  top: 11px;
  left: 0;
  width: 4px;
  height: 4px;
  border-radius: 100%;
}

@media screen and (max-width: 767px) {
  .denture-lost .treatment .features-unit__dtl .features-content .features-list__item::before {
    top: 9px;
  }
}

.denture-lost .treatment .features-unit__dtl .features-content.--merit {
  margin-bottom: 16px;
}

@media screen and (max-width: 767px) {
  .denture-lost .treatment .features-unit__dtl .features-content.--merit {
    margin-bottom: 6px;
  }
}

.denture-lost .treatment .features-unit__dtl .features-content.--merit .features-ttl {
  color: #B45C3C;
}

.denture-lost .treatment .features-unit__dtl .features-content.--merit .features-ttl::before {
  border: 1px solid #B45C3C;
  border-radius: 100%;
}

.denture-lost .treatment .features-unit__dtl .features-content.--merit .features-list__item::before {
  background: #B45C3C;
}

.denture-lost .treatment .features-unit__dtl .features-content.--demerit .features-ttl {
  color: #2C405F;
}

.denture-lost .treatment .features-unit__dtl .features-content.--demerit .features-ttl::before {
  background: url("/wp-content/themes/itreat_base/dist/img/common/triangle.svg") center/contain no-repeat;
}

.denture-lost .treatment .features-unit__dtl .features-content.--demerit .features-list__item::before {
  background: #2C405F;
}

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