@supportsで、ブラウザのCSSプロパティサポート状況に応じて、ルールを切り替える。
@supports (display: flex) { .flexbox { display: flex; } }