@charset "UTF-8";
.section-jihi-symptom {
  position: relative;
  background: top left/100% auto repeat-y;
}
.section-jihi-symptom::before, .section-jihi-symptom::after {
  content: "";
  position: absolute;
}
.section-jihi-symptom .introduce-content {
  position: relative;
  z-index: 1;
  border-radius: 0.2rem;
  background-color: rgba(255, 255, 255, 0.7);
}
.section-jihi-symptom .introduce-content::before {
  content: "";
  position: absolute;
  background: center/100% auto no-repeat;
}
.section-jihi-symptom .introduce-image {
  position: relative;
  z-index: 1;
}
.section-jihi-symptom .content-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.section-jihi-symptom .content-item:last-child {
  margin-bottom: 0;
}

/* -------------------------------
▼ SP表示
-------------------------------- */
@media only screen and (max-width: 767.98px) {
  .section-jihi-symptom {
    padding: 0.8rem 0 1.6rem;
    overflow: hidden;
    background-image: url("../img/common/sp/background_common_01.jpg");
  }
  .section-jihi-symptom::before {
    bottom: 0.48rem;
    left: -0.14rem;
    width: 4.03rem;
    height: 0.96rem;
    background: url("../img/common/sp/decor_img_01.svg") center/contain no-repeat;
  }
  .section-jihi-symptom .symptoms-image {
    width: 1.08rem;
    margin: 0 auto 0.26rem;
  }
  .section-jihi-symptom .introduce-content {
    margin-bottom: 0.22rem;
    padding: 0.2rem 0.15rem 0.4rem;
  }
  .section-jihi-symptom .introduce-content::before {
    bottom: -0.3rem;
    left: 50%;
    width: 0.36rem;
    height: 0.3rem;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background-image: url("../img/jihi/sp/decoration_medical.svg");
  }
  .section-jihi-symptom .content-text {
    margin-bottom: 0.4rem;
  }
  .section-jihi-symptom .content-item {
    margin-bottom: 0.5rem;
  }
  .section-jihi-symptom .label-common {
    margin-bottom: 0.31rem;
  }
  .section-jihi-symptom .block-common-information {
    padding-top: 0;
    padding-bottom: 1.1rem;
  }
  .section-jihi-symptom .block-common-information .block-wrapper {
    padding-bottom: 0.3rem;
  }
  .section-jihi-symptom .title-common-primary {
    margin-bottom: 0.3rem;
  }
  .section-jihi-symptom .title-common-primary .title-wrapper {
    width: 100%;
  }
  .section-jihi-symptom .title-common-primary .title-english {
    padding: 0;
  }
  .section-jihi-symptom .title-common-primary .title-english::before, .section-jihi-symptom .title-common-primary .title-english::after {
    width: 0.35rem;
  }
  .section-jihi-symptom .title-common-tertiary {
    font-size: 0.2rem;
    line-height: 2;
  }
  .section-jihi-symptom .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-jihi-symptom .block-common-information.j_price_box{
    padding-bottom: 0.5rem;
  }
}
/* -------------------------------
▼ PC表示
-------------------------------- */
@media print, (min-width: 768px) {
  .section-jihi-symptom {
    padding: 87px 0 150px;
    background-image: url("../img/common/background_common_01.jpg");
  }
  .section-jihi-symptom .check-introduce {
    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;
  }
  .section-jihi-symptom .symptoms-image {
    margin-top: 110px;
  }
  .section-jihi-symptom .introduce-content {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    max-width: 862px;
    padding: 40px 50px 50px;
  }
  .section-jihi-symptom .introduce-content::before {
    top: 54px;
    right: -30px;
    width: 30px;
    height: 36px;
    background-image: url("../img/jihi/decoration_medical.svg");
  }
  .section-jihi-symptom .content-text {
    margin-bottom: 40px;
  }
  .section-jihi-symptom .content-item {
    margin-bottom: 40px;
  }
  .section-jihi-symptom .label-common {
    margin-bottom: 20px;
  }
  .section-jihi-symptom .title-common-primary {
    margin-bottom: 40px;
  }
  .section-jihi-symptom::before, .section-jihi-symptom::after {
    top: 257px;
    width: 385px;
    height: 425px;
    background: url("../img/common/decor_img_01.svg") center/contain no-repeat;
  }
  .section-jihi-symptom::before {
    left: 4px;
  }
  .section-jihi-symptom::after {
    right: 3px;
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
  }
  .section-jihi-symptom .text-link {
    pointer-events: none;
  }

  .section-jihi-symptom .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-jihi-symptom .list-common-ticked .list-wrapper{
    max-width: 550px;
  }

  .section-jihi-symptom .list-common-ticked{
    width: 800px;
  }

  .section-jihi-symptom .block-common-information{
    padding-top: 0px;
    margin-bottom: 120px;
  }

  .section-jihi-symptom .block-common-information.j_price_box {
    margin-bottom: 0;
  }

  .j_price_box .block-wrapper>p{
    margin: 20px 0 0;
  }

  .j_price_box .table-common-information .table-heading{
    width: 500px;
  }
}
/* -------------------------------
▼ SP表示
-------------------------------- */
@media only screen and (max-width: 767.98px) {
  .section-common-notes .title-common-primary {
    margin-bottom: 0.15rem;
  }
}
/*# sourceMappingURL=jihi.css.map */