/* ファインバブル・ラボ: 日本語フォントと軽微な調整(bunzoテーマの上書き) */
body, .navigation-menu ul li a, .btn, p, h1, h2, h3, h4, h5, h6,
.hero-area-three-post .title, .recent-article-content .title, .single-most-populer-item .title {
  font-family: "Noto Sans JP", "Montserrat", "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif;
}
/* ロゴ文字 */
.logo a span { line-height: 1; }
/* 記事本文(Astroから流し込むMarkdown)の可読性 */
.post-details-text p { line-height: 2; margin-bottom: 1.4rem; }
.post-details-text h2 { margin: 2.4rem 0 1rem; font-weight: 800; }
.post-details-text h3 { margin: 1.8rem 0 .8rem; font-weight: 700; }
.post-details-text ul, .post-details-text ol { margin: 0 0 1.4rem 1.4rem; }
.post-details-text li { margin-bottom: .5rem; line-height: 1.9; }
.post-details-text a { color: #0b7ea8; text-decoration: underline; }
.post-details-text table { width: 100%; border-collapse: collapse; margin: 1.4rem 0; }
.post-details-text th, .post-details-text td { border: 1px solid #e5e9ee; padding: .6rem .8rem; text-align: left; }
.post-details-text img { max-width: 100%; height: auto; border-radius: 10px; }

/* ステマ規制: 広告開示バナー・アフィリCTA・PRラベル */
.ufb-ad-disclosure{background:#fff8e6;border:1px solid #f0d98a;color:#7a5c10;font-size:13px;line-height:1.7;padding:11px 15px;border-radius:9px;margin-bottom:22px}
.ufb-cta{display:flex;align-items:center;gap:10px;margin:26px 0;flex-wrap:wrap}
.ufb-cta .ufb-pr{font-size:11px;font-weight:700;color:#8a6212;background:#f7efdd;border:1px solid #e5d3a6;border-radius:4px;padding:3px 8px}
.ufb-cta a{text-decoration:none}
