@charset "utf-8";

/***************************************************
* コンテンツ
***************************************************/
.secBody {
	overflow-wrap: anywhere;
	word-break: break-all;
}

.acdSearch .secHead {
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
}

.searchLine {
	background: #eee;
}

.acdSearch .acdHead {
	background: #d9d9d9;
	box-sizing: border-box;
	color: #333;
	font-size: 15px;
	font-weight: bold;
	padding: 5px 10px;
}

.searchBody {
	padding-left: 0;
	background: #fff;
}

.listView {
	background: #fff;
}

.searchBody .listView li p {
	border-bottom: 1px solid #eee;
}

.searchBody .listView li.RailCoEnList .ensenLine::after {
	display: block;
	content: " ";
	position: absolute;
	width: 20px;
	height: 20px;
	background-image: url(https://asset01.suumo.jp/sp/img/chintai/ensen/sprite/icon.png?id=202506255a5323fdd9c);
	background-repeat: no-repeat;
	background-size: 20px 57px;
	-webkit-background-size: 20px 57px;
	background-position: 0 -17px;
	top: 50%;
	margin-top: -10px;
	right: 10px;
}

.searchBody .listView li.RailCoEnList.ensen_cassette-checked .ensenLine::after {
	background-position: 0 -37px;
}

.listView li span.bukkenCount {
	text-align: right;
	padding-right: 15px;
	font-size: 12px;
	letter-spacing: 1px;
	white-space: nowrap;
}

.searchBody .listView.small li a {
	padding: 17px 17px 17px 0;
	font-size: 15px;
	border-bottom: none;
	background: none;
	font-weight: normal;
}

.searchBody .chk {
	background: none;
	border-bottom: none;
	border-right: none;
	width: 50px;
}

.searchBody .chk.chkOn {
	background: #f9f9f9;
}

.searchBody .chk.chkOn + span.dtc {
	background: #f9f9f9;
}

.acdSearch input[type=checkbox] {
	display: table-cell;
	width: 45px;
	height: 22px;
	position: absolute;
	margin-top: -10px;
	padding-right: 10px;
	padding-left: 10px;
	-webkit-appearance: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	background: url(https://asset01.suumo.jp/sp/img/chintai/ensen/sprite/checkBox.png?id=202506255a5323fdd9c) left top no-repeat;
	-webkit-background-size: 22px 66px;
	background-position: 15px 0;
	border-style: none;
	outline: none;
}

.acdSearch input[type="checkbox"]:checked {
	background-position: 15px -22px;
}

.acdSearch input[type="checkbox"]:disabled {
	background-position: 15px -44px;
}

.listView li p.disabled a {
	color: #ccc;
}

.listView li p.disabled input[type="checkbox"] {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.ensenLine {
	box-sizing: border-box;
	color: #333;
	display: table-cell;
	font-size: 15px;
	padding: 17px 40px 17px 0;
	position: relative;
}

.searchBody p {
	-webkit-touch-callout: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.bukkenCount {
	display: table-cell;
}

.bukkenCountUnit {
	width: 13px;
}

p.searchArea {
	width: 100%;
}

.listView li .disabled span {
	color: #ccc;
}

.secBody .listView .chk.chkOn,
.secBody .listView .chk.chkOn ~ span,
.searchBody .chk.chkOn,
.searchBody .chk.chkOn ~ span {
	/* stylelint-disable-next-line declaration-no-important */
	background: #f9f9f9 !important;
}

/***************************************************
* すべてのチェックをはずす
***************************************************/
.checkClearWrap {
	margin-top: 10px;
	padding: 10px 0 20px 10px;
	border-bottom: 1px solid #eee;
}

.checkClearWrap a {
	text-decoration: underline;
	cursor: pointer;
}

.checkClearWrap a.disabled {
	color: #ccc;
}

.listView li .ensenLine span.bukkenCount {
	display: inline;
	font-size: 12px;
}

.ensen_cassette-checked > p {
	border-bottom: 3px solid #eee;
	background: #f2f2f2;
}

.ensen_cassette-checked .eki_list {
	display: block;
}

.eki_list {
	display: none;
}

.eki_checkbox {
	padding-left: 10px;
}

.eki_cassette-checked {
	background: #f9f9f9;
}

.ekiLine {
	padding: 17px 17px 17px 0;
	font-size: 14px;
}

/***************************************************
* 沿線駅の都道府県またぎ
***************************************************/
.kenmatagiArea {
	text-align: left;
	border-bottom: 1px solid #eee;
}

.searchBody .listView.small .kenmatagiButton {
	display: block;
	position: relative;
	font-size: 13px;
	color: #333;
}

.searchBody .listView.small .kenmatagiButton a {
	padding: initial;
}

.searchBody .listView.small .kenmatagiButton.ui-hover {
	background-color: #f9f9f9;
}

.kenmatagiIcon {
	width: 60px;
}

.searchBody .listView.small .kenmatagiIcon::after {
	display: block;
	content: " ";
	position: absolute;
	width: 20px;
	height: 20px;
	background-image: url(https://asset01.suumo.jp/sp/img/chintai/ensen/icon_plus_gray.png?id=202506255a5323fdd9c);
	background-repeat: no-repeat;
	background-size: 20px 20px;
	-webkit-background-size: 20px 20px;
	top: 50%;
	margin-top: -10px;
	left: 25px;
}

.kenmatagiArea.hidden,
.kenmatagiEkiArea.hidden,
.kenmatagi.hidden {
	display: none;
}

/* 沿線カラーの上書き */
.ensen_color {
	width: 5px;
}
