>>723
:not() で適用させたくない対象を除外

input:not([type="checkbox"])

https://developer.mozilla.org/ja/docs/Web/CSS/%3Anot