@charset "UTF-8";
.section-disease .information-text p:last-child,
.section-disease .disease-text p:last-child {
  margin-bottom: 0;
}
.section-disease .disease-block:last-child,
.section-disease .disease-item:last-child {
  margin-bottom: 0;
}
.section-disease .disease-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.section-disease .button-common-primary {
  margin: 0 auto;
}
.disease-information .information-text .text-bold {
  font-weight: 700;
}
.disease-information .information-text a {
  font-weight: 700;
}
.disease-block .disease-text .text-bold {
  font-weight: 700;
}
.disease-block-wrapper .information-image .object-common {
  height: auto;
}
.disease-block-wrapper .information-image .information-image-caption span{
	display: block;
  font-weight: 700;
  line-height: 1.4;
  margin-top:0.1rem;
}

/* -------------------------------
▼ SP表示
-------------------------------- */
@media only screen and (max-width: 767.98px) {
  .section-disease {
    padding: 0.4rem 0;
  }
  .section-disease .disease-information {
    margin-bottom: 0.7rem;
  }
  .section-disease .information-image {
    height: 2.51rem;
  }
  .section-disease .information-image.is-large {
    height: 5.51rem;
  }
  .section-disease .information-text {
    margin-bottom: 0.33rem;
  }
  .disease-information .information-text p:not(:first-child){
    margin-bottom: 0.32rem;
  }
  .section-disease .disease-block {
    margin-bottom: 0.4rem;
  }
  .section-disease .disease-list {
    margin-top: 0.4rem;
  }
  .section-disease .disease-item {
    margin-bottom: 0.4rem;
  }
  .section-disease .title-common-tertiary {
    margin-bottom: 0.3rem;
  }
  .section-disease .title-common-secondary {
    margin-bottom: 0.2rem;
  }
  .section-disease .disease-controller {
    margin-top: 0.4rem;
  }
  .section-disease .disease-block-wrapper .information-image{
    margin-top:0.4rem;
  }
}
/* -------------------------------
▼ PC表示
-------------------------------- */
@media print, (min-width: 768px) {
  .section-disease {
    padding: 80px 0 100px;
  }
  .section-disease .disease-information {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 70px;
  }
  .section-disease .information-image {
    width: 400px;
    height: 300px;
  }
  .section-disease .information-image.is-large {
    height: 600px;
  }
  .section-disease .information-text {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-right: 120px;
  }
  .disease-information .information-text p:not(:first-child){
    margin-bottom: 31px;
  }
  .section-disease .disease-block {
    margin-bottom: 102px;
  }
  .section-disease .disease-list {
    margin-top: 71px;
  }
  .section-disease .disease-item {
    margin-bottom: 50px;
  }
  .section-disease .title-common-tertiary {
    margin-bottom: 29px;
  }
  .section-disease .title-common-secondary {
    margin-bottom: 19px;
  }
  .section-disease .disease-controller {
    margin-top: 50px;
  }
  .disease-information .information-text a {
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease;
  }
  .disease-information .information-text a:hover {
    color: #f091a8;
  }
  .section-disease .disease-block-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 70px;
  }
  .section-disease .disease-block-wrapper .disease-text {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-right: 120px;
  }
  .section-disease .disease-block-wrapper .information-image {
    width: 400px;
    height: 300px;
  }
  .disease-block-wrapper .information-image .information-image-caption span{
    text-align: center;
  }
}
/*# sourceMappingURL=disease08.css.map */