.text-red {
	color: #bd1a26;
}
.fw_b {
	font-weight: bold;
	font-size: 1.7rem;
}
.strong {
	font-size: 2.2rem;
}

.bold {
	font-weight: bold;
}

@media screen and (max-width:659px) {
	.fw_b {
		font-size: 1.4rem;
	}
	.strong {
		font-size: 2rem;
	}
}