@charset "utf-8";
main {
  font-family: Helvetica, Arial, Meiryo, 'Hiragino Kaku Gothic ProN', 'Hiragino Sans', system-ui, sans-serif;
}
a {
  text-decoration: none;
  color: inherit;
}
select,buton,input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;  background: transparent;
  border: none;
}
select::-ms-expand {
  display: none;
}