@charset "utf-8";
/*stats*/
.stats{display:flex;justify-content:space-between;text-align:center;margin:150px auto 116px;}
.stats > div{padding:0 13px;}
.stats_title{color:#FF0506;font-size:50px;font-weight:600;line-height:1;}
.stats_note{color:#323131;font-size:22px;font-weight:500;line-height:1;}

.stats > div:first-child, .stats > div:last-child{flex: 1 1 0%;}
.stats > div:first-child{display:flex;justify-content:flex-start;}
.stats > div:last-child{display:flex;justify-content:flex-end;}

@media(max-width:800px){
	.stats{margin:110px auto 70px;}
	.stats_title{font-size:33px;}
	.stats_note{font-size:18px;}
}

@media(max-width:560px){
	.stats{justify-content:space-between;margin:70px auto 50px}
	.stats_title{font-size:30px;}
	.stats_note{font-size:17px;margin-top:8px;}
}
/*-*/