/*
* word app sign-in css
*/

html, body {
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

html::-webkit-scrollbar, body::-webkit-scrollbar {
    display: none;
}

body * {
    font-family: 'ms mincho', 'ｍｓ 明朝', 'Noto Serif JP', serif;
}
