@charset "utf-8";
html, body, div, span, h1, h2, h3, h4, h5, h6, p, pre,
em, img, small, strong, sub, sup, var, b, i,
dl, dt, dd, ol, ul, li, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin:0;
  padding:0;
  border:0;
  outline:0;
  font-size:100%;
  vertical-align:baseline;
  background:transparent;
}
html {
  scroll-behavior: smooth;
}
body {
  font-family: "游ゴシック", "Yu Gothic", "メイリオ", "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  font-size: 1rem;
  color: #333;
  line-height: 1.6;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}
hr {
  display:block;
  height:1px;
  border:0;
}
table {
  border-collapse:collapse;
  border-spacing:0;
}
ul, ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
a {
  display: block;
  margin:0;
  padding:0;
  color: initial;
  font-size:100%;
  text-decoration: none;
}
button {
  padding: 0;
  font-family: "游ゴシック", "Yu Gothic", "メイリオ", "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  font-size: inherit;
  color: initial;
  background: none;
  border: none;
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}