@charset "UTF-8";
/**
 * スマホ webフォントCSS
 * [変更履歴]
 * ---------------------------------------
 * [00] 2019/04/20 SGK 新規作成
 * [01] 2019/05/08 SGK アイコン追加
 */
@font-face {
  font-family: "icomoon";
  src: url("../font/icomoon/icomoon.eot");
  src: url("../font/icomoon/icomooneot?#iefix") format("embedded-opentype"), url("../font/icomoon/icomoon.woff") format("woff"), url("../font/icomoon/icomoon.ttf") format("truetype"), url("../font/icomoon/icomoon.svg#wf") format("svg");
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"],
[class*=" icon-"] {
  font-family: "icomoon";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  font-size: 1.4rem;
  display: inline-block;
  text-align: center;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-cross:before {
  content: "\e900";
}

.icon-search:before {
  content: "\f002";
}

.icon-map-marker:before {
  content: "\f041";
}

.icon-chevron-left:before {
  content: "\f053";
}

.icon-chevron-right:before {
  content: "\f054";
}

.icon-exclamation-circle:before {
  content: "\f06a";
}

.icon-phone:before {
  content: "\f095";
}

.icon-bars:before {
  content: "\f0c9";
}

.icon-envelope:before {
  content: "\f0e0";
}

.icon-stack:before {
  content: "\e92e";
}

.icon-target:before {
  content: "\e9b3";
}

.icon-list:before {
  content: "\e9ba";
}

.icon-warning:before {
  content: "\ea07";
}

.icon-new-tab:before {
  content: "\ea7e";
}

i.posLeft {
  position: absolute;
  left: 1rem;
}

i.posRight {
  position: absolute;
  right: 1rem;
}
