/*
Theme Name: Lightning Child Sample
Theme URI:
Template: lightning
Description:　ストックビジョン ブログ用 Lightning Childテーマ
Author:
Tags:
Version: 0.6.1
*/
#site-header,
.site-header {
  background: #FF5B0A !important;
}
.page-header {
  display: none !important;
}
body,
body *:not(i):not(.fa):not([class*="fa-"]):not([class*="vk-icon"]) {
  font-family: 'Murecho', sans-serif !important;
}
/* 著者情報・コメントエリア、WPヘッダーフッター、WPモバイルナビの非表示 */
#site-header,
#site-footer,
#vk-mobile-nav-menu-btn,
.vcard.author,
.comments-area {
  display: none !important;
}
/* Lightningのテーマフッター非表示 */
footer.site-footer {
  display: none !important;
}
/* 見出しカラー */
.wp-block-heading {
  color: #104071 !important;
}
/* H2 ネイビー背景塗りつぶし */
h2.wp-block-heading {
  background: #104071 !important;
  color: #FFFFFF !important;
  padding: 10px 16px !important;
  border-top: none !important;
  border-bottom: none !important;
}
/* H3 下線カラー */
h3.wp-block-heading {
  border-bottom-color: #104071 !important;
}

h3.wp-block-heading::before,
h3.wp-block-heading::after {
  display: none !important;
}
/* CTAブロック内のH2はオレンジ背景 */
.veu-cta-block h2.wp-block-heading {
  background: #FF5B0A !important;
  color: #FFFFFF !important;
}