@charset "UTF-8";
/*=====強制的に全ての要素に対して指定する=====*/
/*border-radiusを0に（:notでselectだけ除外する）*/
/*
*:not(select) {
  border-radius: 0 !important;
}
*/