/* =========================
   記事専用SEOスタイル
========================= */

/* リード文（最初の説明） */
.lead{
  font-size:18px;
  background:#f7fbf5;
  padding:18px;
  border-radius:6px;
  margin-bottom:25px;
}

/* 注意ボックス */
.notice{
  border-left:5px solid #f39c12;
  background:#fff8e6;
  padding:15px;
  margin:25px 0;
}

/* ポイントボックス */
.point{
  border-left:5px solid #6aa84f;
  background:#f3faf0;
  padding:15px;
  margin:25px 0;
}

/* NG例 */
.ng{
  border-left:5px solid #e74c3c;
  background:#fff2f2;
  padding:15px;
  margin:25px 0;
}

/* OK例 */
.ok{
  border-left:5px solid #2ecc71;
  background:#f1fff5;
  padding:15px;
  margin:25px 0;
}

/* Q&A（SEO超重要） */
.qa{
  margin:35px 0;
}

.qa h3{
  background:#f0f0f0;
  padding:10px;
  font-size:17px;
}

.qa p{
  padding:10px 15px;
}

/* 比較表（Google好物） */
.entry-content table{
  width:100%;
  border-collapse:collapse;
  margin:25px 0;
}

.entry-content th,
.entry-content td{
  border:1px solid #ddd;
  padding:10px;
}

.entry-content th{
  background:#f7f7f7;
}

/* CTA（内部誘導） */
.cta-box{
  background:#fafafa;
  border:1px solid #eee;
  padding:20px;
  text-align:center;
  margin:40px 0;
}

/* 関連記事リンク */
.related{
  background:#f9f9f9;
  padding:15px;
  margin:40px 0;
}

.related a{
  display:block;
  margin:6px 0;
}
.guide-related{
margin-top:60px;
padding:25px;
background:#f7faf7;
border-radius:8px;
}

.guide-related h2{
font-size:20px;
margin-bottom:15px;
}

.guide-related ul{
padding-left:18px;
}

.guide-related li{
margin:8px 0;
line-height:1.7;
}

.guide-related a{
text-decoration:none;
color:#2a6d3b;
}

.guide-related a:hover{
text-decoration:underline;
}
.eeat-header{
border-bottom:1px solid #eee;
padding-bottom:25px;
margin-bottom:40px;
}

.author-box{
background:#f7f9fb;
padding:18px;
border-radius:8px;
font-size:14px;
}

.topic-hub{
margin-top:15px;
padding:12px;
background:#eef6ff;
border-left:4px solid #3b82f6;
}
/* Guide Series Links */

.guide-series{
margin-top:60px;
padding-top:30px;
border-top:2px solid #eee;
}

.guide-series h2{
font-size:20px;
margin-bottom:15px;
}

.guide-series-list{
list-style:none;
padding:0;
}

.guide-series-list li{
margin-bottom:8px;
}

.guide-series-list a{
text-decoration:none;
color:#2c5aa0;
}

.guide-series-top{
margin-top:15px;
font-size:14px;
}
/* =====================
参考文献（E-E-A-T強化）
===================== */

.reference-section{
margin:60px 0;
padding:25px;
background:#f7f9fb;
border-left:4px solid #4a7bd6;
font-size:15px;
}

.reference-section h2{
margin-top:0;
font-size:20px;
}

.reference-list{
padding-left:18px;
line-height:1.9;
}

.reference-list a{
text-decoration:none;
border-bottom:1px dotted #888;
}

.reference-note{
font-size:13px;
color:#666;
margin-top:15px;
}
/* ======================================
   福猫屋の考え バナー（guide → living導線）
====================================== */

.fukuneko-banner{
  margin:50px 0;
}

.fukuneko-banner-link{
  display:block;
  text-decoration:none;
  color:#333;
}

.banner-inner{
  border:2px solid #e6efe6;
  background:#f8fbf8;
  padding:28px;
  border-radius:10px;
  transition:all .25s ease;
}

/* hover */
.banner-inner:hover{
  background:#eef7ee;
  transform:translateY(-2px);
}

/* ラベル */
.banner-label{
  font-size:13px;
  color:#6b8f6b;
  margin-bottom:6px;
  letter-spacing:.05em;
}

/* タイトル */
.banner-inner h3{
  margin:0 0 10px;
  font-size:20px;
  line-height:1.5;
}

/* 説明文 */
.banner-desc{
  font-size:14px;
  line-height:1.8;
  margin-bottom:14px;
}

