.post-head {
	margin: 0 0 35px;
}
.post-head h1 {
	color: var(--main-accent-color);
	font-family: var(--ft-tsuku-b);
	font-size: 36px;
	font-weight: bold;
}
.post-head__info {
	border-top: 2px solid var(--main-accent-color);
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: wrap;
	margin: 15px 0 0;
	padding: 15px 0 0;
}
.post-date {
	color:#121212;
	font-size: 13px;
	font-weight: 700;
	margin-right: 15px;
	width: max-content;
}
.post-cat {
	background: var(--sub-color);
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	padding: 3px 35px;
	margin-right: 4px;
	margin-bottom: 4px;
}

.post-body p,.post-body pre {
	font-size: 15px;
	line-height: 1.8em;
	margin: 0 0 25px;
}
.post-body pre{
	background-color: #cecece;
	padding: 16px;
}
/* .post-body p strong {
color: var(--main-accent-color);
} */
.post-body p a {
	/* color: var(--link-color); */
	text-decoration: underline;
}
.post-body h1,.post-body h1>*,.post-body h4,.post-body h4>*,.post-body h5,.post-body h5>*,.post-body h6,.post-body h6>*{
	color: var(--main-accent-color);
	font-family: var(--ft-tsuku-b);
}
.post-body h2 {
	color: var(--main-accent-color);
	font-family: var(--ft-tsuku-b);
	font-size: 30px;
	font-weight: bold;
	margin: 0 0 25px;
}
.post-body h2>*{
	font-family: var(--ft-tsuku-b);
	color: var(--main-accent-color);
}
.post-body h3 {
	color: var(--main-accent-color);
	/* 	font-family: var(--ft-tsuku-r); */
	font-family: var(--ft-tsuku-b);
	font-size: 28px;
	font-weight: 400;
	margin: 0 0 10px;
}
.post-body h3>*{
	font-family: var(--ft-tsuku-b);
	color: var(--main-accent-color);
}
.post-body ol,
.post-body ul {
	/* margin: 0 0 25px; */
	margin: 0 0 25px;
	padding-left:16px;
}
.post-body ol li:not(:last-child),
.post-body ul li:not(:last-child) {
	margin: 0 0 5px;
}
.post-body ul li,
.post-body ol li {
	list-style-position: inside;
}

/* .post-body ul li {
list-style-type: disc;
}
.post-body ol li {
list-style-type: decimal;
} */
.post-body .wp-block-image {
	margin: 0 0 25px;
}
@media screen and (max-width: 768px) {
	.post-head {
		margin: 0 0 15px;
	}
	.post-head h1 {
		font-size: 28px;
	}
	.post-date {
		margin-right: 0;
		margin-bottom: 5px;
		width: 100%;
	}
	.post-cat {
		padding: 3px 25px;
	}
	.post-body h2 {
		font-size: 26px;
	}
	.post-body h3 {
		/* font-size: 22px; */
		font-size: 26px;
	}
}
div#toc_container{
	padding: 16px;
}
#toc_container p.toc_title{
	font-size: 18px;
	text-align: left;
}
#toc_container.no_bullets li, #toc_container.no_bullets ul, #toc_container.no_bullets ul li, .toc_widget_list.no_bullets, .toc_widget_list.no_bullets li{
	list-style: disc;
	color: #15897F;
}
#toc_container.no_bullets ul li ul{
	margin-left: 0;
}
#toc_container.no_bullets ul li li{
	list-style-type: "-";
}
#toc_container.no_bullets ul{
	padding-left: 16px;
}