@charset "UTF-8";

.blog-hero-title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 2.2rem;
  color: #1b4d89;
  text-align: center;
  margin: 1.2em 0;
}
.blog-caption {
  font-size: 1.1rem;
  color: #444;
  text-align: center;
  margin-bottom: 1.5em;
}
.blog-content p {
  line-height: 1.9;
  font-size: 1rem;
  margin: 1em 0;
}
