:root {
  --bg-color-light: #fafafa;
  --sub-bg-color-light: #f0f0f0;
  --logo-color-light: #737373;
  --logo-sub-color-light: #6d6d6d;
  --text-color-light: #232324;
  --sub-text-color-light: #6e6e6f;
  --link-color-light: #232324;
  --primary-color-light: #757575;
  --mobile-column-count: 1;
  --body-width: 480px;
  --border-color-light: #e5e5ea;
  --box-color-light: #c7c7cc;
  --alert-color-light: #bf1419;
  --color-white: #ffffff;
  --color-black: #111111;
}

:root,
* {
  --bg-color: var(--bg-color-light);
  --sub-bg-color: var(--sub-bg-color-light);
  --logo-color: var(--logo-color-light);
  --logo-sub-color: var(--logo-sub-color-light);
  --text-color: var(--text-color-light);
  --sub-text-color: var(--sub-text-color-light);
  --link-color: var(--link-color-light);
  --primary-color: var(--primary-color-light);
  --border-color: var(--border-color-light);
  --box-color: var(--box-color-light);
  --alert-color: var(--alert-color-light);
  --white-color: var(--color-white);
  --black-color: var(--color-black);
}

.nr-common-header-wrapper,
.nr-common-header-wrapper *,
.nr-common-header,
.nr-common-header *,
.nr-common-category-tab,
.nr-common-category-tab *,
.nr-common-global-menu,
.nr-common-global-menu *,
.nr-common-breakingnews,
.nr-common-breakingnews *,
.nr-common-footer-wrapper,
.nr-common-footer-wrapper *,
.nr-common-footer,
.nr-common-footer * {
  --color-base-primary: #ffffff;
  --color-base-secondary: #f2f2f3;
  --color-base-tertiary: #f9f9f9;
  --color-overlay: #000000;
  --color-surface-primary: #e2e2e3;
  --color-surface-secondary: #f2f2f3;
  --color-surface-tertiary: #f9f9f9;
  --color-surface-modal: #ffffff;
  --color-surface-card: #ffffff;
  --color-surface-table-th: #313132;
  --color-surface-player: #313132;
  --color-surface-oembed: #ffffff;
  --color-logo: #808080;
  --color-info-alert: #c91b1b;
  --color-form-background: #ffffff;
  --color-form-focus: #1566a7;
  --color-form-check: #313132;
  --color-button-background-primary-default: #f2f2f3;
  --color-button-background-primary-current: #313132;
  --color-button-background-secondary-default: #ffffff;
  --color-button-background-tertiary-default: #313132;
  --color-object-bg: #ffffff;
  --color-label-background-postponed: #e2e2e3;
  --color-label-background-cancelled: #757577;
  --color-label-background-changed: #ffffff;
  --color-text-primary: #1f1f20;
  --color-text-secondary: #414143;
  --color-text-layer: #ffffff;
  --color-text-placeholder: #757577;
  --color-text-heroheader: #ffffff;
  --color-text-label-postponed: #313132;
  --color-text-label-cancelled: #ffffff;
  --color-text-label-changed: #c91b1b;
  --color-text-searchbutton: #f9f9f9;
  --color-text-overlay: #f9f9f9;
  --color-text-gnavi: #757577;
  --color-text-gfooter: #313132;
  --color-border-divider: #e2e2e3;
  --color-border: #d2d2d3;
  --color-border-frame: #ffffff;
  --tinytext: 0.625rem;
  --text-xs: 0.75rem;
  --text-s: 0.875rem;
  --text-base: 1rem;
  --text-l: 1.125rem;
  --headline-xxxs: 0.875rem;
  --headline-xxs: 1rem;
  --headline-xs: 1.125rem;
  --headline-s: 1.25rem;
  --headline-m: 1.375rem;
  --headline-l: 1.5rem;
  --headline-xl: 1.625rem;
  --headline-xxl: 1.75rem;
  --headline-xxxl: 2.25rem;
  --line-height-none: 1;
  --line-height-heading: 1.25;
  --line-height-text: 1.5;
  --line-height-article: 1.75;
  --border-radius-0: 0;
  --border-radius-s: 4px;
  --border-radius-m: 8px;
  --border-radius-full: 10000px;
  --spacing-base: 4px;
  --spacing-base2: calc(4px * 2);
  --spacing-base3: calc(4px * 3);
  --spacing-base4: calc(4px * 4);
  --spacing-base5: calc(4px * 5);
  --spacing-base6: calc(4px * 6);
  --spacing-base7: calc(4px * 7);
  --spacing-base8: calc(4px * 8);
  --spacing-base9: calc(4px * 9);
  --spacing-base10: calc(4px * 10);
  --spacing-base11: calc(4px * 11);
  --spacing-base12: calc(4px * 12);
  --opacity-disabled: 0.3;
  --opacity-link-hover: 0.75;
  --opacity-modal-bg: 0.8;
  --shadow-modal: 0 3px 8px rgba(0, 0, 0, 0.29);
  --shadow-heroheader: 0 3px 8px rgba(0, 0, 0, 0.29);
  --shadow-image-border: 0 0 0 1px #d2d2d3 inset;
  --breakpoint: 980px;
}

.nr-common-header-wrapper.is-dark,
.nr-common-header-wrapper.is-dark *,
.nr-common-header.is-dark,
.nr-common-header.is-dark *,
.nr-common-category-tab.is-dark,
.nr-common-category-tab.is-dark *,
.nr-common-global-menu.is-dark,
.nr-common-global-menu.is-dark *,
.nr-common-breakingnews.is-dark,
.nr-common-breakingnews.is-dark *,
.nr-common-footer-wrapper.is-dark,
.nr-common-footer-wrapper.is-dark *,
.nr-common-footer.is-dark,
.nr-common-footer.is-dark * {
  --color-base-primary: #000000 !important;
  --color-base-secondary: #313132 !important;
  --color-base-tertiary: #1f1f20 !important;
  --color-overlay: #000000 !important;
  --color-surface-primary: #1f1f20 !important;
  --color-surface-secondary: #313132 !important;
  --color-surface-tertiary: #1f1f20 !important;
  --color-surface-modal: #000000 !important;
  --color-surface-card: #000000 !important;
  --color-surface-table-th: #f2f2f3 !important;
  --color-surface-player: #000000 !important;
  --color-surface-oembed: #1f1f20 !important;
  --color-logo: #f9f9f9 !important;
  --color-info-alert: #df1e1e !important;
  --color-form-background: #f9f9f9 !important;
  --color-form-focus: #1875c0 !important;
  --color-form-check: #f9f9f9 !important;
  --color-button-background-primary-default: #313132 !important;
  --color-button-background-primary-current: #f9f9f9 !important;
  --color-button-background-secondary-default: #313132 !important;
  --color-button-background-tertiary-default: #313132 !important;
  --color-object-bg: #000000 !important;
  --color-label-background-postponed: #e2e2e3 !important;
  --color-label-background-cancelled: #757577 !important;
  --color-label-background-changed: #ffffff !important;
  --color-text-primary: #f9f9f9 !important;
  --color-text-secondary: #e2e2e3 !important;
  --color-text-layer: #1f1f20 !important;
  --color-text-placeholder: #606061 !important;
  --color-text-heroheader: #f9f9f9 !important;
  --color-text-label-postponed: #1f1f20 !important;
  --color-text-label-cancelled: #ffffff !important;
  --color-text-label-changed: #df1e1e !important;
  --color-text-searchbutton: #ffffff !important;
  --color-text-overlay: #ffffff !important;
  --color-text-gnavi: #f9f9f9 !important;
  --color-text-gfooter: #e2e2e3 !important;
  --color-border-divider: #414143 !important;
  --color-border: #606061 !important;
  --color-border-frame: #606061 !important;
  --shadow-image-border: 0 0 0 1px #606061 inset !important;
}

.nr-common-header-wrapper.is-dark a:hover,
.nr-common-header-wrapper.is-dark * a:hover,
.nr-common-header.is-dark a:hover,
.nr-common-header.is-dark * a:hover,
.nr-common-category-tab.is-dark a:hover,
.nr-common-category-tab.is-dark * a:hover,
.nr-common-global-menu.is-dark a:hover,
.nr-common-global-menu.is-dark * a:hover,
.nr-common-breakingnews.is-dark a:hover,
.nr-common-breakingnews.is-dark * a:hover,
.nr-common-footer-wrapper.is-dark a:hover,
.nr-common-footer-wrapper.is-dark * a:hover,
.nr-common-footer.is-dark a:hover,
.nr-common-footer.is-dark * a:hover {
  opacity: var(--opacity-link-hover) !important;
}

@media (prefers-color-scheme: dark) {
  .nr-common-header-wrapper.is-system,
  .nr-common-header-wrapper.is-system *,
  .nr-common-header.is-system,
  .nr-common-header.is-system *,
  .nr-common-category-tab.is-system,
  .nr-common-category-tab.is-system *,
  .nr-common-global-menu.is-system,
  .nr-common-global-menu.is-system *,
  .nr-common-breakingnews.is-system,
  .nr-common-breakingnews.is-system *,
  .nr-common-footer-wrapper.is-system,
  .nr-common-footer-wrapper.is-system *,
  .nr-common-footer.is-system,
  .nr-common-footer.is-system * {
    --color-base-primary: #000000 !important;
    --color-base-secondary: #313132 !important;
    --color-base-tertiary: #1f1f20 !important;
    --color-overlay: #000000 !important;
    --color-surface-primary: #1f1f20 !important;
    --color-surface-secondary: #313132 !important;
    --color-surface-tertiary: #1f1f20 !important;
    --color-surface-modal: #000000 !important;
    --color-surface-card: #000000 !important;
    --color-surface-table-th: #f2f2f3 !important;
    --color-surface-player: #000000 !important;
    --color-surface-oembed: #1f1f20 !important;
    --color-logo: #f9f9f9 !important;
    --color-info-alert: #df1e1e !important;
    --color-form-background: #f9f9f9 !important;
    --color-form-focus: #1875c0 !important;
    --color-form-check: #f9f9f9 !important;
    --color-button-background-primary-default: #313132 !important;
    --color-button-background-primary-current: #f9f9f9 !important;
    --color-button-background-secondary-default: #313132 !important;
    --color-button-background-tertiary-default: #313132 !important;
    --color-object-bg: #000000 !important;
    --color-label-background-postponed: #e2e2e3 !important;
    --color-label-background-cancelled: #757577 !important;
    --color-label-background-changed: #ffffff !important;
    --color-text-primary: #f9f9f9 !important;
    --color-text-secondary: #e2e2e3 !important;
    --color-text-layer: #1f1f20 !important;
    --color-text-placeholder: #606061 !important;
    --color-text-heroheader: #f9f9f9 !important;
    --color-text-label-postponed: #1f1f20 !important;
    --color-text-label-cancelled: #ffffff !important;
    --color-text-label-changed: #df1e1e !important;
    --color-text-searchbutton: #ffffff !important;
    --color-text-overlay: #ffffff !important;
    --color-text-gnavi: #f9f9f9 !important;
    --color-text-gfooter: #e2e2e3 !important;
    --color-border-divider: #414143 !important;
    --color-border: #606061 !important;
    --color-border-frame: #606061 !important;
    --shadow-image-border: 0 0 0 1px #606061 inset !important;
  }

  .nr-common-header-wrapper.is-system a:hover,
  .nr-common-header-wrapper.is-system * a:hover,
  .nr-common-header.is-system a:hover,
  .nr-common-header.is-system * a:hover,
  .nr-common-category-tab.is-system a:hover,
  .nr-common-category-tab.is-system * a:hover,
  .nr-common-global-menu.is-system a:hover,
  .nr-common-global-menu.is-system * a:hover,
  .nr-common-breakingnews.is-system a:hover,
  .nr-common-breakingnews.is-system * a:hover,
  .nr-common-footer-wrapper.is-system a:hover,
  .nr-common-footer-wrapper.is-system * a:hover,
  .nr-common-footer.is-system a:hover,
  .nr-common-footer.is-system * a:hover {
    opacity: var(--opacity-link-hover) !important;
  }
}

.nr-common-header,
.nr-common-category-tab,
.nr-common-global-menu,
.nr-common-footer {
  background-color: var(--color-base-tertiary);
  color: var(--color-text-primary);
  font-family: "BIZ UDPGothic", "Hiragino Sans", "Meiryo", sans-serif;
  font-size: 16px;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
  margin: 0;
  -webkit-overflow-scrolling: touch;
}

.nr-common-header *,
.nr-common-header *:before,
.nr-common-header *:after,
.nr-common-category-tab *,
.nr-common-category-tab *:before,
.nr-common-category-tab *:after,
.nr-common-global-menu *,
.nr-common-global-menu *:before,
.nr-common-global-menu *:after,
.nr-common-footer *,
.nr-common-footer *:before,
.nr-common-footer *:after {
  box-sizing: border-box;
  margin: 0;
  -webkit-overflow-scrolling: touch;
}

.nr-common-header a,
.nr-common-category-tab a,
.nr-common-global-menu a,
.nr-common-footer a {
  color: var(--color-logo);
  text-decoration: none;
}

.nr-common-header a:link,
.nr-common-header a:visited,
.nr-common-category-tab a:link,
.nr-common-category-tab a:visited,
.nr-common-global-menu a:link,
.nr-common-global-menu a:visited,
.nr-common-footer a:link,
.nr-common-footer a:visited {
  color: var(--color-logo);
  text-decoration: none;
}

.nr-common-header a:hover,
.nr-common-header a:focus,
.nr-common-header a:active,
.nr-common-category-tab a:hover,
.nr-common-category-tab a:focus,
.nr-common-category-tab a:active,
.nr-common-global-menu a:hover,
.nr-common-global-menu a:focus,
.nr-common-global-menu a:active,
.nr-common-footer a:hover,
.nr-common-footer a:focus,
.nr-common-footer a:active {
  color: var(--color-text-primary);
  text-decoration: none;
}

.nr-common-header .item-info .icon,
.nr-common-header .item-info .nr-icon,
.nr-common-category-tab .item-info .icon,
.nr-common-category-tab .item-info .nr-icon,
.nr-common-global-menu .item-info .icon,
.nr-common-global-menu .item-info .nr-icon,
.nr-common-footer .item-info .icon,
.nr-common-footer .item-info .nr-icon {
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='system_icon' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 48 48' style=%22enable-background:new004848;%22 xml:space='preserve'%3E %3Cstyle type='text/css'%3E .st0%7Bfill:%23737373;%7D .st1%7Bfill:%23FFFFFF;%7D %3C/style%3E %3Cg%3E %3Cpath class='st0' d='M44,41.2c0,1.6-1.3,2.8-2.8,2.8H6.8C5.3,44,4,42.7,4,41.2V6.8C4,5.3,5.3,4,6.8,4h34.3C42.7,4,44,5.3,44,6.8 V41.2z'/%3E %3C/g%3E %3Cpath class='st1' d='M16.9,19.3c-0.8-0.2-1.6,0.2-1.8,1l-1,3.7l-2.6-4c-0.3-0.5-0.9-0.7-1.4-0.6c-0.6,0.1-1,0.5-1.2,1L6.9,27 c-0.2,0.8,0.2,1.6,1,1.8c0.1,0,0.3,0.1,0.4,0.1c0.6,0,1.2-0.4,1.4-1l1-3.7l2.6,4c0.3,0.5,0.9,0.7,1.4,0.6c0.6-0.1,1-0.5,1.2-1 l1.9-6.7C18.1,20.3,17.7,19.5,16.9,19.3z'/%3E %3Cpath class='st1' d='M28.7,19.3c-0.8-0.2-1.6,0.2-1.8,1l-0.7,2.4h-3.2l0.5-1.6c0.2-0.8-0.2-1.6-1-1.8c-0.8-0.2-1.6,0.2-1.8,1 L18.7,27c-0.2,0.8,0.2,1.6,1,1.8c0.1,0,0.3,0.1,0.4,0.1c0.6,0,1.2-0.4,1.4-1l0.7-2.4h3.2L25,27c-0.2,0.8,0.2,1.6,1,1.8 c0.1,0,0.3,0.1,0.4,0.1c0.6,0,1.2-0.4,1.4-1l1.9-6.7C29.9,20.3,29.4,19.5,28.7,19.3z'/%3E %3Cpath class='st1' d='M40.8,19.8c-0.5-0.6-1.4-0.8-2-0.3l-4.1,3.1l0.4-1.5c0.2-0.8-0.2-1.6-1-1.8c-0.8-0.2-1.6,0.2-1.8,1L30.5,27 c-0.2,0.8,0.2,1.6,1,1.8c0.1,0,0.3,0.1,0.4,0.1c0.6,0,1.2-0.4,1.4-1l0.8-2.9c0,0,0,0,0,0c0,0,0,0,0,0c0,0,0,0,0.1,0.1l3.1,3.4 c0.3,0.3,0.7,0.5,1.1,0.5c0.4,0,0.7-0.1,1-0.4c0.6-0.5,0.6-1.5,0.1-2l-2-2.2l3.2-2.4C41.2,21.3,41.3,20.4,40.8,19.8z'/%3E %3C/svg%3E");
}

.nr-common-header .item-info:hover .icon,
.nr-common-header .item-info:hover .nr-icon,
.nr-common-category-tab .item-info:hover .icon,
.nr-common-category-tab .item-info:hover .nr-icon,
.nr-common-global-menu .item-info:hover .icon,
.nr-common-global-menu .item-info:hover .nr-icon,
.nr-common-footer .item-info:hover .icon,
.nr-common-footer .item-info:hover .nr-icon {
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='system_icon' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 48 48' style=%22enable-background:new004848;%22 xml:space='preserve'%3E %3Cstyle type='text/css'%3E .st0%7Bfill:%23232324;%7D .st1%7Bfill:%23FFFFFF;%7D %3C/style%3E %3Cg%3E %3Cpath class='st0' d='M44,41.2c0,1.6-1.3,2.8-2.8,2.8H6.8C5.3,44,4,42.7,4,41.2V6.8C4,5.3,5.3,4,6.8,4h34.3C42.7,4,44,5.3,44,6.8 V41.2z'/%3E %3C/g%3E %3Cpath class='st1' d='M16.9,19.3c-0.8-0.2-1.6,0.2-1.8,1l-1,3.7l-2.6-4c-0.3-0.5-0.9-0.7-1.4-0.6c-0.6,0.1-1,0.5-1.2,1L6.9,27 c-0.2,0.8,0.2,1.6,1,1.8c0.1,0,0.3,0.1,0.4,0.1c0.6,0,1.2-0.4,1.4-1l1-3.7l2.6,4c0.3,0.5,0.9,0.7,1.4,0.6c0.6-0.1,1-0.5,1.2-1 l1.9-6.7C18.1,20.3,17.7,19.5,16.9,19.3z'/%3E %3Cpath class='st1' d='M28.7,19.3c-0.8-0.2-1.6,0.2-1.8,1l-0.7,2.4h-3.2l0.5-1.6c0.2-0.8-0.2-1.6-1-1.8c-0.8-0.2-1.6,0.2-1.8,1 L18.7,27c-0.2,0.8,0.2,1.6,1,1.8c0.1,0,0.3,0.1,0.4,0.1c0.6,0,1.2-0.4,1.4-1l0.7-2.4h3.2L25,27c-0.2,0.8,0.2,1.6,1,1.8 c0.1,0,0.3,0.1,0.4,0.1c0.6,0,1.2-0.4,1.4-1l1.9-6.7C29.9,20.3,29.4,19.5,28.7,19.3z'/%3E %3Cpath class='st1' d='M40.8,19.8c-0.5-0.6-1.4-0.8-2-0.3l-4.1,3.1l0.4-1.5c0.2-0.8-0.2-1.6-1-1.8c-0.8-0.2-1.6,0.2-1.8,1L30.5,27 c-0.2,0.8,0.2,1.6,1,1.8c0.1,0,0.3,0.1,0.4,0.1c0.6,0,1.2-0.4,1.4-1l0.8-2.9c0,0,0,0,0,0c0,0,0,0,0,0c0,0,0,0,0.1,0.1l3.1,3.4 c0.3,0.3,0.7,0.5,1.1,0.5c0.4,0,0.7-0.1,1-0.4c0.6-0.5,0.6-1.5,0.1-2l-2-2.2l3.2-2.4C41.2,21.3,41.3,20.4,40.8,19.8z'/%3E %3C/svg%3E");
}

