@charset "utf-8";
/* リセットCSS */

*, ::before, ::after{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
ul,
ol{
    list-style: none;
}
a{
    color: inherit;
    text-decoration: none;
}
