main> section:first-child {
	margin: 0;
}

main > section:first-child > h1 {
	text-indent: -0.5rem;
	line-height: 1.6rem;
	padding-bottom: 0.2rem;
}

main > section:first-child > h1 > img {
	width: calc(100% + 0.5rem);
}

main > section > p {
	text-indent: 1rem;
	margin: 0 0 0.5rem 0;
}

main > section > ul {
	margin: 1rem auto 1rem auto;
}

main > section > ul > li {
	list-style-type: disc;
	list-style-position: outside;
	word-break: keep-all;
	margin: 0.2rem auto 0.2rem auto;
}