/*
Theme Name: Lightning Child
Theme URI: ★ テーマの公式サイトなどのURL（空欄でも可） ★
Template: lightning
Description: ★ テーマの説明（空欄でも可） ★
Author: ★ テーマ作成者の名前（空欄でも可） ★
Tags: 
Version: 0.5.1
*/


/* ================================
   フッター（全ページ共通）
   ================================ */

/* フッター背景 */
.site-footer,
footer,
#footer,
#vk-footer{
  background: rgb(30,58,138) !important;
  color: #ffffff !important;
}

/* フッター内の文字をすべて白に */
.site-footer *,
footer *,
#footer *,
#vk-footer *{
  color: #ffffff !important;
}

/* ================================
   本文HTMLだけを背景フル幅にする
   ================================ */
.aj-page-bg{
  width: 100vw;
  margin-left: calc(50% - 50vw);
  background: #f5f7f8;   /* 仮：薄グレー */
}

/* 中身ページ（TOP以外）だけ、フッターの文字サイズをTOPと同等に揃える */
body:not(.home):not(.front-page) .site-footer{
  font-size: 16px;      /* ←ここでベースを固定 */
  line-height: 1.7;
}

/* フッター見出しがデカすぎるのを抑える */
body:not(.home):not(.front-page) .site-footer :where(h1,h2,h3,h4,.widget-title,.widgettitle){
  font-size: 18px;      /* 好みで 16〜20px */
  line-height: 1.4;
  margin-bottom: .6em;
}

/* リンク・リスト本文 */
body:not(.home):not(.front-page) .site-footer :where(li,a,span,p){
  font-size: 15px;      /* 好みで 14〜16px */
}


