/*Content CSS*/
footer {width:100%; background-color:#f1f1f1; padding:30px 20px; clear:both; border-top: 1px solid #ddd;}
.footer_con {width: 100%; margin: 0 auto; text-align: center;}
.ft_logo {display: inline-block;  text-align:center; margin:0 0 0 0; height:45px;}
.ft_logo img {height:100%;}
/* .ft_logo img {max-width:100px;} */
.ft_copy {font-size: 12px; font-weight: 300; color:#666; line-height: 20px; }
.ft_copy span {color:#aaa;display: block; margin-top:10px;}
.ft_btn a {display: block;text-align: center; width: 70%; height: 30px; line-height: 30px; color:#fff;     background: #ccc; border-radius: 3px; margin: 20px auto 0 auto; font-size: 10px; transition: all 0.3s}
.ft_btn a:hover {background: #09c7bc;}

#top_btn {position:fixed;bottom:20px;right:20px;width:50px;height:50px;line-height:46px;border:2px solid #ccc;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:#fc0303;background:#fc0303;color:#fff}

.ft_info {display: flex; flex-wrap:wrap; justify-content: center; margin-bottom:10px;}
.ft_info li {margin-right:15px; font-size:14px; font-weight: 600; color:#333;}
.ft_info li:last-child {margin-top:5px; width:100%;}
.ft_info li b {display: inline-block; font-size:14px; font-weight: 600; color:#09c7bc; margin-right:5px;}

.ft_sns {margin:15px 0; display: flex; justify-content: center;}
.ft_sns li {margin-left:15px;}
.ft_sns li:first-child {margin-left: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}
}
