.title_wrap {
	background: #fff;
	position: relative;
	padding: 4rem 0;
	text-align: center;
	border-bottom: 1px solid #ccc;
}
.title_wrap h1 {
	font-size: 4rem;
	font-weight: 900;
}

.main .list_wrap {
	padding: 2rem;
}
.main .list_wrap ul {
	display: flex;
	flex-wrap: wrap;
	gap: 1rem;
}
.main .list_wrap ul li a {
	display: block;
	font-size: 2rem;
	font-weight: 700;
	padding: .7rem 1.2rem;
	background: #fff;
	border-radius: 1rem;
	border: 1px solid #ccc;
	line-height: 1.4;
}
.main .list_wrap ul li.active a {
	background: #e5bf80;
}