@charset "UTF-8";

/*アイコンフォント*/
@font-face {
  font-family: 'icomoon';
  src:  url('../icon_renew/icomoon.eot?lwo58b');
  src:  url('../icon_renew/icomoon.eot?lwo58b#iefix') format('embedded-opentype'),
    url('../icon_renew/icomoon.ttf?lwo58b') format('truetype'),
    url('../icon_renew/icomoon.woff?lwo58b') format('woff'),
    url('../icon_renew/icomoon.svg?lwo58b#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  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-arrow:before {
  content: "\e900" !important;
}
.icon-boxarrow:before {
  content: "\e901" !important;
}
.icon-college:before {
  content: "\e902" !important;
}
.icon-file:before {
  content: "\e903" !important;
}
.icon-globe:before {
  content: "\e904" !important;
}
.icon-ku:before {
  content: "\e905" !important;
}
.icon-magglass:before {
  content: "\e906" !important;
}
.icon-note:before {
  content: "\e907" !important;
}
.icon-pc:before {
  content: "\e908" !important;
}
.icon-sakura:before {
  content: "\e909" !important;
}
.icon-screen:before {
  content: "\e90a" !important;
}
.icon-shirt:before {
  content: "\e90b" !important;
}
.icon-students:before {
  content: "\e90c" !important;
}
.icon-browser:before {
  content: "\e90d" !important;
}
.icon-internet:before {
  content: "\e90e" !important;
}
.icon-memo:before {
  content: "\e90f" !important;
}
.icon-pancilpaper:before {
  content: "\e910" !important;
}
.icon-soudan:before {
  content: "\e911" !important;
}
/*アイコンフォントここまで*/