/*
Theme Name: Lightning Child
Template: lightning
Version: 1.0.0
*/

/* ==========================================================================
   サイト全体（本文・見出し）を明朝体に統一
   ========================================================================== */
body, p, h1, h2, h3, h4, h5, h6, .page-header-title {
    font-family: "Times New Roman", "Yu Mincho", "游明朝", "MS Mincho", "ＭＳ 明朝", serif !important;
}


/* ==========================================================================
   旧仕様・ExUnit競合をすべて破棄してクレジットを強制非表示
   ========================================================================== */
footer p:last-child, 
.siteFooter p:last-child,
footer .powered-by,
.copyRight {
    display: none !important;
}

/* コピーライト（御殿場人材育成協同組合）の行だけを強制的に再表示 */
footer p:first-child,
.copyRight p:first-child {
    display: block !important;
}