.main > h1 {
	font-size: 2rem;
	padding: 1.3rem 0;
	text-align: center;
	border-bottom: 1px solid #ddd;
	font-weight: 600;
	line-height: 1.3;
}

.content_wrap {
	padding: 2rem;
	padding-bottom: 0;
}
.content_wrap > pre {
	font-size: 1.8rem;
	line-height: 1.6;
}

.content_wrap .type {
	display: flex;
	padding: 3rem 0 2rem;
}
.content_wrap .type p {
	font-size: 1.7rem;
	font-weight: 600;
	color: #3352a3;
}
.content_wrap .type p:first-child {
	padding-right: .5rem;
	border-right: 2px solid #3352a3;
}
.content_wrap .type p:last-child {
	padding-left: .5rem;
}
.content_wrap .more {
	font-size: 1.8rem;
	padding: 1.2rem;
	display: block;
	background-color: #3352a3;
	color: #fff;
	width: 60%;
	text-align: center;
	margin: 3rem auto;
}