@charset "utf-8";
/* 「ダーマペン4」とは？
		---------------------------------------------- */
.machine .img-area .Img {
  max-width: 840px;
}

/* 注入する美容液は、お肌に合わせて選択します
		---------------------------------------------- */
.serum1,
.serum2,
.serum3 {
  margin: 20px 0 0 100px;
}
.serum1 {
  max-width: 500px;
}
.serum2 {
  max-width: 464px;
}
.serum3 {
  max-width: 632px;
}

.serum-item .kvImg {
  max-width: 62px;
}

.serum-item {
  text-align: center;
}

.treatment .txt.txt-inner.first {
  margin: 0 24px;
}

.treatment .txt.txt-inner.first .bg {
  padding: 2px 8px 3px;
  background-color: var(--black);
  color: #fff;
  font-size: 13px;
}

@media screen and (max-width: 768px) {
  .serum1.flex,
  .serum2.flex,
  .serum3.flex {
    display: block;
    margin-left: 10px;
  }

  .serum-item .kvImg {
    max-width: 38px;
  }

  .treatment .txt.txt-inner.first {
    margin: 4px 0;
  }

  .treatment .txt.txt-inner.first .bg {
    padding: 1px 8px 2px;
    font-size: 11px;
  }
}

/* 治療の流れ
		---------------------------------------------- */
.flow .item-list .last {
  line-height: 1.5;
}

/* ダーマペン4の特徴
		---------------------------------------------- */
.merit-demerit-wrapper {
  margin-bottom: 10px;
}

/* 注意事項
		---------------------------------------------- */

.sub-ttl {
  font-size: 20px;
  margin: 20px 24px 10px;
}

@media screen and (max-width: 768px) {
  .sub-ttl {
    font-size: 14px;
    margin: 20px 0 8px;
  }
}