.nr-common-header .item-news .icon,
.nr-common-header .item-news .nr-icon,
.nr-common-category-tab .item-news .icon,
.nr-common-category-tab .item-news .nr-icon,
.nr-common-global-menu .item-news .icon,
.nr-common-global-menu .item-news .nr-icon,
.nr-common-footer .item-news .icon,
.nr-common-footer .item-news .nr-icon {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg version='1.1' id='system_icon' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 48 48' style=%22enable-background:new004848;%22 xml:space='preserve'%3E %3Cstyle type='text/css'%3E .st0%7Bfill:%23737373;%7D %3C/style%3E %3Cpath class='st0' d='M39.5,4h-31C6,4,4,6,4,8.5v31C4,42,6,44,8.5,44h31c2.5,0,4.5-2,4.5-4.5v-31C44,6,42,4,39.5,4z M41,39.5 c0,0.8-0.7,1.5-1.5,1.5h-31C7.7,41,7,40.3,7,39.5v-31C7,7.7,7.7,7,8.5,7h31C40.3,7,41,7.7,41,8.5V39.5z'/%3E %3Cpath class='st0' d='M11.5,12h11c0.8,0,1.5,0.7,1.5,1.5v7c0,0.8-0.7,1.5-1.5,1.5h-11c-0.8,0-1.5-0.7-1.5-1.5v-7 C10,12.7,10.7,12,11.5,12z'/%3E %3Cpath class='st0' d='M36.5,12h-8c-0.8,0-1.5,0.7-1.5,1.5s0.7,1.5,1.5,1.5h8c0.8,0,1.5-0.7,1.5-1.5S37.3,12,36.5,12z'/%3E %3Cpath class='st0' d='M36.5,19h-8c-0.8,0-1.5,0.7-1.5,1.5s0.7,1.5,1.5,1.5h8c0.8,0,1.5-0.7,1.5-1.5S37.3,19,36.5,19z'/%3E %3Cpath class='st0' d='M36.5,26h-25c-0.8,0-1.5,0.7-1.5,1.5s0.7,1.5,1.5,1.5h25c0.8,0,1.5-0.7,1.5-1.5S37.3,26,36.5,26z'/%3E %3Cpath class='st0' d='M36.5,33h-25c-0.8,0-1.5,0.7-1.5,1.5s0.7,1.5,1.5,1.5h25c0.8,0,1.5-0.7,1.5-1.5S37.3,33,36.5,33z'/%3E %3C/svg%3E");
  background-color: var(--color-logo);
}

.nr-common-header .item-news:hover .icon,
.nr-common-header .item-news:hover .nr-icon,
.nr-common-category-tab .item-news:hover .icon,
.nr-common-category-tab .item-news:hover .nr-icon,
.nr-common-global-menu .item-news:hover .icon,
.nr-common-global-menu .item-news:hover .nr-icon,
.nr-common-footer .item-news:hover .icon,
.nr-common-footer .item-news:hover .nr-icon {
  background-color: var(--color-text-primary);
}

.nr-common-header .item-news-emergency .icon,
.nr-common-header .item-news-emergency .nr-icon,
.nr-common-category-tab .item-news-emergency .icon,
.nr-common-category-tab .item-news-emergency .nr-icon,
.nr-common-global-menu .item-news-emergency .icon,
.nr-common-global-menu .item-news-emergency .nr-icon,
.nr-common-footer .item-news-emergency .icon,
.nr-common-footer .item-news-emergency .nr-icon {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg version='1.1' id='system_icon' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 48 48' style=%22enable-background:new004848;%22 xml:space='preserve'%3E %3Cstyle type='text/css'%3E .st0%7Bfill:%23737373;%7D %3C/style%3E %3Cpath class='st0' d='M36.5,12h-8c-0.8,0-1.5,0.7-1.5,1.5s0.7,1.5,1.5,1.5h8c0.8,0,1.5-0.7,1.5-1.5S37.3,12,36.5,12z'/%3E %3Cpath class='st0' d='M25.8,27.6c0-0.1,0.1-0.2,0.1-0.3c-0.2-0.1-0.4-0.3-0.6-0.5L24.5,26h-13c-0.8,0-1.5,0.7-1.5,1.5 s0.7,1.5,1.5,1.5h14L25.8,27.6z'/%3E %3Cpath class='st0' d='M24.7,33H11.5c-0.8,0-1.5,0.7-1.5,1.5s0.7,1.5,1.5,1.5H24L24.7,33z'/%3E %3Cpath class='st0' d='M23.2,18.3c0.2-0.2,0.5-0.4,0.8-0.6v-4.2c0-0.8-0.7-1.5-1.5-1.5h-11c-0.8,0-1.5,0.7-1.5,1.5v7 c0,0.8,0.7,1.5,1.5,1.5h10.4C21.8,20.6,22.2,19.3,23.2,18.3z'/%3E %3Cpath class='st0' d='M20,42.5c0-0.5,0.1-1,0.3-1.5H8.5C7.7,41,7,40.3,7,39.5v-31C7,7.7,7.7,7,8.5,7h31C40.3,7,41,7.7,41,8.5V17 c1.1,0.1,2.1,0.5,2.8,1.3c0.1,0.1,0.1,0.2,0.2,0.2v-10C44,6,42,4,39.5,4h-31C6,4,4,6,4,8.5v31C4,42,6,44,8.5,44h11.8 C20.1,43.5,20,43,20,42.5z'/%3E %3Cpath class='st0' d='M43.8,24.7l-2.1,2.1c-0.2,0.2-0.4,0.3-0.6,0.5c0,0.1,0.1,0.2,0.1,0.3l2.3,10.5c0.2,0,0.4,0.1,0.5,0.2V24.5 C43.9,24.5,43.9,24.6,43.8,24.7z'/%3E %3Cpath class='st0' d='M33.5,24c0.8,0,1.5-0.7,1.5-1.5v-3c0-0.8-0.7-1.5-1.5-1.5S32,18.7,32,19.5v3C32,23.3,32.7,24,33.5,24z'/%3E %3Cpath class='st0' d='M27.4,24.7c0.6,0.6,1.5,0.6,2.1,0c0.6-0.6,0.6-1.5,0-2.1l-2.1-2.1c-0.6-0.6-1.5-0.6-2.1,0 c-0.6,0.6-0.6,1.5,0,2.1c0,0,0,0,0,0L27.4,24.7z'/%3E %3Cpath class='st0' d='M39.6,24.7l2.1-2.1c0.6-0.6,0.6-1.5,0-2.1s-1.5-0.6-2.1,0c0,0,0,0,0,0l-2.1,2.1c-0.6,0.6-0.6,1.5,0,2.1 S39,25.3,39.6,24.7L39.6,24.7z'/%3E %3Cpath class='st0' d='M42.5,41H41l-2.8-12.8c-0.1-0.7-0.8-1.2-1.5-1.2h-6.5c-0.7,0-1.3,0.5-1.5,1.2L26,41h-1.5 c-0.8,0-1.5,0.7-1.5,1.5s0.7,1.5,1.5,1.5h18c0.8,0,1.5-0.7,1.5-1.5S43.3,41,42.5,41z M35,36.5c0,0.8-0.7,1.5-1.5,1.5 S32,37.3,32,36.5v-4c0-0.8,0.7-1.5,1.5-1.5s1.5,0.7,1.5,1.5V36.5z'/%3E %3C/svg%3E");
  background-color: var(--color-logo);
}

.nr-common-header .item-news-emergency:hover .icon,
.nr-common-header .item-news-emergency:hover .nr-icon,
.nr-common-category-tab .item-news-emergency:hover .icon,
.nr-common-category-tab .item-news-emergency:hover .nr-icon,
.nr-common-global-menu .item-news-emergency:hover .icon,
.nr-common-global-menu .item-news-emergency:hover .nr-icon,
.nr-common-footer .item-news-emergency:hover .icon,
.nr-common-footer .item-news-emergency:hover .nr-icon {
  background-color: var(--color-text-primary);
}

.nr-common-header .item-news-notice .icon,
.nr-common-header .item-news-notice .nr-icon,
.nr-common-category-tab .item-news-notice .icon,
.nr-common-category-tab .item-news-notice .nr-icon,
.nr-common-global-menu .item-news-notice .icon,
.nr-common-global-menu .item-news-notice .nr-icon,
.nr-common-footer .item-news-notice .icon,
.nr-common-footer .item-news-notice .nr-icon {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 18 16' style=%22enable-background:new001816;%22 xml:space='preserve'%3E %3Cstyle type='text/css'%3E .st0%7Bfill:none;%7D .st1%7Bfill:%23737373;%7D %3C/style%3E %3Cg%3E %3Cg%3E %3Cpath class='st0' d='M8.6,6.8c0,0.3-0.2,0.5-0.4,0.5c0,0,0,0-0.1,0H3.5C3.2,7.3,3,7.1,3,6.9c0,0,0,0,0-0.1V3.5C3,3.2,3.2,3,3.4,3 c0,0,0,0,0.1,0h4.6c0.3,0,0.5,0.2,0.5,0.4c0,0,0,0,0,0.1V6.8z'/%3E %3Cpath class='st1' d='M9.9,14.5H1.5v-13h15v1.6l0.2-0.1c0.3-0.2,0.6-0.3,0.9-0.3c0.1,0,0.3,0,0.4,0.1V1c0-0.5-0.4-1-0.9-1 c0,0-0.1,0-0.1,0H1C0.5,0,0,0.4,0,0.9C0,0.9,0,1,0,1v14c0,0.5,0.4,1,0.9,1c0,0,0.1,0,0.1,0h8.3c0-0.3,0.1-0.5,0.2-0.8L9.9,14.5z' /%3E %3Cpath class='st1' d='M16.5,14.5h-1L13.4,16H17c0.5,0,1-0.4,1-0.9c0,0,0-0.1,0-0.1v-2.2l-1.5,1V14.5z'/%3E %3Cpolygon class='st1' points='18,9.2 18,6.4 16.8,8.5 '/%3E %3Cpath class='st1' d='M8.1,3H3.5C3.2,3,3,3.2,3,3.4c0,0,0,0,0,0.1v3.3c0,0.3,0.2,0.5,0.4,0.5c0,0,0,0,0.1,0h4.6 c0.3,0,0.5-0.2,0.5-0.4c0,0,0,0,0-0.1V3.5C8.6,3.2,8.4,3,8.1,3C8.1,3,8.1,3,8.1,3z'/%3E %3Cpath class='st1' d='M15,4.1V3.3C15,3.2,14.8,3,14.7,3h-4.3C10.2,3,10,3.1,9.9,3.3v0.8c0.1,0.2,0.2,0.3,0.4,0.3h4.3L15,4.1 C15,4.1,15,4.1,15,4.1z'/%3E %3Cpath class='st1' d='M10.4,5.8C10.2,5.8,10,6,10,6.2V7c0,0.2,0.1,0.3,0.3,0.3h0.1l2.2-1.5H10.4z'/%3E %3Cpath class='st1' d='M11.2,11.5H3.3c-0.1,0-0.3,0.2-0.3,0.3v0.8c0,0.2,0.1,0.4,0.3,0.5h7.4l0.8-1.4L11.2,11.5z'/%3E %3Cpath class='st1' d='M8.9,8.7H3.3C3.1,8.7,3,8.8,3,9v0.8c0,0.2,0.1,0.3,0.3,0.4h5.9C8.8,9.8,8.7,9.2,8.9,8.7z'/%3E %3Cpath class='st1' d='M18,11l-3.3-1.9l2.8-4.9l-7.3,5.1l3.3,1.9L10.7,16L18,11z'/%3E %3C/g%3E %3C/g%3E %3C/svg%3E");
  background-color: var(--color-logo);
}

.nr-common-header .item-news-notice:hover .icon,
.nr-common-header .item-news-notice:hover .nr-icon,
.nr-common-category-tab .item-news-notice:hover .icon,
.nr-common-category-tab .item-news-notice:hover .nr-icon,
.nr-common-global-menu .item-news-notice:hover .icon,
.nr-common-global-menu .item-news-notice:hover .nr-icon,
.nr-common-footer .item-news-notice:hover .icon,
.nr-common-footer .item-news-notice:hover .nr-icon {
  background-color: var(--color-text-primary);
}

.nr-common-header .item-news-info .icon,
.nr-common-header .item-news-info .nr-icon,
.nr-common-category-tab .item-news-info .icon,
.nr-common-category-tab .item-news-info .nr-icon,
.nr-common-global-menu .item-news-info .icon,
.nr-common-global-menu .item-news-info .nr-icon,
.nr-common-footer .item-news-info .icon,
.nr-common-footer .item-news-info .nr-icon {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 18 15.5' style=%22enable-background:new001815.5;%22 xml:space='preserve'%3E %3Cstyle type='text/css'%3E .st0%7Bfill:%23737373;%7D %3C/style%3E %3Cg%3E %3Cg%3E %3Cpath class='st0' d='M17.7,0.1C17.5,0,17.2,0,17,0.1c-1.9,0.7-4,1.3-6,1.7C9,2.1,6.9,2.3,4.8,2.4H0.8C0.3,2.4,0,2.7,0,3.1v7.4 c0,0.4,0.3,0.8,0.8,0.8h3.3v3.5c0,0.4,0.3,0.8,0.8,0.8h3.8c0.4,0,0.8-0.3,0.8-0.8v-3.1l1.6,0.2c2,0.4,4.1,1,6,1.7 c0.1,0,0.2,0,0.3,0.1c0.2,0,0.3,0,0.4-0.1c0.2-0.1,0.3-0.4,0.3-0.6V0.8C18,0.5,17.9,0.3,17.7,0.1z M1.5,9.8V3.9h2.5v5.9L1.5,9.8z M7.9,14H5.6v-2.7c0.6,0,1.4,0.1,2.3,0.2V14z M16.5,11.8c-1.7-0.6-3.5-1.1-5.3-1.4c-1.9-0.3-3.8-0.5-5.7-0.6v-6 c1.9-0.1,3.8-0.3,5.7-0.6c1.8-0.3,3.5-0.8,5.3-1.4V11.8z'/%3E %3C/g%3E %3C/g%3E %3C/svg%3E");
  background-color: var(--color-logo);
}

.nr-common-header .item-news-info:hover .icon,
.nr-common-header .item-news-info:hover .nr-icon,
.nr-common-category-tab .item-news-info:hover .icon,
.nr-common-category-tab .item-news-info:hover .nr-icon,
.nr-common-global-menu .item-news-info:hover .icon,
.nr-common-global-menu .item-news-info:hover .nr-icon,
.nr-common-footer .item-news-info:hover .icon,
.nr-common-footer .item-news-info:hover .nr-icon {
  background-color: var(--color-text-primary);
}

.nr-common-header .item-timetable .icon,
.nr-common-header .item-timetable .nr-icon,
.nr-common-category-tab .item-timetable .icon,
.nr-common-category-tab .item-timetable .nr-icon,
.nr-common-global-menu .item-timetable .icon,
.nr-common-global-menu .item-timetable .nr-icon,
.nr-common-footer .item-timetable .icon,
.nr-common-footer .item-timetable .nr-icon {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg version='1.1' id='system_icon' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 48 48' style=%22enable-background:new004848;%22 xml:space='preserve'%3E %3Cstyle type='text/css'%3E .st0%7Bfill:%23737373;%7D %3C/style%3E %3Cpath class='st0' d='M44,14L44,14l0-5.5C44,6,42,4,39.5,4h-31C6,4,4,6,4,8.5V17h0v3h0v9h0v3h0v7.5C4,42,6,44,8.5,44h31 c2.5,0,4.5-2,4.5-4.5V17h0V14z M41,8.5V14h-9V7h7.5C40.3,7,41,7.7,41,8.5z M29,14v9H19V7h10V14z M19,32v-6h10v15H19V32z M7,8.5 C7,7.7,7.7,7,8.5,7H16v10H7V8.5z M7,20h9v9H7V20z M7,39.5V32h9v9H8.5C7.7,41,7,40.3,7,39.5z M41,39.5c0,0.8-0.7,1.5-1.5,1.5H32V17h9 L41,39.5z'/%3E %3C/svg%3E");
  background-color: var(--color-logo);
}

.nr-common-header .item-timetable:hover .icon,
.nr-common-header .item-timetable:hover .nr-icon,
.nr-common-category-tab .item-timetable:hover .icon,
.nr-common-category-tab .item-timetable:hover .nr-icon,
.nr-common-global-menu .item-timetable:hover .icon,
.nr-common-global-menu .item-timetable:hover .nr-icon,
.nr-common-footer .item-timetable:hover .icon,
.nr-common-footer .item-timetable:hover .nr-icon {
  background-color: var(--color-text-primary);
}

