@charset "utf-8";

/**************************************************
 * 検索条件履歴画面タイトル
 **************************************************/
/* stylelint-disable-next-line selector-max-id */
h1:not(#dHead) {
	box-sizing: border-box;
	width: 100%;
	height: 53px;
	border-bottom: 1px solid #e7eaeb;
	padding: 16px 12px;
	background: #fff;
}

h1 > p {
	color: #333;
	font-size: 16px;
	font-weight: bold;
	line-height: 20.8px;
}

/**************************************************
 * 領域共通
 **************************************************/
.jokenRirekiList {
	overflow: auto;
	padding: 0 12px 20px 12px;
	background-color: #e9f3f7;
}

span.loader {
	top: 50%;
	left: 50%;
	width: 20px;
	height: 20px;
	background-size: 20px 20px;
	margin-top: -10px;
	margin-left: -10px;
}

.period {
	font-weight: bold;
	font-size: 12px;
	padding-top: 16px;
	padding-left: 4px;
}

/**************************************************
 * カセット
 **************************************************/
.jokenRirekiList li {
	margin-top: 12px;
	background: #fff;
	border-radius: 12px;
	box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.08), 0 3px 1px -2px rgba(0, 0, 0, 0.05), 0 2px 2px 0 rgba(0, 0, 0, 0.06);
}

.jokenRirekiList li:last-child {
	margin-bottom: 4px;
}

.innerHead {
	display: flex;
	box-sizing: border-box;
	justify-content: space-between;
}

.innerInfo .infoWrap .dateWrap {
	font-weight: normal;
	font-size: 12px;
	text-align: left;
	padding-top: 8px;
	color: #6f7f85;
}

.innerHead .btnWrap {
	width: 42px;
	height: 42px;
	flex-shrink: 0;
}

.innerHead a.btnClose {
	display: inline-block;
	width: 100%;
	height: 100%;
	background: url(https://asset01.suumo.jp/sp/img/my/common/close_gray.png?id=20250701a8d6aa0a2b3) no-repeat;
	background-position: center;
	text-indent: -9999px;
	background-size: 18px;
}

.innerInfo .infoWrap {
	vertical-align: top;
	padding: 0 12px 8px;
	display: flex;
}

.innerInfo .infoWrap::after {
	content: "";
	display: inline-block;
	width: 14px;
	background: no-repeat url(https://asset01.suumo.jp/sp/img/my/common/arrow_right_green.png?id=20250701a8d6aa0a2b3);
	background-size: 14px;
	background-position: center;
	flex-shrink: 0;
}

.innerInfo .infoWrap div {
	width: 100%;
	color: #333;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	line-height: 140%;
	margin-right: 8px;
	word-break: break-all;
}

.ryoikiWrap {
	width: 100%;
	padding: 12px 0 8px 12px;
}

.ryoikiWrap span {
	display: inline-block;
	width: 78px;
	padding: 3px 0;
	margin: 0 4px 4px 0;
	border-radius: 3px;
	background-color: #2c8710;
	text-align: center;
	font-weight: bold;
	font-size: 10px;
	color: white;
}

.ryoikiWrap .ssiteWrap {
	background-color: #d8f0c0;
	color: #1f6118;
	font-weight: normal;
}

/**************************************************
 * 0件ヒット画面
 **************************************************/
.noRireki {
	height: 238px;
	text-align: center;
}

.noRireki > p:first-of-type {
	height: 15px;
	padding: 24px 0 12px;
	font-size: 15px;
	font-weight: bold;
	color: #576971;
}

.noRireki .noRirekiImg {
	width: 172px;
	height: 116px;
	margin: 40px auto 0;
}

.noRireki .noRirekiImg img {
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
}

.noRireki p {
	font-size: 13px;
	font-weight: normal;
	color: #333;
}

.noRireki .noRirekiInfo {
	height: 18px;
	text-align: left;
	padding-top: 40px;
	font-size: 12px;
	font-weight: normal;
}

.noRireki .noRirekiInfo p {
	display: inline-block;
	color: #576971;
}

/***************************************************
* 今週の新着物件
***************************************************/
.newArrivalsblock {
	border-top: 1px solid #e7eaeb;
}

.newArrivalsblock .newArrivals {
	display: block;
	padding: 15px 34px 14px 12px;
	position: relative;
	color: #f36c00;
}

.newArrivalsblock .newArrivals span {
	padding-left: 22px;
	font-size: 13px;
	font-weight: bold;
	line-height: 13px;
}

.newArrivalsblock .newArrivals::before {
	content: " ";
	display: block;
	position: absolute;
	width: 18px;
	height: 18px;
	background-image: url(https://asset01.suumo.jp/sp/img/my/common/notification_orange.png?id=20250701a8d6aa0a2b3);
	background-repeat: no-repeat;
	background-size: 18px 18px;
	background-position: 0 0;
	top: 50%;
	margin-top: -9px;
}

.newArrivalsblock .newArrivals::after {
	content: "";
	display: block;
	position: absolute;
	width: 14px;
	height: 14px;
	background: no-repeat url(https://asset01.suumo.jp/sp/img/my/common/arrow_right_orange.png?id=20250701a8d6aa0a2b3);
	background-size: 14px 14px;
	top: 50%;
	margin-top: -7px;
	right: 12px;
}

/**************************************************
* オーバーレイ
**************************************************/
.innerWrapActive {
	background: #ebebeb;
	border-top-left-radius: 12px;
	border-top-right-radius: 12px;
}

.innerWrap a.btnClose:active {
	opacity: 50%;
}

.jokenRirekiList div:last-child {
	border-bottom-left-radius: 12px;
	border-bottom-right-radius: 12px;
}

.newArrivals:active {
	background: #ebebeb;
	border-bottom-left-radius: 12px;
	border-bottom-right-radius: 12px;
}

.otherType {
	display: block;
}

.otherType .list li a:active {
	background: #ebebeb;
}

.otherType .topLink a:active {
	opacity: 0.5;
}

.loaderWrapper {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	background: rgba(51, 51, 51, 0.6);
}

.loaderWrapper span.loader {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 35px;
	height: 35px;
	margin-top: -17.5px;
	margin-left: -17.5px;
	background-image: url(https://asset01.suumo.jp/sp/img/my/common/loading.png?id=20250701a8d6aa0a2b3);
	background-size: 35px, 35px;
}
