@charset "utf-8";

* {
  margin: 0;
  padding: 0;
}

body {
  font-size: 16px;
  -webkit-text-size-adjust: 100%;
  font-family: "ヒラギノ角ゴシック ProN", "Hiragino Kaku Gothic ProN", "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, sans-serif;
  font-weight: 500;
  color: #333;
  line-height: 1.6;
  background-color: #fff;
  word-wrap: break-word;
  overflow-wrap: break-word;
  box-sizing: border-box;
}
