@import url('https://fonts.googleapis.com/css?family=Noto+Serif+JP&display=swap');
.font-notoserif {
 font-family: 'Noto Serif JP', serif;
}

@font-face {
  font-family: 'gllc';
  src: url('/assets/font/gllc.eot');
  src: url('/assets/font/gllc.eot') format('embedded-opentype'),
       url('/assets/font/gllc.woff2') format('woff2'),
       url('/assets/font/gllc.woff') format('woff'),
       url('/assets/font/gllc.ttf') format('truetype'),
       url('/assets/font/gllc.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'gllc';
    src: url('../font/gllc.svg?89614300#gllc') format('svg');
  }
}
*/
 
 [class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "gllc";
  font-style: normal;
  font-weight: normal;
  speak: none;
 
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
 
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
 
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
 
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
 
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
 
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
 
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
 
.icon-left-open-mini:before { content: '\e800'; } /* '' */
.icon-right-open-mini:before { content: '\e801'; } /* '' */
.icon-up-open-mini:before { content: '\e802'; } /* '' */
.icon-down-open-big:before { content: '\e803'; } /* '' */
.icon-left-open-big:before { content: '\e804'; } /* '' */
.icon-right-open-big:before { content: '\e805'; } /* '' */
.icon-up-open-big:before { content: '\e806'; } /* '' */
.icon-down-dir:before { content: '\e807'; } /* '' */
.icon-left-dir:before { content: '\e808'; } /* '' */
.icon-right-dir:before { content: '\e809'; } /* '' */
.icon-up-dir:before { content: '\e80a'; } /* '' */
.icon-minus:before { content: '\e80b'; } /* '' */
.icon-mail:before { content: '\e80c'; } /* '' */
.icon-plus:before { content: '\e80d'; } /* '' */
.icon-popup-2:before { content: '\e80e'; } /* '' */
.icon-play:before { content: '\e810'; } /* '' */
.icon-down-open-mini:before { content: '\e812'; } /* '' */
.icon-up-open:before { content: '\e813'; } /* '' */
.icon-right-open:before { content: '\e814'; } /* '' */
.icon-left-open:before { content: '\e815'; } /* '' */
.icon-down-open:before { content: '\e816'; } /* '' */
.icon-home:before { content: '\e817'; } /* '' */
.icon-home-1:before { content: '\e819'; } /* '' */
.icon-arrow:before { content: '\e81a'; } /* '' */
.icon-popup-1:before { content: '\e81b'; } /* '' */
.icon-circle:before { content: '\e81c'; } /* '' */
.icon-record-outline:before { content: '\e81d'; } /* '' */
.icon-dot:before { content: '\e81e'; } /* '' */
.icon-right-dir-2:before { content: '\e81f'; } /* '' */
.icon-popup:before { content: '\e820'; } /* '' */
.icon-video-1:before { content: '\e821'; } /* '' */
.icon-square:before { content: '\e822'; margin-left: -0.05rem; } /* '' */
.icon-circle-empty:before { content: '\f10c'; } /* '' */
.icon-file-pdf:before { content: '\f1c1'; } /* '' */
.icon-file-word:before { content: '\f1c2'; } /* '' */
.icon-file-excel:before { content: '\f1c3'; } /* '' */
.icon-file-powerpoint:before { content: '\f1c4'; } /* '' */

