/* =====================================================
  normalize-lite.css（GLHF用に最適化済み）
===================================================== */
@charset "UTF-8";

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

html {
  scroll-behavior: smooth;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

body {
  margin: 0;
}

h1, h2, h3, h4, h5, h6, p {
  margin: 0;
  font-weight: inherit;
}

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

ol, ul {
  padding: 0;
  margin: 0;
  list-style: none;
  box-sizing: border-box;
}

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

button, input, select, textarea {
  font: inherit;
  background: none;
  border: none;
  padding: 0;
}