/* ============================================
   PDF ONE - Font Awesome 6.4.0 サブセット
   index.html で実際に使用しているアイコンのみを収録。
   アイコンを追加する場合は、Font Awesome の
   all.css から該当の content 値を追記してください。
   ============================================ */

@font-face {
    font-family: "Font Awesome 6 Free";
    font-style: normal;
    font-weight: 900;
    /* アイコンフォントは swap だと一瞬別の字形が出るため block */
    font-display: block;
    src: url("../webfonts/fa-solid-900.woff2") format("woff2");
}

@font-face {
    font-family: "Font Awesome 6 Brands";
    font-style: normal;
    font-weight: 400;
    /* アイコンフォントは swap だと一瞬別の字形が出るため block */
    font-display: block;
    src: url("../webfonts/fa-brands-400.woff2") format("woff2");
}

.fas,
.fab {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-rendering: auto;
}

.fas { font-family: "Font Awesome 6 Free"; font-weight: 900; }
.fab { font-family: "Font Awesome 6 Brands"; font-weight: 400; }

.fas::before,
.fab::before {
    content: var(--fa);
}

.fa-apple { --fa: "\f179"; }
.fa-arrows-alt { --fa: "\f0b2"; }
.fa-bullseye { --fa: "\f140"; }
.fa-cc-amazon-pay { --fa: "\f42d"; }
.fa-cc-apple-pay { --fa: "\f416"; }
.fa-cc-jcb { --fa: "\f24b"; }
.fa-cc-mastercard { --fa: "\f1f1"; }
.fa-cc-visa { --fa: "\f1f0"; }
.fa-check { --fa: "\f00c"; }
.fa-comment-dots { --fa: "\f4ad"; }
.fa-copy { --fa: "\f0c5"; }
.fa-eraser { --fa: "\f12d"; }
.fa-eye { --fa: "\f06e"; }
.fa-file-circle-plus { --fa: "\e494"; }
.fa-file-export { --fa: "\f56e"; }
.fa-file-lines { --fa: "\f15c"; }
.fa-file-pdf { --fa: "\f1c1"; }
.fa-font { --fa: "\f031"; }
.fa-image { --fa: "\f03e"; }
.fa-images { --fa: "\f302"; }
.fa-language { --fa: "\f1ab"; }
.fa-laptop { --fa: "\f109"; }
.fa-lock { --fa: "\f023"; }
.fa-microchip { --fa: "\f2db"; }
.fa-object-group { --fa: "\f247"; }
.fa-pen-nib { --fa: "\f5ad"; }
.fa-print { --fa: "\f02f"; }
.fa-rotate { --fa: "\f2f1"; }
.fa-shapes { --fa: "\f61f"; }
.fa-shield-alt { --fa: "\f3ed"; }
.fa-shopping-cart { --fa: "\f07a"; }
.fa-signature { --fa: "\f5b7"; }
.fa-sort-amount-down { --fa: "\f160"; }
.fa-wallet { --fa: "\f555"; }
.fa-wifi { --fa: "\f1eb"; }
.fa-windows { --fa: "\f17a"; }
