@charset "utf-8";
/* 共通
---------------------------------------------- */
.img-area {
  text-align: center;
}

/* kv
---------------------------------------------- */
.ipl .kv {
  text-align: center;
}

.ipl .kvImg {
  max-width: 539px;
}

/* IPL光治療とは?
---------------------------------------------- */
.machine .img-area .Img {
  max-width: 400px;
}

.flow .item-list .last {
  line-height: 1.5;
}

.machine ul {
  width: 63%;
}

.machine .flex {
  align-items: center;
}

@media screen and (max-width: 768px) {
  .machine .flex {
    display: block;
  }
  .machine ul {
    width: 100%;
  }
}
