@charset "utf-8";

/***************************************************************
Table of Contents Plus Plugin Style
****************************************************************/

/* TOC */
.content #toc_container {
	margin: 30px 0 40px 0;
	padding: 32px 24px;
	width: 100%;
	box-sizing: border-box;
	border: none;
	border-radius: 4px;
	background-color: #f0f0f0;
}
.content #toc_container > p.toc_title {
	position: relative;
	margin: 0;
	padding: 0 0 0 32px;
	text-align: left;
	font-size: 16rem;
	font-weight: bold;
	line-height: 1.5;
}
.content #toc_container > p.toc_title::before {
	content: '';
	display: inline-block;
	width: 24px;
	height: 24px;
	position: absolute;
	left: 0;
	top: 0;
	border-radius: 50%;
	background-color: #000;
}
.content #toc_container > p.toc_title::after {
	color: #fff;
	position: absolute;
	left: 4px;
	top: -1px;
}
.content #toc_container ul {
	border: none;
	border-radius: unset;
}
.content #toc_container > ul.toc_list {
	margin-top: 10px;
	padding: 0 0 0 19px;
	color: #004272;
	font-size: 14rem;
	line-height: 1.4;
}
.content #toc_container > ul.toc_list > li {
	list-style-type: none;
	margin-top: 4px;
}
.content #toc_container > ul.toc_list > li::before {
	top: 9px;
	left: -12px;
	width: 7px;
	height: 7px;
	background-color: #b3b3b3;
}
.content #toc_container > ul.toc_list > li > a {
	font-size: 15rem;
	color: #004272;
}
.content #toc_container > ul.toc_list ul {
	padding: 10px 0 0 16px;
}
.content #toc_container > ul.toc_list ul > li {
	list-style-type: circle;
}
.content #toc_container > ul.toc_list ul > li::marker {
	line-height: 1;
	color: #222;
	font-size: 1.2em;
}
.content #toc_container > ul.toc_list ul > li::before {
	display: none;
}
.content #toc_container > ul.toc_list ul > li > a {
	font-size: 15rem;
	color: #004272;
}