.nr-common-header .item-player .icon,
.nr-common-header .item-player .nr-icon,
.nr-common-category-tab .item-player .icon,
.nr-common-category-tab .item-player .nr-icon,
.nr-common-global-menu .item-player .icon,
.nr-common-global-menu .item-player .nr-icon,
.nr-common-footer .item-player .icon,
.nr-common-footer .item-player .nr-icon {
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='system_icon' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 48 48' style=%22enable-background:new004848;%22 xml:space='preserve'%3E %3Cstyle type='text/css'%3E .st0%7Bfill:url(%23SVGID_1_);%7D .st1%7Bfill:%23FFFFFF;%7D %3C/style%3E %3ClinearGradient id='SVGID_1_' gradientUnits='userSpaceOnUse' x1='24' y1='4.0134' x2='24' y2='43.9861'%3E %3Cstop offset='0' style=%22stop-color:%23B2B2B2%22/%3E %3Cstop offset='1' style=%22stop-color:%23666666%22/%3E %3C/linearGradient%3E %3Cpath class='st0' d='M44,14L44,14l0-5.5C44,6,42,4,39.5,4h-31C6,4,4,6,4,8.5V17h0v3h0v9h0v3h0v7.5C4,42,6,44,8.5,44h31 c2.5,0,4.5-2,4.5-4.5V17h0V14z'/%3E %3Cpath class='st1' d='M14.6,20.2c-0.6-0.2-1.1,0.2-1.4,0.7l-0.8,2.8l-1.9-3c-0.3-0.5-1-0.6-1.5-0.3c-0.2,0.2-0.4,0.4-0.5,0.6L7,26 c-0.2,0.6,0.2,1.1,0.7,1.4c0.1,0.1,0.2,0.1,0.3,0.1c0.5,0,0.9-0.3,1-0.8l0.8-2.8l1.9,3c0.3,0.5,1,0.6,1.5,0.3 c0.2-0.2,0.4-0.4,0.5-0.6l1.5-5.1C15.4,20.9,15.1,20.3,14.6,20.2'/%3E %3Cpath class='st1' d='M23.4,20.2c-0.6-0.2-1.1,0.2-1.4,0.7l-0.5,1.8H19l0.4-1.2c0.2-0.6-0.2-1.2-0.7-1.4c-0.6-0.2-1.2,0.2-1.4,0.7 L15.9,26c-0.2,0.6,0.2,1.1,0.7,1.4l0,0c0.1,0.1,0.2,0.1,0.3,0.1c0.5,0,0.9-0.3,1-0.8l0.5-1.8H21L20.6,26c-0.2,0.6,0.2,1.1,0.7,1.4 l0,0c0.1,0.1,0.2,0.1,0.3,0.1c0.5,0,0.9-0.3,1-0.8l1.5-5.1C24.3,20.9,24,20.3,23.4,20.2'/%3E %3Cpath class='st1' d='M31,20.3l-3.1,2.3l0.3-1.1c0.2-0.6-0.2-1.2-0.7-1.4c-0.6-0.2-1.2,0.2-1.4,0.7L24.7,26c-0.2,0.6,0.2,1.1,0.7,1.4 l0,0c0.1,0.1,0.2,0.1,0.3,0.1c0.5,0,0.9-0.3,1-0.8l0.6-2.1l0,0c0,0.1,0.1,0.1,0.1,0.1l2.4,2.5c0.5,0.4,1.1,0.3,1.5-0.1 c0.3-0.4,0.4-0.9,0.1-1.4L30,23.9l2.4-1.8c0.5-0.4,0.6-1,0.2-1.5C32.2,20.1,31.5,20,31,20.3L31,20.3'/%3E %3Cpath class='st1' d='M39.8,22.2h-0.9c-0.2,0-0.4-0.2-0.4-0.4l0,0V21c0-0.8-0.7-1.5-1.5-1.5s-1.5,0.7-1.5,1.5v0.9 c0,0.2-0.2,0.4-0.4,0.4h-0.8c-0.8,0.1-1.5,0.7-1.4,1.6c0.1,0.7,0.6,1.4,1.4,1.4h0.9c0.2,0,0.4,0.2,0.4,0.4v0.9 c0,0.8,0.7,1.5,1.5,1.5c0.8,0,1.5-0.7,1.5-1.5v-0.9c0-0.2,0.2-0.4,0.4-0.4l0,0h0.9c0.8-0.1,1.5-0.7,1.4-1.6 C41.2,22.9,40.6,22.3,39.8,22.2L39.8,22.2z M39.8,24.5h-1.6c-0.2,0-0.4,0.2-0.4,0.4l0,0l0,0v1.6c0.1,0.5-0.3,0.8-0.7,0.9 c-0.5,0.1-0.8-0.3-0.9-0.7c0-0.1,0-0.1,0-0.1v-1.6c0-0.2-0.2-0.4-0.4-0.4l0,0h-1.6c-0.4,0-0.8-0.3-0.8-0.8c0-0.5,0.3-0.8,0.8-0.8 h1.6c0.2,0,0.4-0.2,0.4-0.4l0,0V21c0.1-0.5,0.4-0.8,0.9-0.7c0.4,0.1,0.7,0.4,0.7,0.7v1.6c0,0.2,0.2,0.4,0.4,0.4l0,0h1.6 c0.4,0,0.7,0.3,0.7,0.8C40.5,24.2,40.2,24.5,39.8,24.5L39.8,24.5z'/%3E %3C/svg%3E");
}

.nr-common-header .item-player:hover .icon,
.nr-common-header .item-player:hover .nr-icon,
.nr-common-category-tab .item-player:hover .icon,
.nr-common-category-tab .item-player:hover .nr-icon,
.nr-common-global-menu .item-player:hover .icon,
.nr-common-global-menu .item-player:hover .nr-icon,
.nr-common-footer .item-player:hover .icon,
.nr-common-footer .item-player:hover .nr-icon {
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='system_icon' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 48 48' style=%22enable-background:new004848;%22 xml:space='preserve'%3E %3Cstyle type='text/css'%3E .st0%7Bfill:url(%23SVGID_1_);%7D .st1%7Bfill:%23FFFFFF;%7D %3C/style%3E %3ClinearGradient id='SVGID_1_' gradientUnits='userSpaceOnUse' x1='24' y1='4.0134' x2='24' y2='43.9861'%3E %3Cstop offset='0' style=%22stop-color:%236F6F6F%22/%3E %3Cstop offset='1' style=%22stop-color:%23232324%22/%3E %3C/linearGradient%3E %3Cpath class='st0' d='M44,14L44,14l0-5.5C44,6,42,4,39.5,4h-31C6,4,4,6,4,8.5V17h0v3h0v9h0v3h0v7.5C4,42,6,44,8.5,44h31 c2.5,0,4.5-2,4.5-4.5V17h0V14z'/%3E %3Cpath class='st1' d='M14.6,20.2c-0.6-0.2-1.1,0.2-1.4,0.7l-0.8,2.8l-1.9-3c-0.3-0.5-1-0.6-1.5-0.3c-0.2,0.2-0.4,0.4-0.5,0.6L7,26 c-0.2,0.6,0.2,1.1,0.7,1.4c0.1,0.1,0.2,0.1,0.3,0.1c0.5,0,0.9-0.3,1-0.8l0.8-2.8l1.9,3c0.3,0.5,1,0.6,1.5,0.3 c0.2-0.2,0.4-0.4,0.5-0.6l1.5-5.1C15.4,20.9,15.1,20.3,14.6,20.2'/%3E %3Cpath class='st1' d='M23.4,20.2c-0.6-0.2-1.1,0.2-1.4,0.7l-0.5,1.8H19l0.4-1.2c0.2-0.6-0.2-1.2-0.7-1.4c-0.6-0.2-1.2,0.2-1.4,0.7 L15.9,26c-0.2,0.6,0.2,1.1,0.7,1.4l0,0c0.1,0.1,0.2,0.1,0.3,0.1c0.5,0,0.9-0.3,1-0.8l0.5-1.8H21L20.6,26c-0.2,0.6,0.2,1.1,0.7,1.4 l0,0c0.1,0.1,0.2,0.1,0.3,0.1c0.5,0,0.9-0.3,1-0.8l1.5-5.1C24.3,20.9,24,20.3,23.4,20.2'/%3E %3Cpath class='st1' d='M31,20.3l-3.1,2.3l0.3-1.1c0.2-0.6-0.2-1.2-0.7-1.4c-0.6-0.2-1.2,0.2-1.4,0.7L24.7,26c-0.2,0.6,0.2,1.1,0.7,1.4 l0,0c0.1,0.1,0.2,0.1,0.3,0.1c0.5,0,0.9-0.3,1-0.8l0.6-2.1l0,0c0,0.1,0.1,0.1,0.1,0.1l2.4,2.5c0.5,0.4,1.1,0.3,1.5-0.1 c0.3-0.4,0.4-0.9,0.1-1.4L30,23.9l2.4-1.8c0.5-0.4,0.6-1,0.2-1.5C32.2,20.1,31.5,20,31,20.3L31,20.3'/%3E %3Cpath class='st1' d='M39.8,22.2h-0.9c-0.2,0-0.4-0.2-0.4-0.4l0,0V21c0-0.8-0.7-1.5-1.5-1.5s-1.5,0.7-1.5,1.5v0.9 c0,0.2-0.2,0.4-0.4,0.4h-0.8c-0.8,0.1-1.5,0.7-1.4,1.6c0.1,0.7,0.6,1.4,1.4,1.4h0.9c0.2,0,0.4,0.2,0.4,0.4v0.9 c0,0.8,0.7,1.5,1.5,1.5c0.8,0,1.5-0.7,1.5-1.5v-0.9c0-0.2,0.2-0.4,0.4-0.4l0,0h0.9c0.8-0.1,1.5-0.7,1.4-1.6 C41.2,22.9,40.6,22.3,39.8,22.2L39.8,22.2z M39.8,24.5h-1.6c-0.2,0-0.4,0.2-0.4,0.4l0,0l0,0v1.6c0.1,0.5-0.3,0.8-0.7,0.9 c-0.5,0.1-0.8-0.3-0.9-0.7c0-0.1,0-0.1,0-0.1v-1.6c0-0.2-0.2-0.4-0.4-0.4l0,0h-1.6c-0.4,0-0.8-0.3-0.8-0.8c0-0.5,0.3-0.8,0.8-0.8 h1.6c0.2,0,0.4-0.2,0.4-0.4l0,0V21c0.1-0.5,0.4-0.8,0.9-0.7c0.4,0.1,0.7,0.4,0.7,0.7v1.6c0,0.2,0.2,0.4,0.4,0.4l0,0h1.6 c0.4,0,0.7,0.3,0.7,0.8C40.5,24.2,40.2,24.5,39.8,24.5L39.8,24.5z'/%3E %3C/svg%3E");
}

.nr-common-header .item-jushinryo .icon,
.nr-common-header .item-jushinryo .nr-icon,
.nr-common-category-tab .item-jushinryo .icon,
.nr-common-category-tab .item-jushinryo .nr-icon,
.nr-common-global-menu .item-jushinryo .icon,
.nr-common-global-menu .item-jushinryo .nr-icon,
.nr-common-footer .item-jushinryo .icon,
.nr-common-footer .item-jushinryo .nr-icon {
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='system_icon' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 48 48' style=%22enable-background:new004848;%22 xml:space='preserve'%3E %3Cstyle type='text/css'%3E .st0%7Bfill:%23737373;%7D .st1%7Bfill:%23FFFFFF;%7D %3C/style%3E %3Cpath class='st0' d='M44,14L44,14l0-5.5C44,6,42,4,39.5,4h-31C6,4,4,6,4,8.5V17h0v3h0v9h0v3h0v7.5C4,42,6,44,8.5,44h31 c2.5,0,4.5-2,4.5-4.5V17h0V14z'/%3E %3Cg%3E %3Cg%3E %3Cpath class='st1' d='M43.9,40.3c0-2.1-0.6-5.9-1.5-7.8c-0.4-0.8-0.8-1.5-1.3-2.3c0,0,0,0,0,0l0,0c0-0.2,0-2.9,0-2.9v-4.8 c0-1.2-0.1-2.3-0.2-3.5l-0.1-1.1c-0.2-2.5-1.2-6.9-6.5-8.2l-0.7-0.2c-2.2-0.5-3.9-1-7.8-1c-3,0-5.9,0.4-8.8,1.1l-0.4,0.1 c-1.6,0.4-3.2,1.3-4.2,2.4c0,0,0,0.1-0.1,0.1c-0.2-0.2-0.4-0.3-0.6-0.4c-1.1-0.7-2.5-0.9-3.7-0.5c-1.3,0.4-2.4,1.4-2.8,2.4 c-0.4,0.8-0.5,1.6-0.6,2.5c0,0.6,0.2,1.3,0.5,1.8l0,0.1c-0.3,0.6-0.8,1.9-1.2,3.2v10.1c0.9,1.9,2.5,3.6,4.4,4.3L9.1,36 c0.5,0.2,1.1,0.4,1.8,0.6c0,0.4,0.2,3.7,0.2,3.7c0,0,0.6,3.6,0.6,3.6v0h24.9c0.6,0,1.2,0,1.8,0c0.1-0.9,0.8-4.1,0.7-6.5 c0-0.4,0-0.6,0.3-0.6c0.3-0.1,0.5,0,0.5,0.6c0,0.5-0.4,4.9-0.8,6.6C41.2,43.1,43.2,42.5,43.9,40.3z M8.6,29.3 c-0.5-0.5-1.1-1.2-1.1-3c0-0.5,0-1,0.1-1.5c0.1-0.6,0.6-2.4,1-3.4c0.6-1.5,1.1-2.2,1.4-2.5c-0.1,0.8-0.2,1.6-0.2,2.5 c0,0.7,0,1.5,0.1,2.2l0.1,1.2c0,1.4,0.2,2.9,0.4,4.2c0,0,0.1,1,0.2,1.6C9.8,30.4,9.2,30,8.6,29.3z M39.1,44c4,0,4.8-1.4,4.8-3.7 c0-2.1-0.6-5.9-1.5-7.8'/%3E %3Cpath class='st0' d='M18.4,15.8c0,0,0-0.1,0-0.1l0-0.2c0,0,0-0.1,0-0.1l0-0.2c0,0,0-0.1,0-0.1l-0.1-0.2c0,0,0-0.1-0.1-0.1L18,14.7 c0,0,0-0.1-0.1-0.1l-0.1-0.1c0,0-0.1-0.1-0.1-0.1l-0.1-0.1c0,0-0.1,0-0.1-0.1l-0.2-0.1c0,0-0.1,0-0.1,0l-0.2,0l-0.1,0l-0.1,0 c0,0-0.1,0-0.1,0h-0.2c0,0-0.1,0-0.1,0l-0.2,0c0,0-0.1,0-0.1,0L16,14.3c0,0-0.1,0-0.1,0.1l-0.1,0.1c0,0-0.1,0.1-0.1,0.1l-0.1,0.1 c0,0-0.1,0.1-0.1,0.1l-0.1,0.1c0,0,0,0.1-0.1,0.1l-0.1,0.2c0,0,0,0.1,0,0.1l0,0.2c0,0,0,0.1,0,0.1v0.1c0,0,0,0.1,0,0.1l0,0.2 c0,0,0,0.1,0,0.1l0,0.2c0,0,0,0.1,0,0.1l0.1,0.2c0,0,0,0.1,0.1,0.1l0.1,0.1c0,0,0,0.1,0.1,0.1l0.1,0.1c0,0,0.1,0.1,0.1,0.1L16,17 c0,0,0.1,0,0.1,0.1l0.2,0.1c0,0,0.1,0,0.1,0l0.2,0c0,0,0.1,0,0.1,0h0.1c0,0,0.1,0,0.1,0l0.2,0c0,0,0.1,0,0.1,0l0.2,0 c0,0,0.1,0,0.1,0l0.2-0.1c0,0,0.1,0,0.1-0.1l0.1-0.1c0,0,0.1-0.1,0.1-0.1l0.1-0.1c0,0,0.1-0.1,0.1-0.1l0.1-0.1c0,0,0-0.1,0.1-0.1 l0.1-0.1c0,0,0-0.1,0-0.1l0-0.2C18.4,15.9,18.4,15.9,18.4,15.8L18.4,15.8z'/%3E %3Cpath class='st0' d='M34.6,14c0,0-0.1,0-0.1,0l-0.2,0c0,0-0.1,0-0.1,0L34,14c0,0-0.1,0-0.1,0l-0.2,0.1c0,0-0.1,0-0.1,0.1l-0.1,0.1 c0,0-0.1,0-0.1,0.1l-0.1,0.1c0,0-0.1,0.1-0.1,0.1l-0.1,0.1c0,0,0,0.1-0.1,0.1L33,15c0,0,0,0.1,0,0.1l0,0.2c0,0,0,0.1,0,0.1l0,0.1 c0,0,0,0.1,0,0.1l0,0.2c0,0,0,0.1,0,0.1l0,0.2c0,0,0,0.1,0,0.1l0.1,0.2c0,0,0,0.1,0.1,0.1l0.2,0.2c0,0,0,0.1,0.1,0.1l0.1,0.1 c0,0,0.1,0.1,0.1,0.1l0.1,0.1c0,0,0.1,0,0.1,0.1L34,17c0,0,0.1,0,0.1,0l0.2,0c0,0,0.1,0,0.1,0h0.1c0,0,0.1,0,0.1,0l0.2,0 c0,0,0.1,0,0.1,0L35,17c0,0,0.1,0,0.1,0l0.2-0.1c0,0,0.1,0,0.1-0.1l0.1-0.1c0,0,0.1-0.1,0.1-0.1l0.1-0.1c0,0,0.1-0.1,0.1-0.1 l0.1-0.1c0,0,0-0.1,0.1-0.1l0.1-0.2c0,0,0-0.1,0-0.1l0-0.2c0,0,0-0.1,0-0.1l0-0.1c0,0,0-0.1,0-0.1l0-0.2c0,0,0-0.1,0-0.1l0-0.2 c0,0,0-0.1,0-0.1l-0.1-0.2c0,0,0-0.1-0.1-0.1l-0.1-0.1c0,0-0.1-0.1-0.1-0.1l-0.1-0.1c0,0-0.1-0.1-0.1-0.1l-0.1-0.1 c0,0-0.1,0-0.1-0.1L35.1,14c0,0-0.1,0-0.1,0l-0.2-0.1l-0.1,0L34.6,14z'/%3E %3Cpath class='st0' d='M16.4,23.6c0.2-1.5,0.6-2.3,3.1-2.4c2.5-0.1,11.8-0.2,12.8-0.2c1,0,2.9,0.5,2.9,2.6c0,1.4,0,8.4-0.1,9.4 c-0.1,1.1-0.6,2.4-3.8,2.3c-1.1,0.1-10.7,0.4-12,0.1c-1.1,0-2.9-0.5-2.8-3.1C16.5,30.3,16.3,24,16.4,23.6z'/%3E %3Cpath class='st1' d='M17.8,22.2c0.8-0.4,1.2-0.4,3.3-0.4c-0.4,0.4-1.6,1.6-1.9,1.7C18.9,23.4,17.8,22.4,17.8,22.2z'/%3E %3Cpath class='st1' d='M21.8,21.8c0.7-0.1,3.2-0.1,3.8-0.1c-0.4,0.4-1.8,1.5-1.9,1.6C23.3,23.1,22,22.1,21.8,21.8z'/%3E %3Cpath class='st1' d='M25.9,21.8c0.6,0,3.5-0.1,3.8-0.1c-0.2,0.3-1.7,1.7-1.9,1.8C27.4,23.4,26.1,22,25.9,21.8z'/%3E %3Cpath class='st1' d='M30,21.7c0.5,0,3-0.2,3.7,0.3c-0.3,0.4-1.5,1.4-1.6,1.6C31.9,23.4,30.2,21.8,30,21.7z'/%3E %3Cpath class='st1' d='M18,34.4c0.2-0.2,1.3-1.4,1.5-1.4c0.4,0,1.9,1.5,2.2,1.8C21.4,34.8,18.6,34.7,18,34.4z'/%3E %3Cpath class='st1' d='M22.1,34.7c0.3-0.3,1.8-1.7,2-1.7c0.3,0.1,1.8,1.6,1.9,1.6C25.8,34.7,22.2,34.7,22.1,34.7z'/%3E %3Cpath class='st1' d='M26.5,34.7c0.1-0.2,1.5-1.7,1.7-1.8c0.4,0.2,1.6,1.5,1.8,1.6C29.7,34.6,26.7,34.7,26.5,34.7z'/%3E %3Cpath class='st1' d='M30.6,34.6c0.3-0.4,1.5-1.9,1.7-1.7c0.2,0.2,1.3,1.3,1.4,1.3C33.5,34.4,31.9,34.6,30.6,34.6z'/%3E %3C/g%3E %3C/g%3E %3C/svg%3E");
}

