@font-face {
  font-family: 'icomoon';
  src:  url('fonts/icomoon.eot?5euffh');
  src:  url('fonts/icomoon.eot?5euffh#iefix') format('embedded-opentype'),
    url('fonts/icomoon.ttf?5euffh') format('truetype'),
    url('fonts/icomoon.woff?5euffh') format('woff'),
    url('fonts/icomoon.svg?5euffh#icomoon') 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: 'icomoon' !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-ke01:before {
  content: "\e901";
  color: #109f99;
}

/* 左矢印 */
.icon-ke06:before {
  content: "\e902";
  color: #109f99;
}

/* 下矢印 */
.icon-ke05:before {
  content: "\e903";
  color: #109f99;
}

/* 右矢印 */
.icon-ke04:before {
  content: "\e904";
  color: #109f99;
}

/* チェックマーク */
.icon-ke07:before {
  content: "\e905";
  color: #109f99;
}

/* 上矢印 */
.icon-ke03:before {
  content: "\e906";
  color: #109f99;
}

/* 拡声器 */
.icon-ke09:before {
  content: "\e907";
  color: #109f99;
}

/* 虫眼鏡 */
.icon-ke10:before {
  content: "\e908";
  color: #109f99;
}

/* 電球 */
.icon-ke08:before {
  content: "\e909";
  color: #109f99;
}

/* サンバーストマーク */
.icon-ke02:before {
  content: "\e90a";
  color: #109f99;
}

/* メール */
.icon-mail:before {
  content: "\e900";
}