*, :after, :before {
  box-sizing: inherit;
  outline: 0
}
body, html, img {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit
}
body, html {
  vertical-align: baseline;
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%
}
a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, i, iframe, ins, kbd, label, legend, li, main, mark, menu, nav, object, ol, output, p, picture, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video {
  margin: 0;
  padding: 0;
  border: 0;
  box-sizing: inherit;
  font: inherit;
  vertical-align: baseline
}
img {
  box-sizing: inherit
}
article, aside, audio, canvas, details, dialog, figcaption, figure, footer, header, main, menu, nav, picture, progress, section, video {
  display: block
}
body {
  background-color: #fff;
  line-height: 1;
  color: #000;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400
}
ol, ul {
  list-style: none
}
blockquote, q {
  quotes: none
}
blockquote:after, blockquote:before, q:after, q:before {
  content: none
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  empty-cells: show
}
button, img, input, select, svg, textarea {
  vertical-align: middle
}
button, input, optgroup, select, textarea {
  font: inherit
}
button, input, select, textarea {
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent;
  border-style: none;
  color: inherit
}
input::-ms-clear, input::-ms-reveal, input:focus::-ms-clear, input:focus::-ms-reveal {
  visibility: hidden
}
textarea {
  overflow: auto;
  resize: none
}
a {
  color: inherit;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects
}
img {
  line-height: 0;
  width: 100%;
  max-width: 100%
}
input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px #fff inset
}