@charset "utf-8";
*,
*::before,
*::after {
  box-sizing: boder-box;
}
body {
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ",
    Meiryo, "ＭＳ Ｐゴシック", Arial, Verdana, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.6;
  color: #222;
  text-size-adjust: 100%;
}

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

a {
  text-decoration: none;
  color: #222;
}
