@media print, all and (min-width: 751px) {
  .is-hidden_pc {
    display: none;
  }
}
@media print, all and (max-width: 750px) {
  .is-hidden_sp {
    display: none;
  }
}
.disease-list:not(:last-child) {
  margin-bottom: 100px;
}
.disease-list .title-level03 {
  margin-bottom: 20px;
  text-align: center;
  padding-bottom: 10px;
}
.disease-list .title {
  display: block;
  font-size: 112.5%;
  color: #143367;
  font-weight: bold;
  line-height: 1.7;
  border-bottom: solid 1px #143367;
  margin-bottom: 15px;
}
.disease-list .item:not(:last-child) {
  margin-bottom: 90px;
}
.disease-list .item-detail:not(:last-child) {
  margin-bottom: 50px;
}
.disease-list .text-box {
  margin-bottom: 25px;
}
.disease-list .text-box:not(:last-of-type) {
  margin-bottom: 20px;
}
.disease-list .text-box p:not(:last-of-type) {
  margin-bottom: 15px;
}
.disease-list .image-box.col {
  display: flex;
  gap: 20px 10px;
  justify-content: center;
}
.disease-list .image-box p,
.disease-list .image-box span {
  font-weight: bold;
  display: block;
  line-height: 1.4;
  text-align: left;
}
.disease-list dl dt {
  float: left;
  clear: left;
  font-weight: bold;
  margin-right: 5px;
}
.disease-list dl dt.w100 {
  width: 100%;
}
.disease-list ol li,
.disease-list ul li {
  padding-left: 1em;
  text-indent: -1em;
}

@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);
  }
  .scroller-wrap .scroll-arrow {
    display: none;
  }
}
@media only screen and (max-width: 750px) {
  body.treatment #title {
    background-image: url(../images/treatment/title-bg.jpg);
  }
  body.treatment #subnav .subnav-list {
    flex-direction: initial;
    gap: 10px min(5px, 2vw);
  }
  body.treatment #subnav .subnav-list li {
    width: 49%;
  }
  body.treatment #subnav .subnav-list a {
    width: 100%;
    font-size: 87.75%;
  }
  body.treatment #subnav .subnav-list a::before {
    width: 10px;
  }
  .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 25px;
    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));
  }
  .disease-list .item:not(:last-child) {
    margin-bottom: 50px;
  }
  .disease-list .item-detail:not(:last-child) {
    margin-bottom: 25px;
  }
  .disease-list .text-box {
    margin-bottom: 25px;
  }
  .disease-list .text-box p:not(:last-of-type) {
    margin-bottom: 15px;
  }
  .disease-list .image-box.col {
    flex-direction: column;
    gap: 20px 10px;
  }
  .disease-list .image-box.col > p {
    width: 100%;
    text-align: center;
  }
}
