@charset "UTF-8";




.renault-call {
	color: #333;
	font-weight: bold;
	line-height: 1.2;
	text-decoration: none;
}
.renault-call:before {
	content: "";
	display: inline-block;
	background-image: url(../img2016/recall/icon_terephone.svg);
	background-repeat: no-repeat;
	background-size: 100% auto;
	width: 1em;
	height: 0.578947em;
}
/* SP */
@media (max-width: 767px) {
	.renault-call {
		font-size: 2.4rem;
	}
	.renault-call:before {
		font-size: 19px;
		margin: 0 4px 4px 0;
	}
}
/* TB */
@media (min-width: 768px) and (max-width: 1279px) {
	.renault-call {
		font-size: 3.6rem;
	}
	.renault-call:before {
		font-size: 38px;
		margin: 0 4px 2px 0;
	}
}
/* PC */
@media (min-width: 1280px) {
	.renault-call {
		font-size: 4rem;
	}
	.renault-call:before {
		font-size: 38px;
		margin: 0 4px 4px 0;
	}
}
