@charset "UTF-8";
:root {
  --customer: #0468BF;
  --customer-text-color: #fff;
}
body {
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  -webkit-appearance: none;
  -webkit-text-size-adjust: 100%;
}
