.whitening .whitening-txt {
  margin-bottom: calc(8px * 8);
  text-align: center;
}

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

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

@media screen and (max-width: 519px) {
  .whitening .whitening-txt {
    text-align: left;
    margin-bottom: calc(8px * 12);
  }
}

@media screen and (max-width: 519px) and (max-width: 959px) {
  .whitening .whitening-txt {
    margin-bottom: calc((8px * 12) * 0.75);
  }
}

@media screen and (max-width: 519px) and (max-width: 519px) {
  .whitening .whitening-txt {
    margin-bottom: calc((8px * 12) * 0.5);
  }
}

.whitening .whitening-unit {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 24px;
  gap: 20px;
}

@media screen and (max-width: 959px) {
  .whitening .whitening-unit {
    gap: 12px;
  }
}

@media screen and (max-width: 767px) {
  .whitening .whitening-unit {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 48px;
    margin-bottom: 16px;
  }
}

.whitening .whitening-unit::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  translate: 0 -50%;
  width: 1px;
  height: 100%;
  border-left: 1px dotted rgba(119, 99, 88, 0.4);
}

@media screen and (max-width: 767px) {
  .whitening .whitening-unit::before {
    display: none;
  }
}

.whitening .whitening-unit .whitening-col {
  width: calc((100% / 2) - (56px * 1 / 2));
}

@media screen and (max-width: 959px) {
  .whitening .whitening-unit .whitening-col {
    width: calc((100% / 2) - (40px * 1 / 2));
  }
}

@media screen and (max-width: 767px) {
  .whitening .whitening-unit .whitening-col {
    width: calc((100% / 1) - (0px * 0 / 1));
  }
}

.whitening .whitening-unit .whitening-col .whitening-vsl {
  margin-bottom: 44px;
}

.whitening .whitening-unit .whitening-col .whitening-ttl {
  position: relative;
  padding-left: 12px;
  color: #776358;
}

.whitening .whitening-unit .whitening-col .whitening-ttl em {
  display: block;
  font-size: 2.4rem;
}

@media screen and (max-width: 959px) {
  .whitening .whitening-unit .whitening-col .whitening-ttl em {
    font-size: 2rem;
  }
}

@media screen and (max-width: 767px) {
  .whitening .whitening-unit .whitening-col .whitening-ttl em {
    font-size: 1.8rem;
  }
}

.whitening .whitening-unit .whitening-col .whitening-ttl::before {
  content: "";
  position: absolute;
  top: -29px;
  left: -9px;
  width: 53px;
  height: 59px;
  background: url("/wp-content/themes/itreat_base/dist/img/common/hospital.svg") center/contain no-repeat;
}

.whitening .whitening-unit .whitening-col .txt {
  letter-spacing: 0;
}

.whitening .whitening-unit .whitening-col .features {
  padding: 18px;
  min-height: 192px;
  background: #ffffff;
}

@media screen and (max-width: 767px) {
  .whitening .whitening-unit .whitening-col .features {
    min-height: auto;
  }
}

.whitening .whitening-unit .whitening-col .features .features-ttl {
  position: relative;
  margin-bottom: 12px;
  padding-left: 24px;
  font-size: 2rem;
}

@media screen and (max-width: 767px) {
  .whitening .whitening-unit .whitening-col .features .features-ttl {
    font-size: 1.8rem;
  }
}

.whitening .whitening-unit .whitening-col .features .features-ttl::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  width: 18px;
  height: 18px;
}

.whitening .whitening-unit .whitening-col .features .features-list__item {
  position: relative;
  padding-left: 10px;
}

.whitening .whitening-unit .whitening-col .features .features-list__item:not(:nth-last-of-type(1)) {
  margin-bottom: 4px;
}

.whitening .whitening-unit .whitening-col .features .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) {
  .whitening .whitening-unit .whitening-col .features .features-list__item::before {
    top: 9px;
  }
}

.whitening .whitening-unit .whitening-col .features.--merit {
  margin-bottom: 18px;
  border: 1px solid #B45C3C;
}

@media screen and (max-width: 767px) {
  .whitening .whitening-unit .whitening-col .features.--merit {
    margin-bottom: 12px;
  }
}

.whitening .whitening-unit .whitening-col .features.--merit .features-ttl {
  color: #B45C3C;
}

.whitening .whitening-unit .whitening-col .features.--merit .features-ttl::before {
  border: 1px solid #B45C3C;
  border-radius: 100%;
}

.whitening .whitening-unit .whitening-col .features.--merit .features-list__item::before {
  background: #B45C3C;
}

.whitening .whitening-unit .whitening-col .features.--demerit {
  border: 1px solid #2C405F;
}

.whitening .whitening-unit .whitening-col .features.--demerit .features-ttl {
  color: #2C405F;
}

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

.whitening .whitening-unit .whitening-col .features.--demerit .features-list__item::before {
  background: #2C405F;
}

@media screen and (max-width: 767px) {
  .whitening .whitening-unit .whitening-col:last-child {
    padding-top: 24px;
  }
}

@media screen and (max-width: 519px) {
  .whitening .whitening-unit .whitening-col:last-child {
    padding-top: 4px;
  }
}

.whitening .whitening-unit .whitening-col:last-child .whitening-ttl::before {
  background: url("/wp-content/themes/itreat_base/dist/img/common/home.svg") center/contain no-repeat;
}

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