@charset "utf-8";

*,*::before,*::after {
  box-sizing: border-box;
  /*選択状態にさせない*/
　/*   user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none; */
}

body,
p,
figure,
blockquote,
dl,dd{margin: 0;}
h1,h2,h3,h4{margin: 0;font-size: inherit;font-weight: inherit;}
ul,ol{list-style: none;padding: 0;margin: 0;}
body{min-height: 100vh;text-rendering: optimizeSpeed;}
img,picture{max-width: 100%;width: 100%; height: auto; display: block;}
input,button,textarea,select {font: inherit;color: inherit;}
input,button,textarea{padding: 0;}
label,select{cursor: pointer;}