/*
Theme Name: Lightning Child
Theme URI: 
Template: lightning
Description: 
Author: 
Tags: 
Version: 0.6.0
*/

/* フッター見出し */
.site-footer .widget-title.site-footer-title {
  position: relative;
  margin: 0 0 18px;
  padding: 0 0 0 16px;
  font-size: 17px;
  font-weight: 700;
  letter-spacing: 0.03em;
  color: #222;
  border-bottom: none !important;
  line-height: 1.4;
}

/* テーマ側の下線を削除 */
.site-footer .widget-title.site-footer-title::after {
  display: none !important;
  content: none !important;
}

/* 左側の四角 */
.site-footer .widget-title.site-footer-title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.45em;
  width: 8px;
  height: 8px;
  background: #1d3e23;
}

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500&family=Noto+Serif+JP:wght@400;500;600&display=swap');

body {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  color: #222;
}

h1,
h2,
h3,
.site-title,
.page-title {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  letter-spacing: 0.05em;
}

/* コピーライトエリアの背景色と文字色、横幅100%化 */
.site-footer-copyright {
    background-color: #1d3e23; /* 背景色（緑） */
    color: #ffffff; /* 文字色（白） */
    max-width: 100% !important; /* 横幅の制限を解除して画面幅いっぱいにする */
    width: 100%;
}

/* 内部の段落テキストの文字色を強制的に白にする */
.site-footer-copyright p {
    color: #ffffff;
    margin-bottom: 0; /* 下の余白をなくして上下のバランスを整える */
}