html,body,h1,h2,h3,h4,p,ul,li,dl,dt,dd,a,table,th,td,span,figure {
    margin: 0;
    padding: 0;
    line-height: 1.0;
  font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
}
ul {
    list-style:none;
}
a {
    text-decoration:none;
    color:inherit;
}
img {
    border:none;
    vertical-align:bottom;
    max-width:100%;
    max-height:100%;
}