@charset "UTF-8";
/* CSS Document フッター */

@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.0/css/all.min.css');

.site-footer {
  background: #2c3e50;
  color: #ecf0f1;
  padding: 40px 20px 20px;
  font-family: 'Helvetica Neue', sans-serif;
}

.footer-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1100px;
  margin: auto;
}

.footer-logo h2 {
  font-size: 24px;
  margin-bottom: 10px;
	color:white;
}

.footer-links, .footer-social {
  margin-top: 20px;
}

.footer-links h4, .footer-social h4 {
  margin-bottom: 10px;
}

.footer-links ul {
  list-style: none;
  padding: 0;
}

.footer-links ul li {
  margin-bottom: 8px;
}

.footer-links ul li a {
  color: #bdc3c7;
  text-decoration: none;
  transition: color 0.3s;
}

.footer-links ul li a:hover {
  color: #1abc9c;
}

.social-icons a {
  color: #ecf0f1;
  margin-right: 15px;
  font-size: 20px;
  transition: color 0.3s;
}

.social-icons a:hover {
  color: #1abc9c;
}

.footer-bottom {
  text-align: center;
  margin-top: 30px;
  font-size: 14px;
  border-top: 1px solid #34495e;
  padding-top: 15px;
}
