ul.is-style-check li {
	list-style: none;
	position: relative;
	padding-left: .7em;
}

ul.is-style-check li::before {
	content: "";
	position: absolute;
	left: -1.0em;
	top: 0.75em;
	width: 13px;
	height: 9px;
	background-image: url("../../assets/image/icon_check.svg");
	background-size: contain;
	background-repeat: no-repeat;
}

ul.is-style-disc li {
	list-style: disc;
}

div > .wp-block-list,
article > .wp-block-list {
	margin-top: 24px !important;
	margin-left: 0 !important;
}
