/* フッター */
footer {
    background-color: #223a70;
    color: whitesmoke;
    width: 100%;
    
}
        
.footer-menu-list li {
    list-style-type: none;
}

.footer-menu {
    text-align: center;
    
}

.footer-menu-list a {
   
    padding: 15px 25px;
    text-decoration: none;
    display: inline-block;
    margin-bottom: 10px; 
    background-color: #223a70;
    color: white;
    
  }



.sns-btn {
    text-align: center;
    margin-top:20px;
    
}


.copyright {
    text-align: center;
}



.sns-btn img {
    background-color: #223a70;
    color: white;
    
    height: 50px;
    width: 50px;
   
}



