@charset "utf-8";

.section-header {
	text-align: left;
}

.section-header__ttl {
	font-size: 2.0rem;
}

.section-body {
	margin-top: 30px;
}

.section-body ol {
	list-style: none;
	padding-left: 2.0em;
	counter-reset: ol-num;
}

.section-body ol > li:before {
	counter-increment: ol-num;
	content: counter(ol-num) "）";
	display: inline-block;
	width: 2em;
	margin-left: -2em;
}


@media all and (min-width: 768px) {

}

@media all and (min-width: 1280px) {

}