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

/* ----------------------------------------------------
h2 見出しのリセット
----------------------------------------------------*/


/* Lightningの薄いセクション線を濃く上書き */
.vk_outer::before,
.vk_outer::after,
.vk_section::before,
.vk_section::after {
  box-shadow: none !important;
  border: none !important;
  background-color: #003366 !important; /* 濃い紺色に変更 */
  height: 2px !important; /* 太さ */
  opacity: 1 !important;
  content: "" !important;
  display: block !important;
}
