*,
*::before,
*::after {
  box-sizing: border-box;
  -webkit-appearance: none;
}

input[type="button"],input[type="text"],input[type="submit"],input[type="image"],textarea {
  -webkit-appearance: none;
  border-radius: 0;
  -webkit-border-radius: 0;
}

html {
  font-size: 14px;
}

body {
  font-size: 14px;
  font-family: “Century Gothic”, CenturyGothic, -apple-system, BlinkMacSystemFont, “Helvetica Neue”, YuGothic, “ヒラギノ角ゴ ProN W3”, Hiragino Kaku Gothic ProN, Arial, “メイリオ”, Meiryo, sans-serif;
  line-height: 1.5;
}
