.table-style .ul-type05 {text-align:left;}
.table-style thead th {background: #fff;}
.ul-type05 > li {font-weight: 500;font-size: 18px;line-height: 160%;letter-spacing: 0px;vertical-align: middle;color: #767676;position: relative;padding: 0 0 4px 16px;}
.ul-type05 > li:before {content: "";position: absolute;width: 4px;height: 4px;background: #767676;left: 0;top: 14px;border-radius: 100%;}
.ul-type05 > li:last-child {padding: 0 0 0 16px;}

@media (max-width: 768px) {
	.ul-type05 > li {font-size: 14px;}
}