@charset "utf-8";

/***************************************************
 * パンくず
 ***************************************************/
.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;
}

/***************************************************
* ヘッダー
***************************************************/
.secHead h2 {
	border-top: none;
	border-bottom: none;
	color: #333;
	font-size: 13px;
	padding-top: 11px;
	padding-bottom: 10px;
	background: #e4f1d7;
	text-shadow: none;
}

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

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

.secBody form {
	margin-top: 13px;
}

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

.searchLine {
	background: #eee;
}

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

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

.listView {
	background: #fff;
}

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

.listView li span.bukkenCount {
	text-align: right;
	padding-right: 15px;
	font-size: 13px;
	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/chintaigakubura/ensen/sprite/checkBox.png?id=20251204a9a2df4acc9) 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:not(.disabled):active {
	background: #f9f9f9;
}

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

.searchArea .ensenLine {
	font-weight: bold;
	padding: 17px 17px 17px 5px;
}

.searchBody .ensenLine {
	padding: 17px 17px 17px 0;
}

.ensenLine {
	display: table-cell;
	font-size: 15px;
	color: #333;
	box-sizing: border-box;
}

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

.searchBody p span {
	pointer-events: none;
}

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

/***************************************************
* 固定バーなしの際に出るボタン
***************************************************/
.searchCenter {
	margin-top: 10px;
	padding: 10px 10px 20px;
	border-bottom: 1px solid #eee;
}

.searchCenter .btnSearch {
	color: #fff;
	background-color: #068bf1;
	border-bottom: 2px solid #0b6cba;
	border-radius: 3px;
	padding: 12px 0;
	font-size: 18px;
	font-weight: bold;
	cursor: pointer;
	display: block;
	width: 100%;
	text-align: center;
}

.searchCenter .btnSearch.ui-hover {
	background: #0675f1;
	border-bottom: 2px solid #07589a;
}

.searchCenter .btnSearch span {
	font-size: 18px;
}

.searchCenter .disabled,
.searchCenter .disabled.ui-hover {
	border-bottom: 2px solid #929292;
	background: #929292;
	text-shadow: none;
}

/***************************************************
* すべてのチェックをはずす
***************************************************/
.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;
}

/***************************************************
* タブバー
***************************************************/
/* stylelint-disable-next-line selector-max-id */
#fixedBottomSearchBar {
	position: fixed;
	bottom: -1%;
	height: calc(43px + 1%);
	height: -webkit-calc(43px + 1%);
	left: 0;
	z-index: 10;
}

.tabBar {
	display: table;
	width: 100%;
	border-top: none;
	border-bottom: none;
	background-color: rgba(76, 76, 76, 0.7);
}

.fixedBottomSearchBtn {
	margin: 8px 8px 10px;
	background: none;
}

.formBtn .btnSearch {
	padding: 12px 10px;
	border: 1px solid #068bf1;
	background: #068bf1;
	border-bottom: 2px solid #0b6cba;
	border-radius: 3px;
	color: #fff;
	font-size: 18px;
	text-shadow: none;
}

.formBtn .btnSearch.ui-hover {
	border: 1px solid #0675f1;
	background: #0675f1;
	border-bottom: 2px solid #07589a;
}

.formBtn .btnSearch span {
	letter-spacing: 1px;
}

.formBtn.col2 .btnSearch.line2 {
	padding: 12px 10px;
}

.formBtn .btnSearch.disabled,
.formBtn .btnSearch.disabled.ui-hover {
	border: 1px solid #929292;
	background: #929292;
	text-shadow: none;
}
