@charset "utf-8";

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

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

.newArrivalsblock .newArrivals:active {
	background: #ebebeb;
}

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

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

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