@charset "UTF-8";

#count{
	width: 100%;
	background-image: url(../img/common/top_02.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
	padding-top: 20px;
	padding: 180px 0 50px 0;
}



.container {
	text-align: center;
	font-weight: bold;
}


#birthdays {
	font-size: 40px;
}
span {
	font-size: 70px;
}
#big {
	font-size: 90px;

}


@media (max-width: 768px) {
	
#count{
	padding: 110px 0 40px 0;
}	
	
	
	
	#birthdays {
	font-size: 120%;
	font: bold;
	}
	span {
	font-size: 100%;
	}
	
	#big {
	font-size: 70%;
	}

}