.elementor-1286 .elementor-element.elementor-element-bb86574{--display:flex;}/* Start custom CSS for html, class: .elementor-element-feb00ef *//* ==============================
   マガジン風 ブロック（グレー下線・上品）
   ============================== */
.nx-mag {
  --accent: #c8c8c8; /* 上品なグレーライン */
  --ink: #111;
  --body: #555;

  width: 100%;
  max-width: 720px;
  margin: 0 auto;
  padding: 0.8em 0 1em;
  font-family: "Noto Serif JP","游明朝","Yu Mincho","Hiragino Mincho ProN",serif;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  color: var(--ink);
}

/* ===== 見出し部分 ===== */
.nx-mag__title {
  font-weight: 500;
  font-size: clamp(1.2rem, 2.3vw, 1.6rem);
  letter-spacing: 0.035em;
  line-height: 1.3;
  margin: 0 0 0.4em;
  text-align: left;
  position: relative;
  display: inline-block;
  padding-bottom: 0.25em;
  border-bottom: 1px solid var(--accent); /* ← グレーライン */
  width: 100%;
  box-sizing: border-box;
}

/* ===== 本文 ===== */
.nx-mag__text {
  font-family: "Noto Sans JP","Hiragino Kaku Gothic ProN","游ゴシック体",sans-serif;
  font-size: clamp(0.88rem, 1.9vw, 1rem);
  line-height: 1.7;
  color: var(--body);
  margin: 0;
  text-align: left;
  letter-spacing: 0.01em;
}

/* ===== 雑誌風のさりげない装飾ライン ===== */
.nx-mag__title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 100px;
  height: 1px;
  background: linear-gradient(90deg, var(--accent), transparent);
}

/* ===== スマホ調整 ===== */
@media (max-width: 480px) {
  .nx-mag {
    padding: 0.6em 0 0.8em;
  }
  .nx-mag__title {
    font-size: 1.1rem;
    padding-bottom: 0.2em;
  }
}

/* ===== ダーク背景対応（自動切替） ===== */
@media (prefers-color-scheme: dark) {
  .nx-mag {
    --accent: #555;
    --ink: #f4f7fa;
    --body: #cfd3da;
  }
}/* End custom CSS */