@charset "utf-8";

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

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

.p01{
	font-size: 1rem;
}


}
@media screen and (max-width: 768px) {
	
	
}

@media screen and (min-width: 1025px) {
	
	
}

