/* Styles for ja */
 
@font-face {
font-family: 'Meiryo-Regular';
src: url('../../../fonts/Meiryo-Regular.woff') format('woff2')  /* Super Modern Browsers */
font-display: swap;
}

html[lang="ja"]
body {
font-family: "Meiryo-Regular", sans-serif !important;
font-weight: 300 !important;
font-size: 0.9rem;
}



@font-face {
font-family: 'Meiryo-Bold';
src: url('../../../fonts/Meiryo-Bold.woff') format('woff2')   /* Super Modern Browsers */
font-display: swap;
}

html[lang="ja"]
h1, html[lang="ja"] h2, html[lang="ja"] h3, html[lang="ja"] h4, html[lang="ja"] h5, html[lang="ja"] h6, html[lang="ja"] {
font-family: "Meiryo-Bold", sans-serif !important;
font-weight: 700 !important;
}