.nr-common-header .item-jushinryo:hover .icon,
.nr-common-header .item-jushinryo:hover .nr-icon,
.nr-common-category-tab .item-jushinryo:hover .icon,
.nr-common-category-tab .item-jushinryo:hover .nr-icon,
.nr-common-global-menu .item-jushinryo:hover .icon,
.nr-common-global-menu .item-jushinryo:hover .nr-icon,
.nr-common-footer .item-jushinryo:hover .icon,
.nr-common-footer .item-jushinryo:hover .nr-icon {
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='system_icon' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 48 48' style=%22enable-background:new004848;%22 xml:space='preserve'%3E %3Cstyle type='text/css'%3E .st0%7Bfill:%23232324;%7D .st1%7Bfill:%23FFFFFF;%7D %3C/style%3E %3Cpath class='st0' d='M44,14L44,14l0-5.5C44,6,42,4,39.5,4h-31C6,4,4,6,4,8.5V17h0v3h0v9h0v3h0v7.5C4,42,6,44,8.5,44h31 c2.5,0,4.5-2,4.5-4.5V17h0V14z'/%3E %3Cg%3E %3Cg%3E %3Cpath class='st1' d='M43.9,40.3c0-2.1-0.6-5.9-1.5-7.8c-0.4-0.8-0.8-1.5-1.3-2.3c0,0,0,0,0,0l0,0c0-0.2,0-2.9,0-2.9v-4.8 c0-1.2-0.1-2.3-0.2-3.5l-0.1-1.1c-0.2-2.5-1.2-6.9-6.5-8.2l-0.7-0.2c-2.2-0.5-3.9-1-7.8-1c-3,0-5.9,0.4-8.8,1.1l-0.4,0.1 c-1.6,0.4-3.2,1.3-4.2,2.4c0,0,0,0.1-0.1,0.1c-0.2-0.2-0.4-0.3-0.6-0.4c-1.1-0.7-2.5-0.9-3.7-0.5c-1.3,0.4-2.4,1.4-2.8,2.4 c-0.4,0.8-0.5,1.6-0.6,2.5c0,0.6,0.2,1.3,0.5,1.8l0,0.1c-0.3,0.6-0.8,1.9-1.2,3.2v10.1c0.9,1.9,2.5,3.6,4.4,4.3L9.1,36 c0.5,0.2,1.1,0.4,1.8,0.6c0,0.4,0.2,3.7,0.2,3.7c0,0,0.6,3.6,0.6,3.6v0h24.9c0.6,0,1.2,0,1.8,0c0.1-0.9,0.8-4.1,0.7-6.5 c0-0.4,0-0.6,0.3-0.6c0.3-0.1,0.5,0,0.5,0.6c0,0.5-0.4,4.9-0.8,6.6C41.2,43.1,43.2,42.5,43.9,40.3z M8.6,29.3 c-0.5-0.5-1.1-1.2-1.1-3c0-0.5,0-1,0.1-1.5c0.1-0.6,0.6-2.4,1-3.4c0.6-1.5,1.1-2.2,1.4-2.5c-0.1,0.8-0.2,1.6-0.2,2.5 c0,0.7,0,1.5,0.1,2.2l0.1,1.2c0,1.4,0.2,2.9,0.4,4.2c0,0,0.1,1,0.2,1.6C9.8,30.4,9.2,30,8.6,29.3z M39.1,44c4,0,4.8-1.4,4.8-3.7 c0-2.1-0.6-5.9-1.5-7.8'/%3E %3Cpath class='st0' d='M18.4,15.8c0,0,0-0.1,0-0.1l0-0.2c0,0,0-0.1,0-0.1l0-0.2c0,0,0-0.1,0-0.1l-0.1-0.2c0,0,0-0.1-0.1-0.1L18,14.7 c0,0,0-0.1-0.1-0.1l-0.1-0.1c0,0-0.1-0.1-0.1-0.1l-0.1-0.1c0,0-0.1,0-0.1-0.1l-0.2-0.1c0,0-0.1,0-0.1,0l-0.2,0l-0.1,0l-0.1,0 c0,0-0.1,0-0.1,0h-0.2c0,0-0.1,0-0.1,0l-0.2,0c0,0-0.1,0-0.1,0L16,14.3c0,0-0.1,0-0.1,0.1l-0.1,0.1c0,0-0.1,0.1-0.1,0.1l-0.1,0.1 c0,0-0.1,0.1-0.1,0.1l-0.1,0.1c0,0,0,0.1-0.1,0.1l-0.1,0.2c0,0,0,0.1,0,0.1l0,0.2c0,0,0,0.1,0,0.1v0.1c0,0,0,0.1,0,0.1l0,0.2 c0,0,0,0.1,0,0.1l0,0.2c0,0,0,0.1,0,0.1l0.1,0.2c0,0,0,0.1,0.1,0.1l0.1,0.1c0,0,0,0.1,0.1,0.1l0.1,0.1c0,0,0.1,0.1,0.1,0.1L16,17 c0,0,0.1,0,0.1,0.1l0.2,0.1c0,0,0.1,0,0.1,0l0.2,0c0,0,0.1,0,0.1,0h0.1c0,0,0.1,0,0.1,0l0.2,0c0,0,0.1,0,0.1,0l0.2,0 c0,0,0.1,0,0.1,0l0.2-0.1c0,0,0.1,0,0.1-0.1l0.1-0.1c0,0,0.1-0.1,0.1-0.1l0.1-0.1c0,0,0.1-0.1,0.1-0.1l0.1-0.1c0,0,0-0.1,0.1-0.1 l0.1-0.1c0,0,0-0.1,0-0.1l0-0.2C18.4,15.9,18.4,15.9,18.4,15.8L18.4,15.8z'/%3E %3Cpath class='st0' d='M34.6,14c0,0-0.1,0-0.1,0l-0.2,0c0,0-0.1,0-0.1,0L34,14c0,0-0.1,0-0.1,0l-0.2,0.1c0,0-0.1,0-0.1,0.1l-0.1,0.1 c0,0-0.1,0-0.1,0.1l-0.1,0.1c0,0-0.1,0.1-0.1,0.1l-0.1,0.1c0,0,0,0.1-0.1,0.1L33,15c0,0,0,0.1,0,0.1l0,0.2c0,0,0,0.1,0,0.1l0,0.1 c0,0,0,0.1,0,0.1l0,0.2c0,0,0,0.1,0,0.1l0,0.2c0,0,0,0.1,0,0.1l0.1,0.2c0,0,0,0.1,0.1,0.1l0.2,0.2c0,0,0,0.1,0.1,0.1l0.1,0.1 c0,0,0.1,0.1,0.1,0.1l0.1,0.1c0,0,0.1,0,0.1,0.1L34,17c0,0,0.1,0,0.1,0l0.2,0c0,0,0.1,0,0.1,0h0.1c0,0,0.1,0,0.1,0l0.2,0 c0,0,0.1,0,0.1,0L35,17c0,0,0.1,0,0.1,0l0.2-0.1c0,0,0.1,0,0.1-0.1l0.1-0.1c0,0,0.1-0.1,0.1-0.1l0.1-0.1c0,0,0.1-0.1,0.1-0.1 l0.1-0.1c0,0,0-0.1,0.1-0.1l0.1-0.2c0,0,0-0.1,0-0.1l0-0.2c0,0,0-0.1,0-0.1l0-0.1c0,0,0-0.1,0-0.1l0-0.2c0,0,0-0.1,0-0.1l0-0.2 c0,0,0-0.1,0-0.1l-0.1-0.2c0,0,0-0.1-0.1-0.1l-0.1-0.1c0,0-0.1-0.1-0.1-0.1l-0.1-0.1c0,0-0.1-0.1-0.1-0.1l-0.1-0.1 c0,0-0.1,0-0.1-0.1L35.1,14c0,0-0.1,0-0.1,0l-0.2-0.1l-0.1,0L34.6,14z'/%3E %3Cpath class='st0' d='M16.4,23.6c0.2-1.5,0.6-2.3,3.1-2.4c2.5-0.1,11.8-0.2,12.8-0.2c1,0,2.9,0.5,2.9,2.6c0,1.4,0,8.4-0.1,9.4 c-0.1,1.1-0.6,2.4-3.8,2.3c-1.1,0.1-10.7,0.4-12,0.1c-1.1,0-2.9-0.5-2.8-3.1C16.5,30.3,16.3,24,16.4,23.6z'/%3E %3Cpath class='st1' d='M17.8,22.2c0.8-0.4,1.2-0.4,3.3-0.4c-0.4,0.4-1.6,1.6-1.9,1.7C18.9,23.4,17.8,22.4,17.8,22.2z'/%3E %3Cpath class='st1' d='M21.8,21.8c0.7-0.1,3.2-0.1,3.8-0.1c-0.4,0.4-1.8,1.5-1.9,1.6C23.3,23.1,22,22.1,21.8,21.8z'/%3E %3Cpath class='st1' d='M25.9,21.8c0.6,0,3.5-0.1,3.8-0.1c-0.2,0.3-1.7,1.7-1.9,1.8C27.4,23.4,26.1,22,25.9,21.8z'/%3E %3Cpath class='st1' d='M30,21.7c0.5,0,3-0.2,3.7,0.3c-0.3,0.4-1.5,1.4-1.6,1.6C31.9,23.4,30.2,21.8,30,21.7z'/%3E %3Cpath class='st1' d='M18,34.4c0.2-0.2,1.3-1.4,1.5-1.4c0.4,0,1.9,1.5,2.2,1.8C21.4,34.8,18.6,34.7,18,34.4z'/%3E %3Cpath class='st1' d='M22.1,34.7c0.3-0.3,1.8-1.7,2-1.7c0.3,0.1,1.8,1.6,1.9,1.6C25.8,34.7,22.2,34.7,22.1,34.7z'/%3E %3Cpath class='st1' d='M26.5,34.7c0.1-0.2,1.5-1.7,1.7-1.8c0.4,0.2,1.6,1.5,1.8,1.6C29.7,34.6,26.7,34.7,26.5,34.7z'/%3E %3Cpath class='st1' d='M30.6,34.6c0.3-0.4,1.5-1.9,1.7-1.7c0.2,0.2,1.3,1.3,1.4,1.3C33.5,34.4,31.9,34.6,30.6,34.6z'/%3E %3C/g%3E %3C/g%3E %3C/svg%3E");
}

.nr-common-header-wrapper.is-dark .item-info:hover .icon,
.nr-common-header-wrapper.is-dark .item-info:hover .nr-icon,
.nr-common-category-tab.is-dark .item-info:hover .icon,
.nr-common-category-tab.is-dark .item-info:hover .nr-icon,
.nr-common-global-menu.is-dark .item-info:hover .icon,
.nr-common-global-menu.is-dark .item-info:hover .nr-icon,
.nr-common-breakingnews.is-dark .item-info:hover .icon,
.nr-common-breakingnews.is-dark .item-info:hover .nr-icon,
.nr-common-footer-wrapper.is-dark .item-info:hover .icon,
.nr-common-footer-wrapper.is-dark .item-info:hover .nr-icon {
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='system_icon' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 48 48' style=%22enable-background:new004848;%22 xml:space='preserve'%3E %3Cstyle type='text/css'%3E .st0%7Bfill:%23737373;%7D .st1%7Bfill:%23FFFFFF;%7D %3C/style%3E %3Cg%3E %3Cpath class='st0' d='M44,41.2c0,1.6-1.3,2.8-2.8,2.8H6.8C5.3,44,4,42.7,4,41.2V6.8C4,5.3,5.3,4,6.8,4h34.3C42.7,4,44,5.3,44,6.8 V41.2z'/%3E %3C/g%3E %3Cpath class='st1' d='M16.9,19.3c-0.8-0.2-1.6,0.2-1.8,1l-1,3.7l-2.6-4c-0.3-0.5-0.9-0.7-1.4-0.6c-0.6,0.1-1,0.5-1.2,1L6.9,27 c-0.2,0.8,0.2,1.6,1,1.8c0.1,0,0.3,0.1,0.4,0.1c0.6,0,1.2-0.4,1.4-1l1-3.7l2.6,4c0.3,0.5,0.9,0.7,1.4,0.6c0.6-0.1,1-0.5,1.2-1 l1.9-6.7C18.1,20.3,17.7,19.5,16.9,19.3z'/%3E %3Cpath class='st1' d='M28.7,19.3c-0.8-0.2-1.6,0.2-1.8,1l-0.7,2.4h-3.2l0.5-1.6c0.2-0.8-0.2-1.6-1-1.8c-0.8-0.2-1.6,0.2-1.8,1 L18.7,27c-0.2,0.8,0.2,1.6,1,1.8c0.1,0,0.3,0.1,0.4,0.1c0.6,0,1.2-0.4,1.4-1l0.7-2.4h3.2L25,27c-0.2,0.8,0.2,1.6,1,1.8 c0.1,0,0.3,0.1,0.4,0.1c0.6,0,1.2-0.4,1.4-1l1.9-6.7C29.9,20.3,29.4,19.5,28.7,19.3z'/%3E %3Cpath class='st1' d='M40.8,19.8c-0.5-0.6-1.4-0.8-2-0.3l-4.1,3.1l0.4-1.5c0.2-0.8-0.2-1.6-1-1.8c-0.8-0.2-1.6,0.2-1.8,1L30.5,27 c-0.2,0.8,0.2,1.6,1,1.8c0.1,0,0.3,0.1,0.4,0.1c0.6,0,1.2-0.4,1.4-1l0.8-2.9c0,0,0,0,0,0c0,0,0,0,0,0c0,0,0,0,0.1,0.1l3.1,3.4 c0.3,0.3,0.7,0.5,1.1,0.5c0.4,0,0.7-0.1,1-0.4c0.6-0.5,0.6-1.5,0.1-2l-2-2.2l3.2-2.4C41.2,21.3,41.3,20.4,40.8,19.8z'/%3E %3C/svg%3E") !important;
}

.nr-common-header-wrapper.is-dark .item-player:hover .icon,
.nr-common-header-wrapper.is-dark .item-player:hover .nr-icon,
.nr-common-category-tab.is-dark .item-player:hover .icon,
.nr-common-category-tab.is-dark .item-player:hover .nr-icon,
.nr-common-global-menu.is-dark .item-player:hover .icon,
.nr-common-global-menu.is-dark .item-player:hover .nr-icon,
.nr-common-breakingnews.is-dark .item-player:hover .icon,
.nr-common-breakingnews.is-dark .item-player:hover .nr-icon,
.nr-common-footer-wrapper.is-dark .item-player:hover .icon,
.nr-common-footer-wrapper.is-dark .item-player:hover .nr-icon {
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='system_icon' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 48 48' style=%22enable-background:new004848;%22 xml:space='preserve'%3E %3Cstyle type='text/css'%3E .st0%7Bfill:url(%23SVGID_1_);%7D .st1%7Bfill:%23FFFFFF;%7D %3C/style%3E %3ClinearGradient id='SVGID_1_' gradientUnits='userSpaceOnUse' x1='24' y1='4.0134' x2='24' y2='43.9861'%3E %3Cstop offset='0' style=%22stop-color:%23B2B2B2%22/%3E %3Cstop offset='1' style=%22stop-color:%23666666%22/%3E %3C/linearGradient%3E %3Cpath class='st0' d='M44,14L44,14l0-5.5C44,6,42,4,39.5,4h-31C6,4,4,6,4,8.5V17h0v3h0v9h0v3h0v7.5C4,42,6,44,8.5,44h31 c2.5,0,4.5-2,4.5-4.5V17h0V14z'/%3E %3Cpath class='st1' d='M14.6,20.2c-0.6-0.2-1.1,0.2-1.4,0.7l-0.8,2.8l-1.9-3c-0.3-0.5-1-0.6-1.5-0.3c-0.2,0.2-0.4,0.4-0.5,0.6L7,26 c-0.2,0.6,0.2,1.1,0.7,1.4c0.1,0.1,0.2,0.1,0.3,0.1c0.5,0,0.9-0.3,1-0.8l0.8-2.8l1.9,3c0.3,0.5,1,0.6,1.5,0.3 c0.2-0.2,0.4-0.4,0.5-0.6l1.5-5.1C15.4,20.9,15.1,20.3,14.6,20.2'/%3E %3Cpath class='st1' d='M23.4,20.2c-0.6-0.2-1.1,0.2-1.4,0.7l-0.5,1.8H19l0.4-1.2c0.2-0.6-0.2-1.2-0.7-1.4c-0.6-0.2-1.2,0.2-1.4,0.7 L15.9,26c-0.2,0.6,0.2,1.1,0.7,1.4l0,0c0.1,0.1,0.2,0.1,0.3,0.1c0.5,0,0.9-0.3,1-0.8l0.5-1.8H21L20.6,26c-0.2,0.6,0.2,1.1,0.7,1.4 l0,0c0.1,0.1,0.2,0.1,0.3,0.1c0.5,0,0.9-0.3,1-0.8l1.5-5.1C24.3,20.9,24,20.3,23.4,20.2'/%3E %3Cpath class='st1' d='M31,20.3l-3.1,2.3l0.3-1.1c0.2-0.6-0.2-1.2-0.7-1.4c-0.6-0.2-1.2,0.2-1.4,0.7L24.7,26c-0.2,0.6,0.2,1.1,0.7,1.4 l0,0c0.1,0.1,0.2,0.1,0.3,0.1c0.5,0,0.9-0.3,1-0.8l0.6-2.1l0,0c0,0.1,0.1,0.1,0.1,0.1l2.4,2.5c0.5,0.4,1.1,0.3,1.5-0.1 c0.3-0.4,0.4-0.9,0.1-1.4L30,23.9l2.4-1.8c0.5-0.4,0.6-1,0.2-1.5C32.2,20.1,31.5,20,31,20.3L31,20.3'/%3E %3Cpath class='st1' d='M39.8,22.2h-0.9c-0.2,0-0.4-0.2-0.4-0.4l0,0V21c0-0.8-0.7-1.5-1.5-1.5s-1.5,0.7-1.5,1.5v0.9 c0,0.2-0.2,0.4-0.4,0.4h-0.8c-0.8,0.1-1.5,0.7-1.4,1.6c0.1,0.7,0.6,1.4,1.4,1.4h0.9c0.2,0,0.4,0.2,0.4,0.4v0.9 c0,0.8,0.7,1.5,1.5,1.5c0.8,0,1.5-0.7,1.5-1.5v-0.9c0-0.2,0.2-0.4,0.4-0.4l0,0h0.9c0.8-0.1,1.5-0.7,1.4-1.6 C41.2,22.9,40.6,22.3,39.8,22.2L39.8,22.2z M39.8,24.5h-1.6c-0.2,0-0.4,0.2-0.4,0.4l0,0l0,0v1.6c0.1,0.5-0.3,0.8-0.7,0.9 c-0.5,0.1-0.8-0.3-0.9-0.7c0-0.1,0-0.1,0-0.1v-1.6c0-0.2-0.2-0.4-0.4-0.4l0,0h-1.6c-0.4,0-0.8-0.3-0.8-0.8c0-0.5,0.3-0.8,0.8-0.8 h1.6c0.2,0,0.4-0.2,0.4-0.4l0,0V21c0.1-0.5,0.4-0.8,0.9-0.7c0.4,0.1,0.7,0.4,0.7,0.7v1.6c0,0.2,0.2,0.4,0.4,0.4l0,0h1.6 c0.4,0,0.7,0.3,0.7,0.8C40.5,24.2,40.2,24.5,39.8,24.5L39.8,24.5z'/%3E %3C/svg%3E") !important;
}

