footer a {
  color: #FFFFFF !important;
  text-decoration: none; /* 下線が不要な場合 */
}

footer a:hover {
  color: #FFFFFF !important; /* ホバー時の色（お好みで） */
}