@charset "UTF-8";
html, ::before, ::after {
    font-family: sans-serif;
    font-size: 16px;
    line-height: 1.5;
}
*, ::before, ::after {
    box-sizing: border-box;
}
body {
    margin: 0;
}
img {
    max-width: 100%;
    height: auto;
    vertical-align: bottom;
}