@charset "utf-8";

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

/* RFフラクショナルレーザーとは？
		---------------------------------------------- */
.effect.flex {
  width: 500px;
  justify-content: center;
}

.effect.flex .trouble-list {
  padding-top: 23px;
}

.effect.flex .kvImg {
  max-width: 160px;
  margin-right: 44px;
}

.machine .img-area {
  margin: 10px 0 18px;
}

.machine .img-area .kvImg {
  max-width: 610px;
}

.comparison.table-scroll {
  overflow: scroll;
}

.comparison .table-2col {
  width: 940px;
}

.comparison .img-area {
  text-align: center;
}

.comparison .border {
  border-right: 1px solid #c1c1c1;
}

@media screen and (max-width: 768px) {
  .effect.flex {
    display: block;
    width: auto;
  }

  .effect.flex .center {
    margin-top: 10px;
    text-align: center;
  }

  .effect.flex .kvImg {
    max-width: 120px;
    margin-right: auto;
  }

  .effect.flex .trouble-list {
    padding-top: 0;
  }

  .machine .img-area {
    margin: 0 0 18px;
  }

  .comparison .table-2col {
    width: 490px;
  }

  .comparison .table-2col tbody th {
    width: 8%;
  }

  .comparison .table-2col th {
    font-size: 10px;
  }
}
