/* BASIC css start */
#footer { margin-top:72px; padding:36px 0 48px; position:relative; width:100%; background:#f9f9f9;font-weight:500; }
.footer_top {margin-bottom:48px; }
.footer_top a {display:inline-block; }
.footer_top a img {height:48px; }

.footer_btm {display:flex;align-items: flex-start;justify-content: space-between; color:rgba(0,0,0,0.8)}
.footer_btm a {font-size:inherit; color:inherit}
.footer_btm .ft_info .txt {font-size: 18px;line-height:2;margin-bottom: 80px;}
.footer_btm .ft_info .txt a {font-size:14px; border-bottom:1px solid #ddd; color:#888}
.footer_btm .link a {font-size: 14px;display:inline-block;margin-right: 14px;position:relative}
.footer_btm .link a:after {content:"";display:inline-block;width:1px;height:10px;background:rgba(0,0,0,0.8);position:absolute;right: -9px;top: 2px;}
.footer_btm .link a:last-child:after {display:none; }
.footer_btm .copyright {margin-top:24px; font-weight: 400; font-size: 12px;}

.ft_menu {display:flex;align-items: flex-start;justify-content: flex-start;}
.ft_menu dl {margin-right:100px; }
.ft_menu dl:last-child {margin-right:0; }
.ft_menu dl dt {font-size: 18px; color:#000; margin-bottom:12px; line-height:2}
.ft_menu dl dd { display:block; line-height:2; font-size:14px;  }
.ft_menu dl dd .tel {display:block; font-size:20px;  }
.ft_menu dl dd .txt {display:block; font-size:14px; margin-bottom:32px;  }

#upDownBtn {  position:fixed; bottom:60px; right:60px;  z-index:100; display:none; }
#upDownBtn  .inner {display: flex;flex-direction: column;align-items:center;}
#upDownBtn a {width: 35px;height: 35px;display:flex;align-items: center;justify-content: center;border-radius: 100%;font-size: 21px; margin-bottom:16px;background: #f5f5f5;color: #000;}
#upDownBtn a:last-child {margin-bottom:0;background: transparent;}


#upDownBtn.hide {display: none !important;}


/* BASIC css end */

