@charset "utf-8";

html {
  font-size: 64.5%;
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0px auto;
  min-height: 100vh;
  box-sizing: border-box;
  background-color: var(--color-white);
  color: #3F4041;
  font-size: 1.6rem;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", "Noto Sans Japanese", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeSpeed;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
}
.is-ios body {
  font-size: 1.7rem;
}
@media screen and (min-width: 744px) {
  .is-ios body {
    font-size: 1.8rem;
  }
}
.is-rs body {
  font-size: 1.4rem;
}
body, section, main, div, dl, dt, dd, ul, ol, li,
h1, h2, h3, h4, h5, h6,
pre, code, form, fieldset, legend, figure, figcaption,
input, textarea, p, blockquote, th, td, a {
	margin: 0;
	padding: 0;
}
body * {
  box-sizing: border-box;
}
img, picture, video, canvas, svg {
  display: block;
  max-width: 100%;
  height: auto;
}
table {
	border-spacing: 0;
}
fieldset, img {
	border: 0;
}
address, caption, cite, code, dfn, em, strong, th, var {
	font-style: normal;
	font-weight: normal;
}
input, button, textarea, select, a {
  font: inherit;
}
button {
  cursor: pointer;
  background: none;
  border: none;
}
ul, ol {
  list-style: none;
}
:focus-visible {
  outline: 2px solid #A7A7A8;
  outline-offset: 2px;
}
table {
	border-spacing: 0;
}
