@charset "UTF-8";

/* アイキャッチ用タイトル強調 */
.eye-catch-title {
  font-family: "Hiragino Mincho ProN", serif;
  font-size: 2.2rem;
  color: #0a2a43;
  text-align: center;
  font-weight: bold;
  line-height: 1.5;
}

/* キャプション */
.eye-catch-caption {
  font-size: 1.2rem;
  color: #2f4f6f;
  text-align: center;
  margin-top: 10px;
  font-style: italic;
}
