@charset "utf-8";
/* 「セラピューティック・プログラム」とは？
		---------------------------------------------- */
.about .img-area {
  margin: 18px 0 18px;
  text-align: center;
}

.about .img-area .Img {
  max-width: 840px;
}

/* ゼオスキンヘルス料金
		---------------------------------------------- */
.zoskin .price-list .table-2col tbody th,
.zoskin .price-list .table-2col thead th {
  width: 170px;
}

.zoskin .price-list tbody th {
  background-color: #e4e4e4;
}

.zoskin .price-list tbody .price {
  text-align: right;
  border-left: 1px solid #c1c1c1;
}

.zoskin .price-list thead {
  background-color: #e4e4e4;
}

@media screen and (max-width: 768px) {
  .zoskin .price-list .table-2col {
    font-size: 12px;
  }
  .zoskin .price-list .table-2col tbody th,
  .zoskin .price-list .table-2col thead th {
    width: 93px;
  }

  .zoskin .price-list .table-2col tbody .price,
  .zoskin .price-list .table-2col thead .price {
    width: 61px;
  }

  .zoskin .price-list thead {
    font-size: 11px;
  }

  .zoskin .price-list tbody .price {
    border-left: 0.5px solid #c1c1c1;
  }
}

/* 治療の流れ
		---------------------------------------------- */

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