/**************************************************
 * カウンター導線
 **************************************************/
.leads_counter-inner {
	padding: 16px 12px 1px;
	background: #fff;
}

.leads_counter-info {
	height: 80px;
	padding-left: 12px;
	background: url(https://asset01.suumo.jp/sp/img/my/favorite/leads_counter_white.png?id=20250701a8d6aa0a2b3) no-repeat right 12px bottom;
	background-size: 121px 82px;
	padding-top: 5px;
}

.leads_counter-caption {
	font-size: 16px;
	font-weight: bold;
	padding-top: 10px;
}

.leads_counter-description {
	margin-top: 6px;
	line-height: 140%;
	font-size: 13px;
}

.leads_counter-emphasis {
	font-weight: bold;
	color: #f36c00;
}

.leads_counter-item_container {
	border: 1px solid #e7eaeb;
	border-radius: 8px;
	overflow: hidden;
}

.leads_counter-item--border {
	border-top: 1px solid #e7eaeb;
}

.btn_leads {
	position: relative;
	display: block;
	padding: 16px 12px 16px 12px;
	line-height: 100%;
	font-size: 13px;
}

a.btn_leads {
	color: #333;
}

a.btn_leads:active {
	background: linear-gradient(0deg, rgba(51, 51, 51, 0.1) 0%, rgba(51, 51, 51, 0.1) 100%), #fff;
}

.btn_leads::after {
	content: "";
	display: block;
	position: absolute;
	width: 14px;
	height: 14px;
	background-image: url(https://asset01.suumo.jp/sp/img/my/common/arrow_gray.png?id=20250701a8d6aa0a2b3);
	background-repeat: no-repeat;
	background-size: 14px 14px;
	background-position: 0 0;
	top: 50%;
	right: 12px;
	transform: translate(0, -50%);
}
