/*
Theme Name: Lightning
Text Domain: lightning
Theme URI: https://lightning.vektor-inc.co.jp/en/
Description: Lightning is a very simple & easy to customize theme which is based on the Bootstrap. It is also very friendly with custom post types and custom taxonomies. When you add a new one, the breadcrumbs will be adjusted and posts will look beautifully without editing or adding a template files.
Author: Vektor,Inc.
Author URI: https://www.vektor-inc.co.jp
Version: 15.32.2
Requires at least: 6.5
Tested up to: 6.9
Requires PHP: 7.4
Tags: blog, one-column, custom-background, custom-colors, custom-logo, custom-menu, editor-style, featured-images, footer-widgets, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready, block-styles, wide-blocks
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

Lightning WordPress theme, Copyright (C) 2015-2025 Vektor,Inc.
Lightning WordPress theme is licensed under the GPL.

Lightning WordPress Theme bundles the following third-party resources:

Font Awesome icon font, Copyright 2012 Fonticons, Inc.
its fonts are licensed under the terms of the SIL OFL License 1.1, and its code is licensed under the terms of the MIT license
Source: https://fontawesome.com/

Bootstrap framework, Copyright 2011 Bootstrap Authors and Twitter, Inc.
Bootstrap is licensed under the terms of the MIT license
Source: https://getbootstrap.com/

CSS Simple Tree Shaking
CSS Simple Tree Shaking is licensed under the terms of the GNU General Public License v2 license
Source: https://celtislab.net/
*/

/* 2025-11-08 Management Analysis ここから */
header#site-header {
	display: none;
	/* box-shadow: none; */
}

h2 {
	font-size: 1.2em;
}

h3 {
	color: #E20000;
	background-color: #FFF7F7;
	border-left: 16px #FF0000 solid;
	padding: 12px 0 12px 8px;
	border-bottom: none;
}
h3:where(:not(.wp-block-post-title)):after {
	border-bottom: none;
}
h3.blue {
	color: #002060;
	background-color: #F7FAFF;
	border-left: 16px #002060 solid;
}

h4 {
	margin-left: 1em;
	font-size: 1.2em;
	color: #002060;
	background-color: #FFFFFF;
	border-left: 6px #002060 solid;
	border-radius: 0;
	padding: 6px 0 6px 8px;
}
h4.yellow {
	color: #000000;
	background-color: #FFF8CD;
	border-left: 6px #FFD900 solid;
}

h5 {
	margin-left: 2.5em;
	font-size: 1.2em;
	color: #002060;
	border-left: 4px #002060 solid;
	padding: 4px 0 4px 8px;
	border-bottom: none;
}
h5.red {
	color: #C00000;
	border-left: 4px #C00000 solid;
}

figure.wp-block-table table {
	width: auto;
}
figure.wp-block-table table td {
	padding: 4px;
	font-size: 1rem;
}
figure.valign-top table td {
	vertical-align: top;
}
figure.lline table td span {
	padding: 4px 0;
}
figure.lline table td span.text-nowrap {
	border-left: 4px #002060 solid;
	padding: 4px 0 4px 6px;
}
figure.lline table td strong {
	color: #002060;
}

ul.kome li {
	list-style-type: '※';
}
li.kome {
	list-style-type: '※';
}
ul.doublecircle li {
	list-style-type: '◎';
}
li.doublecircle {
	list-style-type: '◎';
}
ul.dotcircle li {
	list-style-type: '\29bf';
}
li.dotcircle {
	list-style-type: '\29bf';
}
ul.blank li {
	list-style-type: '';
}
li.blank {
	list-style-type: '';
}
ol.kakko li {
  list-style-type:none;
  list-style-position:inside;
  counter-increment: cnt;
}
ol.kakko li:before{
  display: marker;
  content: "(" counter(cnt) ") ";
}
ol.start6 {
	counter-reset: cnt 5; 	
}

a {
	color: #0563C1;
}
h5 a {
	text-decoration: underline;
	text-decoration-style: dotted;
	text-underline-offset: 3px;
	text-decoration-color: rgba(0, 0, 0, .3);
	text-decoration-thickness: 1px;
}
h5 a:hover {
	text-decoration: none;
}
td a {
	text-decoration: underline;
	text-decoration-style: dotted;
	text-underline-offset: 2px;
	text-decoration-color: rgba(0, 0, 0, .3);
	text-decoration-thickness: 1px;
}
td a:hover {
	text-decoration: none;
}

u {
	text-underline-offset: 2px;
}

.ml-0em {
	margin-left: 0;
}
.ml-5em {
	margin-left: 0.5em;
}
.ml-10em {
	margin-left: 1em;
}
.ml-15em {
	margin-left: 1.5em;
}
.ml-20em {
	margin-left: 2em;
}
.ml-25em {
	margin-left: 2.5em;
}
.ml-30em {
	margin-left: 3em;
}
.ml-35em {
	margin-left: 3.5em;
}
.ml-40em {
	margin-left: 4em;
}
.ml-45em {
	margin-left: 4.5em;
}
.ml-50em {
	margin-left: 5em;
}
.ml-55em {
	margin-left: 5.5em;
}
.ml-60em {
	margin-left: 6em;
}
.ml-65em {
	margin-left: 6.5em;
}
.ml-70em {
	margin-left: 7em;
}
/* 2025-11-08 Management Analysis ここまで */