/* =====================================================
   SEO記事ページ共通スタイル
   この記事専用
===================================================== */

/* ページ全体 */
body{
  margin:0;
  padding:0;
  background:#f7faf8;
  color:#444444;
  font-family:"Hiragino Kaku Gothic ProN","Yu Gothic","Meiryo",sans-serif;
  line-height:1.95;
  font-size:16px;
}

/* 全体の外枠 */
.page-wrap{
  width:1000px;
  margin:0 auto;
  background:#ffffff;
  box-shadow:0 0 12px rgba(0,0,0,0.05);
}

/* ヘッダー全体 */
.header-area{
  display:flex;
  justify-content:space-between;
  align-items:flex-start;
  padding:28px 32px 18px;
  background:#edf7f1;
  border-bottom:1px solid #d8e8dc;
}

/* 左側 */
.header-left{
  width:42%;
}

/* ロゴ画像 */
.site-logo{
  width:100%;
  height:auto;
  display:block;
}

/* 右側 */
.header-right{
  width:52%;
  text-align:right;
}

/* 小さい肩書き */
.site-catch{
  margin:0 0 12px 0;
  font-size:14px;
  color:#5e7c67;
  letter-spacing:0.05em;
}

/* H1 */
h1{
  margin:0;
  font-size:18px;
  line-height:1.45;
  color:#2f6b4f;
  font-weight:700;
}

/* サブ文 */
.site-sub{
  margin:18px 0 14px;
  font-size:15px;
  line-height:1.9;
  color:#55635a;
}

/* 電話 */
.site-tel{
  font-size:24px;
  font-weight:bold;
  color:#2f8f63;
  letter-spacing:0.03em;
}

/* トップバー */
.topbar{
  background:#2f8f63;
  padding:0;
}

/* トップバーメニュー */
.topbar-menu{
  list-style:none;
  margin:0;
  padding:0;
  display:flex;
  justify-content:center;
  align-items:center;
}

/* メニューの1項目 */
.topbar-menu li{
  margin:0;
  padding:0;
  border-right:1px solid rgba(255,255,255,0.25);
}

/* 最後の線を消す */
.topbar-menu li:last-child{
  border-right:none;
}

/* メニューリンク */
.topbar-menu li a{
  display:block;
  padding:14px 22px;
  color:#ffffff;
  text-decoration:none;
  font-size:14px;
  font-weight:600;
}

/* ホバー */
.topbar-menu li a:hover{
  background:#26734f;
}

/* 記事外枠 */
.main-content-frame-wide{
  width:820px;
  margin:0 auto;
  padding:40px 0 70px;
}

/* メイン画像 */
.hero-image{
  text-align:center;
  margin-bottom:40px;
}

/* メイン画像 */
.hero-image img{
  width:78%;
  height:auto;
  border-radius:10px;
}

/* H2 */
h2{
  margin:44px 0 24px;
  padding:16px 18px 16px 22px;
  font-size:25px;
  line-height:1.6;
  color:#2f6b4f;
  background:#eef7f1;
  border-left:7px solid #2f8f63;
  border-radius:8px;
}

/* H3 */
h3{
  margin:34px 0 16px;
  padding-left:14px;
  font-size:21px;
  line-height:1.6;
  color:#2f8f63;
  border-left:4px solid #88b89a;
}

/* 段落 */
p{
  margin:0 0 18px 0;
}

/* 区切り線 */
.hr1{
  border:none;
  border-top:1px dashed #b7cbbc;
  width:100%;
  margin:30px 0;
}

/* 箇条書き */
.check-list{
  margin:0 0 22px 20px;
  padding:0;
}

/* 箇条書きの各項目 */
.check-list li{
  margin-bottom:10px;
}

/* ポイントボックス */
.point-box{
  margin:30px 0;
  padding:22px 24px;
  background:#f7fbf8;
  border:1px solid #d7e5db;
  border-radius:10px;
}

/* ポイントボックスのタイトル */
.point-title{
  margin:0 0 10px 0;
  font-size:17px;
  font-weight:bold;
  color:#2f8f63;
}

/* ステップボックス */
.step-box{
  margin:30px 0;
  padding:22px 24px;
  background:#fcfcf8;
  border:1px solid #e1e1d3;
  border-radius:10px;
}

/* ステップタイトル */
.step-title{
  margin:0 0 12px 0;
  font-size:17px;
  font-weight:bold;
  color:#5a6b44;
}

