#footer {
  padding: 30px 0;
  background: #ffffff;
  border-top: 1px solid #e0e0e0;
}

.footer-content {
  max-width: 252px;
  margin: 0 auto;
  text-align: center;
}

.footer-logos {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  margin-bottom: 32px;
}

.footer-logo-chibabank {
  width: 252px;
  height: auto;
}

.footer-copyright {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  color: #666666;
  text-align: center;
}
