@media print, all and (min-width: 751px) {
  .is-hidden_pc {
    display: none;
  }
}
@media print, all and (max-width: 750px) {
  .is-hidden_sp {
    display: none;
  }
}
body.treatment #title {
  background-image: url(../images/treatment/title-bg.jpg);
}

#treatment-outline {
  margin-bottom: 150px;
}
#treatment-outline .treatment-schedule {
  display: flex;
  justify-content: space-between;
  background-color: #19394f;
  text-decoration: none;
  transition: 0.3s;
}
#treatment-outline .treatment-schedule:hover {
  opacity: 0.8;
  transition: 0.3s;
}
#treatment-outline .treatment-schedule::after {
  content: none !important;
}
#treatment-outline .treatment-schedule .image-box {
  width: 290px;
  line-height: 0;
}
#treatment-outline .treatment-schedule .image-box img {
  object-fit: cover;
  width: 290px;
}
#treatment-outline .treatment-schedule .text-box {
  display: flex;
  justify-content: space-between;
  padding: 35px 45px;
  box-sizing: border-box;
  color: #fff;
  gap: 60px;
  width: calc(100% - 290px);
}
#treatment-outline .treatment-schedule .text-box em {
  font-size: 187.75%;
  font-weight: bold;
  display: block;
}
#treatment-outline .treatment-schedule .text-box span {
  background-image: url(../images/common/arrow.svg);
  background-position: center left;
  background-size: 70px;
  background-repeat: no-repeat;
  padding-left: 80px;
}
#treatment-outline .treatment-schedule .text-box span::after {
  content: url(../images/common/anchor-blank_white.png);
  transform: scale(0.5);
  display: inline-block;
  vertical-align: middle;
}
#treatment-outline .treatment-schedule .text-box .btns {
  width: 367px;
}
#treatment-outline .treatment-schedule .text-box .btns dt {
  float: left;
  clear: left;
  width: 140px;
  border: solid 1px #fff;
  box-sizing: border-box;
  text-align: center;
  margin-right: 10px;
}
#treatment-outline .treatment-schedule .text-box .btns dd:not(:last-child) {
  margin-bottom: 10px;
}

#treatment-case {
  margin-bottom: 130px;
}
#treatment-case .case-list {
  display: flex;
  justify-content: space-between;
  gap: 30px;
}

#treatment-diseases .diseases-list {
  margin-bottom: 30px;
}
#treatment-diseases .diseases-list li {
  display: flex;
  gap: 20px;
}
#treatment-diseases .diseases-list li:not(:last-child) {
  margin-bottom: 22px;
}
#treatment-diseases .diseases-list li span {
  width: 255px;
  background: #d7e7ee;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
}
#treatment-diseases .diseases-list li p {
  flex: 1;
  padding: 20px 0;
}

@media all and (min-width: 751px) {
  /* INDEX */
}
@media only screen and (max-width: 750px) {
  #treatment-outline {
    margin-bottom: 80px;
  }
  #treatment-outline .treatment-schedule .image-box {
    display: none;
  }
  #treatment-outline .treatment-schedule .text-box {
    flex-direction: column;
    align-items: center;
    padding: 20px;
    gap: 30px;
    width: 100%;
    text-align: center;
  }
  #treatment-outline .treatment-schedule .text-box em {
    font-size: 150%;
  }
  #treatment-outline .treatment-schedule .text-box span {
    background-image: url(../images/common/arrow.svg);
    background-position: center left;
    background-size: 70px;
    background-repeat: no-repeat;
    padding-left: 80px;
  }
  #treatment-outline .treatment-schedule .text-box span::after {
    content: url(../images/common/anchor-blank_white.png);
    transform: scale(0.5);
    display: inline-block;
    vertical-align: middle;
  }
  #treatment-outline .treatment-schedule .text-box .btns {
    max-width: 400px;
    width: 100%;
  }
  #treatment-outline .treatment-schedule .text-box .btns dt {
    width: 100%;
    margin-right: 0px;
  }
  #treatment-outline .treatment-schedule .text-box .btns dd:not(:last-child) {
    margin-bottom: 10px;
  }
  #treatment-case {
    margin-bottom: 80px;
  }
  #treatment-case .case-list {
    flex-direction: column;
    align-items: center;
    gap: 30px;
  }
  #treatment-diseases .diseases-list {
    margin-bottom: 30px;
  }
  #treatment-diseases .diseases-list li {
    flex-direction: column;
    gap: 10px;
  }
  #treatment-diseases .diseases-list li span {
    width: 100%;
    padding: 5px;
  }
  #treatment-diseases .diseases-list li p {
    flex: 1;
    padding: 0;
  }
}
