@font-face {
  font-family: "Font Awesome 6 Free";
  src: url("../webfonts/fa-solid-900.woff2") format("woff2");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Font Awesome 6 Brands";
  src: url("../webfonts/fa-brands-400.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

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

.fa-brands,
.fab {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
  font-style: normal;
  line-height: 1;
  display: inline-block;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}

.fa::before,
.fa-solid::before,
.fas::before,
.fa-brands::before,
.fab::before {
  display: inline-block;
}


/* --------------------------------------
アイコン一覧
---------------------------------------*/

/* 電話 */
.fa-phone::before {
  content: "\f095";
}
.fa-headset::before {
  content: "\f590";
}

/* メール */
.fa-envelope::before {
  content: "\f0e0";
}


/* 矢印 */
.fa-chevron-right::before {
  content: "\f054";
}
.fa-chevron-left::before {
  content: "\f053";
}

/* リスト */
.fa-list-ul::before {
  content: "\f0ca";
}

/* sns */
.fa-line::before {
  content: "\f3c0";
}

/* 車 */
.fa-car-rear::before {
  content: "\f5de";
}
.fa-car-side::before {
  content: "\f5e4";
}