@charset "utf-8";

/***************************************************
 * パンくず
 ***************************************************/
.breadcrumb {
	margin: 10px 0 15px 0;
}

.breadcrumb-inner {
	padding: 0 9px;
}

.breadcrumb-list {
	list-style: none;
}

.breadcrumb-list li {
	display: inline-block;
	font-size: 10px;
	line-height: 23px;
}

.breadcrumb-list li a {
	text-decoration: underline;
}

/***************************************************
* 見出し
***************************************************/
h2.sectionHeadRtop {
	border-top: none;
	border-bottom: none;
	color: #333;
	font-size: 13px;
	padding-top: 11px;
	padding-bottom: 10px;
	background: #e4f1d7;
	text-shadow: none;
}

h2.sectionHeadRtop span {
	display: block;
	border-left: 3px solid #61aa12;
	padding-left: 5px;
	margin-left: 5px;
	border-radius: 1px;
}

/***************************************************
* 都道府県選択
***************************************************/
.todofuken {
	border-bottom: 1px solid #eee;
}

.todofuken .area {
	display: block;
	border-top: 1px solid #eee;
}

.todofuken .area .areaName {
	display: block;
	position: relative;
	background: #fff;
	padding: 15px 10px;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.todofuken .area .areaName h3 {
	font-size: 15px;
	font-weight: bold;
	color: #333;
}

.todofuken .area .areaName.ui-hover {
	background: #f9f9f9;
}

.todofuken .area .areaName:after {
	display: block;
	content: " ";
	position: absolute;
	width: 20px;
	height: 20px;
	background-image: url(https://asset01.suumo.jp/sp/img/matomete/rtop/sprite/icon.png?id=20250828b2c06873d21);
	background-repeat: no-repeat;
	background-size: 20px 57px;
	-webkit-background-size: 20px 57px;
	background-position: 0 -17px;
	top: 50%;
	margin-top: -10px;
	right: 10px;
}

.todofuken .area.open .areaName {
	border-bottom: 3px solid #eee;
	background: #f2f2f2;
}

.todofuken .area.open .pref li:first-child .prefecture {
	border-top: none;
}

.todofuken .area.open .areaName:after {
	background-position: 0 -37px;
}

.todofuken .area .pref {
	height: 0;
	overflow: hidden;
	background: #fff;
	padding-left: 20px;
}

.todofuken .area.open .pref {
	height: auto;
}

.todofuken .area .pref .prefecture {
	display: block;
	padding: 17px 17px 17px 10px;
	font-size: 15px;
	color: #333;
	border-top: 1px solid #eee;
	position: relative;
}

.todofuken .area .pref .prefecture.ui-hover {
	background: #f9f9f9;
}

.todofuken .area .pref .prefecture:after {
	display: block;
	content: " ";
	position: absolute;
	width: 9px;
	height: 17px;
	background-image: url(https://asset01.suumo.jp/sp/img/matomete/rtop/sprite/icon.png?id=20250828b2c06873d21);
	background-repeat: no-repeat;
	background-size: 20px 57px;
	-webkit-background-size: 20px 57px;
	background-position: 0 0;
	top: 50%;
	margin-top: -8px;
	right: 15px;
}
