@charset "utf-8";
/* CSS Document */
/*========================================
　　物件検索
========================================*/
#search {
	padding: 0 0 60px;
}
#search table {
	margin: 0 0 40px;
	width: 100%;
	font-size: 94%;
	line-height: 160%;
}
#search table th {
	width: 180px;
}
#search table td div.selectContent {
	max-width: 300px;
}
#search table td.selectLeft div.clearfix {
	margin: -10px 0 0;
}
#search table td.selectLeft div.selectContent {
	display: inline-block;
	width: 200px;
	margin: 10px 0 0;
}
#search table td.selectLeft small {
	display: inline-block;
	margin: 10px 0 0;
	padding: 0 5px;
}
#search table td ul li,
#search table td ul li.col-1-4,
#search table td ul li.col-1-5 {
	float: left;
	width: 33.33%;
	margin: 0;
	padding: 5px 10px 5px 0;
}
#search table td ul li label {
	cursor: pointer;
}
#search table td.stations div.clearfix {
	padding: 10px 0 0;
	display: none;
}
#searchConditions div.conditions {
	display: none;
	padding: 20px 0 0;
}
#searchConditions div.conditions ul li small {
	font-size: 94%;
}
#search table td.stations p.stations,
#searchConditions p.conditions {
	position: relative;
	margin: 0 auto;
	padding: 0 0 0 20px;
	width: 300px;
	line-height: 50px;
	text-align: center;
	cursor: pointer;
	font-weight: 500;
	letter-spacing: 1px;
}
#search table td.stations p.stations {
	margin: 10px auto;
}
#searchConditions p.conditions {
	margin: 0 auto 20px;
	font-size: 94%;
}
#search table td.stations p.stations:before,
#searchConditions p.conditions:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
#search table td.stations p.stations:after,
#searchConditions p.conditions:after {
	border-radius: 1px;
	content: "";
	height: 10px;
	left: 20px;
	position: absolute;
	transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
	top: 50%;
	width: 10px;
	margin: -5px 0 0;
}
#search table td.stations p.stations.open:after,
#searchConditions p.conditions.open:after {
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
}
#search div.searchButton {
	width: 300px;
	margin: 0 auto;
}
#search div.searchButton a {
	position: relative;
	display: block;
	text-align: center;
	text-decoration: none;
}
#search div.searchButton a span {
	display: block;
	padding: 0 0 0 20px;
	font-size: 114%;
	line-height: 60px;
	font-weight: 500;
	letter-spacing: 2px;
}
#search div.searchButton a::after {
	content: '\e8b6';
	position: absolute;
	left: 10px;
	top: 50%;
	width: 40px;
	height: 40px;
	font-size: 40px;
	line-height: 40px;
	margin: -20px 0 0;
	text-align: center;
	font-family: "Material Symbols Outlined";
}
@media screen and (max-width: 1000px) {
	#search table td ul li,
	#search table td ul li.col-1-4,
	#search table td ul li.col-1-5 {
		width: 50%;
	}
}
@media screen and (max-width: 768px) {
	#search {
		padding: 0 0 20px;
	}
	#search table td ul li,
	#search table td ul li.col-1-4,
	#search table td ul li.col-1-5 {
		float: none;
		width: 100%;
		margin: 0;
		padding: 5px 0;
	}
}
@media screen and (max-width: 480px) {
	#search table {
		margin: 0 0 20px;
	}
	#search table th {
		width: 100%;
	}
	#search table td.stations p.stations,
	#searchConditions p.conditions,
	#search div.searchButton {
		width: inherit;
		max-width: 300px;
		margin-left: auto;
		margin-right: auto;
	}
	#searchConditions p.conditions {
		font-size: 94%;
	}
	#searchConditions div.conditions {
		padding: 0;
	}
	#search div.searchButton {
		padding: 0 0 20px;
	}
}