/* ボタン風 */
.banner-button{
  font-weight:bold;
  color:#3a7a3a;
}

/* ======================
   スマホ最適化
====================== */

@media (max-width:768px){

  .banner-inner{
    padding:20px;
  }

  .banner-inner h3{
    font-size:18px;
  }

  .banner-desc{
    font-size:13px;
  }

}
.fukuneko-about{
  max-width:900px;
  margin:0 auto;
  line-height:1.9;
  font-size:16px;
}

.fukuneko-about h1{
  font-size:30px;
  margin-bottom:10px;
}

.fukuneko-about .about-sub{
  color:#777;
  margin-bottom:40px;
}

.fukuneko-about h2{
  margin-top:50px;
  border-left:5px solid #6b8e23;
  padding-left:12px;
  font-size:22px;
}

.fukuneko-about h3{
  margin-top:25px;
  font-size:18px;
}

.fukuneko-about ul{
  padding-left:20px;
}
/* =====================
 LIVING HEADER
===================== */

.living-header{
  background:#f7faf7;
  border-bottom:1px solid #e3e8e3;
  padding:50px 20px;
}

.living-label{
  font-size:13px;
  letter-spacing:.08em;
  color:#6a7a6a;
  margin-bottom:10px;
}

.living-title{
  font-size:28px;
  margin:0 0 15px;
}

.living-lead{
  max-width:720px;
  line-height:1.9;
  color:#444;
}

.living-nav{
  margin-top:25px;
  display:flex;
  flex-wrap:wrap;
  gap:14px;
}

.living-nav a{
  font-size:14px;
  padding:8px 14px;
  background:#fff;
  border:1px solid #dcdcdc;
  border-radius:6px;
  text-decoration:none;
}

.living-nav a:hover{
  background:#f0f5f0;
}
/* =========================
 living → 商品導線ブロック
========================= */

.living-products{
  margin:60px 0;
  padding:28px;
  background:#f7f9f7;
  border:1px solid #e3e8e3;
  border-radius:10px;
}

/* タイトル */
.living-products h2{
  font-size:20px;
  margin-bottom:12px;
  font-weight:600;
}

/* 説明文 */
.living-products p{
  margin-bottom:18px;
  line-height:1.9;
}

/* 商品リスト */
.living-products ul{
  list-style:none;
  padding:0;
  margin:0;
}

/* 各商品 */
.living-products li{
  padding:14px 0;
  border-top:1px solid #e5e5e5;
}

.living-products li:first-child{
  border-top:none;
}

/* 商品リンク */
.living-products a{
  display:block;
  text-decoration:none;
  color:#2b4a2b;
  font-weight:500;
  transition:all .2s ease;
}

/* hover */
.living-products a:hover{
  padding-left:6px;
  color:#1d331d;
}

/* 小説明 */
.living-products small{
  display:block;
  font-size:13px;
  color:#666;
  margin-top:4px;
}
/* ===== トップ2導線 ===== */
.home-dual-entry{
  max-width:1000px;
  margin:80px auto;
  padding:0 20px;
}
.dual-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:30px;
}
.dual-card{
  display:block;
  padding:30px;
  border:1px solid #ddd;
  text-decoration:none;
  color:#333;
  transition:.3s;
}
.dual-card:hover{
  border-color:#6a8f3f;
  background:#f8fbf4;
}
.dual-link{
  display:inline-block;
  margin-top:15px;
  font-weight:bold;
  color:#6a8f3f;
}

/* ===== 商品思想リンク ===== */
.product-philosophy{
  margin:60px 0;
  padding:30px;
  background:#f7f9f6;
  border:1px solid #e2e8e0;
}
.philosophy-links{
  margin-top:20px;
}
.philosophy-links li{
  margin-bottom:10px;
}

/* ===== レスポンシブ ===== */
@media(max-width:768px){
  .dual-grid{
    grid-template-columns:1fr;
  }
}

/* あわせて読みたい：シンプルリスト */

.guide-related{
  margin:40px 0;
  padding-top:20px;
  border-top:1px solid #eee;
}

.guide-related h2{
  font-size:16px;
  margin-bottom:12px;
  font-weight:600;
}

.simple-related{
  list-style:none;
  padding:0;
  margin:0;
}

.simple-related li{
  margin-bottom:8px;
}

.simple-related a{
  text-decoration:none;
  color:#333;
  font-size:14px;
  line-height:1.6;
}

.simple-related a:hover{
  color:#6a8f3f;
}