.content_wrap {
background: #f8f8f8;
padding: 2rem 1.5rem;
}
.content_wrap form {
display: flex;
    align-items: center;
    flex-direction: column-reverse;
}
.form_wrap {width: 100%;display: flex;justify-content: space-between;align-items: center;background: #fff;margin-top: 1rem;border: 1px solid #eee;padding: 0 2rem; height: 6rem }

.form_wrap h2 {font-size:1.8rem}
.content_wrap form select {
font-weight:bold;
	font-size: 1.8rem;
	border: none;
	width: 50%;
	order: 2;
	outline: none;
	padding: 0 1rem;
	background: url(../img/select.png) no-repeat 90% center;
	background-size: 1.8rem;
}
.content_wrap form select option {
	font-size: 2rem;
	padding: 0;
}
.content_wrap form .category_wrap {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width:100%;
	text-align: center;
}
.content_wrap form .category_wrap a {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 1.8rem;
	font-weight: 800;
	position: relative;
	width: 50%;
	height:5rem;
	color:#656565;
	border: 1px solid #e9e9e9;
	background: #fff;
}
.content_wrap form .category_wrap a.on {
	color: #0741d3;
	border:1px solid #0741d3
}
.list_wrap ul {
	padding: 2rem 1.5rem 3rem 1.5rem;
	display: flex;
    flex-direction: column;
    gap: 1rem;}

.list_wrap ul li {
	display: flex;
	justify-content: space-between;
	align-items: center;
	border: 1px solid #ccc;
	padding: 1.8rem;
	background: url("../img/arrow.png") no-repeat 50% 50% / 1rem;
}
.list_wrap ul li:last-child {
}
.list_wrap ul li p {
	font-size: 1.8rem;
	font-weight: 600;
}
.list_wrap ul li .percent {
	font-weight: 800;
	color: #155d77;
}