@font-face {
  font-family: 'iconfont';

  /*サーバーにアップロードした fontsフォルダーのURLを指定*/
  src: url('../logstorage_icons/iconfont.eot?vviofn');
  src: url('../logstorage_icons/iconfont.eot?vviofn#iefix') format('embedded-opentype'),
    url('../logstorage_icons/iconfont.ttf?vviofn') format('truetype'),
    url('../logstorage_icons/iconfont.woff?vviofn') format('woff'),
    url('../logstorage_icons/iconfont.svg?vviofn#iconfont') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

/*ウェブフォントのプロパティを変更できる*/
[class^="c-ico-"],
[class*=" c-ico-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'iconfont' !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;
}

/*ウェブフォントのクラス名*/

.c-ico-symb_left:before {
  font-size:1.2em;
  content: "\e900";
  color: #E2BE60;
  margin-right: 0.2em;
  position:relative;
}

.c-ico-symb_logstorage:before {
  content: "\e901";
  color: #000;
  margin-right: 10px;
  position:relative;
  top:0.1em;
}

.c-ico-symb_right:before {
  font-size:1.2em;
  content: "\e902";
  color: #E2BE60;
  margin-left: 0.2em;
  position:relative;
}