.item-list {padding: 40px 40px;background: #F2F6FB;border-radius: 12px;}

.ul-type03 > li {position:relative;color: #111;font-size: 18px;line-height: 1.5;padding: 0 0 0 10px;font-weight: 400;letter-spacing: -0.02em;}
.ul-type03 > li:before{content:'';position:absolute;top: 12px;left:0;width:4px;height:4px;background-color:#222222;border-radius: 100%;} 
.ul-type03 > li + li {margin-top: 12px;}   
 
.txt-min {margin-left: -11px;margin-top: 4px;}

.table tbody td .ul-type-bar > li {color: #666;line-height: 150%;padding: 0 0 4px 15px;}
.table tbody td .ul-type-bar > li:before {background-color: #666;}

@media (max-width: 768px) {
	.item-list {padding: 20px 20px;}
	
	.ul-type-dot > li {padding: 0 0 8px 12px;}

	.ul-type03 > li {font-size: 16px;}
	.ul-type03 > li:before {top: 9px;}
}