@charset "UTF-8";

.secondList>li {
	counter-increment: item;
}

.secondList>li::marker {
	content: "(" counter(item, decimal) ") ";
}