@media print, all and (min-width: 751px) {
  .is-hidden_pc {
    display: none;
  }
}
@media print, all and (max-width: 750px) {
  .is-hidden_sp {
    display: none;
  }
}
#treatment-features .text-box p {
  margin-bottom: 30px;
}
#treatment-features .text-box p:last-of-type {
  margin-bottom: 0px;
}
#treatment-features .listmark-diamond li p {
  display: inline-flex;
  gap: 10px;
  padding-left: 12px;
}
#treatment-features .listmark-diamond li span:first-child {
  width: 180px;
  display: inline-block;
}

@media all and (min-width: 751px) {
  /* INDEX */
  body.treatment .title-level01 {
    margin-bottom: 80px;
  }
  body.treatment #title {
    background-image: url(../images/treatment/title-bg.jpg);
  }
  body.treatment .variable-box.no-gap {
    gap: 0;
  }
  body.treatment .variable-box.no-gap .image-box:first-child {
    margin-right: -32px;
    z-index: 1;
  }
  body.treatment .variable-box.no-gap .image-box:last-child {
    margin-top: 72px;
  }
  .scroller-wrap .scroll-arrow {
    display: none;
  }
}
@media only screen and (max-width: 750px) {
  body.treatment #title {
    background-image: url(../images/treatment/title-bg.jpg);
  }
  .scroller-wrap .scroller {
    overflow: auto;
  }
  .scroller-wrap .scroller table {
    width: 800px;
  }
  .scroller-wrap .scroll-arrow {
    text-align: center;
    position: relative;
    margin-bottom: 15px;
  }
  .scroller-wrap .scroll-arrow .inner {
    display: inline-block;
    font-size: 87.5%;
    /* 14px */
    padding: 0 20px;
    line-height: 1.4;
    position: relative;
    z-index: 2;
  }
  .scroller-wrap .scroll-arrow .inner:before {
    content: "";
    display: inline-block;
    width: 16px;
    height: 7px;
    background-image: url(../images/common/sc-arrow_l.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(calc(-50% - 1px));
  }
  .scroller-wrap .scroll-arrow .inner:after {
    content: "";
    display: inline-block;
    width: 16px;
    height: 7px;
    background-image: url(../images/common/sc-arrow_r.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(calc(-50% - 1px));
  }
  /* INDEX */
  #treatment-features .text-box p {
    margin-bottom: 20px;
  }
  #treatment-features .listmark-diamond li:not(:last-child) {
    margin-bottom: 10px;
  }
  #treatment-features .listmark-diamond li p {
    display: inline-block;
    vertical-align: top;
    padding-left: 0;
  }
  #treatment-features .listmark-diamond li span:first-child {
    width: 180px;
    display: block;
    padding-left: 12px;
  }
}
