@charset "utf-8";


#main-contents h1 {
	margin-bottom: 40px;
}

#main-contents section {
	position: relative;
	padding: 40px 0 30px;
	border-bottom: 1px dotted #7fcec5;
}

#main-contents section:last-of-type {
	border: none;
}

#main-contents h2 {
	margin-bottom: 15px;
	font-size: 1.4em;
	font-weight: bold;
	color: #009d8b;
}

#main-contents p span {
	color: #d60041;
	font-weight: bold;
}

#main-contents #next {
	margin-top: 40px;
}