/* CSS Document */

/*https://note.com/side7/n/n6b42713ba2f9*/

body { font-family: sans-serif; }
a { color: inherit; }
*,*::before,*::after{box-sizing:border-box;}
body,h1,h2,h3,h4,p,ul,ol,figure,blockquote,dl,dd{margin:0;}
ul,ol{padding:0;list-style:none;}
body{font-family:sans-serif;}
a{color:inherit;}
table {border-collapse:collapse;border-spacing:0;}
img{/*width:100%;*/ vertical-align: bottom;}
/* for responsive */
@media(prefers-reduced-motion:reduce){
 *{
   animation-duration:.01ms !important;
   animation-iteration-count:1 !important;
   transition-duration:.01ms !important;
   scroll-behavior:auto !important;
 }
}
