@charset "utf-8";
body,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
li,
p,
div,
dl {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  color: #343833;
  line-height: 1;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ",
    "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
}
a {
  color: inherit;
  text-decoration: none;
}
ul {
  list-style: none;
}
img {
  width: 100%;
  border: none;
  vertical-align: bottom;
}

button {
  padding: 0;
  border: none;
  background-color: transparent;
  outline: none;
  cursor: pointer;

  appearance: none;
}
