@font-face {
    font-family: 'Noto Sans JP';
    font-style: normal;
    font-weight: 500;
    src: url('/ConsoleWeb/lib/fonts/NotoSansJP-Medium.ttf') format('truetype');
}
@font-face {
    font-family: 'Noto Sans JP';
    font-style: normal;
    font-weight: 700;
    src: url('/ConsoleWeb/lib/fonts/NotoSansJP-Bold.ttf') format('truetype');
}
.font-color-light-slate-blue {
    color: rgba(139, 144, 178, 1);
}