.nr-common-header-wrapper.is-dark .item-jushinryo:hover .icon,
.nr-common-header-wrapper.is-dark .item-jushinryo:hover .nr-icon,
.nr-common-category-tab.is-dark .item-jushinryo:hover .icon,
.nr-common-category-tab.is-dark .item-jushinryo:hover .nr-icon,
.nr-common-global-menu.is-dark .item-jushinryo:hover .icon,
.nr-common-global-menu.is-dark .item-jushinryo:hover .nr-icon,
.nr-common-breakingnews.is-dark .item-jushinryo:hover .icon,
.nr-common-breakingnews.is-dark .item-jushinryo:hover .nr-icon,
.nr-common-footer-wrapper.is-dark .item-jushinryo:hover .icon,
.nr-common-footer-wrapper.is-dark .item-jushinryo:hover .nr-icon {
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='system_icon' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 48 48' style=%22enable-background:new004848;%22 xml:space='preserve'%3E %3Cstyle type='text/css'%3E .st0%7Bfill:%23737373;%7D .st1%7Bfill:%23FFFFFF;%7D %3C/style%3E %3Cpath class='st0' d='M44,14L44,14l0-5.5C44,6,42,4,39.5,4h-31C6,4,4,6,4,8.5V17h0v3h0v9h0v3h0v7.5C4,42,6,44,8.5,44h31 c2.5,0,4.5-2,4.5-4.5V17h0V14z'/%3E %3Cg%3E %3Cg%3E %3Cpath class='st1' d='M43.9,40.3c0-2.1-0.6-5.9-1.5-7.8c-0.4-0.8-0.8-1.5-1.3-2.3c0,0,0,0,0,0l0,0c0-0.2,0-2.9,0-2.9v-4.8 c0-1.2-0.1-2.3-0.2-3.5l-0.1-1.1c-0.2-2.5-1.2-6.9-6.5-8.2l-0.7-0.2c-2.2-0.5-3.9-1-7.8-1c-3,0-5.9,0.4-8.8,1.1l-0.4,0.1 c-1.6,0.4-3.2,1.3-4.2,2.4c0,0,0,0.1-0.1,0.1c-0.2-0.2-0.4-0.3-0.6-0.4c-1.1-0.7-2.5-0.9-3.7-0.5c-1.3,0.4-2.4,1.4-2.8,2.4 c-0.4,0.8-0.5,1.6-0.6,2.5c0,0.6,0.2,1.3,0.5,1.8l0,0.1c-0.3,0.6-0.8,1.9-1.2,3.2v10.1c0.9,1.9,2.5,3.6,4.4,4.3L9.1,36 c0.5,0.2,1.1,0.4,1.8,0.6c0,0.4,0.2,3.7,0.2,3.7c0,0,0.6,3.6,0.6,3.6v0h24.9c0.6,0,1.2,0,1.8,0c0.1-0.9,0.8-4.1,0.7-6.5 c0-0.4,0-0.6,0.3-0.6c0.3-0.1,0.5,0,0.5,0.6c0,0.5-0.4,4.9-0.8,6.6C41.2,43.1,43.2,42.5,43.9,40.3z M8.6,29.3 c-0.5-0.5-1.1-1.2-1.1-3c0-0.5,0-1,0.1-1.5c0.1-0.6,0.6-2.4,1-3.4c0.6-1.5,1.1-2.2,1.4-2.5c-0.1,0.8-0.2,1.6-0.2,2.5 c0,0.7,0,1.5,0.1,2.2l0.1,1.2c0,1.4,0.2,2.9,0.4,4.2c0,0,0.1,1,0.2,1.6C9.8,30.4,9.2,30,8.6,29.3z M39.1,44c4,0,4.8-1.4,4.8-3.7 c0-2.1-0.6-5.9-1.5-7.8'/%3E %3Cpath class='st0' d='M18.4,15.8c0,0,0-0.1,0-0.1l0-0.2c0,0,0-0.1,0-0.1l0-0.2c0,0,0-0.1,0-0.1l-0.1-0.2c0,0,0-0.1-0.1-0.1L18,14.7 c0,0,0-0.1-0.1-0.1l-0.1-0.1c0,0-0.1-0.1-0.1-0.1l-0.1-0.1c0,0-0.1,0-0.1-0.1l-0.2-0.1c0,0-0.1,0-0.1,0l-0.2,0l-0.1,0l-0.1,0 c0,0-0.1,0-0.1,0h-0.2c0,0-0.1,0-0.1,0l-0.2,0c0,0-0.1,0-0.1,0L16,14.3c0,0-0.1,0-0.1,0.1l-0.1,0.1c0,0-0.1,0.1-0.1,0.1l-0.1,0.1 c0,0-0.1,0.1-0.1,0.1l-0.1,0.1c0,0,0,0.1-0.1,0.1l-0.1,0.2c0,0,0,0.1,0,0.1l0,0.2c0,0,0,0.1,0,0.1v0.1c0,0,0,0.1,0,0.1l0,0.2 c0,0,0,0.1,0,0.1l0,0.2c0,0,0,0.1,0,0.1l0.1,0.2c0,0,0,0.1,0.1,0.1l0.1,0.1c0,0,0,0.1,0.1,0.1l0.1,0.1c0,0,0.1,0.1,0.1,0.1L16,17 c0,0,0.1,0,0.1,0.1l0.2,0.1c0,0,0.1,0,0.1,0l0.2,0c0,0,0.1,0,0.1,0h0.1c0,0,0.1,0,0.1,0l0.2,0c0,0,0.1,0,0.1,0l0.2,0 c0,0,0.1,0,0.1,0l0.2-0.1c0,0,0.1,0,0.1-0.1l0.1-0.1c0,0,0.1-0.1,0.1-0.1l0.1-0.1c0,0,0.1-0.1,0.1-0.1l0.1-0.1c0,0,0-0.1,0.1-0.1 l0.1-0.1c0,0,0-0.1,0-0.1l0-0.2C18.4,15.9,18.4,15.9,18.4,15.8L18.4,15.8z'/%3E %3Cpath class='st0' d='M34.6,14c0,0-0.1,0-0.1,0l-0.2,0c0,0-0.1,0-0.1,0L34,14c0,0-0.1,0-0.1,0l-0.2,0.1c0,0-0.1,0-0.1,0.1l-0.1,0.1 c0,0-0.1,0-0.1,0.1l-0.1,0.1c0,0-0.1,0.1-0.1,0.1l-0.1,0.1c0,0,0,0.1-0.1,0.1L33,15c0,0,0,0.1,0,0.1l0,0.2c0,0,0,0.1,0,0.1l0,0.1 c0,0,0,0.1,0,0.1l0,0.2c0,0,0,0.1,0,0.1l0,0.2c0,0,0,0.1,0,0.1l0.1,0.2c0,0,0,0.1,0.1,0.1l0.2,0.2c0,0,0,0.1,0.1,0.1l0.1,0.1 c0,0,0.1,0.1,0.1,0.1l0.1,0.1c0,0,0.1,0,0.1,0.1L34,17c0,0,0.1,0,0.1,0l0.2,0c0,0,0.1,0,0.1,0h0.1c0,0,0.1,0,0.1,0l0.2,0 c0,0,0.1,0,0.1,0L35,17c0,0,0.1,0,0.1,0l0.2-0.1c0,0,0.1,0,0.1-0.1l0.1-0.1c0,0,0.1-0.1,0.1-0.1l0.1-0.1c0,0,0.1-0.1,0.1-0.1 l0.1-0.1c0,0,0-0.1,0.1-0.1l0.1-0.2c0,0,0-0.1,0-0.1l0-0.2c0,0,0-0.1,0-0.1l0-0.1c0,0,0-0.1,0-0.1l0-0.2c0,0,0-0.1,0-0.1l0-0.2 c0,0,0-0.1,0-0.1l-0.1-0.2c0,0,0-0.1-0.1-0.1l-0.1-0.1c0,0-0.1-0.1-0.1-0.1l-0.1-0.1c0,0-0.1-0.1-0.1-0.1l-0.1-0.1 c0,0-0.1,0-0.1-0.1L35.1,14c0,0-0.1,0-0.1,0l-0.2-0.1l-0.1,0L34.6,14z'/%3E %3Cpath class='st0' d='M16.4,23.6c0.2-1.5,0.6-2.3,3.1-2.4c2.5-0.1,11.8-0.2,12.8-0.2c1,0,2.9,0.5,2.9,2.6c0,1.4,0,8.4-0.1,9.4 c-0.1,1.1-0.6,2.4-3.8,2.3c-1.1,0.1-10.7,0.4-12,0.1c-1.1,0-2.9-0.5-2.8-3.1C16.5,30.3,16.3,24,16.4,23.6z'/%3E %3Cpath class='st1' d='M17.8,22.2c0.8-0.4,1.2-0.4,3.3-0.4c-0.4,0.4-1.6,1.6-1.9,1.7C18.9,23.4,17.8,22.4,17.8,22.2z'/%3E %3Cpath class='st1' d='M21.8,21.8c0.7-0.1,3.2-0.1,3.8-0.1c-0.4,0.4-1.8,1.5-1.9,1.6C23.3,23.1,22,22.1,21.8,21.8z'/%3E %3Cpath class='st1' d='M25.9,21.8c0.6,0,3.5-0.1,3.8-0.1c-0.2,0.3-1.7,1.7-1.9,1.8C27.4,23.4,26.1,22,25.9,21.8z'/%3E %3Cpath class='st1' d='M30,21.7c0.5,0,3-0.2,3.7,0.3c-0.3,0.4-1.5,1.4-1.6,1.6C31.9,23.4,30.2,21.8,30,21.7z'/%3E %3Cpath class='st1' d='M18,34.4c0.2-0.2,1.3-1.4,1.5-1.4c0.4,0,1.9,1.5,2.2,1.8C21.4,34.8,18.6,34.7,18,34.4z'/%3E %3Cpath class='st1' d='M22.1,34.7c0.3-0.3,1.8-1.7,2-1.7c0.3,0.1,1.8,1.6,1.9,1.6C25.8,34.7,22.2,34.7,22.1,34.7z'/%3E %3Cpath class='st1' d='M26.5,34.7c0.1-0.2,1.5-1.7,1.7-1.8c0.4,0.2,1.6,1.5,1.8,1.6C29.7,34.6,26.7,34.7,26.5,34.7z'/%3E %3Cpath class='st1' d='M30.6,34.6c0.3-0.4,1.5-1.9,1.7-1.7c0.2,0.2,1.3,1.3,1.4,1.3C33.5,34.4,31.9,34.6,30.6,34.6z'/%3E %3C/g%3E %3C/g%3E %3C/svg%3E") !important;
}

