@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap");
.disease-show {
  margin-bottom: 70px;
}
.disease-show__item {
  background: #F8F8ED;
  border-radius: 20px;
  font-size: 1.6rem;
  line-height: 2;
  margin-bottom: 21px;
}
.disease-show__item:last-child {
  margin-bottom: 0;
}
.disease-show__ttl {
  display: block;
  position: relative;
  line-height: 1.4;
  color: #B29828;
  border-bottom: 1px dotted #B29828;
  font-size: 2.4rem;
  font-weight: bold;
  padding: 0 0 4px 30px;
  margin-bottom: 19px;
  font-family: "Zen Maru Gothic", sans-serif;
}
.disease-show__ttl:before {
  content: "";
  width: 23px;
  height: 23px;
  background: url(../img/disease/disease04/icon-01.svg) no-repeat;
  background-size: 100%;
  position: absolute;
  top: 6px;
  left: 0;
}
.disease-show dl {
  margin-bottom: 10px;
}
.disease-show dl:last-child {
  margin-bottom: 0;
}
.disease-show dl dt {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-weight: bold;
  height: 50px;
  border-radius: 6px;
  border: 1px solid #B29828;
  background: white;
}
/* -----------------------------------------------------------------------
 SP表示
----------------------------------------------------------------------- */
@media only screen and (max-width: 767.98px) {
  .sec-disease04 {
    padding: 0 0 80px;
  }
  .disease-show {
    margin-bottom: 50px;
  }
  .disease-show__item {
    padding: 14px 19px 26px;
  }
  .disease-show__item:last-child {
    margin-bottom: 0;
  }
  .disease-show__item p {
    margin-bottom: 20px;
  }
  .disease-show__item p:last-child {
    margin-bottom: 0;
  }
  .disease-show dl dd {
    padding: 11px 0 0;
    line-height: 1.6;
  }
}
/* -----------------------------------------------------------------------
 PC表示
----------------------------------------------------------------------- */
@media print, screen and (min-width: 768px) {
  .sec-disease04 {
    padding: 0 0 100px;
  }
  .disease-show {
    margin-bottom: 70px;
  }
  .disease-show__item {
    padding: 23px 30px;
  }
  .disease-show__item p {
    margin-bottom: 11px;
  }
  .disease-show__item p:last-child {
    margin-bottom: 0;
  }
  .disease-show dl {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-align: center;
    -webkit-box-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .disease-show dl dt {
    width: 130px;
  }
  .disease-show dl dd {
    width: calc(100% - 130px);
    padding: 0 0 0 20px;
  }
}
/*# sourceMappingURL=maps/disease04.css.map */
