@charset "UTF-8";

@media screen and (max-width:1100px) {
	#access #sec1 { width: 32.63%;}
	#access #sec2 { width: 65%;}
}
@media screen and (max-width:768px) {	
	#access section { width: 100% !important; float: none !important;}
	#access #sec1 { padding: 0 0 50px 0;}
}
@media screen and (max-width:640px) {
	#access #sec2 .ver_pc { display: none;}
	#access #sec2 .ver_sp { display: inline-block; padding: 0 0 10px 0;}
}
@media screen and (max-width:480px) {
	
}