/* footer */
footer {
  background-color: #17224E;
  color: #fff;
  text-align: center;
  padding: 20px 10px;
  font-family: 'Arial', 'Noto Sans JP', sans-serif;
}

.footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
}

.footer-links a {
  text-decoration: none;
  color: #fff;
  font-size: 0.7rem;
}

.footer-links a:hover {
  color: #8c98cd;
}

footer p {
  font-size: 12px;
  margin-top: 10px;
  color: #ccc;
}