<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";


@media screen and (min-width:768px){
/*pc・タブレットcss*/


}

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

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





</pre></body></html>