.category_wrap {
	padding: 2.5rem 2rem;
	border-top: 1px solid #ddd;
	border-bottom: 5px solid #fff3f6;
}
.category_wrap h2 {
	font-size: 1.8rem;
	font-weight: 900;
	position: relative;
	padding-left: 1rem;
}
.category_wrap h2::before {
	content: "";
	width: .3rem;
	height: 100%;
	background-color: #ed6397;
	position: absolute;
	top: 0;
	left: 0;
}
.category_wrap ul {
	display: flex;
	flex-wrap: wrap;
	padding-top: 1.5rem;
}
.category_wrap ul li {
	margin-right: .7rem;
	margin-bottom: .8rem;
}
.category_wrap ul li a {
	font-size: 1.8rem;
	padding: .6rem 1rem;
	display: block;
	border: 1px solid #ddd;
	border-radius: 20px;
	color: #666;
}
.category_wrap ul li a.on {
	background-color: #fcdeec;
}

.list_wrap ul li {
	padding: 2rem 1.8rem;
	border-bottom: 1px solid #ddd;
	
}
.list_wrap ul li .title {
	font-size: 2rem;
	font-weight: 600;
	line-height: 1.4;
	padding-bottom: .5rem;
}
.list_wrap ul li .content {
	font-size: 1.8rem;
	line-height: 1.5;
	color: #444;
}