@charset "utf-8";

@media screen and (max-width: 1400px) {
	
.top01{
	width: 800px;
	left: 200px;
	}	
	
.top02{
	width: 200px;
	}
	
.top03{
	width: 800px;
	}
	
}

@media screen and (max-width: 1024px) {
	
	html{
		font-size: 18px;
	}
	
.top01{
	width: 600px;
	left: 100px;
	}	
	
.top02{
	width: 150px;
	}
	
.top03{
	width: 600px;
	}
	
}
	
@media screen and (max-width: 768px) {
		
	.top{
		position: initial;
	}	
	
	.top01{
		position: initial;
		width: 100%;
		left:0;
		top:0;
	}
	
.top02{
	width: 100%;
	}
	
.top03{
	width: 100%;
	}
	
}


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

	
	
.box{
	width: 100%;
}
}

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

