@charset "UTF-8";

/* ----------------------------------------
fc
---------------------------------------- */

#fc p,
#fc ul{
	line-height:1.75em;
}

#fc h3{
	background-color:#bc034a;
	font-size:1.125rem;
}

#fc h3 small{
	font-size:1.0rem;
}

#fc .card-header h3{
	background-color:transparent;
	font-size:1.25rem;
}

.card.card-gold{
	border-color:#bfa765;
}

.card.card-silver{
	border-color:#a8a8a8;
}

#fc .card-footer{
	border-top:none;
	background-color:transparent;
}

#fc .card.card-gold .card-body ul,
#fc .card.card-silver .card-body ul{
	list-style:none;
}

#fc .card.card-gold .card-body li::before,
#fc .card.card-silver .card-body li::before{
	position:absolute;
	left:1rem;
	padding-left:0.2rem;
	font-family:"Font Awesome 6 Free";
	font-weight:900;
	font-size:1.0rem;
	content:"\f219";
}

#fc .card.card-gold .card-body li::before{
	color:#e3c062;
}

#fc .card.card-silver .card-body li::before{
	color:#a8a8a8;
}
