@charset "UTF-8";
.font-mincho{
    font-family:
        "游明朝",
        "Yu Mincho",
        "ヒラギノ明朝 ProN W3",
        "Hiragino Mincho ProN",
        "MS P明朝",
        "MS PMincho",
        serif; 
}

.font-gothic{
    font-family:
        "游ゴシック",
        "ヒラギノ角ゴ ProN W3",
        "Yu Gothic",
        "Hiragino Kaku Gothic ProN",
        "メイリオ",
        "Meiryo",
        sans-serif;
}

.font-Noto_Sans_JP{
    font-family: 'Noto Sans JP', sans-serif;
}

.font-Noto_Sans_JP-Black{
    font-family: 'Noto Sans JP Black', sans-serif;
}

.font-Noto_Sans_JP-MINCHO{
    font-family: "Noto Serif JP Black";
}