@import url("normalize.css");
@import url("https://fonts.googleapis.com/css?family=Montserrat:500,700");
html body {
  padding: 0;
  margin: 0;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}
html {
  line-height: 1.6;
  font-size: 16px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic",
    "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", sans-serif;
}
body {
  color: #333;
  background-color: #ffffff;
  -webkit-text-size-adjust: none;
}
ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
p {
  margin: 0;
}
a {
  text-decoration: none;
}
a:hover {
  opacity: 0.7;
}
