/*!
 * サイト内で実際に使用しているFont Awesomeアイコンのみを含むサブセットCSSです。
 * 生成元: Font Awesome Free 6.2.0 (https://fontawesome.com) License: Font Awesome Free License
 * cdnjsから読み込んでいた all.min.css (18.2KB / 未使用17.9KB) の代替。
 * 新しいアイコンを使う場合はこのファイルの再生成が必要です（対応表はサイト内ドキュメント参照）。
 */
@font-face {
  font-family: "Font Awesome 6 Free";
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url("fa-solid-900.woff2") format("woff2"),
       url("fa-solid-900.ttf") format("truetype");
}
@font-face {
  font-family: "Font Awesome 6 Free";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("fa-regular-400.woff2") format("woff2"),
       url("fa-regular-400.ttf") format("truetype");
}
/* 旧クラス名(FontAwesome / Font Awesome 5 Free)を参照している既存CSS(new_style.css, argon.min.css)向けの別名 */
@font-face {
  font-family: "FontAwesome";
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url("fa-solid-900.woff2") format("woff2"),
       url("fa-solid-900.ttf") format("truetype");
}
@font-face {
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url("fa-solid-900.woff2") format("woff2"),
       url("fa-solid-900.ttf") format("truetype");
}

.fa, .fas, .far, .fa-solid, .fa-regular {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-style: normal;
  display: inline-block;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}
.far, .fa-regular { font-weight: 400; }

.fa-2x { font-size: 2em; }
.fa-fw { width: 1.25em; text-align: center; }

/* solid (fas / fa-solid / 無印fa) */
.fa-arrow-down:before { content: "\f063"; }
.fa-bar-chart:before,
.fa-chart-column:before { content: "\e0e3"; }
.fa-book:before { content: "\f02d"; }
.fa-caret-right:before { content: "\f0da"; }
.fa-chevron-down:before { content: "\f078"; }
.fa-key:before { content: "\f084"; }
.fa-list:before { content: "\f03a"; }
.fa-mobile:before,
.fa-mobile-screen-button:before { content: "\f3cd"; }
.fa-print:before { content: "\f02f"; }
.fa-arrow-circle-right:before,
.fa-circle-arrow-right:before { content: "\f0a9"; }
.fa-question-circle:before,
.fa-circle-question:before { content: "\f059"; }
.fa-exclamation-triangle:before,
.fa-triangle-exclamation:before { content: "\f071"; }
.fa-sitemap:before { content: "\f0e8"; }
.fa-chart-bar:before { content: "\f080"; }
.fa-circle-xmark:before { content: "\f057"; }
.fa-download:before { content: "\f019"; }
.fa-edit:before,
.fa-pen-to-square:before { content: "\f044"; }
.fa-file-lines:before { content: "\f15c"; }
.fa-glass-cheers:before { content: "\f79f"; }
.fa-hand-point-right:before { content: "\f0a4"; }
.fa-map-marker-alt:before { content: "\f3c5"; }
.fa-search:before { content: "\f002"; }
.fa-sign-out-alt:before { content: "\f2f5"; }
.fa-user:before { content: "\f007"; }
.fa-camera:before { content: "\f030"; }
.fa-file-arrow-up:before { content: "\f574"; }
.fa-scale-balanced:before { content: "\f24e"; }
.fa-plus:before { content: "\2b"; }
.fa-minus:before { content: "\f068"; }

/* regular (far / fa-regular / 旧FA4の-oサフィックス) */
.fa-address-book:before { content: "\f2b9"; }
.fa-address-card:before { content: "\f2bb"; }
.fa-building:before { content: "\f1ad"; }
.fa-calendar-alt:before,
.fa-calendar-days:before { content: "\f073"; }
.fa-list-alt:before { content: "\f022"; }
.fa-eye-slash:before { content: "\f070"; }
.fa-paper-plane-o:before,
.fa-paper-plane:before { content: "\f1d8"; }
.fa-pencil-square-o:before { content: "\f044"; }

/* new_style.css / argon.min.css が content:"\fXXX" で直接参照しているコードポイント(クラス不要) */
/* \f054 chevron-right, \f0a9 circle-arrow-right, \f105 angle-right,
   \f303 pencil, \f067 plus, \f068 minus, \f102 angles-up は
   上記フォントに含まれているため、既存CSSの記述のまま動作します */
