*{
    font-family: "ZenKakuGothicNew-Regular";
}
.richtext h3,.richtext h4,.richtext h5,.richtext h6{
    font-family: "ZenKakuGothicNew-Bold";
    font-weight: normal;
}
.richtext strong,.richtext h2{
    font-family: "ZenKakuGothicNew-Regular";
    font-weight: normal;
}
.richtext *{
	font-family: inherit;
}


@font-face{
       font-family: "ZenKakuGothicNew-Regular";
       src: local("ZenKakuGothicNew-Regular"), url("../fonts/ZenKakuGothicNew-Regular.ttf") format('truetype');
       font-style:normal;
       font-weight:normal;
       font-display: fallback;
}


@font-face{
    font-family: "ZenKakuGothicNew-Medium";
    src: local("ZenKakuGothicNew-Medium"), url("../fonts/ZenKakuGothicNew-Medium.ttf") format('truetype');
    font-style:normal;
    font-weight:normal;
    font-display: fallback;
}
@font-face{
    font-family: "ZenKakuGothicNew-Light";
    src: local("ZenKakuGothicNew-Light"), url("../fonts/ZenKakuGothicNew-Light.ttf") format('truetype');
    font-style:normal;
    font-weight:normal;
    font-display: fallback;
}


@font-face{
    font-family: "ZenKakuGothicNew-Bold";
    src: local("ZenKakuGothicNew-Bold"), url("../fonts/ZenKakuGothicNew-Bold.ttf") format('truetype');
    font-style:normal;
    font-weight:normal;
    font-display: fallback;
}
@font-face{
    font-family: "ZenKakuGothicNew-Black";
    src: local("ZenKakuGothicNew-Black"), url("../fonts/ZenKakuGothicNew-Black.ttf") format('truetype');
    font-style:normal;
    font-weight:normal;
    font-display: fallback;
}


.regular{
    font-family: "ZenKakuGothicNew-Regular";
    font-weight: normal;
}
.light{
    font-family: "ZenKakuGothicNew-Light";
}
.thin{
    font-family: "ZenKakuGothicNew-Thin";
}
.medium{
    font-weight: normal;
    font-family: "ZenKakuGothicNew-Medium";
}
.bold,.text-bold{
    font-family: "ZenKakuGothicNew-Bold";
    font-weight: normal;
}
.Black{
    font-family: "ZenKakuGothicNew-Black";
    font-weight: normal;
}












