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

#fixed_bnr        {background-color:#0168B7;}/* 帯色 */
#fixed_bnr .inner {width:100%;max-width:750px;text-align:center;}/* バナー幅 */
#fixed_bnr img {width:100%;max-width:600px;}/* 追従バナー画像幅 */

#fixed_bnr{position:fixed;width:100%;bottom:-40%;left:0;z-index:9998;font-size:0;transition:bottom .4s linear 0s;}#fixed_bnr .inner {margin:0 auto;}#fixed_bnr.isShow {bottom:0;}#fixed_bnr.footer_on {bottom:-40%!important;}#fixed_bnr a {display:block;margin:0 auto;}
@media screen and (min-width: 800px) {
  #fixed_bnr {
    height: 65px;
  }
  #fixed_bnr img {
    height: 65px;
    width: auto;
  }
}
/* ▼追従バナー非表示にする場合、下記コメントアウトを解除してください */
/* #fixed_bnr {display:none!important;} */
</pre></body></html>