body, html {
    font-family: 'BIZ UD Gothic', sans-serif;
    background-color: #ffffff; /* 背景色を白に設定 */
    color: #333;
    margin: 0;
    padding: 0;
    font-size: 16px;
    scroll-behavior: smooth;
}

a {
    text-decoration: none;
}
