.tablepress > :where(thead, tfoot) > * > th {
  background: #F8E0E8;
}
.tablepress > :where(thead, tfoot) > * > th.column-3 {
  font-weight: 500;
  font-size: 0.86em;
  text-align: center;
}
.tablepress > :where(thead, tfoot) > * > th.column-1 {
  font-weight: 500;
  font-size: 1.1em;
  text-align: left;
  padding-left: 20px;
}

.tablepress tbody tr.row-1 td {
  border-top: none !important;
}

.table-column-3 td.column-1 {
  width: 48% !important;
  padding-right: 0;
}
.table-column-3 td.column-2 {
  width: 27% !important;
  text-align: right;
  padding-right: 5px;
}
.table-column-3 td.column-3 {
  width: 25%;
}

.price_table td.column-2, .price_table td.column-3 {
  min-width: 0 !important;
}

.br-sp {
  display: none;
}
@media screen and (max-width: 760px) {
  .br-sp {
    display: block;
  }
}

.treatment-cont .wrap a .item {
  padding: 12px 15px;
  background-position: center right 6px;
}/*# sourceMappingURL=custom-style.css.map */