@charset "UTF-8";
html {
  font-size: 62.5%;
}

@media screen and (max-width: 1440px) {
  html {
    font-size: 0.6944444444vw;
  }
}
@media screen and (max-width: 768px) {
  html {
    font-size: 2.6666666667vw;
  }
}
body {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  color: #222;
  line-height: 1.5;
  font-size: 1.6rem;
  box-sizing: border-box;
  letter-spacing: 0.03rem;
}

@media screen and (max-width: 768px) {
  body {
    font-weight: 600;
    line-height: 2;
    font-smoothing: antialiased;
  }
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, input, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}

h1, h2, h3 {
  font-weight: 500;
  line-height: 1.5;
}

p {
  line-height: 2;
}

@media screen and (max-width: 768px) {
  p {
    line-height: 1.8;
  }
}
button {
  background: transparent;
  border: none;
}

a {
  text-decoration: none;
  transition: 0.3s;
  color: #333;
  word-break: break-all;
  cursor: pointer;
}

a:hover {
  opacity: 0.8;
}

a span {
  transition: 0.3s;
}

a .ttl {
  transition: 0.3s;
}

section img {
  vertical-align: middle;
}

img {
  width: 100%;
  height: auto;
  vertical-align: middle;
  backface-visibility: hidden;
}

ul {
  list-style: none;
}

th, td {
  box-sizing: border-box;
}

/* iOSでのデフォルトスタイルをリセット */
input[type=submit], input[type=button] {
  appearance: button;
  box-sizing: border-box;
  cursor: pointer;
  color: #fff;
  width: auto;
  padding: 0.8rem 3.2rem;
  background: transparent;
  color: #333;
}

input[type=submit]:hover {
  color: #0E3460;
}

input[type=submit]::-webkit-search-decoration {
  display: none;
}

input[type=button]::-webkit-search-decoration {
  display: none;
}

input[type=submit]::focus, input[type=button]::focus {
  outline-offset: -2px;
}

input[type=checkbox], input[type=radio] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: none;
}

/* セレクトリセット */
select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border-radius: 0;
  border: 0;
  margin: 0;
  padding: 0;
  background: none transparent;
  vertical-align: middle;
  font-size: inherit;
  color: inherit;
  box-sizing: content-box;
}

h3 {
  font-size: 1.6rem;
}/*# sourceMappingURL=base.css.map */