@charset "utf-8";

html{
  font-size: 62.5%;
}
body{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  color: #333;
}
ul,ol{
  list-style: none;
  padding: 0;
}
a{
  text-decoration: none;
}
img{
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
