/* reset.css */

*,
*::before,
*::after {
  box-sizing: border-box;
}

body {
  margin: 0;
}
@media screen and ( max-width:430px ){
  body {
    font-size: 14px;
  }
}
h1,h2,h3,h4,h5,h6,
p,ul,ol,li,dl,dt,dd,
figure,blockquote {
  margin: 0;
  padding: 0;
}

ul,ol {
  list-style: none;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
  width: 100%;
}