@font-face {
  font-family: 'icon';
  src:  url('fonts/icon.eot?lgtl80');
  src:  url('fonts/icon.eot?lgtl80#iefix') format('embedded-opentype'),
    url('fonts/icon.ttf?lgtl80') format('truetype'),
    url('fonts/icon.woff?lgtl80') format('woff'),
    url('fonts/icon.svg?lgtl80#icon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-mypage:before {
  content: "\e900";
}
.icon-construction_market:before {
  content: "\e904";
}
.icon-sidebar_sp:before {
  content: "\e90f";
  color: #fff;
}
.icon-dropdown-acc:before {
  content: "\e90e";
  color: #fff;
}
.icon-arrow-event:before {
  content: "\e90d";
}
.icon-change_password:before {
  content: "\e901";
}
.icon-credit_card:before {
  content: "\e902";
}
.icon-dropdown:before {
  content: "\e903";
}
.icon-inquiry:before {
  content: "\e905";
}
.icon-next:before {
  content: "\e906";
}
.icon-page_edit:before {
  content: "\e907";
}
.icon-prev:before {
  content: "\e908";
  color: #e4e5e6;
}
.icon-profile:before {
  content: "\e909";
}
.icon-project_management:before {
  content: "\e90a";
}
.icon-receipts_invoices:before {
  content: "\e90b";
}
.icon-sidebar_pc:before {
  content: "\e90c";
}
