/* --------------------------------------------------------------------
アイコンフォント (icomoon) 
https://icomoon.io/app/#/select

【Usage】
<span class="icon-search"></span>
--------------------------------------------------------------------*/
@font-face {
  font-family: 'icomoon';
  src:  url('../fonts/icomoon.eot?h1vuiu');
  src:  url('../fonts/icomoon.eot?h1vuiu#iefix') format('embedded-opentype'),
    url('../fonts/icomoon.ttf?h1vuiu') format('truetype'),
    url('../fonts/icomoon.woff?h1vuiu') format('woff'),
    url('../fonts/icomoon.svg?h1vuiu#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  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-track:before {
  content: "\e900";
  color: #4b4b4b;
}
.icon-kiku:before {
  content: "\e901";
}
.icon-care:before {
  content: "\e902";
  color: #4b4b4b;
}
.icon-admission:before {
  content: "\e903";
  color: #4b4b4b;
}
.icon-health:before {
  content: "\e904";
}
.icon-pregnant:before {
  content: "\e905";
  color: #000333;
}
.icon-marriage:before {
  content: "\e906";
  color: #4b4b4b;
}
.icon-parenting:before {
  content: "\e907";
  color: #4b4b4b;
}
.icon-search:before {
  content: "\f002";
}
.icon-phone:before {
  content: "\f095";
}
.icon-feed:before {
  content: "\f09e";
}
.icon-rss:before {
  content: "\f09e";
}
.icon-caret-left:before {
  content: "\f0d9";
}
.icon-caret-right:before {
  content: "\f0da";
}
.icon-sitemap:before {
  content: "\f0e8";
}
.icon-angle-left:before {
  content: "\f104";
}
.icon-angle-right:before {
  content: "\f105";
}