main > section > h3 {
	margin: 0.8rem 0 0.2rem 0.2rem;
	font-weight: bold;
	font-size: 1.1rem
}

main > section > p {
	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;
}

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:first-child > p {
	text-indent: 0;
	padding: 0 0.5rem 0 0.5rem;
	font-size: 0;
}

main > section:first-child > p > a {
	display: inline-block;
	text-align: center;
	width: 32%;
	line-height: 180%;
	font-size: 1rem;
	border: 1px solid #c8c8c8;
}


main > section:first-child > p > a::after {
	content: " >";
	font-size: 0.8rem;
}