* {
  box-sizing: border-box;
}
body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  color: #353537;
  line-height: 1.8;
  background: #fff;
  overflow-x: hidden;
}

ul {
  list-style: none;
}

a,
a:visited {
  color: #353537;
  text-decoration: none;
}

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