@charset "utf-8";

/**************************************************
 * 閲覧履歴画面タイトル
 **************************************************/

.rireki-head-wrapper {
	display: flex;
	justify-content: space-between;
	padding: 0 12px;
	border-bottom: 1px solid #e7eaeb;
}

@media screen and (max-width: 320px) {
	.rireki-head-wrapper {
		padding-right: 0;
	}
}

.rireki-head {
	padding: 17px 0 15px;
}

.rireki-head-text {
	color: #333;
	font-weight: bold;
	font-size: 16px;
	line-height: 21px;
}

/**************************************************
 * ローディングアイコン
 **************************************************/
.rirekiSection {
	position: relative;
	min-height: 366px;
	background-color: #e9f3f7;
}

.rirekiSection > span.loader {
	position: absolute;
	top: 165px;
	background-image: url(https://asset01.suumo.jp/sp/img/my/rireki/loading.png?id=20251204a9a2df4acc9);
	background-size: 35px;
}

/**************************************************
 * 閲覧履歴データがない場合の表示
 **************************************************/

.rireki-no-data-img {
	display: block;
	width: 172px;
	height: 116px;
	margin: auto;
}

.rireki-no-data {
	display: none;
	width: 100%;
	padding: 40px 0;
	box-sizing: border-box;
	text-align: center;
}

.no-data-caption {
	margin-top: 24px;
	color: #576971;
	font-weight: bold;
	font-size: 15px;
}

.no-data-text {
	margin-top: 12px;
	color: #333;
	font-size: 13px;
}

.search-contents {
	margin-top: 33px;
}

.search-text span {
	position: relative;
	padding-left: 22px;
	color: #55a61b;
	font-weight: bold;
	font-size: 16px;
}

.search-text span::before {
	position: absolute;
	top: 50%;
	left: 0;
	transform: translate(0, -50%);
	width: 18px;
	height: 18px;
	background: url(https://asset01.suumo.jp/sp/img/my/rireki/search-green.png?id=20251204a9a2df4acc9) no-repeat;
	background-size: 18px 18px;
	content: "";
}

.search-link-wrapper {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 0 8px;
}

.search-link {
	display: inline-flex;
	justify-content: center;
	align-items: flex-start;
	width: 140px;
	height: 44px;
	margin-top: 13px;
	padding: 14px 23px;
	border: 1px solid #55a61b;
	border-radius: 25px;
	box-sizing: border-box;
	background: #fff;
}

.search-link.ui-hover {
	background: #ebebeb;
}

.search-link-text {
	color: #55a61b;
	font-weight: bold;
	font-size: 14px;
}

/**************************************************
 * 領域ヘッダー
 **************************************************/
.ryoikiHead {
	display: flex;
	align-items: baseline;
	padding: 17px 0;
	color: #333;
	font-weight: bold;
}

.ryoikiHead > .ryoikiName {
	position: relative;
	padding-left: 12px;
	font-size: 16px;
}

.ryoikiHead > .ryoikiName::before {
	position: absolute;
	top: -1px;
	left: 0;
	width: 4px;
	height: 18px;
	border-radius: 2px;
	box-sizing: border-box;
	background: #6fba2c;
	content: "";
}

.ryoikiHead > .ryoikiCount {
	font-size: 12px;
	padding-left: 1px;
}

/**************************************************
 * 注文,リフォーム カセット共通
 **************************************************/
.bukkenRefineLst li,
.cassettelist li {
	width: 100%;
	margin-top: 12px;
	overflow: hidden;
	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;
}

.bukkenRefineLst li.keisaiEnd,
.cassettelist li.keisaiEnd {
	background: #ebebeb;
}

.bukkenRefineLst:last-child,
.cassettelist:last-child {
	margin-bottom: 12px;
}

.innerWrapActive {
	background: #ebebeb;
}

.innerWrapActive .imgWrap {
	background: #fff;
}

.innerWrapActive .imgBorder {
	background: #fff;
}

.innerHead {
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-bottom: 1px #e7eaeb solid;
}

.innerHead .inputWrap {
	display: flex;
	align-items: center;
}

.innerHead .inputWrap input[type="checkbox"] {
	width: 42px;
	height: 38px;
	margin-left: 3px;
	background: no-repeat url(https://asset01.suumo.jp/sp/img/my/rireki/checkBox_inactive.png?id=20251204a9a2df4acc9);
	background-position: center;
	background-size: 24px;
	appearance: none;
}

.innerHead .inputWrap input[type="checkbox"]:checked {
	width: 42px;
	height: 38px;
	margin-left: 3px;
	background: no-repeat url(https://asset01.suumo.jp/sp/img/my/rireki/checkBox_active.png?id=20251204a9a2df4acc9);
	background-position: center;
	background-size: 24px;
	appearance: none;
}

.innerHead .inputWrap input.customCheckbox:active {
	opacity: 0.5;
}

.innerHead .titleWrap {
	padding: 8px 0;
	font-weight: bold;
	font-size: 14px;
	line-height: 130%;
	text-align: left;
	word-break: break-all;
}

.innerHead .titleWrap:first-child {
	padding-left: 10px;
}

.keisaiEnd .innerHead .titleWrap:first-child {
	padding-left: 14px;
}

.keisaiEnd .innerHead {
	border-bottom: 1px #d5d8d9 solid;
}

.innerHead .titleWrap.noCheckBox {
	padding-left: 10px;
}

li .innerHead .closeWrap {
	flex-shrink: 0;
	width: 42px;
	height: 38px;
}

li .innerHead .closeWrap a.btnClose {
	display: inline-block;
	width: 100%;
	height: 100%;
	background: url(https://asset01.suumo.jp/sp/img/my/rireki/close_gray.png?id=20251204a9a2df4acc9) no-repeat;
	background-position: center;
	background-size: 18px;
}

li .innerHead .closeWrap a.btnClose.ui-hover {
	opacity: 0.5;
}

.innerHead .btnWrap {
	display: table-cell;
	width: 30px;
	padding: 0;
	border-top-right-radius: 3px;
	background: #fff;
	text-align: left;
	vertical-align: middle;
}

.infoWrap {
	display: block;
	width: 100%;
	padding: 12px;
	box-sizing: border-box;
	color: #333;
	font-size: 12px;
	word-break: break-all;
}

.infoWrap .catch {
	font-weight: bold;
	line-height: 120%;
}

.infoWrap .kaishaName {
	margin-top: 6px;
	color: #576971;
}

/**************************************************
  * 注文
  **************************************************/
.chumon {
	display: none;
	padding: 0 12px 12px;
}

.buttonWrap {
	display: flex;
	align-items: flex-start;
	gap: 0 8px;
	text-align: center;
}

.buttonWrap:last-child {
	padding-bottom: 12px;
}

.allSelectButton {
	display: block;
	flex: 0 0 100px;
	width: 100px;
	padding: 9px 16.5px 10px;
	border: 1px solid #cfd4d6;
	border-radius: 8px;
	box-sizing: border-box;
	box-shadow: 0 -2px 0 0 #cfd4d6 inset;
	background: #fff;
	color: #576971;
	font-weight: bold;
	font-size: 13px;
}

.allSelectButton.ui-hover {
	background-color: #ebebeb;
}

.allSelectButton.disabled {
	padding: 10px 0 11px;
	border: none;
	box-shadow: none;
	background-color: #b7bec2;
	color: #e7eaeb;
}

.catalogButton {
	width: 100%;
	padding: 10px 0 11px;
	border-radius: 8px;
	box-shadow: 0 -3px 0 0 #e15f00 inset;
	background: #f37e00;
	color: #fff;
	font-weight: bold;
	font-size: 13px;
}

.catalogButton.ui-hover {
	box-shadow: 0 -3px 0 0 #d05b05 inset;
	background: #e07705;
}

.catalogButton.disabled {
	padding: 10px 0 11px;
	border: none;
	box-shadow: none;
	background-color: #b7bec2;
	color: #e7eaeb;
}

.imgBorder {
	position: relative;
	width: 100%;
	height: 203px;
	overflow: hidden;
}

.imgBorder span.loader {
	background-image: url(https://asset01.suumo.jp/sp/img/my/rireki/loading.png?id=20251204a9a2df4acc9);
}

.imgBorder img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	height: auto;
}

.keisaiEnd .imgBorder {
	background-color: #e0e1e2;
}

.keisaiEnd .imgBorder img {
	width: auto;
}

/**************************************************
  * リフォーム
  **************************************************/
.reform {
	display: none;
	padding: 0 12px 12px;
}

.reform_btn.reform_btn--contact {
	display: block;
	width: 100%;
	padding: 10px 0 11px;
	border-radius: 8px;
	box-shadow: 0 -3px 0 0 #e15f00 inset;
	background: #f37e00;
	color: #fff;
	font-weight: bold;
	font-size: 13px;
	text-align: center;
}

.reform_btn.ui-hover {
	box-shadow: 0 -3px 0 0 #d05b05 inset;
	background: #e07705;
}

.reform_btn.disabled {
	padding: 10px 0 11px;
	box-shadow: none;
	background-color: #b7bec2;
	color: #e7eaeb;
}

.reform_action .reform_action-read {
	position: relative;
	padding: 11px 0 0 40px;
	color: #627279;
	font-size: 11px;
}

.reform_action .reform_action-read::before {
	position: absolute;
	top: 8px;
	left: 18px;
	width: 18px;
	height: 18px;
	background: url(https://asset01.suumo.jp/sp/img/my/rireki/left-under-arrow-green.png?id=20251204a9a2df4acc9) no-repeat;
	background-size: 18px 18px;
	content: "";
}

.l-reform_action {
	padding-bottom: 12px;
}

.imgWrap {
	position: relative;
	width: 100%;
	height: 203px;
}

.imgWrap span.loader {
	background-image: url(https://asset01.suumo.jp/sp/img/my/rireki/loading.png?id=20251204a9a2df4acc9);
}

.imgWrap img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	max-width: 100%;
	height: 100%;
	margin: auto;
}

.keisaiEnd .imgWrap {
	background-color: #e0e1e2;
}

.keisaiEnd .imgWrap img {
	position: absolute;
	top: 50%;
	right: auto;
	bottom: auto;
	left: 50%;
	transform: translate(-50%, -50%);
	width: auto;
	height: auto;
	margin: auto;
}

.reform li:not(.keisaiEnd) .imgWrap {
	border-bottom: 1px solid #e7eaeb;
}

.hidden {
	display: none;
}