/* 番号つきリスト */
.step-box ol{
  margin:0 0 0 22px;
  padding:0;
}

/* 番号つきリスト項目 */
.step-box ol li{
  margin-bottom:10px;
}

/* CTA */
.contact-cta{
  text-align:center;
  margin:38px 0 0;
}

/* CTAボタン */
.btn-contact{
  display:inline-block;
  min-width:340px;
  padding:18px 26px;
  background:#2f8f63;
  color:#ffffff;
  text-decoration:none;
  border-radius:999px;
  font-size:19px;
  font-weight:bold;
  line-height:1.7;
  box-shadow:0 8px 18px rgba(47,143,99,0.18);
}

/* CTAホバー */
.btn-contact:hover{
  background:#26734f;
}

/* 下のCTAの余白 */
.sub-cta{
  margin-top:18px;
}

/* 2つ目のボタン色 */
.btn-contact-line{
  background:#6aa37a;
}

/* 2つ目のボタン色ホバー */
.btn-contact-line:hover{
  background:#568965;
}

/* TOPへ戻る */
.gotop{
  display:block;
  width:60px;
  height:60px;
  box-sizing:border-box;
  background:#ffffff;
  border:1px solid #999999;
  padding-top:30px;
  text-align:center;
  letter-spacing:-1px;
  font-size:85%;
  text-decoration:none;
  color:#333333;
  opacity:0.55;
  position:fixed;
  bottom:20px;
  right:20px;
  z-index:10000;
}

/* TOP矢印 */
.gotop::before{
  content:"";
  display:block;
  border-top:2px solid #333333;
  border-right:2px solid #333333;
  width:25%;
  height:25%;
  top:25%;
  left:0;
  right:0;
  margin:auto;
  position:absolute;
  transform:rotate(-45deg);
}

/* TOPホバー */
.gotop:hover{
  opacity:1;
}

/* スムーズスクロール */
html{
  scroll-behavior:smooth;
}


.seo-img{
  display:block;        /* 中央寄せのためブロック化 */
  max-width:800px;      /* PCでは横幅を少し抑えて読みやすく */
  width:80%;           /* スマホでは画面幅いっぱい */
  height:auto;          /* 縦横比を崩さない */
  margin:32px auto 48px;/* 上32px・下48px（下を広めにして読みやすく） */
}

/* =========================
  関連記事ボックス
========================= */

.related-box{
  max-width:800px;                /* 横幅を揃える */
  margin:40px auto;               /* 上下余白＋中央 */
  padding:20px 18px;              /* 内側余白 */

  background:#F7FBFA;             /* やさしい背景（つむぎや系） */
  border:1px solid #DDEEE7;       /* 薄い枠線 */
  border-radius:10px;             /* 少し丸める */
}

/* タイトル */
.related-title{
  font-size:16px;
  font-weight:600;
  margin-bottom:10px;
  color:#2F8F63;                  /* メインカラー */
}

/* リスト */
.related-list{
  list-style:none;
  padding:0;
  margin:0;
}

/* 各項目 */
.related-list li{
  margin:8px 0;
}

/* リンク */
.related-list a{
  text-decoration:none;
  color:#333;
  border-bottom:1px dashed #BFD8CF; /* やさしい点線 */
  transition:0.2s;
}

/* ホバー */
.related-list a:hover{
  color:#2F8F63;
  border-bottom:1px solid #2F8F63;
}


/* =========================
  最終CTA
========================= */

.final-cta{
  max-width:800px;
  margin:50px auto 40px;
  padding:20px;
  text-align:center;
}

.final-cta-text{
  font-size:15px;
  line-height:1.9;
  margin-bottom:20px;
  color:#555;
}


/* =========================
  フッタ
========================= */

.site-footer{
  background:#F5F3EE;            /* やわらかい背景 */
  padding:30px 15px 20px;
  text-align:center;
  margin-top:40px;
}

.footer-inner{
  max-width:800px;
  margin:0 auto;
}

.footer-title{
  font-size:16px;
  font-weight:600;
  color:#2F8F63;
  margin-bottom:10px;
}

.footer-text{
  font-size:14px;
  line-height:1.8;
  color:#666;
  margin-bottom:12px;
}

.footer-link a{
  color:#2F8F63;
  text-decoration:underline;
}

.footer-link a:hover{
  opacity:0.7;
}

.copyright{
  font-size:12px;
  color:#999;
  margin-top:20px;
}



