/* フォント指定 */
body {
    font-family: 'Inter', 'Noto Sans JP', 'Yu Gothic', 'Hiragino Kaku Gothic Pro', 'Hiragino Sans', Meiryo, Osaka, Arial, 'MS PGothic', sans-serif !important;
}

/* ボタンホバー時 */
a:hover {
  opacity: 1;
}

a.flowchart__link-btn1:hover  {
  opacity: .6;
}