@charset "UTF-8";

/* ===== #ByTheNumbers ===== */

#ByTheNumbers h2 {
	margin-bottom: 20px;
	background: #f0f0f0;
	padding: 10px 10px;
	font-size: clamp(24 * 0.8px, 24 / 1280 * 100vw, 24px);
	font-weight: 400!important;
	text-align: center;
	border-bottom:none;
}
#ByTheNumbers h3 {
	margin-top: 0;
	margin-bottom: 10px;
	padding: 10px 10px;
	font-size: clamp(20 * 0.8px, 20 / 1280 * 100vw, 20px);
	font-weight: 600;
	text-align: center;
	line-height: 1.3;
	color: #00a8a9;
	border-bottom: 1px solid #00a8a9;
}
#ByTheNumbers strong {
	font-size: clamp(50 * 0.8px, 50 / 1280 * 100vw, 50px);
	font-weight: 600;
	color: #00a8a9;
	margin-top: 0;
}
#ByTheNumbers p.number_wrap {
	margin: 0;
	padding: 0;
	font-size: clamp(30 * 0.8px, 30 / 1280 * 100vw, 30px);
	font-weight: 600;
	line-height: 1.3;
	margin-top: 0;
	text-align: center;
}
#ByTheNumbers strong.number {
	padding-right: 10px;
	font-size: clamp(70 * 0.8px, 70 / 1280 * 100vw, 70px);
	font-family: 'Roboto', sans-serif;
	font-weight: 600;
	color: #00a8a9;
}
#ByTheNumbers p.notice {
	margin: 0;
	padding: 0;
	font-size: 90%;
	line-height: 1.5;
}

#ByTheNumbers figure {
	margin: 0 auto;
	text-align: center;
}

#ByTheNumbers .grid2 {
	width: 100%;
	display: flex;
	align-items: flex-start;
	gap: clamp(80 * 0.5px, 80 / 1280 * 100vw, 80px);
}
@media only screen and (max-width: 559px) {
	#ByTheNumbers .grid2 {
		display: flex;
		flex-direction: column;
		align-items: flex-start;
	}
}
#ByTheNumbers .grid2_innerbox {
	width: calc((100% - clamp(80 * 0.5px, 80 / 1280 * 100vw, 80px)) /2);
}

@media only screen and (max-width: 559px) {
	#ByTheNumbers .grid2_innerbox {
		width: 100%;
	}
}


