@charset "UTF-8";
@font-face {
  font-display: swap;
  font-family: Noto Sans JP;
  font-style: normal;
  font-weight: 300;
  src: url('https://casefactory.jp/fonts/NotoSansJP-Light.woff2') format('woff2')
}
@font-face {
  font-display: swap;
  font-family: Noto Sans JP;
  font-style: normal;
  font-weight: 700;
  src: url('https://casefactory.jp/fonts/NotoSansJP-Bold.woff2') format('woff2')
}
@font-face {
  font-display: swap;
  font-family: Noto Sans JP;
  font-style: normal;
  font-weight: 900;
  src: url('https://casefactory.jp/fonts/NotoSansJP-Black.woff2') format('woff2')
}
@font-face {
  font-display: swap;
  font-family: 'icomoon';
  src:
    url('https://casefactory.jp/fonts/icomoon.ttf') format('truetype'),
    url('https://casefactory.jp/fonts/icomoon.woff') format('woff'),
    url('https://casefactory.jp/fonts/icomoon.svg?#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

#content.icomoon-loaded {
    [class^="fa-"], [class*=" fa-"] {
      /* use !important to prevent issues with browser extensions that change fonts */
      font-family: 'icomoon' !important;
      speak: never;
      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;
    }
    
    .fa-file:before {
      content: "\e904";
    }
    .fa-envelope:before {
      content: "\e905";
    }
    .fa-download:before {
      content: "\e900";
    }
    .fa-phone:before {
      content: "\e901";
    }
    .fa-square-check:before {
      content: "\e902";
    }
    .fa-circle-xmark:before {
      content: "\e903";
    }
}
