#wrap {margin-top: 9.7rem;}
.main {
	padding: 2rem;
	background-color: #f9b2c4;
}

.content_wrap {
	background-color: #fff;
	border-radius: 6px;
	overflow: hidden;
}
.content_wrap .category ul {
	display: flex;
}
.content_wrap .category ul li {
	width: 50%;
	text-align: center;
}
.content_wrap .category ul li a {
	display: block;
	font-size: 1.8rem;
	padding: 1.5rem 0;
	border-bottom: 1px solid #ddd;
	font-weight: 600;
}
.content_wrap .category ul li a.on {
	background-color: #f46072;
	color: #fff;
}
.content_wrap .content .item {
	border-bottom: 1px solid #ddd;
	padding: 3rem 1.5rem 2rem;
}
.content_wrap .content .item:last-child {
	border-bottom: none;
}
.content_wrap .content .item > h1 {
	font-size: 2.4rem;
	font-weight: 900;
	font-family: 'Cafe24Ssurround', sans-serif;
}
.content_wrap .content .item > h1 em {
	font-size: 1.8rem;
	padding-right: .7rem;
	color: #f46072;
	font-weight: 600;
}
.content_wrap .content .item .con {
	margin: 2rem 0;
}
.content_wrap .content .item .con:last-child {
	margin-bottom: 0;
}
.content_wrap .content .item .con p {
	font-size: 1.8rem;
	display: inline-block;
	padding: .7rem 1rem;
	border-radius: 8px;
	font-weight: 600;
	color: #fff;
}
.content_wrap .content .item .con pre {
	font-size: 1.8rem;
	line-height: 1.5;
	color: #444;
	padding: 1rem 0;
}
.content_wrap .content .item .con:nth-child(2) p {
	background-color: #f994ae;
}
.content_wrap .content .item .con:nth-child(3) p {
	background-color: #f79595;
}
.content_wrap .content .item .con:nth-child(4) p {
	background-color: #f2b596;
}