/*
Theme Name: Lightning Child
Theme URI:
Template: lightning
Description:
Author:
Tags:
Version: 0.6.0
*/
@import url('https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@500;700;900&display=swap');

/* ====================================================================
   Life Shift ブランド設定（コーポレートグリーン #15803d）
   ==================================================================== */
:root{
  --vk-color-primary:#15803d !important;
  --wp--preset--color--vk-color-primary:#15803d !important;
  --vk-color-primary-dark:#0f6b32 !important;
  --wp--preset--color--vk-color-primary-dark:#0f6b32 !important;
  --vk-color-primary-vivid:#1f9e5a !important;
  --wp--preset--color--vk-color-primary-vivid:#1f9e5a !important;
  --vk-color-text-link-hover:#15803d !important;
  --swiper-theme-color:#15803d !important;
}

/* デモ用スライドショーを非表示 */
.lightning_swiper.ltg-slide{display:none !important;}

/* ブランドフォント（見出し） */
.site-name,.site-name-text,.entry-title,.vk_post_title,
.site-body h1,.site-body h2,.site-body h3{
  font-family:"Zen Kaku Gothic New","Noto Sans JP",sans-serif;
}

/* メインサイトへ戻る上部バー（相互リンク） */
.ls-topbar{background:linear-gradient(90deg,#0f6b32,#1f9e5a);color:#fff;font-size:13px}
.ls-topbar-inner{max-width:1100px;margin:0 auto;padding:7px 16px;display:flex;align-items:center;gap:14px}
.ls-topbar a{color:#fff;text-decoration:none;font-weight:700}
.ls-topbar a:hover{text-decoration:underline}
.ls-topbar span{color:rgba(255,255,255,.85);font-weight:500}
.ls-topbar .ls-cta{margin-left:auto;background:#fff;color:#0f6b32;padding:3px 13px;border-radius:999px}
.ls-topbar .ls-cta:hover{background:#eafff1;text-decoration:none}
@media(max-width:600px){.ls-topbar span{display:none}.ls-topbar-inner{padding:6px 12px;gap:10px}}

/* 記事の可読性・ブランド調 */
.entry-content a,.entry-body a,.post_content a{color:var(--vk-color-primary);text-decoration:underline}
.entry-content a:hover,.entry-body a:hover,.post_content a:hover{color:var(--vk-color-primary-dark)}
.entry-content h2,.entry-body h2,.post_content h2{
  border-left:5px solid var(--vk-color-primary);padding-left:.55em;margin-top:2em;line-height:1.4
}
.entry-content h3,.entry-body h3,.post_content h3{margin-top:1.6em}
.entry-content blockquote,.entry-body blockquote,.post_content blockquote{
  border-left:4px solid var(--vk-color-primary-vivid);background:#f3faf5;
  padding:.85em 1.1em;margin:1.3em 0;color:#26402f;border-radius:0 6px 6px 0
}
.entry-content ol,.entry-body ol,.post_content ol{padding-left:1.4em}
.entry-content ol li,.entry-body ol li,.post_content ol li{margin:.4em 0}

/* 記事一覧：アイキャッチを表示し、タイトルを読みやすく */
.vk_post_title{font-size:1.18em;line-height:1.5}
.vk_post{border-bottom:1px solid #e7ecf1;padding-bottom:1.1em}

/* 記事下部のSNSフォロー／シェアボックスを非表示 */
.veu_followSet,
.veu_socialSet { display:none !important; }
