@charset "UTF-8";

/*!
 * Icons v1.11.1
 * ローカル読込用
 * このindex.htmlで使用しているアイコンのみ定義
 */

@font-face {
    font-display: block;
    font-family: "local-icons";
    src:
        url("./fonts/icons.woff2") format("woff2"),
        url("./fonts/icons.woff") format("woff");
}

.bi::before,
[class^="bi-"]::before,
[class*=" bi-"]::before {
    display: inline-block;
    font-family: "local-icons" !important;
    font-style: normal;
    font-weight: normal !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    vertical-align: -0.125em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* index.html内で使用中のアイコン */
.bi-bookmark-check::before {
    content: "\f196";
}

.bi-file-earmark-text::before {
    content: "\f38b";
}

.bi-arrow-repeat::before {
    content: "\f130";
}

.bi-shield-check::before {
    content: "\f52f";
}

.bi-people::before {
    content: "\f4d0";
}

.bi-chevron-up::before {
    content: "\f286";
}
