@charset "UTF-8";
/* ============================================================================
 * 日本語用調整CSS
 * ========================================================================= */
[lang="ja"],
html[lang="ja"] body {
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", Meiryo, "メイリオ", "Hiragino Kaku Gothic ProN", -apple-system, BlinkMacSystemFont, Verdana, Arial, Helvetica, sans-serif;
}

[lang="ja"] em {
  font-style: normal;
  color: #be375a;
}

[lang="ja"] .mod-pnl .pnl .title> .inner {
  margin: 0 0 .5em;
}

[lang="ja"] .mod-pnl .pnl .title> .inner span {
  vertical-align: sub;
}
