/*==============================================================================

    明朝体（提供サイトURL：http://fonts.jp/hanazono/）

==============================================================================*/

@font-face{ 
    font-family: "Mincho";
    src: url("font/notoserifcjkjp-regular.woff2") format("woff2"),
         url("font/notoserifcjkjp-regular.woff") format("woff"),
         url("font/notoserifcjkjp-regular.otf") format("opentype");
}

/*==============================================================================

    游ゴシック

==============================================================================*/

@font-face {
    font-family: "YuGothic M";
    src: local(Yu Gothic Medium);
}

/*==============================================================================

    游明朝

==============================================================================*/

@font-face {
    font-family: "YuMincho M";
    src: local(Yu Mincho Medium);
}
