<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 */

/*Lp用header*/
.header_left{flex-basis:50%;}
.header_right{padding:0;flex-basis:50%;}

@media screen and (max-width: 736px) {
#header{background-color:#FFF;/*position: sticky;top:0;z-index:100;*/}
.header_inner{padding:1rem 0;}
}</pre></body></html>