@media (prefers-color-scheme: dark) {
  .nr-common-header-wrapper.is-system .item-info:hover .icon,
  .nr-common-header-wrapper.is-system .item-info:hover .nr-icon,
  .nr-common-category-tab.is-system .item-info:hover .icon,
  .nr-common-category-tab.is-system .item-info:hover .nr-icon,
  .nr-common-global-menu.is-system .item-info:hover .icon,
  .nr-common-global-menu.is-system .item-info:hover .nr-icon,
  .nr-common-breakingnews.is-system .item-info:hover .icon,
  .nr-common-breakingnews.is-system .item-info:hover .nr-icon,
  .nr-common-footer-wrapper.is-system .item-info:hover .icon,
  .nr-common-footer-wrapper.is-system .item-info:hover .nr-icon {
    background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='system_icon' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 48 48' style=%22enable-background:new004848;%22 xml:space='preserve'%3E %3Cstyle type='text/css'%3E .st0%7Bfill:%23737373;%7D .st1%7Bfill:%23FFFFFF;%7D %3C/style%3E %3Cg%3E %3Cpath class='st0' d='M44,41.2c0,1.6-1.3,2.8-2.8,2.8H6.8C5.3,44,4,42.7,4,41.2V6.8C4,5.3,5.3,4,6.8,4h34.3C42.7,4,44,5.3,44,6.8 V41.2z'/%3E %3C/g%3E %3Cpath class='st1' d='M16.9,19.3c-0.8-0.2-1.6,0.2-1.8,1l-1,3.7l-2.6-4c-0.3-0.5-0.9-0.7-1.4-0.6c-0.6,0.1-1,0.5-1.2,1L6.9,27 c-0.2,0.8,0.2,1.6,1,1.8c0.1,0,0.3,0.1,0.4,0.1c0.6,0,1.2-0.4,1.4-1l1-3.7l2.6,4c0.3,0.5,0.9,0.7,1.4,0.6c0.6-0.1,1-0.5,1.2-1 l1.9-6.7C18.1,20.3,17.7,19.5,16.9,19.3z'/%3E %3Cpath class='st1' d='M28.7,19.3c-0.8-0.2-1.6,0.2-1.8,1l-0.7,2.4h-3.2l0.5-1.6c0.2-0.8-0.2-1.6-1-1.8c-0.8-0.2-1.6,0.2-1.8,1 L18.7,27c-0.2,0.8,0.2,1.6,1,1.8c0.1,0,0.3,0.1,0.4,0.1c0.6,0,1.2-0.4,1.4-1l0.7-2.4h3.2L25,27c-0.2,0.8,0.2,1.6,1,1.8 c0.1,0,0.3,0.1,0.4,0.1c0.6,0,1.2-0.4,1.4-1l1.9-6.7C29.9,20.3,29.4,19.5,28.7,19.3z'/%3E %3Cpath class='st1' d='M40.8,19.8c-0.5-0.6-1.4-0.8-2-0.3l-4.1,3.1l0.4-1.5c0.2-0.8-0.2-1.6-1-1.8c-0.8-0.2-1.6,0.2-1.8,1L30.5,27 c-0.2,0.8,0.2,1.6,1,1.8c0.1,0,0.3,0.1,0.4,0.1c0.6,0,1.2-0.4,1.4-1l0.8-2.9c0,0,0,0,0,0c0,0,0,0,0,0c0,0,0,0,0.1,0.1l3.1,3.4 c0.3,0.3,0.7,0.5,1.1,0.5c0.4,0,0.7-0.1,1-0.4c0.6-0.5,0.6-1.5,0.1-2l-2-2.2l3.2-2.4C41.2,21.3,41.3,20.4,40.8,19.8z'/%3E %3C/svg%3E") !important;
  }

  .nr-common-header-wrapper.is-system .item-player:hover .icon,
  .nr-common-header-wrapper.is-system .item-player:hover .nr-icon,
  .nr-common-category-tab.is-system .item-player:hover .icon,
  .nr-common-category-tab.is-system .item-player:hover .nr-icon,
  .nr-common-global-menu.is-system .item-player:hover .icon,
  .nr-common-global-menu.is-system .item-player:hover .nr-icon,
  .nr-common-breakingnews.is-system .item-player:hover .icon,
  .nr-common-breakingnews.is-system .item-player:hover .nr-icon,
  .nr-common-footer-wrapper.is-system .item-player:hover .icon,
  .nr-common-footer-wrapper.is-system .item-player:hover .nr-icon {
    background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='system_icon' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 48 48' style=%22enable-background:new004848;%22 xml:space='preserve'%3E %3Cstyle type='text/css'%3E .st0%7Bfill:url(%23SVGID_1_);%7D .st1%7Bfill:%23FFFFFF;%7D %3C/style%3E %3ClinearGradient id='SVGID_1_' gradientUnits='userSpaceOnUse' x1='24' y1='4.0134' x2='24' y2='43.9861'%3E %3Cstop offset='0' style=%22stop-color:%23B2B2B2%22/%3E %3Cstop offset='1' style=%22stop-color:%23666666%22/%3E %3C/linearGradient%3E %3Cpath class='st0' d='M44,14L44,14l0-5.5C44,6,42,4,39.5,4h-31C6,4,4,6,4,8.5V17h0v3h0v9h0v3h0v7.5C4,42,6,44,8.5,44h31 c2.5,0,4.5-2,4.5-4.5V17h0V14z'/%3E %3Cpath class='st1' d='M14.6,20.2c-0.6-0.2-1.1,0.2-1.4,0.7l-0.8,2.8l-1.9-3c-0.3-0.5-1-0.6-1.5-0.3c-0.2,0.2-0.4,0.4-0.5,0.6L7,26 c-0.2,0.6,0.2,1.1,0.7,1.4c0.1,0.1,0.2,0.1,0.3,0.1c0.5,0,0.9-0.3,1-0.8l0.8-2.8l1.9,3c0.3,0.5,1,0.6,1.5,0.3 c0.2-0.2,0.4-0.4,0.5-0.6l1.5-5.1C15.4,20.9,15.1,20.3,14.6,20.2'/%3E %3Cpath class='st1' d='M23.4,20.2c-0.6-0.2-1.1,0.2-1.4,0.7l-0.5,1.8H19l0.4-1.2c0.2-0.6-0.2-1.2-0.7-1.4c-0.6-0.2-1.2,0.2-1.4,0.7 L15.9,26c-0.2,0.6,0.2,1.1,0.7,1.4l0,0c0.1,0.1,0.2,0.1,0.3,0.1c0.5,0,0.9-0.3,1-0.8l0.5-1.8H21L20.6,26c-0.2,0.6,0.2,1.1,0.7,1.4 l0,0c0.1,0.1,0.2,0.1,0.3,0.1c0.5,0,0.9-0.3,1-0.8l1.5-5.1C24.3,20.9,24,20.3,23.4,20.2'/%3E %3Cpath class='st1' d='M31,20.3l-3.1,2.3l0.3-1.1c0.2-0.6-0.2-1.2-0.7-1.4c-0.6-0.2-1.2,0.2-1.4,0.7L24.7,26c-0.2,0.6,0.2,1.1,0.7,1.4 l0,0c0.1,0.1,0.2,0.1,0.3,0.1c0.5,0,0.9-0.3,1-0.8l0.6-2.1l0,0c0,0.1,0.1,0.1,0.1,0.1l2.4,2.5c0.5,0.4,1.1,0.3,1.5-0.1 c0.3-0.4,0.4-0.9,0.1-1.4L30,23.9l2.4-1.8c0.5-0.4,0.6-1,0.2-1.5C32.2,20.1,31.5,20,31,20.3L31,20.3'/%3E %3Cpath class='st1' d='M39.8,22.2h-0.9c-0.2,0-0.4-0.2-0.4-0.4l0,0V21c0-0.8-0.7-1.5-1.5-1.5s-1.5,0.7-1.5,1.5v0.9 c0,0.2-0.2,0.4-0.4,0.4h-0.8c-0.8,0.1-1.5,0.7-1.4,1.6c0.1,0.7,0.6,1.4,1.4,1.4h0.9c0.2,0,0.4,0.2,0.4,0.4v0.9 c0,0.8,0.7,1.5,1.5,1.5c0.8,0,1.5-0.7,1.5-1.5v-0.9c0-0.2,0.2-0.4,0.4-0.4l0,0h0.9c0.8-0.1,1.5-0.7,1.4-1.6 C41.2,22.9,40.6,22.3,39.8,22.2L39.8,22.2z M39.8,24.5h-1.6c-0.2,0-0.4,0.2-0.4,0.4l0,0l0,0v1.6c0.1,0.5-0.3,0.8-0.7,0.9 c-0.5,0.1-0.8-0.3-0.9-0.7c0-0.1,0-0.1,0-0.1v-1.6c0-0.2-0.2-0.4-0.4-0.4l0,0h-1.6c-0.4,0-0.8-0.3-0.8-0.8c0-0.5,0.3-0.8,0.8-0.8 h1.6c0.2,0,0.4-0.2,0.4-0.4l0,0V21c0.1-0.5,0.4-0.8,0.9-0.7c0.4,0.1,0.7,0.4,0.7,0.7v1.6c0,0.2,0.2,0.4,0.4,0.4l0,0h1.6 c0.4,0,0.7,0.3,0.7,0.8C40.5,24.2,40.2,24.5,39.8,24.5L39.8,24.5z'/%3E %3C/svg%3E") !important;
  }

  .nr-common-header-wrapper.is-system .item-jushinryo:hover .icon,
  .nr-common-header-wrapper.is-system .item-jushinryo:hover .nr-icon,
  .nr-common-category-tab.is-system .item-jushinryo:hover .icon,
  .nr-common-category-tab.is-system .item-jushinryo:hover .nr-icon,
  .nr-common-global-menu.is-system .item-jushinryo:hover .icon,
  .nr-common-global-menu.is-system .item-jushinryo:hover .nr-icon,
  .nr-common-breakingnews.is-system .item-jushinryo:hover .icon,
  .nr-common-breakingnews.is-system .item-jushinryo:hover .nr-icon,
  .nr-common-footer-wrapper.is-system .item-jushinryo:hover .icon,
  .nr-common-footer-wrapper.is-system .item-jushinryo:hover .nr-icon {
    background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='system_icon' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 48 48' style=%22enable-background:new004848;%22 xml:space='preserve'%3E %3Cstyle type='text/css'%3E .st0%7Bfill:%23737373;%7D .st1%7Bfill:%23FFFFFF;%7D %3C/style%3E %3Cpath class='st0' d='M44,14L44,14l0-5.5C44,6,42,4,39.5,4h-31C6,4,4,6,4,8.5V17h0v3h0v9h0v3h0v7.5C4,42,6,44,8.5,44h31 c2.5,0,4.5-2,4.5-4.5V17h0V14z'/%3E %3Cg%3E %3Cg%3E %3Cpath class='st1' d='M43.9,40.3c0-2.1-0.6-5.9-1.5-7.8c-0.4-0.8-0.8-1.5-1.3-2.3c0,0,0,0,0,0l0,0c0-0.2,0-2.9,0-2.9v-4.8 c0-1.2-0.1-2.3-0.2-3.5l-0.1-1.1c-0.2-2.5-1.2-6.9-6.5-8.2l-0.7-0.2c-2.2-0.5-3.9-1-7.8-1c-3,0-5.9,0.4-8.8,1.1l-0.4,0.1 c-1.6,0.4-3.2,1.3-4.2,2.4c0,0,0,0.1-0.1,0.1c-0.2-0.2-0.4-0.3-0.6-0.4c-1.1-0.7-2.5-0.9-3.7-0.5c-1.3,0.4-2.4,1.4-2.8,2.4 c-0.4,0.8-0.5,1.6-0.6,2.5c0,0.6,0.2,1.3,0.5,1.8l0,0.1c-0.3,0.6-0.8,1.9-1.2,3.2v10.1c0.9,1.9,2.5,3.6,4.4,4.3L9.1,36 c0.5,0.2,1.1,0.4,1.8,0.6c0,0.4,0.2,3.7,0.2,3.7c0,0,0.6,3.6,0.6,3.6v0h24.9c0.6,0,1.2,0,1.8,0c0.1-0.9,0.8-4.1,0.7-6.5 c0-0.4,0-0.6,0.3-0.6c0.3-0.1,0.5,0,0.5,0.6c0,0.5-0.4,4.9-0.8,6.6C41.2,43.1,43.2,42.5,43.9,40.3z M8.6,29.3 c-0.5-0.5-1.1-1.2-1.1-3c0-0.5,0-1,0.1-1.5c0.1-0.6,0.6-2.4,1-3.4c0.6-1.5,1.1-2.2,1.4-2.5c-0.1,0.8-0.2,1.6-0.2,2.5 c0,0.7,0,1.5,0.1,2.2l0.1,1.2c0,1.4,0.2,2.9,0.4,4.2c0,0,0.1,1,0.2,1.6C9.8,30.4,9.2,30,8.6,29.3z M39.1,44c4,0,4.8-1.4,4.8-3.7 c0-2.1-0.6-5.9-1.5-7.8'/%3E %3Cpath class='st0' d='M18.4,15.8c0,0,0-0.1,0-0.1l0-0.2c0,0,0-0.1,0-0.1l0-0.2c0,0,0-0.1,0-0.1l-0.1-0.2c0,0,0-0.1-0.1-0.1L18,14.7 c0,0,0-0.1-0.1-0.1l-0.1-0.1c0,0-0.1-0.1-0.1-0.1l-0.1-0.1c0,0-0.1,0-0.1-0.1l-0.2-0.1c0,0-0.1,0-0.1,0l-0.2,0l-0.1,0l-0.1,0 c0,0-0.1,0-0.1,0h-0.2c0,0-0.1,0-0.1,0l-0.2,0c0,0-0.1,0-0.1,0L16,14.3c0,0-0.1,0-0.1,0.1l-0.1,0.1c0,0-0.1,0.1-0.1,0.1l-0.1,0.1 c0,0-0.1,0.1-0.1,0.1l-0.1,0.1c0,0,0,0.1-0.1,0.1l-0.1,0.2c0,0,0,0.1,0,0.1l0,0.2c0,0,0,0.1,0,0.1v0.1c0,0,0,0.1,0,0.1l0,0.2 c0,0,0,0.1,0,0.1l0,0.2c0,0,0,0.1,0,0.1l0.1,0.2c0,0,0,0.1,0.1,0.1l0.1,0.1c0,0,0,0.1,0.1,0.1l0.1,0.1c0,0,0.1,0.1,0.1,0.1L16,17 c0,0,0.1,0,0.1,0.1l0.2,0.1c0,0,0.1,0,0.1,0l0.2,0c0,0,0.1,0,0.1,0h0.1c0,0,0.1,0,0.1,0l0.2,0c0,0,0.1,0,0.1,0l0.2,0 c0,0,0.1,0,0.1,0l0.2-0.1c0,0,0.1,0,0.1-0.1l0.1-0.1c0,0,0.1-0.1,0.1-0.1l0.1-0.1c0,0,0.1-0.1,0.1-0.1l0.1-0.1c0,0,0-0.1,0.1-0.1 l0.1-0.1c0,0,0-0.1,0-0.1l0-0.2C18.4,15.9,18.4,15.9,18.4,15.8L18.4,15.8z'/%3E %3Cpath class='st0' d='M34.6,14c0,0-0.1,0-0.1,0l-0.2,0c0,0-0.1,0-0.1,0L34,14c0,0-0.1,0-0.1,0l-0.2,0.1c0,0-0.1,0-0.1,0.1l-0.1,0.1 c0,0-0.1,0-0.1,0.1l-0.1,0.1c0,0-0.1,0.1-0.1,0.1l-0.1,0.1c0,0,0,0.1-0.1,0.1L33,15c0,0,0,0.1,0,0.1l0,0.2c0,0,0,0.1,0,0.1l0,0.1 c0,0,0,0.1,0,0.1l0,0.2c0,0,0,0.1,0,0.1l0,0.2c0,0,0,0.1,0,0.1l0.1,0.2c0,0,0,0.1,0.1,0.1l0.2,0.2c0,0,0,0.1,0.1,0.1l0.1,0.1 c0,0,0.1,0.1,0.1,0.1l0.1,0.1c0,0,0.1,0,0.1,0.1L34,17c0,0,0.1,0,0.1,0l0.2,0c0,0,0.1,0,0.1,0h0.1c0,0,0.1,0,0.1,0l0.2,0 c0,0,0.1,0,0.1,0L35,17c0,0,0.1,0,0.1,0l0.2-0.1c0,0,0.1,0,0.1-0.1l0.1-0.1c0,0,0.1-0.1,0.1-0.1l0.1-0.1c0,0,0.1-0.1,0.1-0.1 l0.1-0.1c0,0,0-0.1,0.1-0.1l0.1-0.2c0,0,0-0.1,0-0.1l0-0.2c0,0,0-0.1,0-0.1l0-0.1c0,0,0-0.1,0-0.1l0-0.2c0,0,0-0.1,0-0.1l0-0.2 c0,0,0-0.1,0-0.1l-0.1-0.2c0,0,0-0.1-0.1-0.1l-0.1-0.1c0,0-0.1-0.1-0.1-0.1l-0.1-0.1c0,0-0.1-0.1-0.1-0.1l-0.1-0.1 c0,0-0.1,0-0.1-0.1L35.1,14c0,0-0.1,0-0.1,0l-0.2-0.1l-0.1,0L34.6,14z'/%3E %3Cpath class='st0' d='M16.4,23.6c0.2-1.5,0.6-2.3,3.1-2.4c2.5-0.1,11.8-0.2,12.8-0.2c1,0,2.9,0.5,2.9,2.6c0,1.4,0,8.4-0.1,9.4 c-0.1,1.1-0.6,2.4-3.8,2.3c-1.1,0.1-10.7,0.4-12,0.1c-1.1,0-2.9-0.5-2.8-3.1C16.5,30.3,16.3,24,16.4,23.6z'/%3E %3Cpath class='st1' d='M17.8,22.2c0.8-0.4,1.2-0.4,3.3-0.4c-0.4,0.4-1.6,1.6-1.9,1.7C18.9,23.4,17.8,22.4,17.8,22.2z'/%3E %3Cpath class='st1' d='M21.8,21.8c0.7-0.1,3.2-0.1,3.8-0.1c-0.4,0.4-1.8,1.5-1.9,1.6C23.3,23.1,22,22.1,21.8,21.8z'/%3E %3Cpath class='st1' d='M25.9,21.8c0.6,0,3.5-0.1,3.8-0.1c-0.2,0.3-1.7,1.7-1.9,1.8C27.4,23.4,26.1,22,25.9,21.8z'/%3E %3Cpath class='st1' d='M30,21.7c0.5,0,3-0.2,3.7,0.3c-0.3,0.4-1.5,1.4-1.6,1.6C31.9,23.4,30.2,21.8,30,21.7z'/%3E %3Cpath class='st1' d='M18,34.4c0.2-0.2,1.3-1.4,1.5-1.4c0.4,0,1.9,1.5,2.2,1.8C21.4,34.8,18.6,34.7,18,34.4z'/%3E %3Cpath class='st1' d='M22.1,34.7c0.3-0.3,1.8-1.7,2-1.7c0.3,0.1,1.8,1.6,1.9,1.6C25.8,34.7,22.2,34.7,22.1,34.7z'/%3E %3Cpath class='st1' d='M26.5,34.7c0.1-0.2,1.5-1.7,1.7-1.8c0.4,0.2,1.6,1.5,1.8,1.6C29.7,34.6,26.7,34.7,26.5,34.7z'/%3E %3Cpath class='st1' d='M30.6,34.6c0.3-0.4,1.5-1.9,1.7-1.7c0.2,0.2,1.3,1.3,1.4,1.3C33.5,34.4,31.9,34.6,30.6,34.6z'/%3E %3C/g%3E %3C/g%3E %3C/svg%3E") !important;
  }
}

.nr-common-header {
  width: 100%;
  height: 56px;
  padding: 0 40px;
  background: var(--color-base-tertiary);
  border-bottom: 1px solid var(--color-border);
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: center;
}

.nr-common-header-wrapper {
  width: 100%;
  position: relative;
  top: 0;
  z-index: 500;
}

.nr-common-header.nr-is-open {
  z-index: 3;
}

.nr-common-header-menu {
  display: inline-block;
  width: 28px;
  height: 28px;
  min-width: 28px;
  margin: 0 var(--spacing-base8) 0 0;
  padding: 0;
  vertical-align: middle;
  position: relative;
  background-color: var(--color-logo);
  -webkit-mask: url("data:image/svg+xml,%3C?xml version='1.0' encoding='UTF-8'?%3E%3Csvg id='b' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cdefs%3E%3Cstyle%3E.e%7Bfill:none;%7D.e,.f%7Bstroke-width:0px;%7D.f%7Bfill:%23757577;%7D%3C/style%3E%3C/defs%3E%3Cg id='c'%3E%3Cg id='d'%3E%3Cpath class='f' d='m16.1917,10.6499H3.7913c-.3589,0-.6499-.291-.6499-.6499s.291-.6499.6499-.6499h12.4004c.3589,0,.6499.291.6499.6499s-.291.6499-.6499.6499Z'/%3E%3Cpath class='f' d='m16.1917,16.8501H3.7913c-.3589,0-.6499-.291-.6499-.6499s.291-.6499.6499-.6499h12.4004c.3589,0,.6499.291.6499.6499s-.291.6499-.6499.6499Z'/%3E%3Cpath class='f' d='m16.1917,4.4497H3.7913c-.3589,0-.6499-.291-.6499-.6499s.291-.6499.6499-.6499h12.4004c.3589,0,.6499.291.6499.6499s-.291.6499-.6499.6499Z'/%3E%3Crect class='e' width='20' height='20'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E")
    no-repeat center center/contain;
}

.nr-common-header-menu.nr-is-close {
  -webkit-mask: url("data:image/svg+xml,%3C?xml version='1.0' encoding='UTF-8'?%3E%3Csvg id='b' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cdefs%3E%3Cstyle%3E.e%7Bfill:none;%7D.e,.f%7Bstroke-width:0px;%7D.f%7Bfill:%23757577;%7D%3C/style%3E%3C/defs%3E%3Cg id='c'%3E%3Cg id='d'%3E%3Cpath class='f' d='m16.1917,10.6499H3.7913c-.3589,0-.6499-.291-.6499-.6499s.291-.6499.6499-.6499h12.4004c.3589,0,.6499.291.6499.6499s-.291.6499-.6499.6499Z'/%3E%3Cpath class='f' d='m16.1917,16.8501H3.7913c-.3589,0-.6499-.291-.6499-.6499s.291-.6499.6499-.6499h12.4004c.3589,0,.6499.291.6499.6499s-.291.6499-.6499.6499Z'/%3E%3Cpath class='f' d='m16.1917,4.4497H3.7913c-.3589,0-.6499-.291-.6499-.6499s.291-.6499.6499-.6499h12.4004c.3589,0,.6499.291.6499.6499s-.291.6499-.6499.6499Z'/%3E%3Crect class='e' width='20' height='20'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E")
    no-repeat center center/contain;
}

.nr-common-header-menu.nr-is-open {
  -webkit-mask: url("data:image/svg+xml,%3C?xml version='1.0' encoding='UTF-8'?%3E%3Csvg id='b' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cdefs%3E%3Cstyle%3E.e%7Bfill:none;%7D.e,.f%7Bstroke-width:0px;%7D.f%7Bfill:%23757577;%7D%3C/style%3E%3C/defs%3E%3Cg id='c'%3E%3Cg id='d'%3E%3Cpath class='f' d='m10.9093,10.0001l5.7408-5.7408c.2539-.2539.2539-.665,0-.9189s-.665-.2539-.9189,0l-5.7408,5.7408L4.2498,3.3403c-.2539-.2539-.665-.2539-.9189,0s-.2539.665,0,.9189l5.7406,5.7408-5.7406,5.7406c-.2539.2539-.2539.665,0,.9189.127.127.293.1904.4595.1904s.3325-.0635.4595-.1904l5.7406-5.7406,5.7404,5.7406c.127.127.293.1904.4595.1904s.3325-.0635.4595-.1904c.2539-.2539.2539-.665,0-.9189l-5.7404-5.7406Z'/%3E%3Crect class='e' width='20' height='20'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E")
    no-repeat center center/contain;
}

.nr-common-header-menu:hover {
  cursor: pointer;
  background-color: var(--color-text-primary);
}

.nr-common-header-title {
  width: 73px;
  height: 20px;
  margin: 0;
  padding: 0;
  display: block;
  background: none;
}

.nr-common-header-logo {
  width: 73px;
  height: 20px;
  display: block;
  background-color: var(--color-logo);
  -webkit-mask: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 145.6 40.9' style=%22enable-background:new00145.640.9;%22 xml:space='preserve'%3E %3Cstyle type='text/css'%3E .st0%7Bfill:%23737373;%7D %3C/style%3E %3Cg%3E %3Cg%3E %3Cpath class='st0' d='M42.5,0.2c-3.2-0.9-6.6,1-7.5,4.2L30.5,20L19.5,2.8C17.6,0,13.8-0.8,11,1.1c-1.2,0.8-2.1,2-2.5,3.4L0.2,33.1 c-0.7,3.3,1.4,6.6,4.7,7.3c3,0.7,6-1,7.1-3.9l4.5-15.6l11.1,17.2c1.9,2.8,5.7,3.6,8.5,1.8c1.2-0.8,2.1-2,2.5-3.4l8.2-28.6 C47.6,4.6,45.8,1.2,42.5,0.2z'/%3E %3Cpath class='st0' d='M92.6,0.2C89.4-0.7,86,1.2,85,4.4c0,0,0,0,0,0l-2.9,10.2H68.3l1.9-6.8c0.9-3.3-1-6.6-4.2-7.6 c-3.3-0.9-6.6,1-7.6,4.2l0,0l-8.2,28.6c-0.9,3.3,1,6.6,4.2,7.6c3.3,0.9,6.6-1,7.6-4.2L65,26.3h13.8l-1.9,6.8 c-0.8,3.3,1.2,6.6,4.5,7.4c3.1,0.8,6.3-1,7.3-4.1l8.2-28.6C97.7,4.6,95.9,1.2,92.6,0.2C92.6,0.2,92.6,0.2,92.6,0.2z'/%3E %3Cpath class='st0' d='M144.3,2.4c-2-2.7-5.9-3.2-8.6-1.2c0,0,0,0,0,0l-17.3,13.1l1.9-6.5c0.9-3.3-1-6.6-4.2-7.6 c-3.3-0.9-6.6,1-7.6,4.2l-8.2,28.6c-0.9,3.3,1,6.6,4.2,7.6c3.3,0.9,6.6-1,7.6-4.2l3.5-12.3l0,0c0,0.1,0.1,0.1,0.2,0.2 c0.1,0.1,0.1,0.2,0.2,0.3l13.3,14.3c1.1,1.3,2.8,2,4.5,2c3.4,0,6.1-2.7,6.1-6.1c0-1.6-0.6-3.1-1.6-4.2l-8.7-9.3L143.1,11 C145.8,9,146.3,5.1,144.3,2.4z'/%3E %3C/g%3E %3C/g%3E %3C/svg%3E");
  -webkit-mask-size: 73px 20px;
  text-indent: -9999px;
  position: relative;
  z-index: 1;
}

.nr-common-header-logo:hover {
  background-color: var(--color-text-primary);
}

.nr-common-header-portals {
  flex: 1;
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: center;
  z-index: 1;
  margin: 0 0 0 30px;
  padding: 0;
}

.nr-common-header-portals a {
  font-size: 16px;
  font-weight: normal;
  color: var(--color-logo);
  padding: 4px 6px;
  line-height: 16px;
  border: 1px solid var(--color-border);
  border-radius: 2px;
  white-space: pre-line;
}

.nr-common-header-portals a:hover {
  color: var(--color-text-primary);
  background: var(--color-white);
}

.nr-common-header-portal {
  margin-left: 8px;
}

.nr-common-header-portal:first-child {
  margin-left: 0;
}

