.site-footer {
  margin-top: 40px;
  text-align: left;
  font-size: 0.85rem;
  font-family: "メイリオ UI", Meiryo, sans-serif;
}

/* ナビ部分（白背景想定） */
.footer-nav {
  margin-bottom: 12px;
  text-align: center;
}

/* ★ここが本命 */
.footer-nav a {
  font-size: 0.85rem;
  color: #000000;   /* 黒 */
  text-decoration: none;
  opacity: 1;       /* これを必ず入れる */
}

.footer-nav a:hover {
  text-decoration: underline;
}

/* 注記部分（暗背景） */
.footer-note {
  font-size: 9.5pt;
  color: #cccccc;
  background: linear-gradient(to bottom, #2a2a2a, #1e1e1e);
  border-top: 2px solid #555;
  margin-top: 20px;
  padding: 10px 12px;
}

.footer-note-title {
  font-weight: bold;
  color: #ddd;
  margin-bottom: 4px;
}
