@charset "utf-8";

.treatment .doctor-recommend .rhombus-list li {
  padding-left: 25px;
  padding-right: 0;
  text-align: left;
}

/* サーマクールFLXとハイフ（ダブロゴールド）のコンビネーション治療
		---------------------------------------------- */
.combination .table-scroll {
  overflow: scroll;
}

.combination .table-2col {
  width: 1048px;
}

.combination img {
  width: 60%;
}

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

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

@media screen and (max-width: 768px) {
  .combination img {
    width: 80%;
  }

  .combination .table-2col {
    width: 510px;
  }

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

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