@charset "utf-8";
.item .img-area {
  text-align: center;
}

.item .img-area .Img {
  max-width: 740px;
}

.treatment.cosme .price .priceBox .priceList {
  width: 52%;
}

.treatment.cosme .price .priceBox .small {
  font-size: 14px;
}

.treatment.cosme .price .priceBox .line-height {
    line-height: 1.4;
}

@media screen and (max-width: 768px) {
    .treatment.cosme .price .priceBox .priceList {
        width: 100%;
      }
}