@charset "UTF-8";

.search {
}

.search_filter {
	background: #FFF;
	padding: 10px 30px;
}

.search_dl.-area {
	border-top: 0;
}

.search_dl {
	display: table;
	width: 100%;
	border-top: 1px solid #ccc;
}

.search_dl dt,
.search_dl dd {
	display: table-cell;
	vertical-align: middle;
	padding: 12px 0;
}

.search_dl dt {
	font-size: 16px;
	font-weight: bold;
	width: 10em;
	position: relative;
	padding-left: 40px;
}

.search_dl dt:before {
	font-family: icomoon;
	font-size: 20px;
	position: absolute;
	top: 50%;
	left: 20px;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.search_dl.-area dt:before {
	content: "\e900";
	font-size: 22px;
	color: #F72424;
}

.search_dl.-pay dt:before {
	content: "\e90a";
	color: #F3C300;
}

.search_dl.-job dt:before {
	content: "\e907";
	font-size: 24px;
	color: #1F98F6;
}

.search_dl.-good dt:before {
	content: "\e910";
	color: #79C52E;
}

.search_dl.-keyword dt:before {
	content: "\e90f";
	color: #F65A6C;
}

.search_dl dd {
}

.search_map {
	position: relative;
	display: inline-block;
}

.search_map_btn {
	display: inline-block;
	line-height: 1;
	border: 0px;
	border-radius: 4px;
	margin: 0 0 0 10px;
	color: #FFF;
	background: #79C52E;
	font-size: 14px;
	padding: 6px 30px;
	vertical-align: middle;
	font-weight: bold;
	cursor: pointer;
}

.search_map_pop {
	display: none;
	position: fixed;
	background: #FFF;
	padding: 3%;
	border-radius: 4px;
	width: 90%;
	left: 50%;
	top: 50%;
	z-index: 200;
	border: 1px solid #ccc;
	box-shadow: 0px 12px 25px -5px rgba(0, 0, 0, 0.4);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	max-width: 700px;
}

.search_map_cover {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 100;
	background: rgba(255, 255, 255, 0.8);
}

.search_btn {
	padding: 30px 0;
	text-align: center;
}

.search_btn button {
	font-size: 16px;
	font-weight: bold;
	line-height: 1;
	width: 300px;
	display: inline-block;
	border: 0px;
	margin: 0;
	padding: 20px 0;
	border-radius: 4px;
	color: #fff;
	background: #1d2088;
	cursor: pointer;
}

/* All SP & Tablet */
@media screen and (max-width:980px) {
}

/* All SP */
@media screen and (max-width:640px) {
	.search_map {
		display: none;
	}

	.search_filter {
		padding: 10px;
	}

	.search_dl {
		display: block;
	}

	.search_dl dt,
	.search_dl dd {
		display: block;
	}

	.search_dl dt {
		font-size: 14px;
		width: 100%;
		padding: 10px 0 10px 40px;
	}

	.search_dl dt:before {
		font-size: 18px;
		line-height: 1;
	}

	.search_dl dd {
		padding-top: 0;
	}

	.search_btn {
		padding: 20px 0;
	}

}