@charset "utf-8";

/*
 * JQMB-17694 閲覧履歴_並び替え・まとめて問い合わせ
 * 反映時にbukken.cssと統合すること
 */
.keisaiBukkenList.remove-space {
	padding-top: 0;
}

/* まとめて選択ボタン */
.action-button {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 12px 0;
}

.matomete-check-wrapper {
	display: flex;
	align-items: center;
	width: 71%;
}

.matomete-check-wrapper.visibility-hidden {
	visibility: hidden;
}

.matomete-check {
	display: flex;
	align-items: flex-end;
	justify-content: center;
	position: relative;
	padding: 11px 26px 11px 44px;
	margin-right: 13px;
	box-sizing: border-box;
	width: 100%;
	border-radius: 8px;
	font-weight: bold;
	font-size: 12px;
	color: #2c709c;
}

.matomete-check p::before {
	content: "";
	position: absolute;
	width: 14px;
	height: 14px;
	margin-left: -18px;
	background: url(https://asset01.suumo.jp/sp/img/my/rireki/matomete_check_inactive.png?id=20250701a8d6aa0a2b3) no-repeat;
	background-size: 14px 14px;
	top: 50%;
	transform: translate(0, -50%);
}

.matomete-check.is-active {
	background-color: #c2dff2;
}

.matomete-check.is-active p::before {
	background: url(https://asset01.suumo.jp/sp/img/my/rireki/matomete_check_active.png?id=20250701a8d6aa0a2b3) no-repeat;
	background-size: 14px 14px;
}

.matomete-check-note {
	font-size: 10px;
}

.matomete-check:active {
	background-color: #b4cedf;
}

.action-button-separator {
	position: relative;
	margin-right: 14px;
	height: 34px;
}

.action-button-separator::before {
	content: '';
	position: absolute;
	width: 1px;
	height: 8px;
	left: 0;
	top: 50%;
	transform: translate(0, -50%);
	box-sizing: border-box;
	border-radius: 1px;
	background: #7ebae0;
}

/* 並び替えボタン */
.sort-select-wrapper {
	position: relative;
	width: 30%;
}

.sort-select {
	width: 100%;
	padding: 11px 7px 11px 25px;
	box-sizing: border-box;
	border: none;
	border-radius: 8px;
	font-size: 12px;
	font-weight: bold;
	color: #2c709c;
	text-align-last: center;
	-webkit-appearance: none;
	appearance: none;
	background: url(https://asset01.suumo.jp/sp/img/my/rireki/sort.png?id=20250701a8d6aa0a2b3) no-repeat;
	background-size: 14px 14px;
	background-position: calc(50% - 20px) center;
}

.sort-select:focus-visible {
	outline: none;
	background-color: #c2dff2;
}
