/* ✔ チェックリスト（Classic Editor「番号なしリスト / Bulleted list」） */
ul.is-style-checkmark {
	list-style: none !important;
	padding-left: 20px;
	margin-bottom: 1.5em;
}

ul.is-style-checkmark > li {
	position: relative;
	list-style: none !important;
	padding-left: 25px;
}

.cps-post-main ul.is-style-checkmark > li::before,
#postContent ul.is-style-checkmark > li::before,
ul.is-style-checkmark > li::before,
body.mceContentBody ul.is-style-checkmark li:before {
	content: "\2714\FE0E";
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: auto !important;
	height: auto !important;
	background: transparent !important;
	background-color: transparent !important;
	border: 0 !important;
	border-radius: 0 !important;
	box-shadow: none !important;
	color: inherit;
	font-family: inherit;
	font-size: 1em;
	line-height: inherit;
	letter-spacing: 0;
	font-weight: normal;
}

.cps-post-main ul.is-style-checkmark > li::after,
#postContent ul.is-style-checkmark > li::after,
ul.is-style-checkmark > li::after,
body.mceContentBody ul.is-style-checkmark li:after {
	display: none !important;
	content: none !important;
	background: none !important;
}