.nr-common-header-portal-title {
  min-width: 70px;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.nr-common-header-portal-title img {
  width: 28px;
  height: 28px;
}

.nr-common-header-portal-title span {
  font-size: 16px;
  font-weight: normal;
  color: var(--color-logo);
}

.nr-common-header-portal-title span:hover {
  color: var(--color-text-primary);
  cursor: pointer;
}

.nr-common-header-items {
  padding: 0;
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-end;
  align-items: center;
}

.nr-common-header-item {
  z-index: 1;
  margin-left: 16px;
}

.nr-common-header-item-link {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
}

.nr-common-header-item .nr-icon {
  display: block;
  font-size: 0;
  width: 28px;
  height: 28px;
  background-size: 28px 28px;
  -webkit-mask-size: 28px 28px;
  z-index: 1;
  position: relative;
}

.nr-common-header-item span {
  font-size: 14px;
  margin-left: 5px;
  color: var(--color-text-gnavi);
  line-height: 1;
  word-break: keep-all;
  letter-spacing: 0;
  font-feature-settings: "palt";
  font-kerning: none;
}

.nr-common-header-item:hover {
  cursor: pointer;
}

.nr-common-header-item:hover span {
  color: var(--color-text-primary);
}

@media (max-width: 979px) {
  .nr-common-header {
    width: 100%;
    height: 44px;
    padding: 0;
    overflow: hidden;
  }

  .nr-common-header-title {
    width: 66px;
    height: 18px;
  }

  .nr-common-header-logo {
    width: 66px;
    height: 18px;
    -webkit-mask-size: 66px 18px;
  }

  .nr-common-header-menu {
    margin: 0;
    padding: 10px;
    width: 24px;
    height: 24px;
    min-width: 44px;
    min-height: 44px;
  }

  .nr-common-header-menu.nr-is-close,
  .nr-common-header-menu.nr-is-open {
    -webkit-mask-size: 24px 24px;
  }

  .nr-common-header-portals {
    margin: 0 5px 0 10px;
  }

  .nr-common-header-portals a {
    font-size: 11px;
    padding: 2px;
    line-height: 1.2;
  }

  .nr-common-header-portal {
    margin-right: 5px;
  }

  .nr-common-header-portal-title {
    min-width: auto;
  }

  .nr-common-header-portal.is-hidden,
  .nr-common-header-portal.nr-is-hidden {
    display: none;
  }

  .nr-common-header-items {
    padding: 0 10px 0 0;
  }

  .nr-common-header-item {
    flex-flow: column;
    min-width: 46px;
    margin-left: 4px;
  }

  .nr-common-header-item-link {
    flex-flow: column;
  }

  .nr-common-header-item.is-invisible,
  .nr-common-header-item.nr-is-invisible {
    display: none;
  }

  .nr-common-header-item .nr-icon {
    width: 20px;
    height: 20px;
    background-size: 20px 20px;
    -webkit-mask-size: 20px 20px;
  }

  .nr-common-header-item span {
    font-size: 10px;
    margin-top: 4px;
    margin-left: 0;
  }
}

@media (max-width: 299px) {
  .nr-common-header-item {
    display: none;
  }
}

@media (max-width: 374px) {
  .nr-common-header-item.item-info {
    display: none;
  }
}

@media only screen and (min-width: 980px) and (max-width: 1080px) {
  .nr-common-header-portal-title {
    display: none;
  }
}

.nr-common-footer {
  width: 960px;
  height: auto;
  margin: 0 auto;
  padding: 40px 0;
  background: rgba(0, 0, 0, 0);
}

.nr-common-footer-wrapper {
  width: 100%;
  background: var(--color-base-secondary);
  overflow-x: hidden;
}

.nr-common-footer-group {
  display: inline-block;
  margin-left: 50px;
  vertical-align: top;
}

.nr-common-footer-group:nth-of-type(1) {
  margin-left: 0;
}

.nr-common-footer-logo {
  width: 60px;
  height: 16px;
  background-size: 60px 16px;
  text-indent: -9999px;
  position: relative;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0);
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 145.6 40.9' style=%22enable-background:new00145.640.9;%22 xml:space='preserve'%3E %3Cstyle type='text/css'%3E .st0%7Bfill:%236b6b6b;%7D %3C/style%3E %3Cg%3E %3Cg%3E %3Cpath class='st0' d='M42.5,0.2c-3.2-0.9-6.6,1-7.5,4.2L30.5,20L19.5,2.8C17.6,0,13.8-0.8,11,1.1c-1.2,0.8-2.1,2-2.5,3.4L0.2,33.1 c-0.7,3.3,1.4,6.6,4.7,7.3c3,0.7,6-1,7.1-3.9l4.5-15.6l11.1,17.2c1.9,2.8,5.7,3.6,8.5,1.8c1.2-0.8,2.1-2,2.5-3.4l8.2-28.6 C47.6,4.6,45.8,1.2,42.5,0.2z'/%3E %3Cpath class='st0' d='M92.6,0.2C89.4-0.7,86,1.2,85,4.4c0,0,0,0,0,0l-2.9,10.2H68.3l1.9-6.8c0.9-3.3-1-6.6-4.2-7.6 c-3.3-0.9-6.6,1-7.6,4.2l0,0l-8.2,28.6c-0.9,3.3,1,6.6,4.2,7.6c3.3,0.9,6.6-1,7.6-4.2L65,26.3h13.8l-1.9,6.8 c-0.8,3.3,1.2,6.6,4.5,7.4c3.1,0.8,6.3-1,7.3-4.1l8.2-28.6C97.7,4.6,95.9,1.2,92.6,0.2C92.6,0.2,92.6,0.2,92.6,0.2z'/%3E %3Cpath class='st0' d='M144.3,2.4c-2-2.7-5.9-3.2-8.6-1.2c0,0,0,0,0,0l-17.3,13.1l1.9-6.5c0.9-3.3-1-6.6-4.2-7.6 c-3.3-0.9-6.6,1-7.6,4.2l-8.2,28.6c-0.9,3.3,1,6.6,4.2,7.6c3.3,0.9,6.6-1,7.6-4.2l3.5-12.3l0,0c0,0.1,0.1,0.1,0.2,0.2 c0.1,0.1,0.1,0.2,0.2,0.3l13.3,14.3c1.1,1.3,2.8,2,4.5,2c3.4,0,6.1-2.7,6.1-6.1c0-1.6-0.6-3.1-1.6-4.2l-8.7-9.3L143.1,11 C145.8,9,146.3,5.1,144.3,2.4z'/%3E %3C/g%3E %3C/g%3E %3C/svg%3E");
  background-repeat: no-repeat;
}

.nr-common-footer-logo:hover {
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 145.6 40.9' style=%22enable-background:new00145.640.9;%22 xml:space='preserve'%3E %3Cstyle type='text/css'%3E .st0%7Bfill:%23232324;%7D %3C/style%3E %3Cg%3E %3Cg%3E %3Cpath class='st0' d='M42.5,0.2c-3.2-0.9-6.6,1-7.5,4.2L30.5,20L19.5,2.8C17.6,0,13.8-0.8,11,1.1c-1.2,0.8-2.1,2-2.5,3.4L0.2,33.1 c-0.7,3.3,1.4,6.6,4.7,7.3c3,0.7,6-1,7.1-3.9l4.5-15.6l11.1,17.2c1.9,2.8,5.7,3.6,8.5,1.8c1.2-0.8,2.1-2,2.5-3.4l8.2-28.6 C47.6,4.6,45.8,1.2,42.5,0.2z'/%3E %3Cpath class='st0' d='M92.6,0.2C89.4-0.7,86,1.2,85,4.4c0,0,0,0,0,0l-2.9,10.2H68.3l1.9-6.8c0.9-3.3-1-6.6-4.2-7.6 c-3.3-0.9-6.6,1-7.6,4.2l0,0l-8.2,28.6c-0.9,3.3,1,6.6,4.2,7.6c3.3,0.9,6.6-1,7.6-4.2L65,26.3h13.8l-1.9,6.8 c-0.8,3.3,1.2,6.6,4.5,7.4c3.1,0.8,6.3-1,7.3-4.1l8.2-28.6C97.7,4.6,95.9,1.2,92.6,0.2C92.6,0.2,92.6,0.2,92.6,0.2z'/%3E %3Cpath class='st0' d='M144.3,2.4c-2-2.7-5.9-3.2-8.6-1.2c0,0,0,0,0,0l-17.3,13.1l1.9-6.5c0.9-3.3-1-6.6-4.2-7.6 c-3.3-0.9-6.6,1-7.6,4.2l-8.2,28.6c-0.9,3.3,1,6.6,4.2,7.6c3.3,0.9,6.6-1,7.6-4.2l3.5-12.3l0,0c0,0.1,0.1,0.1,0.2,0.2 c0.1,0.1,0.1,0.2,0.2,0.3l13.3,14.3c1.1,1.3,2.8,2,4.5,2c3.4,0,6.1-2.7,6.1-6.1c0-1.6-0.6-3.1-1.6-4.2l-8.7-9.3L143.1,11 C145.8,9,146.3,5.1,144.3,2.4z'/%3E %3C/g%3E %3C/g%3E %3C/svg%3E");
}

.nr-common-footer-logo a {
  width: 100%;
  height: 100%;
  display: block;
  background: none;
}

.nr-common-footer-items {
  display: flex;
  width: 100%;
  position: relative;
  z-index: 1;
  margin-top: 20px;
  padding: 0;
  border-top: 1px solid var(--color-border);
  text-align: left;
  clear: both;
}

.nr-common-footer-item {
  font-size: 12px;
  font-weight: bold;
  margin: 0 37px 0 0;
  padding: 13px 0;
  color: var(--color-text-gfooter);
  display: inline-block;
  vertical-align: top;
}

.nr-common-footer-item a {
  color: var(--color-text-gfooter);
  word-break: keep-all;
  letter-spacing: 0;
  font-feature-settings: "palt";
  font-kerning: none;
}

.nr-common-footer-item a:link,
.nr-common-footer-item a:visited {
  color: var(--color-text-gfooter);
}

.nr-common-footer-item a:hover,
.nr-common-footer-item a:focus,
.nr-common-footer-item a:active {
  color: var(--color-text-primary);
}

.nr-common-footer .is-subitems {
  list-style: none;
  padding: 2px 0 0 8px;
}

.nr-common-footer .is-subitem {
  padding-top: 5px;
}

.nr-common-footer-copyright {
  font-size: 12px;
  line-height: 1.4;
  color: var(--color-text-gfooter);
  margin-top: 60px;
  display: block;
  letter-spacing: 0;
  font-feature-settings: "palt";
  font-kerning: none;
  text-align: left;
}

.is-dark .nr-common-footer-logo {
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 145.6 40.9' style=%22enable-background:new00145.640.9;%22 xml:space='preserve'%3E %3Cstyle type='text/css'%3E .st0%7Bfill:%23ffffff;%7D %3C/style%3E %3Cg%3E %3Cg%3E %3Cpath class='st0' d='M42.5,0.2c-3.2-0.9-6.6,1-7.5,4.2L30.5,20L19.5,2.8C17.6,0,13.8-0.8,11,1.1c-1.2,0.8-2.1,2-2.5,3.4L0.2,33.1 c-0.7,3.3,1.4,6.6,4.7,7.3c3,0.7,6-1,7.1-3.9l4.5-15.6l11.1,17.2c1.9,2.8,5.7,3.6,8.5,1.8c1.2-0.8,2.1-2,2.5-3.4l8.2-28.6 C47.6,4.6,45.8,1.2,42.5,0.2z'/%3E %3Cpath class='st0' d='M92.6,0.2C89.4-0.7,86,1.2,85,4.4c0,0,0,0,0,0l-2.9,10.2H68.3l1.9-6.8c0.9-3.3-1-6.6-4.2-7.6 c-3.3-0.9-6.6,1-7.6,4.2l0,0l-8.2,28.6c-0.9,3.3,1,6.6,4.2,7.6c3.3,0.9,6.6-1,7.6-4.2L65,26.3h13.8l-1.9,6.8 c-0.8,3.3,1.2,6.6,4.5,7.4c3.1,0.8,6.3-1,7.3-4.1l8.2-28.6C97.7,4.6,95.9,1.2,92.6,0.2C92.6,0.2,92.6,0.2,92.6,0.2z'/%3E %3Cpath class='st0' d='M144.3,2.4c-2-2.7-5.9-3.2-8.6-1.2c0,0,0,0,0,0l-17.3,13.1l1.9-6.5c0.9-3.3-1-6.6-4.2-7.6 c-3.3-0.9-6.6,1-7.6,4.2l-8.2,28.6c-0.9,3.3,1,6.6,4.2,7.6c3.3,0.9,6.6-1,7.6-4.2l3.5-12.3l0,0c0,0.1,0.1,0.1,0.2,0.2 c0.1,0.1,0.1,0.2,0.2,0.3l13.3,14.3c1.1,1.3,2.8,2,4.5,2c3.4,0,6.1-2.7,6.1-6.1c0-1.6-0.6-3.1-1.6-4.2l-8.7-9.3L143.1,11 C145.8,9,146.3,5.1,144.3,2.4z'/%3E %3C/g%3E %3C/g%3E %3C/svg%3E");
}

.is-dark .nr-common-footer-logo:hover {
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 145.6 40.9' style=%22enable-background:new00145.640.9;%22 xml:space='preserve'%3E %3Cstyle type='text/css'%3E .st0%7Bfill:%23ffffff;%7D %3C/style%3E %3Cg%3E %3Cg%3E %3Cpath class='st0' d='M42.5,0.2c-3.2-0.9-6.6,1-7.5,4.2L30.5,20L19.5,2.8C17.6,0,13.8-0.8,11,1.1c-1.2,0.8-2.1,2-2.5,3.4L0.2,33.1 c-0.7,3.3,1.4,6.6,4.7,7.3c3,0.7,6-1,7.1-3.9l4.5-15.6l11.1,17.2c1.9,2.8,5.7,3.6,8.5,1.8c1.2-0.8,2.1-2,2.5-3.4l8.2-28.6 C47.6,4.6,45.8,1.2,42.5,0.2z'/%3E %3Cpath class='st0' d='M92.6,0.2C89.4-0.7,86,1.2,85,4.4c0,0,0,0,0,0l-2.9,10.2H68.3l1.9-6.8c0.9-3.3-1-6.6-4.2-7.6 c-3.3-0.9-6.6,1-7.6,4.2l0,0l-8.2,28.6c-0.9,3.3,1,6.6,4.2,7.6c3.3,0.9,6.6-1,7.6-4.2L65,26.3h13.8l-1.9,6.8 c-0.8,3.3,1.2,6.6,4.5,7.4c3.1,0.8,6.3-1,7.3-4.1l8.2-28.6C97.7,4.6,95.9,1.2,92.6,0.2C92.6,0.2,92.6,0.2,92.6,0.2z'/%3E %3Cpath class='st0' d='M144.3,2.4c-2-2.7-5.9-3.2-8.6-1.2c0,0,0,0,0,0l-17.3,13.1l1.9-6.5c0.9-3.3-1-6.6-4.2-7.6 c-3.3-0.9-6.6,1-7.6,4.2l-8.2,28.6c-0.9,3.3,1,6.6,4.2,7.6c3.3,0.9,6.6-1,7.6-4.2l3.5-12.3l0,0c0,0.1,0.1,0.1,0.2,0.2 c0.1,0.1,0.1,0.2,0.2,0.3l13.3,14.3c1.1,1.3,2.8,2,4.5,2c3.4,0,6.1-2.7,6.1-6.1c0-1.6-0.6-3.1-1.6-4.2l-8.7-9.3L143.1,11 C145.8,9,146.3,5.1,144.3,2.4z'/%3E %3C/g%3E %3C/g%3E %3C/svg%3E");
}

@media (prefers-color-scheme: dark) {
  .is-system .nr-common-footer-logo {
    background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 145.6 40.9' style=%22enable-background:new00145.640.9;%22 xml:space='preserve'%3E %3Cstyle type='text/css'%3E .st0%7Bfill:%23ffffff;%7D %3C/style%3E %3Cg%3E %3Cg%3E %3Cpath class='st0' d='M42.5,0.2c-3.2-0.9-6.6,1-7.5,4.2L30.5,20L19.5,2.8C17.6,0,13.8-0.8,11,1.1c-1.2,0.8-2.1,2-2.5,3.4L0.2,33.1 c-0.7,3.3,1.4,6.6,4.7,7.3c3,0.7,6-1,7.1-3.9l4.5-15.6l11.1,17.2c1.9,2.8,5.7,3.6,8.5,1.8c1.2-0.8,2.1-2,2.5-3.4l8.2-28.6 C47.6,4.6,45.8,1.2,42.5,0.2z'/%3E %3Cpath class='st0' d='M92.6,0.2C89.4-0.7,86,1.2,85,4.4c0,0,0,0,0,0l-2.9,10.2H68.3l1.9-6.8c0.9-3.3-1-6.6-4.2-7.6 c-3.3-0.9-6.6,1-7.6,4.2l0,0l-8.2,28.6c-0.9,3.3,1,6.6,4.2,7.6c3.3,0.9,6.6-1,7.6-4.2L65,26.3h13.8l-1.9,6.8 c-0.8,3.3,1.2,6.6,4.5,7.4c3.1,0.8,6.3-1,7.3-4.1l8.2-28.6C97.7,4.6,95.9,1.2,92.6,0.2C92.6,0.2,92.6,0.2,92.6,0.2z'/%3E %3Cpath class='st0' d='M144.3,2.4c-2-2.7-5.9-3.2-8.6-1.2c0,0,0,0,0,0l-17.3,13.1l1.9-6.5c0.9-3.3-1-6.6-4.2-7.6 c-3.3-0.9-6.6,1-7.6,4.2l-8.2,28.6c-0.9,3.3,1,6.6,4.2,7.6c3.3,0.9,6.6-1,7.6-4.2l3.5-12.3l0,0c0,0.1,0.1,0.1,0.2,0.2 c0.1,0.1,0.1,0.2,0.2,0.3l13.3,14.3c1.1,1.3,2.8,2,4.5,2c3.4,0,6.1-2.7,6.1-6.1c0-1.6-0.6-3.1-1.6-4.2l-8.7-9.3L143.1,11 C145.8,9,146.3,5.1,144.3,2.4z'/%3E %3C/g%3E %3C/g%3E %3C/svg%3E");
  }

  .is-system .nr-common-footer-logo:hover {
    background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 145.6 40.9' style=%22enable-background:new00145.640.9;%22 xml:space='preserve'%3E %3Cstyle type='text/css'%3E .st0%7Bfill:%23ffffff;%7D %3C/style%3E %3Cg%3E %3Cg%3E %3Cpath class='st0' d='M42.5,0.2c-3.2-0.9-6.6,1-7.5,4.2L30.5,20L19.5,2.8C17.6,0,13.8-0.8,11,1.1c-1.2,0.8-2.1,2-2.5,3.4L0.2,33.1 c-0.7,3.3,1.4,6.6,4.7,7.3c3,0.7,6-1,7.1-3.9l4.5-15.6l11.1,17.2c1.9,2.8,5.7,3.6,8.5,1.8c1.2-0.8,2.1-2,2.5-3.4l8.2-28.6 C47.6,4.6,45.8,1.2,42.5,0.2z'/%3E %3Cpath class='st0' d='M92.6,0.2C89.4-0.7,86,1.2,85,4.4c0,0,0,0,0,0l-2.9,10.2H68.3l1.9-6.8c0.9-3.3-1-6.6-4.2-7.6 c-3.3-0.9-6.6,1-7.6,4.2l0,0l-8.2,28.6c-0.9,3.3,1,6.6,4.2,7.6c3.3,0.9,6.6-1,7.6-4.2L65,26.3h13.8l-1.9,6.8 c-0.8,3.3,1.2,6.6,4.5,7.4c3.1,0.8,6.3-1,7.3-4.1l8.2-28.6C97.7,4.6,95.9,1.2,92.6,0.2C92.6,0.2,92.6,0.2,92.6,0.2z'/%3E %3Cpath class='st0' d='M144.3,2.4c-2-2.7-5.9-3.2-8.6-1.2c0,0,0,0,0,0l-17.3,13.1l1.9-6.5c0.9-3.3-1-6.6-4.2-7.6 c-3.3-0.9-6.6,1-7.6,4.2l-8.2,28.6c-0.9,3.3,1,6.6,4.2,7.6c3.3,0.9,6.6-1,7.6-4.2l3.5-12.3l0,0c0,0.1,0.1,0.1,0.2,0.2 c0.1,0.1,0.1,0.2,0.2,0.3l13.3,14.3c1.1,1.3,2.8,2,4.5,2c3.4,0,6.1-2.7,6.1-6.1c0-1.6-0.6-3.1-1.6-4.2l-8.7-9.3L143.1,11 C145.8,9,146.3,5.1,144.3,2.4z'/%3E %3C/g%3E %3C/g%3E %3C/svg%3E");
  }
}

