@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-family: "Hiragino Kaku Gothic Pro";
	font-weight: bold;
	line-height: 20.8px;
}

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

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

.period {
	padding-top: 16px;
	padding-left: 4px;
	font-weight: bold;
	font-size: 12px;
	font-style: normal;
	font-family: "Hiragino Sans";
	line-height: 100%;
}

/**************************************************
 * カセット
 **************************************************/
.torokuKensakuJokenList li {
	margin-top: 12px;
	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);
	background: #fff;
}

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

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

.innerInfo .infoWrap .dateWrap {
	padding-top: 12px;
	padding-bottom: 4px;
	color: #869298;
	font-weight: normal;
	font-size: 12px;
	font-style: normal;
	font-family: "Hiragino Kaku Gothic Pro";
	text-align: left;
	line-height: 100%;
}

.innerHead .btnWrap {
	width: 38px;
	height: 40px;
	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: top 12px right 12px;
	background-size: 18px;
	text-indent: -9999px;
}

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

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

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

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

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

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

/***************************************************
* 新着メール
***************************************************/
.newMail {
	border-top: 1px solid #e7eaeb;
}

.newMail .mailActionBtn {
	display: block;
	position: relative;
	padding-top: 15px;
	padding-bottom: 14px;
}

.newMail .mailActionBtn span {
	display: block;
	color: #2c709c;
	font-weight: bold;
	font-size: 13px;
	font-style: normal;
	font-family: "Hiragino Kaku Gothic Pro";
	text-align: center;
	line-height: 100%;
}

/**************************************************
 * 0件ヒット画面
 **************************************************/
.noTorokuJoken > p {
	color: #333;
	font-weight: normal;
	font-size: 13px;
	font-family: "Hiragino Kaku Gothic Pro";
	text-align: center;
	line-height: 17px;
}

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

.noTorokuJoken > p:last-of-type {
	padding-bottom: 24px;
}

.noTorokuJoken .noTorokuJokenImg {
	width: 172px;
	height: 116px;
	margin: 40px auto 0;
}

.noTorokuJoken .noTorokuJokenImg img {
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
}

.noTorokuJoken .noTorokuJokenInfo p {
	display: inline-block;
	padding-bottom: 4px;
	color: #576971;
	font-weight: normal;
	font-size: 12px;
	font-family: "Hiragino Kaku Gothic Pro";
	text-align: left;
	line-height: 18px;
}

/***************************************************
* 直近の検索条件
***************************************************/
.latestRireki {
	margin-bottom: 16px;
}

.latestRireki .latestRirekiTitle {
	padding-top: 16px;
	padding-bottom: 8px;
	color: #333;
	font-weight: bold;
	font-size: 16px;
	font-style: normal;
	font-family: "Hiragino Kaku Gothic Pro";
	line-height: 100%;
}

.latestRireki > p:last-of-type {
	color: #333;
	font-weight: normal;
	font-size: 13px;
	font-style: normal;
	font-family: "Hiragino Kaku Gothic Pro";
	line-height: 130%;
}

.latestRireki .innerWrap {
	display: flex;
	justify-content: space-between;
}

.latestRireki .innerWrap .contents {
	display: flex;
	flex-flow: column;
}

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

.latestRireki .innerInfo .infoWrap {
	padding-right: 8px;
	padding-bottom: 12px;
}

.latestRireki .innerInfo .infoWrap::after {
	content: none;
}

.latestRireki .innerInfo .infoWrap div {
	margin-right: 0;
}

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

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

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

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

.latestRireki .innerWrap:active {
	background: #ebebeb;
	border-radius: 12px;
}

.otherType {
	display: block;
}

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

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