.main > h1 {
	font-size: 1.8rem;
	font-weight: 900;
	letter-spacing: -.1rem;
	padding: 1.5rem 0;
	text-align: center;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}
.main > h1 em {
	font-size: 1.5rem;
	font-weight: 900;
	padding-left: .7rem;
	color: #f45e71;
}
.content_wrap {
	padding: 2rem;
	background-color: #f9b2c4;
	min-height: calc(100vh - 11rem);
}
.content_wrap .container {
	border-radius: 6px;
	overflow: hidden;
}
.content_wrap .container h1 {
	font-size: 2rem;
	text-align: center;
	padding: 3rem 1rem;
	background-color: #f46072;
	color: #fff;
	font-weight: 900;
	line-height: 1.3;
}
.content_wrap .container .content {
	min-height: calc(100vh - 24.5rem);
	background-color: #fff;
	padding: 2rem 1.5rem;
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.content_wrap .container .content .item {
	margin-bottom: 2rem;
}
.content_wrap .container .content .item:last-child {
	margin-bottom: 0;
}
.content_wrap .container .content .item p {
	font-size: 1.7rem;
	font-weight: 600;
	line-height: 1.4;
	padding-bottom: .8rem;
}
.content_wrap .container .content .item pre {
	font-size: 1.8rem;
	line-height: 1.5;
}