@charset "utf-8";

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

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

/***************************************************
 * リスト
 ***************************************************/
.list {
	display: block;
	border-top: 1px solid #eee;
}

.list li {
	display: block;
	box-sizing: border-box;
	background: #fff;
	border-bottom: 1px solid #eee;
}

.list li a {
	display: block;
	padding: 17px 17px 17px 10px;
	font-size: 15px;
	color: #333;
	position: relative;
}

.list li a.ui-hover {
	background: #f9f9f9;
}

/* 政令指定都市 */
.list li.seirei {
	display: block;
}

.list li.seirei .seireiName {
	display: block;
	position: relative;
	background: #fff;
	padding: 15px 10px;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.list li.seirei .seireiName::after {
	display: block;
	content: " ";
	position: absolute;
	width: 20px;
	height: 20px;
	background-image: url(https://asset01.suumo.jp/sp/img/chintaigakubura/map/sprite/icon.png?id=2025120846864ac3665);
	background-repeat: no-repeat;
	background-size: 20px 57px;
	-webkit-background-size: 20px 57px;
	background-position: 0 -17px;
	top: 50%;
	margin-top: -10px;
	right: 10px;
}

.list li.seirei.open .seireiName::after {
	background-position: 0 -37px;
}

.list li.seirei .shikugun {
	height: 0;
	overflow: hidden;
	background: #fff;
	padding-left: 20px;
	border-top: 0;
}

.list li.seirei .shikugun li:last-child {
	border-bottom: 0;
}

.list li.seirei.open .seireiName {
	border-bottom: 3px solid #eee;
	background: #f2f2f2;
}

.list li.seirei.open .shikugun {
	height: auto;
}

.list li a.iconArrowRight::after {
	display: block;
	content: " ";
	position: absolute;
	width: 9px;
	height: 17px;
	background-image: url(https://asset01.suumo.jp/sp/img/chintaigakubura/map/sprite/icon.png?id=2025120846864ac3665);
	background-repeat: no-repeat;
	background-size: 20px 57px;
	-webkit-background-size: 20px 57px;
	background-position: 0 0;
	top: 50%;
	margin-top: -8px;
	right: 10px;
}

/* stylelint-disable-next-line selector-max-id */
#kensakuJokenParams {
	display: none;
}

/***************************************************
 * パンくず
 ***************************************************/
.breadcrumb {
	margin: 10px 0 15px;
	overflow-wrap: anywhere;
	word-break: break-all;
}

.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;
}
