/* =========================================================
   Local font fix
   This file should be located at:
   /column/css/font-fix.css

   Fonts should be located at:
   /column/fonts/
   ========================================================= */


/* -------------------------
   YakuHanJP original family
------------------------- */

@font-face {
  font-family: "YakuHanJP";
  src: url("../fonts/yakuhan/YakuHanJP-Regular.woff2") format("woff2"),
       url("../fonts/yakuhan/YakuHanJP-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "YakuHanJP";
  src: url("../fonts/yakuhan/YakuHanJP-Bold.woff2") format("woff2"),
       url("../fonts/yakuhan/YakuHanJP-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}


/* -------------------------
   Force local YakuHanJP
------------------------- */

@font-face {
  font-family: "zaikai-yakuhan-local";
  src: url("../fonts/yakuhan/YakuHanJP-Regular.woff2") format("woff2"),
       url("../fonts/yakuhan/YakuHanJP-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "zaikai-yakuhan-local";
  src: url("../fonts/yakuhan/YakuHanJP-Bold.woff2") format("woff2"),
       url("../fonts/yakuhan/YakuHanJP-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}


/* -------------------------
   Icon font
------------------------- */

@font-face {
  font-family: "icon";
  src: url("../fonts/icon.woff?thdech") format("woff"),
       url("../fonts/icon.ttf?thdech") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

@font-face {
  font-family: "icomoon";
  src: url("../fonts/icon.woff?thdech") format("woff"),
       url("../fonts/icon.ttf?thdech") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

@font-face {
  font-family: "zaikai-icon-local";
  src: url("../fonts/icon.woff?thdech") format("woff"),
       url("../fonts/icon.ttf?thdech") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}


/* -------------------------
   Text font override
------------------------- */

html,
body,
button,
input,
select,
textarea,
p,
li,
dt,
dd,
th,
td,
a,
span,
div,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "zaikai-yakuhan-local",
               "YakuHanJP",
               -apple-system,
               BlinkMacSystemFont,
               "Helvetica Neue",
               "Yu Gothic",
               YuGothic,
               "Hiragino Kaku Gothic ProN",
               "Hiragino Sans",
               Meiryo,
               sans-serif !important;
}


/* -------------------------
   Icon class override
------------------------- */

[class^="icon-"],
[class*=" icon-"],
[class^="icon-"]::before,
[class*=" icon-"]::before,
[class^="icon-"]::after,
[class*=" icon-"]::after,
.icon,
.icon::before,
.icon::after,
.icomoon,
.icomoon::before,
.icomoon::after {
  font-family: "zaikai-icon-local" !important;
  speak: never;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.gHeader-nav3rd-digLogin a .icon-arrow4-r {
    font-size: 1.7rem;
    margin-left: 3px;
    vertical-align: -5%;
}
.gHeader-nav3rd-digLogin a .icon-phone {
    font-size: 2.2rem;
    vertical-align: -10%;
}