.content_wrap {
	padding: 2rem;
}
.content_wrap form {
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 4.5rem;
	gap: 1rem;
}
.content_wrap form select {
	font-size: 1.6rem;
	font-weight: bold;
	padding: 1rem 1rem;
	border: none;
	width: 48%;
	height: 120%;
	outline: none;
	border-radius: .7rem;
	border: 1px solid #ddd;
	background: url(../img/seamo.png) no-repeat 90% 50%;
	background-color: #fff;
	background-size: 1.2rem;
}
.content_wrap form select option {
	font-size: 1.5rem;
	padding: 0;
}
.content_wrap form .category_wrap {
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 100%;
	width: 50%;
	text-align: center;
	height: 120%;
	border-radius: .7rem;
	border: 1px solid #ddd;
	background-color: #fff;
}
.content_wrap form .category_wrap a {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 1.6rem;
	font-weight: 800;
	height: 100%;
	position: relative;
	margin: 1rem;
	width: 50%;
}
.content_wrap form .category_wrap a.on {
	color: #5f2cb8;
	border-bottom: 0.2rem solid #5f2cb8;
}
.list_wrap {
	margin-top: 1.5rem;
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: .7rem;
}
.list_wrap ul li {
	/* background: url("../img/arrow_next.png") no-repeat 50% 50% / 1.5rem; */
	justify-content: space-between;
	align-items: center;
	display: flex;
	padding: 1.8rem;
	border-bottom: 1px solid #c2c2c2;
}
.list_wrap ul li:last-child {
	border-bottom: none;
}
.list_wrap ul li p {
	font-size: 1.8rem;
	font-weight: 600;
}
.list_wrap ul li .percent {
	font-weight: 500;
	color: #5f2cb8;
}