/*! 
// icomoon-icon.css
// create : 2018/11/14
// 特設ヘッダーログアウトアイコンフォント用
*/
@font-face {
    font-family: 'icomoon';
    src: url('../fonts/icomoon-icon.eot');
    src: url('../fonts/icomoon-icon.eot#iefix') format('embedded-opentype'),
         url('../fonts/icomoon-icon.ttf') format('truetype'),
         url('../fonts/icomoon-icon.woff') format('woff'),
         url('../fonts/icomoon-icon.svg#icomoon') format('svg');
    font-weight: 400;
    font-style: normal;
}
[class^="icon-"], [class*=" icon-"] {
    font-family: 'icomoon' !important;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-exit:before {
    content: "\ea14";
}