<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*Content CSS*/
footer {width:100%; background-color:#fff; padding:35px 15px; clear:both; border-top: 1px solid #ddd;}
.footer_con {width: 100%; margin: 0 auto; text-align: center; position: relative;}
.ft_logo {margin-bottom: 20px;}
.ft_copy {font-size: 12px; font-weight: 300; color:#666; line-height: 20px;}
.ft_copy span {color:#aaa;}
.ft_copy span a{color:#aaa;}
.ft_btn a {display: block;text-align: center; width: 140px; height: 30px; line-height: 30px; color:#fff; background: #333; border-radius: 3px;  font-size: 10px; transition: all 0.3s; margin:10px auto 0 auto}
.ft_btn a:hover {background: #feba03;}


.ft_logo2 { text-align: center; width: 100%; border-top: 1px solid #ddd; padding: 15px 0; background: #fff;}
.ft_logo2 img {height: 35px; max-width: 100%;}
.ft_logo2 &gt; div {display: flex; justify-content: center; align-items: center;}
.ft_logo2 &gt; div:first-child img {height: auto; width: 150px;}


#top_btn {position:fixed;bottom:20px;right:20px;width:50px;height:50px;line-height:46px;border:2px solid #333;color:#333;text-align:center;font-size:15px;z-index:90;background:rgba(255,255,255,0.5);transition: all 0.3s}
#top_btn:hover {border-color:#0a346c;background:#0a346c;color:#fff}

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

}

@media screen and (max-width: 960px) {
    .footer { padding-top:0}
    .footer ul li { width:100%; margin-right:0; margin-top:2%}
    .footer ul li:last-child { margin-top:2%}
}

@media screen and (max-width: 640px) {
    footer .footer_menu a { font-size:14px}
    footer .footer_address .add { font-size:12px; margin-top:120px}
    footer .footer_right { left:20px; right:inherit; top:50px}
    footer .telephone { padding-top:67px}
    footer .telephone p { text-align:left}
    footer .telephone .tel { font-size:20px}
    footer .footer_sns .icon_sns { top:30px; left:0; right:inherit}
    footer .footer_sns .icon_sns a { margin-left:0}
    footer .footer_address .add .copyright { font-size:12px}
}
</pre></body></html>