@charset "utf-8";

/* ====================
  基本設定リセット
==================== */
*,
::before,
::after {
  box-sizing: border-box;
  min-width: 0;
}

html, body, div, span, figure,
h1, h2, h3, h4, h5, h6, p, blockquote, pre, iframe,
a, abbr, acronym, address, img, strong, sub, sup, form,
dl, dt, dd, ul, ol, li, table, tr, td, dl {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}

body {
  line-height: 1.5;
}

main {
  display: block;
}

h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  font-weight: inherit;
}

p {
  font-size: inherit;
  line-height: 1.6em;
}

address {
  font-style: inherit;
}

img, picture, video, canvas {
  display: block;
  max-width: 100%;
}

input, button, textarea, select {
  font: inherit;
}
/* ====================
  基本設定リセットここまで
==================== */