@charset "UTF-8";
.section-common-symptoms {
  position: relative;
  background-color: #fff5d6;
}
.section-common-symptoms::before {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  background-color: #fff5d6;
  pointer-events: none;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: top left;
  mask-position: top left;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
}
.is-mac .section-common-symptoms::before {
  -webkit-mask-position: top center;
  mask-position: top center;
  -webkit-mask-size: cover;
  mask-size: cover;
}

.section-common-about.is-naika .detail-content {
  position: relative;
  z-index: 1;
  border-radius: 0.2rem;
  background-color: rgba(255, 255, 255, 0.7);
}

.section-common-about.is-naika .button-common-primary{
  margin: 0 auto;
}

/* -------------------------------
▼ SP表示
-------------------------------- */
@media only screen and (max-width: 767.98px) {
  .section-common-symptoms {
    padding: 0.54rem 0 0.62rem;
  }
  .section-common-symptoms::before {
    top: -0.34rem;
    height: 0.35rem;
    -webkit-mask-image: url("../img/common/sp/decoration_img_01.svg");
    mask-image: url("../img/common/sp/decoration_img_01.svg");
  }
  .section-common-symptoms .about-thumbnail {
    width: 1.22rem;
    margin: 0 auto 0.2rem;
  }
  .section-common-symptoms .symptoms-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    margin-bottom: 0.27rem;
  }
  .section-common-symptoms .symptoms-image {
    width: 1.08rem;
    margin: 0 auto 0.26rem;
  }
  .section-common-symptoms .title-common-primary {
    margin-bottom: 0.36rem;
  }
  .section-common-symptoms .title-common-primary .title-wrapper {
    width: 100%;
  }

  .section-common-about.is-naika .detail-content {
    margin-bottom: 0.5rem;
  }

  .section-common-about.is-naika .content-wrapper{
    padding: 0.3rem 0.15rem;
  }
  .section-common-about.is-naika .content-image{
    width: 2.4rem;
    height: 1.8rem;
    margin: 0 auto;
    margin-bottom: 0.2rem;
  }
}
/* -------------------------------
▼ PC表示
-------------------------------- */
@media print, (min-width: 768px) {
  .section-common-symptoms {
    padding: 54px 0 70px;
  }
  .section-common-symptoms::before {
    top: -151px;
    height: 182px;
    -webkit-mask-image: url("../img/common/decoration_img_01_chrome.svg");
    mask-image: url("../img/common/decoration_img_01_chrome.svg");
  }
  .is-mac .section-common-symptoms::before {
    -webkit-mask-image: url("../img/common/decoration_img_01.svg");
    mask-image: url("../img/common/decoration_img_01.svg");
    top: -172px;
  }
  .is-tablet .section-common-symptoms::before {
    top: -150px;
  }
  .section-common-symptoms .about-thumbnail {
    width: 157px;
  }
  .section-common-symptoms .about-wrapper {
    padding-right: 22px;
  }
  .section-common-symptoms .about-inner {
    padding-right: 28px;
  }
  .section-common-symptoms .symptoms-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 51px;
  }
  .section-common-symptoms .symptoms-image {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 164px;
    margin-top: 17px;
    margin-right: 88px;
  }
  .section-common-symptoms .title-common-primary {
    margin-bottom: 42px;
  }
  .section-common-symptoms .list-common-ticked {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .section-common-symptoms .list-common-ticked .list-wrapper:nth-of-type(1) {
    margin-right: 97px;
  }

  .section-common-about.is-naika .detail-content {
    margin-bottom: 40px;
  }

  .section-common-about.is-naika .content-wrapper{
    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;
        padding: 40px 50px;
  }

  .section-common-about.is-naika .content-image{
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 440px;
    height: 330px;
    margin-top: 10px;
  }
  .section-common-about.is-naika .content-information{
    padding-right: 60px;
  }

  
}
.section-common-about .about-description {
  margin-bottom: 0;
}

/* -------------------------------
▼ SP表示
-------------------------------- */
@media only screen and (max-width: 767.98px) {
  .section-common-about {
    padding-bottom: 1.6rem;
  }
  .section-common-about::before {
    bottom: 0.58rem;
  }
  .section-common-about .about-decoration {
    right: 1.04rem;
    bottom: -0.65rem;
  }
  .block-common-about .about-description {
    margin-bottom: 0;
  }
}
/* -------------------------------
▼ PC表示
-------------------------------- */
@media print, (min-width: 768px) {
  .section-common-about .about-content {
    padding-right: 40px;
  }
  .section-common-disease {
    padding-bottom: 0;
  }
  .block-common-about {
    padding-bottom: 38px;
  }
  .block-common-about .about-thumbnail {
    position: relative;
    top: 12px;
  }
}
/*# sourceMappingURL=naika.css.map */