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

header {
	margin-bottom: 2em;
}


footer p.logo_en img {
    width: 360px;
    height: auto;
}


/* SP */

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

footer p.logo_en img {
    width: 80% !important;
    height: auto;
}
	
	
	
	
	
	
	
}
</pre></body></html>