<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 only screen and (max-width: 640px) {

/*============================
#js_fixed_btn
============================*/
#js_fixed_btn { display: block;  }
.fixed_btn { position: fixed; top: inherit; bottom: 0; right: 0; width: 100%; z-index: 99; transition: .1s; }
.js_fixed { position: fixed!important; top: inherit!important; }
.js_display_none { opacity: 0; transition: .3s; }
.fixed_btn a { position: relative; display: block; text-align: center; width: 100%; height: 50px; padding: 16px 0 0; box-sizing: border-box; border-radius: 0; background-color: #ff828a; font-size: 1rem; color: #fff; }
.fixed_btn a::after { position: absolute; content: ""; width: 12px; height: 8px; right: 14px; top: 20px; background: url("../../imageFile_bl/btn_ico_under.png")no-repeat center; background-size: contain; }

/*============================
#pageTop
============================*/
#pageTop { position: fixed; right: 10px; bottom: 60px; width: 50px; height: 50px; text-align: center; line-height: 1; z-index: 999; }
#pageTop a:hover { opacity: 1!important; }
#pageTop a:visited { opacity: 1 !important; }
#pageTop a img { width: 100%; height: auto; }

/*============================
#header
============================*/
#header { height: 45px; }
#header .pad {}
#header .pad .logo { float: left; width: 150px; height: 60px; margin-top: 5px; }
#header .pad .logo a { display: block; }
#header .pad .logo img { width: 100%; height: auto; }
#header .pad .md_btn { display: none; }

/*============================
#footer
============================*/
#footer { border-top: 2px solid #6da5ed; text-align: center; padding-bottom: 20px; }
#footer .copy { margin-top: 20px; font-weight: normal; font-size: 0.75rem; }




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