/*! このCSSはコンパイルされています。直接編集しないでください。 */
#l_header{position:fixed;top:0;left:0;z-index:2;width:100%}
#l_header .wrap{display:flex;align-items:center;padding:30px 0 0 50px}
#l_header .wrap .social{display:flex;align-items:center;line-height:0;margin-left:25px}
#l_header .wrap .social li+li{margin-left:5px}
@media screen and (max-width:767px){
#l_header{background:#fff}
#l_header .wrap{justify-content:center;padding:10px}
#l_header .wrap .logo img{width:160px}
#l_header .wrap .social{margin-left:10px}
#l_header .wrap .social li+li{margin-left:3px}
}