@charset "UTF-8";

/* ==============================
   BLOG THEME: “HUMBLE LEADERSHIP”
   ============================== */

body {
  font-family: 'Noto Sans JP', 'Hiragino Sans', sans-serif;
  color: #222;
  background-color: #fdfdfd;
  line-height: 1.9;
}

h1 {
  font-size: 2.2rem;
  font-weight: 700;
  color: #143b63;
  margin-bottom: 1.2rem;
  border-left: 6px solid #00a0e9;
  padding-left: 10px;
}

h2 {
  font-size: 1.4rem;
  font-weight: 600;
  color: #333;
  margin-top: 2rem;
}

blockquote {
  border-left: 4px solid #00a0e9;
  background: #eef8ff;
  color: #444;
  padding: 1rem 1.5rem;
  border-radius: 6px;
  font-style: italic;
}

.hero-section {
  background: linear-gradient(135deg, #0071bc 0%, #00a0e9 100%);
  color: #fff;
  padding: 3rem 2rem;
  text-align: center;
  border-radius: 12px;
  box-shadow: 0 3px 10px rgba(0,0,0,0.1);
}

a {
  color: #0071bc;
  text-decoration: none;
  transition: 0.3s;
}
a:hover {
  color: #005f95;
}

footer {
  margin-top: 4rem;
  text-align: center;
  color: #999;
  font-size: 0.85rem;
}
