@charset "utf-8";

@media screen and (max-width: 1400px) {
	html{
		font-size: 25px;
	}
	

	
	
		
}

@media screen and (max-width: 1024px) {
	
	html{
		font-size: 18px;
	}
	


}

@media screen and (max-width: 768px) {
.top_p{
	font-size: 0.8rem;
}

.top_p span{
	font-size: 1rem;
}
.info{
	font-size: 0.8rem;
	}	

}

