@charset "UTF-8";

html {
  font-size: 100%;
}
body {
  font-family: "Helvetica Neue", "Arial", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
  background-color: #dee6ef;
  color: #000;
  font-size: 3vw;
}
a {
  color: #000;
  font-size: 2.9vw;
  text-decoration: underline;
}
img {
  max-width: 100%;
  vertical-align: bottom;
}
li {
  list-style: none;
}
.wrapper {
  width: 100%;
  max-width: 1032px;
  padding: 0 16px;
  margin: 0 auto;
}

.footer {
  position: relative;
  top: 50vh;
  background-color: #813709;
  color: #fff;
  margin-top: 30px;
  padding: 10px 0 20px 0;
}
.footer .copyright {
  text-align: right;
}

/* レスポンシブ対応 */

@media screen and (min-width: 901px) {
  body {
    font-size: 1.2rem;
}
  a {
    font-size: 1rem;
}
}