@charset "UTF-8";
/* -------------------------------
▼ SP表示
-------------------------------- */
@media only screen and (max-width: 767.98px) {
  .c-section-keyvisual__title-english {
    top: 0;
    width: 2.58rem;
    margin-left: -0.69rem;
  }
  .c-section-keyvisual__title-japanese {
    top: -0.02rem;
  }
}
/* -------------------------------
▼ PC表示
-------------------------------- */
@media print, (min-width: 768px) {
  .c-section-keyvisual__title-english {
    top: -25px;
    width: 548px;
    margin-left: -58px;
  }
}
.p-section-medical__introduction-detail p:last-child {
  margin-bottom: 0;
}
.p-section-medical__disease-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #99d8fb;
  font-weight: 700;
  line-height: 1.8;
  text-align: center;
}
.p-section-medical__disease-row:last-child {
  margin-bottom: 0;
}
.p-section-medical__disease-note {
  margin-bottom: 0;
}
.p-section-medical__disease-note--neutral {
  padding-bottom: 0.02rem;
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(0, #ffd4c2));
  background: linear-gradient(to bottom, transparent calc(100% - 0.06rem), #ffd4c2 0);
  font-weight: 700;
}
.p-section-medical__disease-note--danger {
  color: #c43900;
}
.p-section-medical .c-list {
  color: #00376b;
}

/* -------------------------------
▼ SP表示
-------------------------------- */
@media only screen and (max-width: 767.98px) {
  .p-section-medical {
    padding-bottom: 1.2rem;
  }
  .p-section-medical__introduction {
    padding-top: 0.39rem;
    padding-bottom: 0.4rem;
  }
  .p-section-medical__introduction-detail p {
    margin-bottom: 0.32rem;
  }
  .p-section-medical__introduction__photo {
    width: 2.8rem;
    margin: 0 auto;
    margin-bottom: 0.2rem;
  }
  .p-section-medical__disease {
    margin-bottom: 0.58rem;
  }
  .p-section-medical__disease:last-child {
    margin-bottom: 0;
  }
  .p-section-medical__disease-head {
    display: inline-block;
    margin-bottom: 0.1rem;
    padding: 0.07rem 0.2rem 0.06rem;
    border-radius: 0.1rem;
    background: #fff;
    border: 1px solid #1095e4;
  }
  .p-section-medical__disease-detail {
    margin-bottom: 0.2rem;
  }
  .p-section-medical__disease-info p {
    margin-bottom: 0;
  }
  .p-section-medical__disease-text {
    margin-right: -0.1rem;
  }
  .p-section-medical__disease-note {
    margin-top: -0.1rem;
  }
  .p-section-medical__disease-note--neutral {
    line-height: 1.8;
  }
  .p-section-medical .c-heading--tertiary {
    margin-bottom: 0.3rem;
    padding-bottom: 0.09rem;
  }
  .p-section-medical__disease-row {
    margin-bottom: 0.4rem;
  }
  .p-section-medical__disease-row:last-child {
    margin-bottom: 0;
  }
  .p-section-medical__disease-row:first-child .c-heading--tertiary {
    margin-bottom: 0.2rem;
  }

  /* p-section-medical__introduction に画像がない場合*/
  .medical__disease_imgbox .c-list{
    margin-bottom: 0.2rem;
  }

  .medical__disease_imgbox .p-section-medical__introduction__photo{
    width: 1.8rem;
  }


}
/* -------------------------------
▼ PC表示
-------------------------------- */
@media print, (min-width: 768px) {
  .p-section-medical {
    position: relative;
    padding-bottom: 180px;
  }
  .p-section-medical::before, .p-section-medical::after {
    content: "";
    position: absolute;
    z-index: -1;
  }
  .p-section-medical::before {
    top: -130px;
    left: calc(50% - 1220px);
    width: 1040px;
    height: 1040px;
    background: url("../img/common/bg_blur_01.png") no-repeat center center/100% auto;
  }
  .p-section-medical::after {
    top: 230px;
    right: calc(50% - 1350px);
    width: 1276px;
    height: 1276px;
    background: url("../img/common/bg_blur_02.png") no-repeat center center/100% auto;
  }
  .p-section-medical__introduction {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    margin-bottom: 70px;
    padding-top: 46px;
  }

  /* p-section-medical__introduction に画像がない場合*/

  .sec_m_i_short{
-webkit-box-pack: end;
justify-content: flex-end;
        margin-bottom: 50px;
  }

  .medical__disease_imgbox{
    display: -webkit-box;
display: flex;
-webkit-box-pack: justify;
justify-content: space-between;
  }

  .medical__disease_imgbox figure{
    width: 300px;
    margin-right: 100px;
  }



  .medical__disease_list_flex{
    display: -webkit-box;
display: flex;
  }

  .medical__disease_list_wrap:first-of-type{
    margin-right: 70px;
  }

  /* .sec_m_i_short .p-section-medical__introduction__photo{
-webkit-box-flex: 0;
        -ms-flex: 0 0 187px;
        flex: 0 0 187px;
        margin-top: 10px;

  } */

  /* .sec_m_i_short .p-section-medical__introduction-detail{
        padding-right: 250px;
        padding-top: 90px;
  } */

  .p-section-medical__introduction-detail {
    padding-right: 100px;
  }
  .p-section-medical__introduction-detail p {
    margin-bottom: 32px;
  }
  .p-section-medical__introduction__photo {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 450px;
    flex: 0 0 450px;
    margin-top: 10px;
  }
  .p-section-medical__disease {
    margin-bottom: 91px;
  }
  .p-section-medical__disease:last-child {
    margin-bottom: 0;
  }
  .p-section-medical__disease-row {
    margin-bottom: 70px;
  }
  .p-section-medical__disease-row:last-child {
    margin-bottom: 0;
  }
  .p-section-medical__disease-row:first-child {
    margin-bottom: 60px;
  }
  .p-section-medical__disease-detail {
    display: grid;
    grid-template-columns: 150px 1fr;
    row-gap: 10px;
    padding-top: 10px;
  }
  .p-section-medical__disease-detail--narrow dd {
    padding: 6px 20px 5px 30px;
  }
  .p-section-medical__disease-head {
    border-radius: 5px;
    line-height: 1.4;
  }
  .p-section-medical__disease-info {
    padding: 10px 20px 10px 30px;
  }
  .p-section-medical__disease-info p {
    margin-bottom: 0;
  }
  .p-section-medical__disease-text {
    margin-right: 33px;
  }
}
/* -------------------------------
▼ PC表示
-------------------------------- */
@media print {
  .p-section-medical {
    padding-bottom: 80px;
  }
}
/*# sourceMappingURL=s_01.css.map */