/*Content CSS*/
footer {width:100%; background-color:#fff; clear:both; border-top: 1px solid #ddd}

#ft_navi {width: 100%;z-index: 9;}
#ft_navi ul {width: 100%; display: flex; flex-wrap: wrap;}
#ft_navi ul li { width: 50%; border-right: 1px solid #ddd; border-bottom: 1px solid #ddd; margin-top: -1px;}
#ft_navi ul li a { color: #000; font-weight: 500; font-size: 12px; display: block; transition: all 0.2s; padding: 20px 15px; text-align: center;}
#ft_navi ul li a:hover {color:#2456e7;}
#ft_navi ul li:nth-child(even) {border-right: 0;}
#ft_navi ul li:last-child{width: 100%; border-right: 0;}

.footer_con {width: 100%; margin: 0 auto;text-align: center;padding: 30px 15px;}
.ft_logo {margin: 0 0 15px 0;}
.ft_logo ul {display: flex; flex-direction: row; justify-content: center;}
.ft_logo ul li {height: 25px; margin-right: 20px;}
.ft_logo ul li:last-child {margin-right: 0;}
.ft_logo ul li img {height: 100%;}

.ft_copy {font-size: 12px; font-weight: 300; color:#666; line-height: 20px; }
.ft_copy span {color:#aaa;}
.ft_copy a {color:#aaa;}
.ft_btn a {display: block;text-align: center; width: 140px; height: 30px; line-height: 30px; color:#fff!important; background: #333; border-radius: 3px; margin: 20px auto 0 auto; font-size: 10px; transition: all 0.3s}
.ft_btn a:hover {background: #0932a9;}

#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:#0932a9;background:#0932a9;color:#fff}

.nblog_logo {display: block; margin:15px auto; border:1px solid #ddd; width:160px; height:45px; line-height: 45px;}

#f_link_btn {margin: 15px 0;}

@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}
}
