/** icon font **/
/* import方式にすると、svgでエラーになるため、Helmetだけで組み込む */
@font-face {
    font-family: 'icomoon';
    src: url("../fonts/icomoon.eot?b3e5a3");
    src: url("../fonts/icomoon.eot?b3e5a3#iefix") format("embedded-opentype"),
         url("../fonts/icomoon.ttf?b3e5a3") format("truetype"),
         url("../fonts/icomoon.woff?b3e5a3") format("woff"),
         url("../fonts/icomoon.svg?b3e5a3#icomoon") format("svg");
    font-weight: normal;
    font-style: normal;
}
