.wp-editor div,
.wp-editor a,
.wp-editor p,
.wp-editor ul,
.wp-editor ol,
.wp-editor li,
.wp-editor dl,
.wp-editor dt,
.wp-editor dd { box-sizing: border-box ;}

.wp-editor h1,
.user-content h1  {
	position: relative;
	width: 100%;
	text-align: center;
	font-family: sans-serif;
	font-weight: bold;
	font-size: 28px;
	padding: 0;
	margin: 0 0 32px 0;
}
.wp-editor h1::after,
.user-content h1::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	width: 6.5em;
	height: 4px;
	background-color: #FF8509;
	margin: auto;
}
.wp-editor h2,
.user-content h2 {
	width: 100%;
	text-align: center;
	background-color: #F4EDE6;
	font-family: sans-serif;
	font-weight: bold;
	font-size: 24px;
	color: #000;
	line-height: 1;
	padding: 16px 0;
	margin: 0 0 32px 0;
}
.wp-editor h3,
.user-content h3 {
	width: 100%;
	text-align: center;
	background-color: #FF5200;
	font-family: sans-serif;
	font-weight: bold;
	font-size: 20px;
	color: #fff;
	line-height: 1.5;
	padding: 0;
	margin: 0 auto 32px auto;
}
.wp-editor h4,
.user-content h4 {
	text-align: center;
	font-family: sans-serif;
	font-weight: bold;
	font-size: 20px;
	color: #FF8509;
	line-height: 1.75;
	padding: 0;
	margin: 0;
}
.wp-editor h5,
.user-content h5 {
	position: relative;
	text-align: center;
	text-decoration:  underline;
	text-decoration-thickness: 8px;
	text-decoration-color: #ffff00;
	font-family: sans-serif;
	font-weight: bold;
	font-size: 16px;
	color: #000;
	line-height: 1.75;
	padding: 0;
	margin: 0;
}
.wp-editor h6,
.user-content h6 {
	text-align: center;
	font-family: sans-serif;
	font-weight: bold;
	font-size: 18px;
	color: #000;
	line-height: 1.75;
	padding: 0;
	margin: 0;
}
.wp-editor h1,
.wp-editor h2,
.wp-editor h3,
.wp-editor h4,
.wp-editor h5,
.wp-editor h6,
.user-content h1,
.user-content h2,
.user-content h3 {
	margin-bottom: 16px;
}
.wp-editor p,
.user-content p {
	box-sizing: border-box;
	font-family: sans-serif;
	color: #000;
	line-height: 1.75;
	font-size: 14px;
	padding: 0;
}
.wp-editor ul,
.wp-editor ol,
.user-content ul,
.user-content ol {
	margin: 0 0 16px 0;
}
.wp-editor ol li,
.wp-editor ul li,
.user-content ol li,
.user-content ul li {
	font-family: sans-serif;
	font-weight: normal;
	font-size: 16px;
	line-height: 1.5;
	color: #000;
}
.wp-editor ol,
.user-content ol {
	padding: 0 0 0 1.5em;
}
.wp-editor ol li,
.user-content ol li {
	list-style-type: decimal;
}
.wp-editor ul,
.user-content ul {
	padding: 0;
}
.wp-editor ul li,
.user-content ul li {
	position: relative;
	padding: 0 0 0 0.75em;
}
.wp-editor ul li::before,
.user-content ul li::before {
	position: absolute;
	width: 0.5em;
	height: 1em;
	top: 0;
	bottom: 0;
	left: 0;
	content: "◆";
	font-size: 50%;
	line-height: 1.5;
	color: #FF5200;
	margin: auto;
}
.user-content .list-kuchikomi li::before {
	display: none;
}

