@charset "utf-8";
.filterWrap_heading .filterTitle {
	background: url(../images/icon_sort.svg) left top 0.05em / 1.1em no-repeat;
}
.scrollToSelect a {
	color: #27652e;
	border: 2px solid #27652e;
	background: url(../images/icon_sort.svg) #fff center 10px/24px no-repeat;
}
@media screen and (max-width: 767px) {
	.scrollToSelect a {
		background: url(../images/icon_sort.svg) #fff center 12px/24px no-repeat;
	}
}