@media print, all and (min-width: 751px) {
  .is-hidden_pc {
    display: none;
  }
}
@media print, all and (max-width: 750px) {
  .is-hidden_sp {
    display: none;
  }
}
@media all and (min-width: 751px) {
  body.treatment #title .title-bg {
    background-image: url(../images/treatment/title-bg.jpg);
  }
  body.treatment .text p:not(:last-of-type) {
    margin-bottom: 35px;
  }
}
@media only screen and (max-width: 750px) {
  body.treatment #title .title-bg {
    background-image: url(../images/treatment/title-bg_sp.jpg);
  }
  body.treatment .text p:not(:last-of-type) {
    margin-bottom: 15px;
  }
  /* INDEX */
}
