@charset 'utf-8';

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

body {
  font-family: "fot-tsukuardgothic-std" ,sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 2.0;
  color:#524137;
  text-size-adjust: 100%;
}

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

a {
  text-decoration: none;
  color:#fff;
}

p {
  line-height: 2.0;
}