@charset "UTF-8";
@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 h4.title {
  text-align: left;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: bold;
}
body.treatment .column-box {
  display: flex;
  gap: 25px 55px;
}
body.treatment .column-box.text-block {
  flex-wrap: wrap;
}
body.treatment .column-box.text-block .item {
  width: 450px;
  background-color: #fff;
  font-size: 112.5%;
  font-weight: bold;
  font-family: "Zen Maru Gothic", sans-serif;
  line-height: 1.8;
  padding: 18px;
  box-sizing: border-box;
  text-align: center;
}
body.treatment .column-box.image-box {
  justify-content: space-between;
}
body.treatment .column-box.image-box .inner {
  gap: 20px;
}
body.treatment .column-box.image-box .item {
  min-width: 200px;
  text-align: center;
}
body.treatment .column-box.image-box .item p {
  width: 200px;
}
body.treatment .column-box.image-box .item img {
  width: 100%;
}
body.treatment .column-box.image-box .item:not(:last-child) {
  position: relative;
}
body.treatment .column-box.image-box .item:not(:last-child):after {
  content: url(../images/common/anchor-arrow02.svg);
  display: inline-block;
  width: 45px;
  position: absolute;
  right: -20.5%;
  top: 50%;
  transform: translateY(-50%);
}

#treatment-operation .column-box .item:not(:last-child):after {
  top: 42%;
  right: -52px;
}

#treatment-laser .lead-box {
  display: flex;
  flex-wrap: wrap;
  gap: 80px;
}
#treatment-laser .lead-box .item {
  width: 440px;
}
#treatment-laser .lead-box .title-level03 {
  display: block;
  color: #f08437;
  text-align: center;
}

/*CPAP*/
#treatment-osa_table table th:last-child {
  border-left: solid 1px #894d26;
}

@media all and (min-width: 751px) {
  body.treatment #title {
    background-image: url(../images/treatment/title-bg.jpg);
  }
  /* INDEX */
  /*CPAP*/
  #treatment-osa_table table th:last-child {
    width: 300px;
    text-align: left;
  }
}
@media only screen and (max-width: 750px) {
  body.treatment #title {
    background-image: url(../images/treatment/title-bg.jpg);
  }
  body.treatment h4.title {
    text-align: center;
    margin-bottom: 10px;
  }
  body.treatment .column-box {
    flex-direction: column;
    gap: 70px 0;
  }
  body.treatment .column-box.text-block {
    gap: 10px 0;
  }
  body.treatment .column-box.text-block .item {
    width: 100%;
    padding: 10px;
  }
  body.treatment .column-box.image-box {
    justify-content: space-between;
    align-items: center;
  }
  body.treatment .column-box.image-box .inner {
    gap: 20px;
  }
  body.treatment .column-box.image-box .item {
    max-width: 250px;
  }
  body.treatment .column-box.image-box .item p {
    width: auto;
  }
  body.treatment .column-box.image-box .item:not(:last-child) {
    position: relative;
  }
  body.treatment .column-box.image-box .item:not(:last-child):after {
    right: auto;
    top: auto;
    left: 50%;
    bottom: -75px;
    transform: translate(-50%, -50%) rotate(90deg);
  }
  /* INDEX */
  #treatment-laser .lead-box {
    display: flex;
    flex-wrap: wrap;
    gap: 80px;
  }
  #treatment-laser .lead-box .item {
    width: 440px;
  }
  #treatment-laser .lead-box .title-level03 {
    display: block;
    color: #f08437;
    text-align: center;
  }
  /*CPAP*/
  #treatment-osa_table table {
    border-collapse: collapse;
    /* テーブル線を有効化 */
    display: table;
    width: 100%;
    max-width: 350px;
    margin: auto;
  }
  #treatment-osa_table table th,
  #treatment-osa_table table td {
    display: table-cell;
    width: auto;
  }
  #treatment-osa_table table th {
    min-width: 100px;
  }
  #treatment-osa_table table th:last-child {
    width: 250px;
    text-align: left;
  }
}
