@charset "utf-8";

* {
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

body {
  text-align: center;
  margin: 0px;
  padding: 0px;
  background-color: #fff;
  -webkit-text-size-adjust: 100%;
  font-size: 1.4rem;
  font-family: "游ゴシック", YuGothic, "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  font-weight: 500;
  color: #222;
}

img {
  max-width: 100%;
  height: auto;
}

figure {
  margin: 0;
}

form {
  margin: 0;
  padding: 0;
}
