@charset "utf-8";

/*======================================================
 * font.css (SP)
 *
 * 著作権：Copyright Japan System Techniques Co., Ltd. All Rights Reserved.
 * 会社名：日本システム技術株式会社
======================================================*/

/*======================================================
　* フォント設定
======================================================*/

/*===== 標準 =====*/

* {
    font-family: sans-serif;
}

/*===== ボタン用オリジナルフォント =====*/

@font-face {
    font-family: "unipa_mobile";
    src: url("../../fonts/unipa_mobile.ttf") format("truetype");
    src: url("../../fonts/unipa_mobile.eot");
    src: url("../../fonts/unipa_mobile.eot?#iefix") format('embedded-opentype'),
        url("../../fonts/unipa_mobile.woff2") format('woff2'),
        url("../../fonts/unipa_mobile.woff") format('woff');
    font-style: normal;
    font-weight: normal;
}