@media (max-width: 979px) {
  .nr-common-footer {
    width: 100%;
    padding: 32px 20px;
  }

  .nr-common-footer-group {
    display: inline-block;
    margin: 30px 0 0;
  }

  .nr-common-footer-group:nth-of-type(1) {
    margin-top: 0;
  }

  .nr-common-footer-items {
    width: 100%;
    display: inline-block;
    margin-top: 10px;
  }

  .nr-common-footer-item {
    font-size: 13px;
    padding: 10px 0;
    display: inline-block;
    margin-right: 20px;
  }

  .nr-common-footer .is-subitems {
    list-style: none;
    padding: 2px 0 0 8px;
  }

  .nr-common-footer .is-subitem {
    padding-top: 5px;
  }

  .nr-common-footer-copyright {
    font-size: 10px;
    margin-top: 40px;
  }
}

.nr-common-breakingnews {
  width: 100%;
  background: var(--color-surface-tertiary);
  position: relative;
  z-index: 500;
  font-family: "BIZ UDPGothic", "Hiragino Sans", "Meiryo", sans-serif;
}

.nr-common-breakingnews.no-news {
  display: none;
}

.nr-common-breakingnews-box {
  width: 860px;
  padding: 15px 0;
  margin: 0 auto;
  background: var(--color-surface-tertiary);
  display: flex;
  flex-flow: nowrap;
  justify-content: flex-start;
  align-items: center;
}

.nr-common-breakingnews-title {
  width: 138px;
  min-height: 32px;
  font-size: 14px;
  color: #fff;
  background: var(--color-info-alert);
  text-align: center;
  line-height: 32px;
}

.nr-common-breakingnews-title span {
  font-size: 14px;
  color: #fff;
}

.nr-common-breakingnews-text {
  flex: 1;
  min-height: 32px;
  line-height: 2;
  border: 2px solid var(--color-info-alert);
  padding: 0 10px;
  font-size: 14px;
  color: var(--color-info-alert);
  box-sizing: border-box;
  background: #fff;
  overflow: hidden;
  text-align: left;
}

.nr-common-breakingnews-text a {
  color: var(--color-info-alert);
  text-decoration: none;
  cursor: pointer;
}

.nr-common-breakingnews-text .news-text {
  display: block;
  white-space: nowrap;
  animation: slideIn 10s linear infinite;
  width: max-content;
  min-width: 698px;
}

.nr-common-breakingnews-text .news-text.news-text-only {
  animation: none;
}

@keyframes slideIn {
  0% {
    transform: translate(100%, 0);
  }

  27% {
    transform: translate(0, 0);
  }

  73% {
    transform: translate(0, 0);
  }

  100% {
    transform: translate(-100%, 0);
  }
}

@media (max-width: 979px) {
  .nr-common-breakingnews-box {
    width: 100%;
    margin: 0;
    padding: 8px;
    box-sizing: border-box;
  }

  .nr-common-breakingnews-title {
    width: 50px;
    height: 32px;
    font-size: 12px;
    line-height: 1;
    display: flex;
    align-items: center;
  }

  .nr-common-breakingnews-text {
    flex: 1;
    height: 32px;
    font-size: 12px;
  }

  .nr-common-breakingnews-text .news-text {
    min-width: 100vw;
  }

  .nr-common-breakingnews-text .news-text.news-text-only {
    animation: slideIn 10s linear infinite;
  }
}

.nr-common-global-menu {
  width: 100%;
  position: relative;
  padding: 0;
  border-bottom: 1px solid var(--color-border);
  background: var(--color-surface-tertiary);
  box-shadow: 0 10000px 0px 10000px rgba(0, 0, 0, 0.8);
  z-index: 500;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: stretch;
}

.nr-common-global-menu.nr-is-close {
  display: none;
}

.nr-common-global-menu-search {
  width: 100%;
  padding: var(--spacing-base6) calc((100% - 600px) / 2);
  display: flex;
  flex-flow: column;
  justify-content: center;
}

.nr-common-global-menu-search-options {
  width: 600px;
  margin: 0 auto 10px;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  gap: 0 var(--spacing-base4);
}

.nr-common-global-menu-search-options.hidden {
  display: none;
}

.nr-common-global-menu-search-options input[type="radio"] {
  margin-right: var(--spacing-base);
  width: 18px;
  height: 18px;
}

.nr-common-global-menu-search-options .search-option-wrapper {
  cursor: pointer;
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: center;
}

.nr-common-global-menu-search-options .search-option-wrapper input {
  width: 18px;
  height: 18px;
  cursor: pointer;
}

.nr-common-global-menu-search-options .search-option-wrapper label {
  cursor: pointer;
  margin-right: 10px;
}

.nr-common-global-menu-search-box {
  width: 600px;
  margin: 0 auto;
  padding: 0;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-around;
  background: rgba(0, 0, 0, 0);
  position: relative;
}

.nr-common-global-menu-search-box-input {
  width: 80%;
  height: 40px;
  font-size: 16px;
  font-weight: normal;
  padding: 0 10px;
  border: 1px solid var(--color-border);
  border-radius: var(--border-radius-s) 0 0 var(--border-radius-s);
  -webkit-appearance: none;
  background: var(--color-form-background);
  position: relative;
  z-index: 2;
}

.nr-common-global-menu-search-box-input::-webkit-input-placeholder {
  padding-top: 2px;
  color: #aaa;
}

.nr-common-global-menu-search-box-button {
  width: 20%;
  height: 40px;
  border: none;
  background: var(--color-button-background-tertiary-default);
  border: 1px solid var(--color-border);
  border-left: none;
  border-radius: 0 var(--border-radius-s) var(--border-radius-s) 0;
  position: relative;
  z-index: 2;
  display: flex;
  flex-flow: row;
  justify-content: center;
  align-items: center;
}

.nr-common-global-menu-search-box-button i {
  width: 20px;
  height: 20px;
  display: inline-block;
  background-color: var(--color-white);
  -webkit-mask-image: url("data:image/svg+xml,%3C?xml version='1.0' encoding='UTF-8'?%3E%3Csvg id='b' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cdefs%3E%3Cstyle%3E.e%7Bfill:none;%7D.e,.f%7Bstroke-width:0px;%7D.f%7Bfill:%23757577;%7D%3C/style%3E%3C/defs%3E%3Cg id='c'%3E%3Cg id='d'%3E%3Cpath class='f' d='m16.8025,15.8853l-3.718-3.723c.8698-1.0721,1.3928-2.4371,1.3928-3.9253,0-3.4446-2.7924-6.2369-6.237-6.2369s-6.2369,2.7924-6.2369,6.2369,2.7924,6.237,6.2369,6.237c1.4879,0,2.8527-.5228,3.9247-1.3924l3.7176,3.7227c.127.127.2935.1904.46.1904.166,0,.3325-.0635.4595-.1899.2539-.2539.2539-.665.0005-.9194ZM3.3034,8.2369c0-2.7222,2.2147-4.937,4.937-4.937s4.937,2.2147,4.937,4.937-2.2147,4.937-4.937,4.937-4.937-2.2147-4.937-4.937Z'/%3E%3Crect class='e' width='20' height='20'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  -webkit-mask-size: 20px 20px;
  font-size: 0;
}

.nr-common-global-menu-functions {
  display: none;
}

.nr-common-global-menu-portals {
  width: 640px;
  padding: var(--spacing-base6) 0;
  border-top: 1px solid var(--color-border);
  display: flex;
  flex-flow: column;
}

.nr-common-global-menu-portals-list {
  width: 660px;
  margin: 0;
  padding: 0;
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: flex-start;
}

.nr-common-global-menu-portals-item {
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: calc((100% - 80px) / 4);
  margin-right: 20px;
}

.nr-common-global-menu-portals-item a {
  display: block;
  width: 128px;
  min-height: 64px;
  margin: 4px 8px;
  color: var(--color-text-primary);
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  background: var(--color-surface-tertiary);
  border: 1px solid var(--color-border);
  border-left: 4px solid var(--color-logo);
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  word-break: break-all;
}

.nr-common-global-menu-portals-item a:link,
.nr-common-global-menu-portals-item a:visited,
.nr-common-global-menu-portals-item a:hover,
.nr-common-global-menu-portals-item a:focus,
.nr-common-global-menu-portals-item a:active {
  color: var(--color-text-primary);
}

.nr-common-global-menu-portals-item a:hover {
  opacity: 0.6;
}

.nr-common-global-menu-other {
  width: 200px;
  padding: var(--spacing-base6) 0 var(--spacing-base6) var(--spacing-base10);
  border-top: 1px solid var(--color-border-divider);
  display: flex;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
}

.nr-common-global-menu-other-list {
  margin: 0;
  padding: 0;
  display: flex;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  list-style: none;
}

.nr-common-global-menu-other-item {
  width: 100%;
  margin: 0;
  padding: 15px 0;
  text-align: left;
  border-top: 1px solid var(--color-border-divider);
}

.nr-common-global-menu-other-item:first-child {
  border-top: none;
}

.nr-common-global-menu-other-item a {
  font-size: 14px;
  font-weight: bold;
  display: block;
  color: var(--color-text-primary);
}

.nr-common-global-menu-other-item a:link,
.nr-common-global-menu-other-item a:visited,
.nr-common-global-menu-other-item a:hover,
.nr-common-global-menu-other-item a:focus,
.nr-common-global-menu-other-item a:active {
  color: var(--color-text-primary);
}

.nr-common-global-menu-other-item a:hover {
  opacity: 0.6;
}

.nr-common-global-menu input,
.nr-common-global-menu textarea,
.nr-common-global-menu select,
.nr-common-global-menu button {
  appearance: auto;
}

@media (max-width: 979px) {
  .nr-common-global-menu {
    height: calc(100vh - 44px);
    overflow-x: hidden;
    overflow-y: scroll;
    display: block;
    box-shadow: none;
  }

  .nr-common-global-menu.nr-is-close {
    display: none;
  }

  .nr-common-global-menu-search {
    width: 100%;
    padding: 0;
  }

  .nr-common-global-menu-search-options {
    width: 100%;
    padding: 12px 20px 0;
    margin-bottom: 0;
    flex-flow: row wrap;
  }

  .nr-common-global-menu-search-options .search-option-wrapper {
    margin-bottom: 8px;
  }

  .nr-common-global-menu-search-box {
    width: 100%;
    padding: 4px 20px 12px;
  }

  .nr-common-global-menu-search-box-input {
    width: 100%;
    height: 36px;
    line-height: 16px;
  }

  .nr-common-global-menu-search-box-button {
    width: 20%;
    height: 36px;
  }

  .nr-common-global-menu-functions {
    display: block;
    border-top: 1px solid var(--color-border);
  }

  .nr-common-global-menu-functions-list,
  .nr-common-global-menu-functions-list2 {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: center;
    margin: 0;
    padding: 0;
  }

  .nr-common-global-menu-functions-list2 {
    display: none;
  }

  .nr-common-global-menu-functions-item {
    width: 50%;
    padding: 16px 0;
    display: flex;
    justify-content: center;
    border-left: 1px solid var(--color-border);
    border-bottom: 1px solid var(--color-border);
    margin-bottom: -1px;
  }

  .nr-common-global-menu-functions-item:nth-child(2n-1) {
    border-left: none;
  }

  .nr-common-global-menu-functions-item.item-info {
    display: none;
    display: block;
  }

  .nr-common-global-menu-functions-item a {
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .nr-common-global-menu-functions-item .icon {
    display: block;
    font-size: 0;
    width: 28px;
    height: 28px;
    background-size: 28px 28px;
    z-index: 1;
    position: relative;
  }

  .nr-common-global-menu-functions-item div {
    display: block;
    width: 100%;
    margin-top: 5px;
    font-size: 13px;
    font-weight: bold;
    text-align: center;
    color: var(--color-text-primary);
  }

  .nr-common-global-menu-portals {
    width: 100%;
    padding: 0;
    border-top: 1px solid var(--color-border-divider);
    position: relative;
  }

  .nr-common-global-menu-portals-list {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    margin: 8px 0;
    padding: 0 12px;
  }

  .nr-common-global-menu-portals-item {
    width: 33.3333333333%;
    margin: 0;
  }

  .nr-common-global-menu-portals-item a {
    width: calc(100% - 16px);
    min-height: 40px;
    margin: 4px 8px;
    font-size: 12px;
  }

  .nr-common-global-menu-other {
    width: 100%;
    padding: 0;
    border-top: 1px solid var(--color-border-divider);
    position: relative;
  }

  .nr-common-global-menu-other-title {
    font-size: 13px;
    padding: 0 20px;
    margin: 16px 0 8px;
  }

  .nr-common-global-menu-other-list {
    display: flex;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    padding: 0 20px;
  }

  .nr-common-global-menu-other-item {
    width: 100%;
    padding: 0;
  }

  .nr-common-global-menu-other-item a {
    display: block;
    width: 100%;
    padding: 15px 0;
    font-size: 13px;
    font-weight: bold;
  }
}

@media (max-width: 299px) {
  .nr-common-global-menu-functions-list {
    display: none;
  }

  .nr-common-global-menu-functions-list2 {
    display: flex;
  }
}

.nhk-snsbtn {
  margin-bottom: 15px;
}

ul.nhksns {
  list-style: none;
  display: inline;
  padding-left: 0;
}

ul.nhksns > li {
  display: inline-block;
  vertical-align: middle;
  margin: 0.2em;
}

.nhksns-icon-s img {
  width: 24px;
}

.nhksns-icon-m img {
  width: 32px;
}

.nhksns-icon-l img {
  width: 40px;
}

.nhksns-help img {
  margin-left: 6px;
  width: 18px;
  border: 1px solid #999;
  vertical-align: middle;
}

img {
  border: none;
}

.nhksns-guide {
  vertical-align: middle;
  margin: 0 0 6px 0;
  font-weight: bold;
}

.nhksns img {
  border: none;
}

.top__list {
  margin-bottom: 80px;
  padding-top: 12px;
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .top__list {
    margin-bottom: 35px;
  }
}
.top__list .item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-top: 5px;
}
.top__list .item .place {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-shrink: 0;
}
.top__list .item .place__num {
  width: 36px;
  font-weight: 500;
}
#current-value,
.progress__info {
  font-size: 16px;
}
.top__list .item .place__avatar {
  width: 40px;
  margin-left: 7px;
}
.top__list .item .place__name {
  margin-left: 20px;
  font-size: 16px;
}
.top__list .item .progress {
  flex-grow: 1;
  margin-left: 20px;
}
.progress {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  border: none;
  box-shadow: none;
}
.progress__bar {
  display: block;
  height: 25px;
  width: 0;
  margin-right: 20px;
  background-color: #0076d1;
  background-image: linear-gradient(
    45deg,
    rgba(0, 0, 0, 0.1) 25%,
    transparent 25%,
    transparent 50%,
    rgba(0, 0, 0, 0.1) 50%,
    rgba(0, 0, 0, 0.1) 75%,
    transparent 75%,
    transparent
  );
  background-size: 40px 40px;
  border-radius: 3px;
  animation: 2s linear infinite progress-bar-stripes;
  transition: 0.8s ease-out;
  background-repeat: repeat;
}
@media screen and (max-width: 991px) {
  .top__list {
    font-size: 12px;
  }
  .top__list .item .place__num {
    width: 26px;
    font-size: 14px;
  }
  .top__list .item .place__name {
    margin-left: 20px;
  }
  .top__list .item .progress {
    margin-left: 10px;
  }
  .progress__info {
    font-size: 16px;
  }
  .top__list .item {
    flex-direction: column;
  }
  .top__list .item .place {
    width: 100% !important;
  }
  .progress {
    width: 100%;
    margin: 10px 0;
  }
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
#calculator {
  padding: 10px;
  width: 100%;
  animation: 0.5s ease-in-out fadeIn;
  margin: 20px auto 0;
}
#slider-container {
  margin-bottom: 2px;
  height: 110px;
}
#slider {
  width: 100%;
  opacity: 0;
  animation: 0.5s ease-in-out 0.5s forwards fadeIn;
  appearance: none;
  height: 20px !important;
  background: #0076d1;
  border-radius: 10px;
  padding: 0;
  z-index: 2;
}
#slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 25px;
  height: 25px;
  background: #fff;
  border-radius: 50%;
  cursor: pointer;
  border: 2px solid #3498db;
  margin-top: 0 !important;
  z-index: 3;
}
#current-value {
  width: 30%;
  margin: -5px auto 10px;
  padding-top: 6px;
  padding-bottom: 6px;
  border-left: 2px solid #0076d1;
  border-right: 2px solid #0076d1;
  border-bottom: 2px solid #0076d1;
}
.slider-labels {
  width: 100% !important;
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  margin-bottom: 10px;
  z-index: 1;
}
.slider-labels span::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 10px;
  background: #000;
  top: 10px;
  left: 50%;
  transform: translateX(-50%);
  margin-top: 10px;
}
.result {
  font-size: 16px;
  margin-bottom: 7px;
  opacity: 0;
  animation: 0.5s ease-in-out 1s forwards fadeIn;
}
.feed .story h2 {
  margin-bottom: 18px;
}
.form_above p {
  font-size: 16px !important;
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.top__list .item .place__avatar img {
  display: block;
  min-width: 50px !important;
}
.top__list .item .place {
  width: 240px;
}

.contentBox {
  margin: 20px auto;
}
.form {
  padding: 56px 32px 47px;
  background: linear-gradient(45deg, #0076d1, #044a80);
  margin: 0 0 1.5em;
  border-radius: 25px;
}
.formSub {
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  line-height: 28px;
}
.formSub,
.formTitle {
  font-family: Helvetica;
  text-align: center;
}

.formTitle {
  color: #fff;
  font-size: 26px;
  line-height: 35.75px;
  margin-top: 25px;
}
.formTitle,
.formTitle span {
  letter-spacing: 1px;
  font-weight: 700;
}
.formSub,
.formTitle {
  font-family: Helvetica;
  text-align: center;
}

.link {
  color: #0076d1 !important;
}
