.budoux {
  word-break: keep-all;   /* これがないとブラウザ標準の改行が優先されてしまう */
  overflow-wrap: anywhere; /* 長いURLなどが来たときのはみ出し防止 */
}
