@charset "utf-8";

body {
  font-family: "Roboto", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #000;
  background: #fff;
  font-size: 16px;
  line-height: 1.6;
  /*word-break: break-all;*/
  overflow-wrap: break-word;
}
.mac body {
  font-size: 16px;
}

@media only screen and (max-width: 768px) {
  body {
    font-size: 14px;
    position: relative;
    -webkit-appearance: none;
    -webkit-text-size-adjust: 100%;
  }
}

h1 {
  position: relative;
  top: 0;
  left: 0;
}

video {
  height: auto;
}