@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 {
    background-image: url(../images/treatment/title-bg.jpg);
  }
  /* INDEX */
  body#treatment-index #treatment-activity .detail-box {
    min-height: 300px;
    position: relative;
    z-index: 2;
  }
  body#treatment-index #treatment-activity .detail-box .fl-image {
    width: 695px;
    height: 300px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
  }
  body#treatment-index #treatment-activity .detail-box .fl-image:after {
    content: "";
    display: block;
    width: 200px;
    height: 100%;
    background: linear-gradient(to right, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
    position: absolute;
    top: 0;
    left: 0;
  }
  body#treatment-index #treatment-info .images-box {
    position: relative;
  }
  body#treatment-index #treatment-info .images-box .image {
    margin-bottom: 0;
  }
  body#treatment-index #treatment-info .images-box .image img {
    vertical-align: middle;
  }
  body#treatment-index #treatment-info .images-box .image.image01 {
    text-align: right;
    margin-right: 62px;
  }
  body#treatment-index #treatment-info .images-box .image.image02 {
    margin: -142px 0 0 66px;
  }
}
@media only screen and (max-width: 750px) {
  body.treatment #title {
    background-image: url(../images/treatment/title-bg_sp.jpg);
  }
  body#treatment-index #treatment-info .images-box {
    position: relative;
    max-width: 370px;
    margin-inline: auto;
  }
  body#treatment-index #treatment-info .images-box .image {
    margin-bottom: 0;
  }
  body#treatment-index #treatment-info .images-box .image img {
    vertical-align: middle;
  }
  body#treatment-index #treatment-info .images-box .image.image01 {
    max-width: 270px;
    margin: 0 0 10px auto;
  }
  body#treatment-index #treatment-info .images-box .image.image02 {
    max-width: 220px;
  }
}

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