@charset "UTF-8";
/** manbrishop専用css **/

.ec-role img{
	max-width: 250px;
}
/** いったんコメント
.ec-itemNav{
	text-align: left;
}
.ec-secHeading--tandem{
	width: 180px;
}
**/

@media screen and (max-width: 614px){
	.ec-role img{
		max-width: 100%;
	}
/**  いったんコメント
	.ec-secHeading--tandem{
		width: 100%;
		text-align: center;
	}
**/


	div.freeprice_top {
		margin-top: 6px;
		font-weight: bold;
		color:#f84447;
	}

	div.freeprice_top:before {
		content: "\f559";
		font-family: "Font Awesome 5 Free";
		font-weight: 900;
		margin-right: 4px;
	}

}


@media only screen and (min-width: 615px){
	div.freeprice_top {
		font-size: 28px;
		font-weight: bold;
		color: #f84447;
	}
	div.freeprice_top:before {
		content: "\f559";
		font-family: "Font Awesome 5 Free";
		font-weight: 900;
		margin-right: 4px;
	}
}

