body {
  margin: 0;
  font-family: "UD デジタル 教科書体", "游ゴシック", sans-serif;
  background: #eef2f7;
  color: #444;
}

.links-container {
  max-width: 600px;
  margin: 80px auto;
  padding: 40px;
  background: rgba(255,255,255,0.85);
  border-radius: 10px;
  text-align: center;
}

h1 {
  letter-spacing: 0.3em;
  font-weight: normal;
}

.note {
  font-size: 0.9rem;
  color: #777;
  margin-bottom: 30px;
}

/* リンク一覧 */
.link-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.link-list li {
  margin: 18px 0;
}

.link-list a {
  text-decoration: none;
  color: #566687;
  font-size: 1rem;
  letter-spacing: 0.1em;
}

.link-list a:hover {
  text-decoration: underline;
}

/* 戻る */
.back {
  margin-top: 40px;
}

.back a {
  text-decoration: none;
  color: #666;
}
