/* Roboto 500 を読み込む（一番上の行に置く） */
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@500&display=swap');

/* ブログ記事カードのタイトル */
.hfe-post-title,
.hfe-post-title a {
  font-family: "Roboto", sans-serif !important;
  font-size: 28px !important;
  font-weight: 500 !important;
}

#sec-kochkurs .elementor-column,
#sec-kochkurs .elementor-widget-wrap,
#sec-kochkurs .elementor-widget-text-editor {
  min-height: 0 !important;
  height: auto !important;
}
#sec-kochkurs .elementor-widget-text-editor {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}