.wp-editor blockquote,
.user-content blockquote {
	font-size: 14px;
	background-color: #F4EDE6;
	padding: 32px;
	margin: 0 0 32px 0;
}
.wp-editor blockquote p:last-of-type,
.user-content blockquote p:last-of-type {
	margin: 0;
}
.wp-editor a,
.user-content a {
	color: #FF5200;
	text-decoration: none;
}
.wp-editor tr th,
.wp-editor tr td,
.user-content tr th,
.user-content tr td {
	border: 3px solid #FF5200;

}
.wp-editor .list-border-box {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 0 0 32px 0;
}
.wp-editor .list-border-box .data {
	width: 49.5%;
	display: block;
	box-sizing: border-box;
	text-align: center;
	font-weight: bold;
	color: #FC4C56;
	border: 4px solid #FC4C56;
	font-size: 18px;
	padding: 16px;
	margin-bottom: 1%;
}
.wp-editor .list-border-box .data::before {
	display: none;
}

.user-content dl,
.wp-editor dl {
	display: flex;
	flex-wrap: wrap;
	border-top: 1px solid #aaa;
	margin: 0 0 2em 0;
}
.user-content dl dt,
.user-content dl dd,
.wp-editor dl dt,
.wp-editor dl dd {
	padding: 1em ;
	border-bottom: 1px solid #aaa;
}
.user-content dl dt,
.wp-editor dl dt {
	width: 25%;
}
.user-content dl dd,
.wp-editor dl dd {
	width: 75%;
	border-left:  1px solid #aaa;
	margin: 0;
}
.user-content .radar-chart-dls dl {
	display: block;
	border-top: none;
	margin: 0;
}
.user-content .radar-chart-dls dl dt,
.user-content .radar-chart-dls dl dd {
	width: auto;
	border-bottom: none;
	border-left: none;
	padding: 0;
}

.wp-editor .blank,
.user-content .blank {
	background-color: transparent !important;
	border: none !important;
	color: #000 !important;
	text-decoration: none !important;
}
.wp-editor .blank::after,
.user-content .blank::after,
.wp-editor .title-fc-orange::after,
.user-content .title-fc-orange::after {
	display: none;
}

.wp-editor .title-fc-orange,
.user-content .title-fc-orange {
	background-color: transparent !important;
	text-align: center;
	font-family: sans-serif;
	font-weight: bold;
	font-size: 20px;
	color: #FF8509;
	line-height: 1.75;
	padding: 0;
}

/* ---------- SP ----------*/
@media only screen and (max-width: 750px) {
	.wp-editor h1,
	.user-content h1  {
		font-size: 5vw;
		padding: 0;
		margin: 0 0 6% 0;
	}
	.wp-editor h1::after,
	.user-content h1::after {
		width: 7em;
	}
	.wp-editor h2,
	.user-content h2 {
		font-size: 4.5vw;
		padding: 0.75em;
		margin: 0 0 6% 0;
	}
	.wp-editor h3,
	.user-content h3 {
		font-size: 3.5vw;
		margin: 0 0 0.8em 0;
	}
	.wp-editor h4,
	.user-content h4 {
		font-size: 3.5vw;
	}
	.wp-editor h5,
	.user-content h5 {
		font-size: 3vw;
	}
	.wp-editor h6,
	.user-content h6 {
		font-size: 3vw;
	}
	.wp-editor p,
	.user-content p {
		font-size: 3vw;
	}
	.wp-editor ul,
	.wp-editor ol,
	.user-content ul,
	.user-content ol {
		margin: 0 0 1em 0;
	}
	.wp-editor ol li,
	.wp-editor ul li,
	.user-content ol li,
	.user-content ul li {
		font-size: 3vw;
	}
	.wp-editor blockquote,
	.user-content blockquote {
		font-size: 3vw;
		background-color: #F4EDE6;
		padding: 6%;
		margin: 0 0 6% 0;
	}
	.wp-editor .title-fc-orange,
	.user-content .title-fc-orange {
		font-size: 3.5vw;
		margin: 0 0 0.8em 0;
	}

}

.wp-editor #ez-toc-container ul li::before,
.user-content #ez-toc-container ul li::before {
	display: none;
}


