@charset "UTF-8";

/* ==============================
   BLOG THEME: “PHILOSOPHY TO HUMANITY”
   ============================== */

body {
  font-family: 'Noto Sans JP', 'Hiragino Sans', sans-serif;
  color: #222;
  background-color: #fafafa;
  line-height: 1.8;
}

h1 {
  font-size: 2.1rem;
  font-weight: 700;
  color: #1a3858;
  margin-bottom: 1.2rem;
  border-left: 6px solid #f5b700;
  padding-left: 10px;
}

h2 {
  font-size: 1.4rem;
  font-weight: 600;
  margin-top: 2rem;
  color: #333;
}

blockquote {
  font-style: italic;
  border-left: 4px solid #f5b700;
  padding-left: 1rem;
  color: #555;
  background: #fffbea;
  border-radius: 4px;
}

.hero-section {
  background: linear-gradient(135deg, #f5b700 0%, #ffd56b 100%);
  color: #fff;
  padding: 4rem 2rem;
  text-align: center;
  border-radius: 16px;
}

footer {
  margin-top: 4rem;
  text-align: center;
  color: #999;
  font-size: 0.85rem;
}
