@charset "UTF-8";
.section--numbers img{
	vertical-align: bottom;
}
.section--numbers p{
	text-align: center;
}
.section--numbers .back_top{
	color: #1c7ab7;
	text-decoration: underline;
}

.section--numbers .numbers_cnts{
	text-align: center;
}
@media screen and (min-width: 769px) {
	.section--numbers{
		margin-bottom: 75px;
	}
	.section--numbers p img{
		max-width: 621px;
	}
	.section--numbers .back_top{
		margin-top: 40px;
	}
}
@media screen and (max-width: 768px) {
	.section--numbers{
		margin-bottom: 50px;
	}
	.section--numbers .back_top{
		margin-top: 5%;
	}
}