@media all and (min-width: 751px) {
  body.treatment #title {
    background-image: url(../images/treatment/title-bg.jpg);
  }
  /* INDEX */
  #treatment-index .dc_text-area {
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 750px) {
  body.treatment #title {
    background-image: url(../images/treatment/title-bg_sp.jpg);
  }
  /* INDEX */
  #treatment-index .dc_text-area {
    margin-bottom: 40px;
  }
  /* TREATMENT-DISEASE */
  #treatment-disease .fee-table th.fee {
    box-sizing: border-box;
    width: 125px;
  }
}

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