@font-face {
    font-family: 'fontello';
    src: url('/templates/css/font/fontello.eot?48621477');
    src: url('/templates/css/font/fontello.eot?48621477#iefix') format('embedded-opentype'),
        url('/templates/css/font/fontello.woff2?48621477') format('woff2'),
        url('/templates/css/font/fontello.woff?48621477') format('woff'),
        url('/templates/css/font/fontello.ttf?48621477') format('truetype'),
        url('/templates/css/font/fontello.svg?48621477#fontello') 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: 'tel';
    src: url('../font/tel.svg?38960373#tel') format('svg');
  }
}
*/

 [class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "fontello";
  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); */
}
.footer_contact .icon-phone,
.icon-sticky-note,
.icon-mail{
  position: absolute;
  height: 36px;
  box-sizing: border-box;
  left: 0;
  vertical-align: text-top;
  text-align: center;
  padding-top: 10px;
  width: 43px;
  color: #ffffff;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
/*
.icon-comment{
  position: absolute;
  top:7px;
  left:16px;
  font-size: 1.7rem;
}
*/
.icon-question{
  position: absolute;
  top:7px;
  left:16px;
  font-size: 1.7rem;
}
.footer_contact .icon-phone{background: #cc1919;}
.icon-sticky-note{background: #0a8b0c;padding-top: 11px;}
.icon-mail{background: #0b929d;padding-top: 11px;}

.icon-phone:before {
content: '\e803'} /* '電話' */
.footer_contact .icon-phone:before {
font-size: 1rem; } /* '電話' */
.icon-sticky-note:before { content: '\f249';font-size: 1.1rem;} /* '書類' */
.icon-mail:before { content: '\f0e0';font-size: 1.1rem;} /* 'メール' */
.icon-question:before { content: '\e804'; } /* 'コメント' */

.icon-login:before { content: '\e805'; } /* '' */
.icon-cart:before { content: '\e800'; } /* '' */
.icon-search:before { content: '\e801'; } /* '' */
.icon-campaign:before { content: '\e802'; } /* '' */
.icon-memo:before { content: '\f0f6'; } /* '' */
.icon-star:before { content: '\e806'; } /* '' */