@counter-style paren-decimal {
		system: extends decimal;
		suffix: ") ";
}

section h2 {
		font-weight: bold;
		font-variant-caps: normal;
		font-style: italic;
}

section[id*="ch"] h2::first-letter {
		font-size: 4rem;
		font-weight: normal;
}
section p.pref {
		margin-top: 0.8rem;
}
section p + p.pref {
		margin-top: 0.8rem;
}

section ol.parenlist {
		padding: 0;
		margin: 0;
		list-style: paren-decimal;
		list-style-position: inside;
}
section ol.parenlist li {
		font-size: 1.3rem;
		text-indent: 1.5rem;
		line-height: 1.6rem;
		text-align: justify;
		text-justify: inter-word;
}

@media screen and (width <= 700px) {
		section[id*="ch"] h2::first-letter { font-size: 3rem;	}
		p.subtitle { font-size: 1.6rem; }
}
