.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 .container {
	padding: 1.5rem;
	border: 1px solid #ddd;
	margin: 2rem 0;
}
.content_wrap .container .item_content li {
	margin-bottom: 2rem;
}
.content_wrap .container .item_content li:last-child {
	margin-bottom: 0;
}
.content_wrap .container .item_content li .title {
	font-size: 2rem;
	font-weight: 600;
	padding-bottom: .8rem;
}
.content_wrap .container .item_content li .content {
	font-size: 1.8rem;
	line-height: 1.6;
}
.content_wrap .container .item_side {
	padding: 2rem 1rem 0rem;
    display: flex;
	flex-wrap: wrap;
    justify-content: space-between;
}
.content_wrap .container .item_side li {
	display: flex;
	margin: 1rem 0;
}
.content_wrap .container .item_side li p {
	font-size: 1.8rem;
	font-weight: 600;
	color: #4d60e0;
	letter-spacing: -.1rem;
	line-height: 1.3;
}
.content_wrap .container .item_side li p:first-child {
	padding-right: 1rem;
	border-right: 2px solid #4d60e0;
}
.content_wrap .container .item_side li p:last-child {
	padding-left: 1rem;
}
.content_wrap .container .more {
	font-size: 1.8rem;
	padding: 1.4rem;
	display: block;
	background-color: #4d60e0;
	color: #fff;
	width: 55%;
	text-align: center;
	margin: 3rem auto;
}