@charset "utf-8";


/* =========================
   High Contrast Lens base
========================= */
.lensGuide--highcontrast,
.lensGuide--highcontrast * {
  font-family: 'Noto Sans JP', sans-serif;
}

.lensGuideInfo,
.lensGuideInfo *,
.lensGuideFeatureCards,
.lensGuideFeatureCards *,
.lensGuideClearBlue,
.lensGuideClearBlue *,
.lensGuideUV420,
.lensGuideUV420 *,
.lensGuideCompare,
.lensGuideCompare *,
.lensGuideNotes,
.lensGuideNotes * {
  font-family: 'Noto Sans JP', sans-serif;
}


/* =========================
   特徴カード
========================= */
.lensGuideFeatureCards {
  display: flex;
  gap: 16px;
  margin: 24px 0 5px;
      padding-bottom: 40px;
  border-bottom: 1px solid #dcdcdc;

}

.featureCard {
  flex: 1;
  padding: 10px;
  border-radius: 10px;
  background: #fff;
}

.featureCard img {
  display: block;
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border-radius: 10px;
  margin-bottom: 12px;
}

.featureCard h3 {
  margin: 0 0 8px;
  font-size: 18px;
  line-height: 1.4;
  font-weight: 700;
  color: #111;
}

.featureCard p {
  margin: 0;
  font-size: 14px;
  line-height: 1.9;
  color: #333;
}

/* =========================
   SP
========================= */
@media screen and (max-width: 767px) {
  .lensGuideFeatureCards {
    gap: 12px;
  }

  .featureCard {
    padding: 0;
    background: transparent;
  }

  .featureCard h3 {
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: -0.02em;
      min-height: 2.5em;
      border: none !important;
  }

  .featureCard p {
    font-size: 14px;
    line-height: 1.7;
  }
}


/* =========================
   クリアブルーレンズ
========================= */
.lensGuideClearBlue {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: 0px;
  padding: 18px;
  background: #fff;
  border-radius: 10px;
}

.lensGuideClearBlueImage {
  width: 72px;
  flex-shrink: 0;
}

.lensGuideClearBlueImage img {
  display: block;
  width: 100%;
  height: auto;
}

.lensGuideClearBlueBody h3 {
  margin: 0 0 8px;
  font-size: 18px;
  line-height: 1.5;
  font-weight: 700;
  color: #111;
    border: none !important;
}

.lensGuideClearBlueBody p {
  margin: 0;
  font-size: 14px;
  line-height: 1.8;
  color: #333;
}

/* =========================
   SP
========================= */
@media screen and (max-width: 767px) {

  .lensGuideClearBlue {
    gap: 12px;
    padding: 14px;
      margin-bottom: 40px;
  }

  .lensGuideClearBlueImage {
    width: 80px;
  }

  .lensGuideClearBlueBody h3 {
    font-size: 14px;
      border: none !important;
  }

  .lensGuideClearBlueBody p {
    font-size: 14px;
    line-height: 1.7;
  }

}

/* =========================
   UV420
========================= */
.lensGuideUV420 {
  margin-top: 24px;
  padding: 24px 20px;
  background: linear-gradient(180deg, #f4f9fc 0%, #ffffff 100%);
  border: 1px solid #cfe3f3;
  border-radius: 14px;
  box-shadow: 0 4px 14px rgba(49, 148, 214, 0.08);
     max-width: calc(100% - 24px);
  margin: 24px auto 0;
}


.lensGuideUV420 h3 {
  margin: 0 0 14px;
  padding-bottom: 10px;
  border-bottom: 1px solid #d6e6f2;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  color: #1f5fae;
  text-align: center;
}

.lensGuideUV420 p {
  margin: 0;
  font-size: 14px !important;
  line-height: 1.9;
  color: #333;
}

.lensGuideUV420 .lensGuideCompare {
margin: 20px -6px 0;
  padding: 0;
  background: transparent;
  border: none;
}

.lensGuideUV420 .lensGuideCompareTable {
  margin: 0;
}

.lensGuideUV420 .lensGuideCompareTable thead th {
  background: #74BDEA;
  color: #111;
}

.lensGuideUV420 .lensGuideCompareTable td {
  font-weight: 700;
}

/* SP */
@media screen and (max-width: 767px) {
  .lensGuideUV420 {
    margin-top: 20px;
    padding: 20px 16px;
    border-radius: 12px;
  }

  .lensGuideUV420 h3 {
    font-size: 17px;
    margin-bottom: 12px;
  }

  .lensGuideUV420 p {
    font-size: 14px;
    line-height: 1.8;
  }

  .lensGuideUV420 .lensGuideCompare {
    margin: 20px -6px 0;
    padding: 10px;
  }
}
/* =========================
   比較表
========================= */
.lensGuideCompare {
  margin: 20px 0 24px;

}

.lensGuideMiniTitle {
  margin: 0 0 10px;
  font-size: 14px;
  font-weight: 700;
  color: #1f5fae;
}

/* テーブル */
.lensGuideCompareTable {
  width: 100%;
  border-collapse: collapse;
  text-align: center;
  font-size: 14px;
}

/* ヘッダー */
.lensGuideCompareTable thead th {
  background: #74BDEA  ;
  color: #222;
  font-weight: 700;
  padding: 12px 8px;
  border: 1px solid #dcdcdc;
}

/* データ */
.lensGuideCompareTable td {
  padding: 12px 8px;
  border: 1px solid #dcdcdc;
  font-weight: 500;
  background: #fff;
}

/* SP調整 */
@media screen and (max-width: 767px) {

  .lensGuideCompare {
    padding: 12px;
  }

  .lensGuideCompareTable {
    font-size: 14px;
      margin-top: 4px;
  }

  .lensGuideCompareTable thead th,
  .lensGuideCompareTable td {
    padding: 8px 4px;
  }

}

/* =========================
注意事項
========================= */
.lensGuideNotes {
  margin: 16px 0 0 10px;
  padding: 0;
  list-style: none;
}

.lensGuideNotes li {
  position: relative;
  padding-left: 1em;
  font-size: 11px;
  line-height: 1.8;
  color: #666;
}

.lensGuideNotes li::before {
  content: "※";
  position: absolute;
  left: 0;
  top: 0;
}