@charset "utf-8";
/* ==================================================
リセットCSS
================================================== */
button[type="reset"] {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
button:disabled {
  background-color: hwb(0 100% 30% / 1);
  border: 3px solid hwb(0 100% 40% / 1);
  color: hwb(0 100% 10% / 1);
  pointer-events: none;
}
