.main {
	padding: 3rem 2rem;
}

.title_wrap h1 {
	font-size: 3rem;
	font-weight: 700;
	color: #660033;
	margin-bottom: 2rem;
	line-height: 1.2;
}

.content_wrap .category_wrap {
	margin-bottom: 1rem;
}
.content_wrap .category_wrap ul {
	display: flex;
	border: 1px solid #ddd;
	border-radius: .5rem;
	overflow: hidden;
}
.content_wrap .category_wrap ul li {
	width: 33.3%;
	border-right: 1px solid #ddd;
}
.content_wrap .category_wrap ul li:last-child {
	border-right: none;
}
.content_wrap .category_wrap ul li a {
	display: block;
	font-size: 1.7rem;
	font-weight: 600;
	padding: 1.5rem 1rem;
	text-align: center;
}
.content_wrap .category_wrap ul li a.on {
	background: linear-gradient(90deg, #de3265, #f35f9b);
	color: #fff;
}
.content_wrap .search_wrap {
	margin-bottom: 2.5rem;
}
.content_wrap .search_wrap form {
	position: relative;
}
.content_wrap .search_wrap form input {
	border-bottom: 1px solid #ddd;
	width: 100%;
	font-size: 1.6rem;
	padding: 1rem 0 1rem 3.8rem;
	outline: none;
}
.content_wrap .search_wrap form button {
	width: 3rem;
	height: 100%;
	background: url("../img/search.png") no-repeat center / 2rem;
	position: absolute;
	top: 0;
	left: 0;
	text-indent: -9999px;
}
.content_wrap .list_wrap ul li {
	margin-bottom: 1rem;
}
.content_wrap .list_wrap ul li:last-child {
	margin-bottom: 0;
}
.content_wrap .list_wrap ul li a {
	display: block;
	font-size: 1.7rem;
	font-weight: 600;
	padding: 1.5rem;
	border: 1px solid #ddd;
	line-height: 1.4;
	color: #333;
}
.content_wrap .list_wrap ul li p.none {
	font-size: 1.5rem;
	text-align: center;
	padding: 1.2rem;
	color: #666;
}