.simple_text b,
.simple_text strong {
	font-weight: bold;
}
.goods-description-text ul,
.simple_text ul {
	list-style: disc outside;
	margin-left: 20px;
}
.goods-description-text ol,
.simple_text ol {
	list-style: decimal outside;
	margin-left: 20px;
}

.guarantee-btn {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto;
	padding: 15px 30px;
	width: fit-content;
	border: 3px solid #EC0101;
	text-decoration: unset;
	font-size: 24px;
    line-height: 1.4;
	font-weight: 500;
}

.guarantee-btn img {
	margin-right: 15px;
	width: 40px;
	height: 40px;
	object-fit: contain;
}