@charset "UTF-8";
/* -------------------------------
▼ SP表示
-------------------------------- */
@media only screen and (max-width: 767.98px) {
  .section-naika-symptoms {
    padding-top: 0.68rem;
  }
  .section-naika-symptoms .title-common-primary {
    margin-bottom: 0.3rem;
  }
  .section-naika-symptoms .symptoms-content {
    width: 100%;
    height: 100%;
    padding: 0.31rem 0;
    background: url("../img/naika/sp/symptoms_bg.jpg") repeat center/auto 4.14rem;
  }
  .section-naika-symptoms .list-common-check {
    margin-bottom: 0.24rem;
  }
  .section-naika-symptoms .list-common-check .list-item {
    margin-bottom: 0.08rem;
    padding-left: 0.32rem;
  }
  .section-naika-symptoms .list-common-check .list-item::before {
    top: 0;
    width: 0.2rem;
    height: 0.2rem;
  }
  .section-naika-symptoms .list-common-check .list-wrapper {
    margin-bottom: 0;
  }
}
/* -------------------------------
▼ PC表示
-------------------------------- */
@media print, (min-width: 768px) {
  .section-naika-symptoms {
    padding: 121px 0 50px;
  }
  .section-naika-symptoms .title-common-primary {
    margin-bottom: 50px;
  }
  .section-naika-symptoms .symptoms-content {
    width: 100%;
    height: 100%;
    padding: 49px 0 56px;
    background: url("../img/naika/symptoms_bg.jpg") repeat center/auto 366px;
  }
  .section-naika-symptoms .list-common-check {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 25px;
  }
  .section-naika-symptoms .list-common-check .list-wrapper {
    max-width: 520px;
    margin: 0 35px;
  }
  .section-naika-symptoms .list-common-check .list-wrapper:first-child {
    max-width: 450px;
  }
}
.section-naika-diseases {
  position: relative;
  z-index: 1;
  border-bottom: 1px solid #0d92d2;
}

/* -------------------------------
▼ SP表示
-------------------------------- */
@media only screen and (max-width: 767.98px) {
  .section-naika-diseases {
    padding: 0.79rem 0 1rem;
  }
  .section-naika-diseases .title-common-primary {
    margin-bottom: 0.3rem;
  }
  .section-naika-diseases .diseases-text {
    padding-bottom: 0.11rem;
  }
}
/* -------------------------------
▼ PC表示
-------------------------------- */
@media print, (min-width: 768px) {
  .section-naika-diseases {
    max-width: 2000px;
    margin: 0 auto;
    padding: 72px 0 186px;
  }
  .section-naika-diseases::after {
    content: "";
    position: absolute;
    z-index: -1;
    right: -205px;
    bottom: 96px;
    width: 815px;
    height: 723px;
    background: url("../img/naika/diseases_bg.png") no-repeat center 100%/100%;
  }
  .section-naika-diseases .title-common-primary {
    margin-bottom: 48px;
  }
  .section-naika-diseases .list-common-links {
    margin-bottom: 68px;
  }
}
/*# sourceMappingURL=naika.css.map */