@charset "utf-8";

html {
  font-size: 62.5%;
}
body {
  background: #fff;
  color: #333;
  font-size: 16px;
  font-size: 1.6rem;
}
a {
  color: #1f7fe8;
  text-decoration: underline;
}
a:hover {
  color: #579be6;
  text-decoration: none;
}
img {
  width: 100%;
}
html, body, h1, h2, h3, h4, h5, h6, form, input, select {
  font-family: -apple-system, BlinkMacSystemFont, Avenir, "Helvetica Neue", Helvetica,
  Meiryo, "Original Yu Gothic", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN",
  Verdana, "M+ 1p", sans-serif;
}
