*,
*::before,
*::after {
  box-sizing: border-box;
}

body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  max-width: 800px;
  margin: 0 auto;
  padding: 2rem 1.5rem;
  color: #333;
  line-height: 1.7;
}

h1 {
  font-size: 1.8rem;
  margin-bottom: 0.5rem;
}

h2 {
  font-size: 1.2rem;
  margin-top: 2rem;
  border-bottom: 1px solid #eee;
  padding-bottom: 0.3rem;
}

p,
li {
  font-size: 0.95rem;
}

ul {
  padding-left: 1.5rem;
}

a {
  color: #4a90d9;
}

/* 戻るリンク等のナビゲーション */
nav {
  margin-bottom: 2rem;
  font-size: 0.9rem;
}

nav a {
  color: #555;
  text-decoration: none;
}

/* 日付などのメタ情報 */
small {
  display: block;
  color: #888;
  font-size: 0.85rem;
  margin-bottom: 2rem;
}

/* Google Play ボタン等 */
a[role="button"] {
  display: inline-block;
  background: #000;
  color: #fff;
  padding: 0.6rem 1.4rem;
  border-radius: 8px;
  text-decoration: none;
  font-size: 0.95rem;
}

/* アウトラインボタン（Web 版リンク等） */
a[role="button"].outline {
  background: transparent;
  color: #333;
  border: 1.5px solid #333;
}

/* 複数ボタンを横並びにするコンテナ */
.button-group {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  align-items: center;
}

/* ページ下部のリンク群 */
footer {
  margin-top: 3rem;
  padding-top: 1rem;
  border-top: 1px solid #eee;
}

footer small {
  display: flex;
  gap: 1.5rem;
}

footer a {
  color: #555;
  font-size: 0.9rem;
  text-decoration: none;
}
