/*--------------リストスタイル追加(2025/08)------------------*/
#top-contents .scd .info-box .row .text .doctornote li::before {
	content: "";
	display: inline-block;
	width: 0.6em;
	height: 0.6em;
	background-color: #195CAA;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	position: absolute;
	top: 0.5em;
	left: -1.2em;
}

#top-contents .scd .info-box .row .text ul {
	list-style: none;
	margin-bottom: 2em;
	padding-left: 1.5em;
}

#top-contents .scd .info-box .row .text ul li {
	position: relative;
	margin-bottom: 0.5em;
	line-height: 1.5em;
}
/*--------------//リストスタイル追加(2025/08)------------------*/