@media screen and (max-width:768px){


/*共通項目
-------------------------------------------------- */
.search_wrap {
	text-align: left;
	margin-bottom: 10px;
	font-size: 14px;
}

.search_intro {
	width: 96%;
	margin: 0 auto 10px;
}
.se_box {
	width: 100%;
	box-sizing: border-box;
	margin: 0 auto 10px;
	overflow: hidden;
}
.se_subtl {
	background: #99CCFF;
	padding: 5px;
	font-weight: bold;
	font-size: 14px;
}
.se_box p {
	background: #D0F5FF;
	padding: 5px;
	font-weight: bold;
	font-size: 14px;
}
.se_box ul {
	overflow: hidden;
	padding: 2%;
	text-align: center;
}
.se_box li {
	float: left;
	width: 49%;
	vertical-align: top;
	text-align: left;
}
.se_box li:nth-of-type(2n-1) {
	margin-right: 2%;
}
.se_box label {
	display: block;
	cursor: pointer;
	padding: 5px;
	border: 1px dotted #999;
	border-radius: 5px;
	margin: 4px 2px;
}
.se_box label:hover {
	background: #ffdfdf;
}
.se_box select {
	cursor: pointer;
}
.se_box_s {
	margin-bottom: 10px;
}
.se_price,
.se_menseki {
	padding: 2%;
	font-size: 15px;
}
.se_price br,
.se_menseki br {
	display: none;
}

.se_price select,
.se_menseki select {
	margin-bottom: 10px;
	font-size: 15px;
	text-align: center;
}
.se_shubetsu li {
	width: 49%;
}
.se_madori li {
	width: 32%;
	margin-right: 2%;
}
.se_madori li:nth-of-type(3n) {
	margin-right: 0;
}

.se_btn {
	width: 100%;
	height: 60px;
	overflow: hidden;
}
.se_btn input {
	margin: 0 auto;
	background: #EC6C00;
	box-shadow: 0 3px #D96D00;
	border: none;
	display: block;
	color: #fff;
	text-decoration: none;
	width: 300px;
	height: 57px;
	font-weight: bold;
	overflow: hidden;
	font-family: Roboto, "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", 'Noto Sans Japanese', "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 20px;
	letter-spacing: 2px;
	cursor: pointer;
	border-radius: 3px;
	-webkit-appearance: none;

}
.se_btn input:hover {
	box-shadow: none;
	background: #D96D00;
	margin-top: 3px!important;
}
.se_reset {
	text-align: center;
	padding-top: 20px;
}
.se_reset input {
	cursor: pointer;
}

/* エリアから探す　search_eki.php
---------------------------------------- */
.search_area {
	overflow: hidden;
	margin-bottom: 20px;
	padding: 0 2%;
}
.se_area_box {
	float: left;
	width: 48%;
	margin: 0 1%;
}
.se_area_box p {
	background: #FE9900;
	padding: 3px 10px;
	text-align: center;
	font-weight: bold;
	font-size: 14px;
	margin-bottom: 5px;
}
.se_area_box select {
	width: 96%;
	cursor: pointer;
	border: 1px solid #ccc;
	box-sizing: border-box;
	font-size: 15px;
	padding: 2%;
}
.se_area_box select option:hover {
	background: #eee;
}
.se_area_submit {
	padding: 10px 0;
	clear: both;
}
.se_area_submit input[type="submit"] {
	color: #333;
	border: 2px solid #ccc;
	border-radius: 3px;
	font-size: 15px;
	font-weight: bold;
	background: #fff;
	display: block;
	margin: 0 auto;
	width: 200px;
	padding: 5px;
	cursor: pointer;
	-webkit-appearance: none;
}
.se_area_submit input[type="submit"]:hover {
	background: #333;
	border: 2px solid #333;
	color: #fff;
}
.search_area_txt {
	color: #ff0000;
	clear: both;
	text-align: center;
	margin-bottom: 20px;
}
.search_code {
	width: 96%;
	margin: 0 auto 40px;
	text-align: center;
}
.search_code input[type="text"] {
	width: 80%;
	padding: 10px;
	border: 1px solid #999;
	margin: 0 auto 10px;
	box-sizing: border-box;
	-webkit-appearance: none;
}
.search_code input[type="submit"] {
	width: 100px;
	border: 2px solid #ccc;
	border-radius: 3px;
	font-size: 15px;
	font-weight: bold;
	background: #fff;
	display: block;
	margin: 0 auto;
	width: 200px;
	padding: 5px;
	cursor: pointer;
	-webkit-appearance: none;
}
.search_code input[type="submit"]:hover {
	background: #333;
	border: 2px solid #333;
	color: #fff;
}


}