/* ===== 症状セクション ===== */

.lp-symptoms {
  position: relative;
  background-color: #fff;
  padding: 0;
  margin: 0;
  overflow: hidden;
}

.lp-symptoms__container {
  position: relative;
  width: 100%;
  max-width: 390px;
  margin: 0 auto;
  padding: 20px 0 60px;
}

/* 背景装飾 */
.lp-symptoms__bg-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 0;
  overflow: visible;
}

.lp-symptoms__bg-vector {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.lp-symptoms__bg-vector--pc {
  display: none;
}

.lp-symptoms__bg-vector--mobile {
  display: block;
}

.lp-symptoms__bg-decoration {
  display: none;
}

.lp-symptoms__bg-decoration--left {
  display: none;
}

.lp-symptoms__bg-decoration--right {
  display: none;
}

.lp-symptoms__bg-image {
  display: none;
}

/* タイトル */
.lp-symptoms__title {
  position: relative;
  z-index: 1;
  text-align: center;
  margin-bottom: 24px;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  line-height: 1.39;
  letter-spacing: -0.5px;
}

.lp-symptoms__title-text {
  font-size: 20px;
  color: #3d3d3d;
  letter-spacing: -0.5px;
}

.lp-symptoms__title-highlight {
  font-size: 25px;
  color: #0076bd;
  margin: 0 -0.5px;
  text-emphasis: dot filled;
  -webkit-text-emphasis: dot filled;
  text-emphasis-color: #0076bd;
  -webkit-text-emphasis-color: #0076bd;
  letter-spacing: -0.5px;
}

/* 症状リストカード */
.lp-symptoms__card {
  position: relative;
  z-index: 1;
  background: #ffffff;
  border-radius: 0;
  padding: 16px 10px 25px;
  margin: 0 23px 30px;
  box-shadow: 0 6px 6px 0 rgba(0, 0, 0, 0.35);
}

.lp-symptoms__list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.lp-symptoms__item {
  display: flex;
  align-items: center;
  margin-bottom: 7px;
}

.lp-symptoms__item:last-child {
  margin-bottom: 0;
}

.lp-symptoms__check-icon {
  width: 70px;
  height: 42px;
  margin-right: -13px;
  margin-left: -5px;
  flex-shrink: 0;
}

.lp-symptoms__item-text {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: 19px;
  line-height: 1.39;
  color: #3d3d3d;
  white-space: nowrap;
}

/* 警告アイコン */
.lp-symptoms__warning-icon {
  position: relative;
  z-index: 1;
  width: 48px;
  height: 48px;
  margin: -55px auto 20px;
}

.lp-symptoms__warning-svg {
  width: 100%;
  height: 100%;
}

/* 注意テキスト */
.lp-symptoms__warning-text {
  position: relative;
  z-index: 1;
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  padding: 0 20px;
}

.lp-symptoms__warning-line1 {
  font-size: 21.667px;
  line-height: 1.39;
  color: #3d3d3d;
  margin: 0 0 8px;
  letter-spacing: -0.5px;
}

.lp-symptoms__warning-line2 {
  font-size: 21.667px;
  line-height: 1.39;
  margin: 0 0 8px;
  display: flex;
  align-items: baseline;
  justify-content: center;
  flex-wrap: wrap;
  letter-spacing: -0.5px;
}

.lp-symptoms__warning-line2 .lp-symptoms__warning-separator {
  font-size: 21.667px;
  color: #3d3d3d;
  margin: 0 0px;
  position: relative;
  top: 0px;
}

.lp-symptoms__warning-line2 .lp-symptoms__warning-separator:nth-of-type(4) {
  margin: 0 0px;
}


.lp-symptoms__warning-highlight {
  font-size: 26.921px;
  color: #0076bd;
  line-height: 1.39;
  letter-spacing: -0.5px;
  margin: 0 0px;
}

.lp-symptoms__warning-separator {
  font-size: 21.667px;
  color: #3d3d3d;
  margin: 0 -0.5px;
  position: relative;
  top: 4px;
  letter-spacing: -0.5px;
}

.lp-symptoms__warning-line3 {
  font-size: 21.667px;
  line-height: 1.39;
  color: #3d3d3d;
  margin: 0 0 16px;
  letter-spacing: -0.5px;
}

.lp-symptoms__warning-line4 {
  font-size: 21.667px;
  line-height: 1.39;
  color: #2e2e2e;
  margin: 0;
  letter-spacing: -0.5px;
  display: flex;
  align-items: baseline;
  justify-content: center;
  flex-wrap: wrap;
}

.lp-symptoms__warning-line4 .lp-symptoms__warning-highlight {
  text-emphasis: dot filled;
  -webkit-text-emphasis: dot filled;
  text-emphasis-color: #0076bd;
  -webkit-text-emphasis-color: #0076bd;
}

.lp-symptoms__warning-line4 .lp-symptoms__warning-separator {
  margin: 0 0px;
  position: relative;
  top: 0px;
}

.lp-symptoms__warning-line5 {
  font-size: 20px;
  line-height: 1.39;
  color: #3d3d3d;
  margin: 10px 0 0;
  letter-spacing: -0.5px;
  position: relative;
  left: 10px;
}

/* 768px以上: タブレット・PC */
@media (min-width: 768px) {
  .lp-symptoms__container {
    max-width: 100%;
    padding: 60px 0 80px;
  }

  .lp-symptoms__bg-vector--mobile {
    display: none;
  }

  .lp-symptoms__bg-vector--pc {
    display: block;
  }

  .lp-symptoms__title {
    margin-bottom: 32px;
  }

  .lp-symptoms__title-text {
    font-size: 28px;
  }

  .lp-symptoms__title-highlight {
    font-size: 34px;
  }

  .lp-symptoms__card {
    padding: 24px 50px 100px;
    margin: 0 auto 40px;
    max-width: 600px;
  }

  .lp-symptoms__item {
    margin-bottom: 40px;
  }

  .lp-symptoms__check-icon {
    width: 75px;
    height: 45px;
    margin-right: 14px;
  }

  .lp-symptoms__item-text {
    font-size: 22px;
  }

  .lp-symptoms__warning-icon {
    width: 64px;
    height: 64px;
    margin-bottom: 24px;
  }

  .lp-symptoms__warning-line1,
  .lp-symptoms__warning-line2,
  .lp-symptoms__warning-line3,
  .lp-symptoms__warning-line4 {
    font-size: 26px;
  }

  .lp-symptoms__warning-highlight {
    font-size: 32px;
  }

  .lp-symptoms__warning-line2 .lp-symptoms__warning-separator {
    font-size: 26px;
    top: 10px;
  }

  .lp-symptoms__warning-separator {
    font-size: 26px;
    top: 6px;
  }
}

/* 1024px以上: デスクトップ */
@media (min-width: 1024px) {
  .lp-symptoms__container {
    max-width: 100%;
    padding: 80px 0 100px;
  }

  .lp-symptoms__title {
    margin-bottom: 40px;
  }

  .lp-symptoms__title-text {
    font-size: 38px;
  }

  .lp-symptoms__title-highlight {
    font-size: 48px;
  }

  .lp-symptoms__card {
    padding: 32px 60px 60px;
    margin: 0 auto 50px;
    max-width: 700px;
  }

  .lp-symptoms__item {
    margin-bottom: 22px;
    margin-left: -30px;
  }

  .lp-symptoms__check-icon {
    width: 126px;
    height: 75px;
    margin-right: -10px;
  }

  .lp-symptoms__item-text {
    font-size: 36px;
  }

  .lp-symptoms__warning-icon {
    width: 80px;
    height: 80px;
    margin: -90px auto 30px; /* デスクトップ版 上に移動 */
  }

  .lp-symptoms__warning-line1,
  .lp-symptoms__warning-line2,
  .lp-symptoms__warning-line3,
  .lp-symptoms__warning-line4,
  .lp-symptoms__warning-line5 {
    font-size: 36px;
  }

  .lp-symptoms__warning-highlight {
    font-size: 44px;
  }

  .lp-symptoms__warning-line2 .lp-symptoms__warning-separator {
    font-size: 36px;
    top: 4px; /* 上に移動 */
  }

  .lp-symptoms__warning-separator {
    font-size: 36px;
    top: 0px; /* 上に移動 */
  }
}
