/* ========================================
   眉下切開LP 専用スタイル
   (共通スタイルは lp-thread-hyaluronic.css を参照)
   ======================================== */

/* メインビジュアル ヘッドライン */
.lp-eyebrow-mv__headline {
  text-align: center;
  margin-bottom: 30px;
}

.lp-eyebrow-mv__catch {
  font-size: 32px;
  font-weight: bold;
  color: #ffffff;
  line-height: 1.4;
  margin-bottom: 16px;
  letter-spacing: 0.04em;
}

.lp-eyebrow-mv__em {
  border-bottom: 3px solid #ffffff;
  padding-bottom: 2px;
}

.lp-eyebrow-mv__sub {
  font-size: 15px;
  color: #ffffff;
  line-height: 1.9;
  margin-bottom: 20px;
}

.lp-eyebrow-mv__points {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  list-style: none;
  padding: 0;
  margin: 0 auto 30px;
  gap: 8px;
}

.lp-eyebrow-mv__points li {
  font-size: 15px;
  color: #ffffff;
  font-weight: bold;
  padding-left: 24px;
  position: relative;
}

.lp-eyebrow-mv__points li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #f9e4b7;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .lp-eyebrow-mv__catch {
    font-size: 22px;
  }

  .lp-eyebrow-mv__sub {
    font-size: 12px;
    line-height: 1.8;
  }

  .lp-eyebrow-mv__points li {
    font-size: 13px;
  }
}

/* ========================================
   こんなお悩みはありませんか
   ======================================== */
.lp-problem {
  background: #f9f9f9;
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}

.lp-problem__list {
  max-width: 900px;
  margin: 0 auto 30px;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 15px;
}

.lp-problem__item {
  width: calc(50% - 8px);
  padding: 18px 20px 18px 50px;
  background: #ffffff;
  border-radius: 8px;
  position: relative;
  font-size: 16px;
  border-left: 4px solid #d9a5b5;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
  line-height: 1.5;
}

.lp-problem__item::before {
  content: "…";
  position: absolute;
  left: 18px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 20px;
  font-weight: bold;
  color: #d9a5b5;
  line-height: 1;
}

.lp-problem__solution-lead {
  max-width: 800px;
  margin: 0 auto;
  background: #ffffff;
  border: 2px solid #AE997C;
  border-radius: 10px;
  padding: 25px 30px;
  text-align: center;
  line-height: 2;
  font-size: 16px;
}

.lp-problem__solution-lead strong {
  color: #AE997C;
}

@media screen and (max-width: 768px) {
  .lp-problem__item {
    width: 100%;
    font-size: 14px;
    padding: 15px 15px 15px 42px;
  }

  .lp-problem__solution-lead {
    padding: 20px 15px;
    font-size: 14px;
    line-height: 1.9;
  }
}

/* ========================================
   眉下切開とは 説明画像
   ======================================== */
.lp-eyebrow-about__image {
  max-width: 800px;
  margin: 0 auto 40px;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.1);
}

.lp-eyebrow-about__image img {
  width: 100%;
  height: auto;
  display: block;
  aspect-ratio: 1200 / 800;
  object-fit: cover;
}

@media screen and (max-width: 768px) {
  .lp-eyebrow-about__image {
    margin-bottom: 30px;
    border-radius: 8px;
  }
}

/* ========================================
   眉下切開の術式説明
   ======================================== */
.lp-eyebrow-procedure {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 40px;
}

.lp-eyebrow-procedure__item {
  background: #f9f9f9;
  border-radius: 10px;
  padding: 25px 30px;
  border-left: 5px solid #AE997C;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.lp-eyebrow-procedure__title {
  font-size: 18px !important;
  font-weight: bold;
  color: #AE997C;
  margin-bottom: 10px !important;
}

.lp-eyebrow-procedure__item p {
  font-size: 14px;
  line-height: 1.8;
  margin: 0;
}

@media screen and (max-width: 768px) {
  .lp-eyebrow-procedure__item {
    padding: 18px 18px 18px 18px;
    border-left-width: 4px;
  }

  .lp-eyebrow-procedure__title {
    font-size: 16px !important;
  }
}

/* ========================================
   料金表サブタイトル
   ======================================== */
.lp-price__subtitle {
  font-size: 20px;
  font-weight: bold;
  color: #555;
  text-align: center;
  margin-bottom: 20px;
  padding-bottom: 12px;
  border-bottom: 2px solid #e0d8cf;
}

/* ========================================
   モニター募集ボックス
   ======================================== */
.lp-price__monitor {
  background: linear-gradient(135deg, #fdf8f3 0%, #f8f0e6 100%);
  border: 1px solid #d4b896;
  border-radius: 10px;
  padding: 20px 25px;
  margin: 20px 0;
  text-align: center;
}

.lp-price__monitor p {
  margin-bottom: 5px;
  font-size: 15px;
  line-height: 1.8;
  color: #5a4a3a;
}

.lp-price__monitor p:first-child {
  font-size: 16px;
  color: #AE997C;
}

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

@media screen and (max-width: 768px) {
  .lp-price__monitor {
    padding: 15px;
  }

  .lp-price__monitor p {
    font-size: 13px;
  }
}

/* ========================================
   施術の流れ サブテキスト
   ======================================== */
.lp-flow__subtext {
  font-size: 13px;
  color: #888;
  margin-top: 8px;
  line-height: 1.6;
}

/* ========================================
   料金表 2カラム調整（眉下切開は項目が少ないため）
   ======================================== */
.lp-price .price_table_03 td:last-child,
.lp-price .price_table_03 th:last-child {
  text-align: right;
  min-width: 130px;
}

.lp-price .price_table_03 td:first-child,
.lp-price .price_table_03 th:first-child {
  text-align: left;
}
