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

.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: 40px 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: auto;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: auto;
  transform: none;
  display: block;
  object-fit: cover;
}

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

.lp-symptoms__bg-vector--mobile {
  display: block;
  top: 0;
  bottom: auto;
  height: 100%;
  object-fit: cover;
  object-position: center bottom;
}

.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;
}

.lp-symptoms__title-text {
  font-size: 21.667px;
  color: #3d3d3d;
}

.lp-symptoms__title-highlight {
  font-size: 26.921px;
  color: #0076bd;
  margin: 0 4px;
  text-emphasis: filled dot;
  -webkit-text-emphasis: filled dot;
  text-emphasis-color: #0076bd;
  -webkit-text-emphasis-color: #0076bd;
}

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

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

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

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

.lp-symptoms__check-icon {
  width: 25.361px;
  height: 22.127px;
  margin-right: 10px;
  flex-shrink: 0;
}

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

/* 警告アイコン */
.lp-symptoms__warning-icon {
  position: relative;
  z-index: 1;
  width: 48px;
  height: 48px;
  margin: -50px 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;
}

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

.lp-symptoms__warning-highlight {
  font-size: 26.921px;
  color: #0076bd;
  line-height: 1.39;
  text-emphasis: filled dot;
  -webkit-text-emphasis: filled dot;
  text-emphasis-color: #0076bd;
  -webkit-text-emphasis-color: #0076bd;
}

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

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

.lp-symptoms__warning-line4 {
  font-size: 21.667px;
  line-height: 1.39;
  color: #2e2e2e;
  margin: 0;
}

/* 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;
    bottom: 0;
    width: 100%;
    left: 0;
    right: 0;
    height: 100%;
    object-position: center bottom;
  }

  .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: 30px;
    height: 26px;
    margin-right: 14px;
  }

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

  .lp-symptoms__warning-icon {
    width: 64px;
    height: 64px;
    margin: -60px auto 24px; /* タブレット・PC版さらに上に移動 */
  }

  .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-separator {
    font-size: 26px;
    top: 10px;
  }
}

/* 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 120px;
    margin: 0 auto 50px;
    max-width: 700px;
  }

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

  .lp-symptoms__check-icon {
    width: 34px;
    height: 30px;
    margin-right: 16px;
  }

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

  .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 {
    font-size: 36px;
  }

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

  .lp-symptoms__warning-separator {
    font-size: 36px;
    top: 14px;
  }
}
