/*
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.37.1
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

/* 目次全体 */
#toc_container {
	background-color: #fff !important;
	border: 1px solid #ccc !important;
	box-sizing: border-box;
	display: block !important;
	float: none !important;
	clear: both;
	font-size: 95%;
	line-height: 1.0;
	margin: 4em auto 4em !important;
	padding: 2em;
	width: 80% !important;
	max-width: 100%;
}

/* 「この記事の目次」の部分だけ */
#toc_container p.toc_title,
#toc_container .toc_title {
	background-color: #eee !important;
	color: #333;
	display: block;
	font-weight: bold;
	margin: 0 0 1em !important;
	padding: 0.6em 1em !important;
	text-align: center !important;
}

/* 開く・閉じるボタン */
#toc_container .toc_toggle {
	background: transparent !important;
	font-size: 0.9em;
	font-weight: normal;
}

/* カッコを非表示 */
#toc_container .toc_brackets {
	display: none;
}

/* リスト初期化 */
#toc_container .toc_list,
#toc_container .toc_list ul,
#toc_container .toc_list li {
	background: transparent !important;
	list-style: none;
}

/* 目次のリスト */
#toc_container .toc_list {
	margin: 0 !important;
	padding: 0 !important;
}
/* 目次内のリンク */
#toc_container .toc_list a {
	background: transparent !important;
	border-bottom: 1px dotted #ccc;
	border-left: 3px solid transparent;
	color: #444;
	display: block;
	padding: 0.4em 0 0.4em 8px;
	text-decoration: none;
	transition: all 0.2s ease;
}

#toc_container .toc_list a:hover {
	color: #005bac;
	border-bottom-color: #005bac;
	border-left-color: #005bac;
}

/* 大見出し */
#toc_container .toc_list > li > a {
	border-bottom: 2px solid #ccc;
	font-size: 110%;
}

/* 小見出し */
#toc_container .toc_list ul {
	margin: 0 !important;
	padding: 0.8em 0 0 1em !important;
}

/* 各項目 */
#toc_container .toc_list li {
	margin: 0 0 0.2em !important;
	padding: 0 !important;
}

/* スマートフォン */
@media screen and (max-width: 767px) {
	#toc_container {
		margin: 1.5em auto !important;
		padding: 1em;
		width: 100% !important;
	}
}
/* 目次ボックスの角を丸くする */
#toc_container {
    border-radius: 8px;
}

/* タイトル部分の角を少し丸くする */
#toc_container .toc_title {
    border-radius: 4px;
}


Lightning WordPress theme, Copyright (C) 2015-2026 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/
*/