@charset "utf-8";

/* Reset CSS */
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    list-style: none;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
p,
figure,
address {
    margin: 0;
    padding: 0;
    border: 0;
    background: transparent;
}

ul,
ol {
    list-style: none;
}

img {
    vertical-align: bottom;
}

a {
    text-decoration: none;
}

address {
    font-style: normal;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}