@charset "UTF-8";

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

body,
html {
  height: 100%;
}

body {
  color: #575757;
  margin-top: 80px;
  /* font-family: focoregular, "Microsoft JhengHei", "Apple LiSong"; */
  font-family: "メイリオ", "Meiryo", "Hiragino Kaku Gothic Pro",
    "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "MS P Gothic", "Osaka", sans-serif;
  font-size: 16px;
  line-height: 1.5;
}

