@font-face {
  font-family: 'icf';
 /* フォントファイルのファイルパスを入れる。 */
  src:
    url('../fonts/icf.ttf') format('truetype'),
    url('../fonts/icf.woff') format('woff'),
    url('../fonts/icf.svg') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

i {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icf' !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;
}


.icf-home:before {
        font-family: "icf";
    content: '\e900';
    font-weight: 100;
}

.icf-new:before {
    font-family: "icf";
    content: '\e901';
    font-weight: 300;
}

.icf-right_now:before {
    font-family: "icf";
    content: '\e902';
    font-weight: 300;
}

.icf-lot:before {
     font-family: "icf";
    content: '\e906';
    font-weight: 300;
}

.icf-crown-rich:before {
    content: "";
    font-family: "icf";
    content: '\e904';
    font-weight: 300;
}
.st-Nav {
    margin-bottom: 10px;
    height: 48px;
    background-color: #000;
}


.st-Nav a {
    position: relative;
    display: block;
    height: 48px;
    border-bottom: 3px solid #cbcbcb;
    -webkit-box-shadow: 0 1px 0 0 #b5b5b5;
    box-shadow: 0 1px 0 0 #b5b5b5;
    color: #fff;
    font-size: 1rem;
    line-height: .7;
}

.st-Nav i {
    display: block;
    color: #ffffff;
    font-size: 22px;
    line-height: 32px;
}

.icf-arrow-circle-o:before {
    font-family: "Font Awesome 5 Free";
    content: '\f35a';
    font-weight: 900;
}