.c-under__ttl::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  transform: translateY(25%);
  width: 31px;
  height: 36px;
  background-image: url(../images/treatment/webp/ttl-icon.webp);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  display: block;
}
@media (max-width: 767px) {
  .c-under__ttl::before {
    top: 0;
    transform: translateY(5%);
    width: 27px;
    height: 30px;
  }
}

.c-under__figcaption {
  font-weight: 700;
}

.c-anker-default {
  text-decoration: underline;
  color: rgb(0, 0, 238);
}

@media (max-width: 767px) {
  .u-smb0 {
    margin-bottom: 0 !important;
  }
}/*# sourceMappingURL=under02.css.map */