@charset "UTF-8";

#textbody {}

#textbody .icatch img {
	margin-top: 0;
	width: 800px;
	height: 400px;
	object-fit: cover;
}

@media screen and (max-width: 767px) {
	#textbody .icatch img {
		width: 100%;
		height: 50vw;
	}
}

#textbody .wp-block-image .aligncenter {
	text-align: center;
}

#textbody h1 {
	font-size: 26px;
	padding-bottom: 10px;
	letter-spacing: 2px;
	border-bottom: 2px solid #444;
}

#textbody .data {
	list-style: none;
	font-size: 13px;
	display: block;
	margin-top: 10px;
	padding-bottom: 2em;
	text-align: right;
	color: #666;
}

#textbody .data li {
	display: inline-block;
	margin-left: 1em;
}

#textbody .data a {
	color: #333;
	color: #666;
}

#textbody .data li::before {
	margin-right: .5em;
	font-family: FontAwesome;
}

#textbody .data li.lst_cate::before {
	content: "\f07b";
}

#textbody .data li.lst_tag::before {
	content: "\f02b";
}

#textbody .data li.lst_day::before {
	content: "\f017";
}

#textbody h2 {
	border-left: 5px solid #b81c2b;
	border-bottom: 1px solid #ccc;
	padding: .3em .8em;
	font-size: 22px;
	margin-top: 2em;
	margin-bottom: 0;
}

#textbody h3 {
	border-bottom: 2px solid #b81c2b;
	padding: .3em .3em;
	font-size: 20px;
	margin-top: 2em;
	margin-bottom: 0;
}

#textbody h4 {
	border-bottom: 2px solid #ccc;
	padding: .3em .3em;
	font-size: 19px;
	margin-top: 2em;
	margin-bottom: 0;
}

#textbody h5 {
	font-weight: bold;
	margin-top: 2em;
	font-size: 18px;
	margin-bottom: 0;
}

#textbody p {
	font-size: 16px;
	line-height: 2em;
	margin-top: 1em;
}


@media screen and (max-width: 767px) {
	#textbody h1 {
		font-size: 4.2vw;
	}

	#textbody h2 {
		font-size: 4.4vw;
	}

	#textbody h3 {
		font-size: 4.2vw;
	}

	#textbody h4 {
		font-size: 4vw;
	}

	#textbody h5 {
		font-size: 3.8vw;
	}

	#textbody p,
	#textbody ul,
	#textbody ol,
	#textbody table,
	#toc_container,
	#textbody figcaption,
	#textbody .wp-block-buttons a {
		font-size: 3.4vw;
	}
}


#textbody strong {
	background: linear-gradient(transparent 70%, #fe0 0%);
	display: inline;
	padding: 0 2px 0;
}

#textbody blockquote {
	font-style: italic;
	border: 3px solid #ccc;
	padding: 1em;
	margin: 0;
	margin-top: 2em;
}

#textbody blockquote p {
	margin: 0;
}

#textbody a {
	color: #06b;
	text-decoration: underline;
}

#textbody a:hover {
	opacity: .7;
	text-decoration: none;
}

#textbody .alingCenter {
	text-align: center;
}

#textbody ul,
#textbody ol {
	padding-left: 3em;
	margin-top: 1em;
	padding-bottom: 1em;
}

#textbody ul li,
#textbody ol li {
	margin-bottom: .3em;
	line-height: 1.8em;
}

#textbody .wp-block-buttons {
	margin-top: 2em;
}

#textbody .wp-block-buttons a,
#textbody .wp-block-buttons a:hover {
	color: #fff;
	text-decoration: none;
}

#textbody img {
	max-width: 100%;
	height: auto;
	margin-top: 2em;
}

#textbody figcaption {
	margin-top: .5em;
}

#textbody .addtoany_content {
	text-align: center;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 20px 0;
	margin-top: 80px;
}

#textbody h2 span,
#textbody h3 span {
	display: inline-block;
	margin-top: -80px;
	padding-top: 80px;
}

@media screen and (max-width: 767px) {

	#textbody h2 span,
	#textbody h3 span {
		margin-top: -5px;
		padding-top: 5px;
	}
}

#textbody hr.wp-block-separator {
	border: none;
	height: 1px;
	background-color: #999;
	margin-top: 3em;
}

#textbody #toc_container {
	margin-top: 40px;
	padding-right: 20px;
	padding-bottom: 0;
}

#textbody #toc_container ul {
	padding-left: 1em;
}

#textbody #toc_container ul ul {
	margin-left: 1em;
}

#textbody #toc_container a {
	color: #333;
	text-decoration: none;
}

#textbody #toc_container ul .toc_number {
	background-color: #ddd;
	font-size: 80%;
	padding: .2em .7em;
	margin-right: .5em;
	border-radius: 2px;
}

#textbody .disc {
	padding: .5em;
	padding-bottom: 2em;
	border-bottom: 2px solid #ccc;
}

#textbody table {
	margin-top: 2em;
}

#textbody table th,
#textbody table td {
	padding: 1em;
	border: 1px solid #ccc;
}

#textbody table th {
	text-align: center;
	background-color: #f1f1f1;
}