@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap');
*, *::before, *::after {
    box-sizing: border-box;
}

body {
    padding: 0;
    margin: 0;
    width: 100%;
    height: 100%;
    background: #F1F3F4 0% 0% no-repeat padding-box;
    overflow: overlay;
    font-family: "Noto Sans JP", sans-serif;
    user-select: none;
}

dl, ol, ul {
    margin-top: 0;
}

a {
    text-decoration: none;
}
