/* フォントを統一: すべてのテキストで Open Sans を使用 */
body {
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
}
