.contents_m .refine {
	margin: 30px 0 10px;
}

.refine_wrapper{
  margin-top: 60px;
}

.contents_m .refine h3{
	font-size: 16px;
  border-bottom: none;
  padding: 0;
  color: #333;
  padding: 0 0 0 30px;
  margin-bottom: 10px;
}

.contents_m .refine h3::before{
  content: '';
  display: inline-block;
  width: 15px;
  height: 18px;
  background-image: url(../../../../common/img/icon-occupation-b.svg);
  background-size: contain;
  vertical-align: middle;
  background-repeat: no-repeat;
  position: absolute;
  top: 0px;
  left: 2px;
}

.contents_m .refine h3.working-style:before{
  background-image: url(../../../../common/img/icon-working-style-b.svg);
  top: 2px;
  left: 2px;
}

.contents_m .refine h3.feature:before{
  background-image: url(../../../../common/img/icon-features-b.svg);
  top: 0px;
  left: 2px;
}

.contents_m .refine h3.area:before{
  background-image: url(../../../../common/img/icon-area-b.svg);
  top: 0px;
  left: 3px;
}

.contents_m .refine h3.city:before{
  background-image: url(../../../../common/img/icon-area-b.svg);
  top: 0px;
  left: 3px;
}

.contents_m .refine h3.line:before{
  background-image: url(../../../../common/img/icon-station-b.svg);
  top: 0px;
  left: 3px;
}

.contents_m .refine h3.type:before{
  background-image: url(../../../../common/img/icon-business-type-b.svg);
  top: 1px;
  left: 3px;
  width: 17px;
  height: 18px;
}

.contents_m .refine h3::after{
	content: none;
}

.contents_m .refine .body {
  border: 1px solid #D3D3D3;
  background: #FAFAFA;
  padding: 25px 20px;
}

.contents_m .refine .body ul {
}

.contents_m .refine .body li {
	/* vertical-align:top;
	background:url(../../../../common/img/system/list_icon.gif) no-repeat left 7px;
	padding-left:7px; */
}


.RefineList__adds-item__items,
.RefineList__adds-item__item,
.RefineList__category-item {
    display: inline-block;
}

.RefineList__category-item:not(:last-child) {
	margin-right: 10px;
	margin-bottom: 5px;
}
.RefineList__adds-item__item:not(:last-child) {
	margin-right: 10px;
	margin-bottom: 5px;
}

.RefineList__adds-item__title {
    width: 120px;
    display: inline-block;
}
