@charset "utf-8";

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

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

ol, ul {
  list-style: none;
  list-style-type: none;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  max-width: 100%;
  vertical-align: middle;
}

html, body, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, div, span, a, table, tr, th, td {
  font-family: "メイリオ", sans-serif;
  font-weight: 500;
  line-height: 1.5;
  color: #000000;
  margin: 0;
  padding: 0;
}

header, footer, nav, section, article, aside, figure, figcaption {
  display: block;
}

