@media all and (min-width: 751px) {
  body.treatment #title {
    background-image: url(../images/treatment/title-bg.jpg?ver=251125);
  }
  /* INDEX */
  #treatment-features .acv-table .type01 thead th {
    width: calc((100% - 360px) / 5);
  }
  #treatment-features .acv-table .type01 thead th.blank {
    width: 360px;
  }
}
@media only screen and (max-width: 750px) {
  body.treatment #title {
    background-image: url(../images/treatment/title-bg_sp.jpg?ver=251125);
  }
  /* INDEX */
  #treatment-features .acv-table .type01 {
    line-height: 1.55;
  }
  #treatment-features .acv-table .type01 thead th {
    width: calc((100% - 180px) / 5);
  }
  #treatment-features .acv-table .type01 thead th.blank {
    width: 180px;
  }
  #treatment-features .acv-graph {
    max-width: 360px;
    margin-inline: auto;
  }
  #treatment-features .acv-graph .details {
    width: 160px;
  }
}

/*# sourceMappingURL=page-treatment.css.map */
