.title_wrap {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 1.5rem;
	background: #fff;
	position: relative;
	padding: 4rem 2rem;
	text-align: center;
	border-bottom: 1px solid #ccc;
}
.title_wrap h1, .title_wrap p {
	font-size: 3rem;
	font-weight: 900;
	line-height: 1.4;
	letter-spacing: -.2rem;
}
.title_wrap img {
	width: 1.2rem;
}


.content_wrap {
	padding: 2rem;
}
.content_wrap .search_wrap form {
	display: flex;
	align-items: center;
	height: 4.5rem;
	gap: 1rem;
}
.content_wrap .search_wrap form input {
	font-size: 1.8rem;
	padding: 1rem 1.5rem;
	width: 85%;
	height: inherit;
	border-radius: 1rem;
	border: 1px solid #ccc;
}
.content_wrap .search_wrap form button {
	display: block;
	width: 15%;
	height: inherit;
	font-size: 1.8rem;
	background: #e5bf80;
	font-weight: 900;
	border-radius: 1rem;
}
.content_wrap .list_wrap {
	margin-top: 1.5rem;
}
.content_wrap .list_wrap ul {
	background: #fff;
	padding: 0 1.2rem;
	border-radius: 1rem;
	border: 1px solid #ccc;
}
.content_wrap .list_wrap ul li:last-child a {
	border-bottom: none;
}
.content_wrap .list_wrap ul li a {
	display: block;
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 1.5;
	padding: 1.5rem 4rem 1.5rem 1rem;
	border-bottom: 1px solid #ccc; 
	background: url("../img/next_arrow.png") no-repeat 97% 50% / 1rem;
}
.content_wrap .list_wrap ul li a em {
	font-size: inherit;
	font-weight: inherit;
	color: #df5514;
}