html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

a {
  background-color: transparent;
}

.mb_search {
  display: none;
}

img {
  border-style: none;
}

button {
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button {
  overflow: visible;
}

button {
  text-transform: none;
}

button {
  -webkit-appearance: button;
}

button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: sans-serif;
}

html {
  box-sizing: border-box;
  font-size: 100%;
}

*,
:after,
:before {
  box-sizing: inherit;
}

img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic;
}

ul {
  margin-bottom: 1rem;
  list-style-position: outside;
  line-height: 1.6;
}

@media print {
  * {
    background: 0 0 !important;
    color: #000 !important;
    color-adjust: economy;
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: ' (' attr(href) ')';
  }

  a[href^='#']:after {
    content: '';
  }

  img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  @page {
    margin: 0.5cm;
  }
}

.button {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 1rem;
  padding: 0.85em 1em;
  border: 1px solid transparent;
  border-radius: 0;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  font-family: sans-serif;
  font-size: 0.9rem;
  -webkit-appearance: none;
  line-height: 1;
  text-align: center;
  cursor: pointer;
}

.button {
  background-color: #1779ba;
  color: #fefefe;
}

.button:focus,
.button:hover {
  background-color: #14679e;
  color: #fefefe;
}

a.button:focus,
a.button:hover {
  text-decoration: none;
}

.hide {
  display: none !important;
}

.main-bar:after,
.secondary-bar:after {
  content: ' ';
  visibility: hidden;
  display: block;
  height: 0;
  clear: both;
}

a,
a:link,
a:visited {
  text-decoration: none;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
  cursor: pointer !important;
}

button {
  cursor: pointer;
}

body {
  flex-direction: column;
}

@supports (-webkit-touch-callout: none) {
}

body .overlay-corporate-mask {
  display: block;
  visibility: hidden;
  opacity: 0;
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  top: 0;
  z-index: 100;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

header.header {
  margin: 0 auto;
  border-bottom: 1px solid transparent;
}

@media only screen and (min-width: 0) {
  header.header {
    max-width: var(--content-maxwidth, 1296px);
  }
}

@media only screen and (min-width: 768px) {
  header.header {
    max-width: var(--content-maxwidth, 1296px);
  }
}

@media only screen and (min-width: 1296px) {
  header.header {
    max-width: var(--content-maxwidth, 1296px);
  }
}

@media only screen and (min-width: 0) {
  header.header {
    padding-left: var(--article-padding, 20px);
  }
}

@media only screen and (min-width: 768px) {
  header.header {
    padding-left: var(--article-padding, 30px);
  }
}

@media only screen and (min-width: 1024px) {
  header.header {
    padding-left: var(--article-padding, 10px);
  }
}

@media only screen and (min-width: 1296px) {
  header.header {
    padding-left: var(--article-padding, 12px);
  }
}

@media only screen and (min-width: 0) {
  header.header {
    padding-right: var(--article-padding, 20px);
  }
}

@media only screen and (min-width: 768px) {
  header.header {
    padding-right: var(--article-padding, 30px);
  }
}

@media only screen and (min-width: 1024px) {
  header.header {
    padding-right: var(--article-padding, 10px);
  }
}

@media only screen and (min-width: 1296px) {
  header.header {
    padding-right: var(--article-padding, 12px);
  }
}

@media only screen and (min-width: 768px) {
  header.header {
    border-bottom: 0;
  }
}

header.header a:hover,
header.header button:hover {
  color: var(--launch__label-color, #009);
}

header.header:after {
  content: '';
  position: absolute;
  height: 1px;
  background-color: #cdcdd6;
  left: 20px;
  right: 20px;
}

.main-bar {
  text-align: center;
  height: 40px;
  margin: 7px 0;
  position: relative;
}

.secondary-bar {
  height: 0;
  overflow: visible;
  -webkit-transition: height 0.3s ease;
  -moz-transition: height 0.3s ease;
  -ms-transition: height 0.3s ease;
  transition: height 0.3s ease;
  font-family: sans-serif;
  font-size: 13px;
  line-height: 18px;
  color: #212335;
}

.secondary-bar__inner {
  position: relative;
  border: 0;
  height: 100%;
}

.secondary-bar .topics {
  display: none;
  position: absolute;
  left: 0;
  right: 200px;
}

.secondary-bar .topics__title {
  font-weight: 600;
  padding-right: 20px;
  width: 100px;
  position: absolute;
  top: 0;
  left: 0;
  white-space: nowrap;
}

.secondary-bar .topics__nav {
  padding-left: 100px;
  position: relative;
  overflow: hidden;
}

.secondary-bar .topics__nav__list__item {
  display: inline-block;
  padding-right: 20px;
}

.secondary-bar .topics__nav__list__item:last-child {
  padding-right: 0;
}

.secondary-bar .topics__nav__list.visible-list {
  display: inline-table;
}

.secondary-bar .topics__nav__list.visible-list .topics__nav__list__item {
  display: table-cell;
  white-space: nowrap;
}

.secondary-bar .topics__nav__button {
  font-weight: 600;
  margin: 0;
  padding: 0;
  background: 0 0;
  border: 0;
  color: #212335;
  opacity: 0.8;
  font-size: 20px;
  width: 20px;
  height: 6px;
  line-height: 0;
  position: relative;
  top: -2px;
}

@media only screen and (max-width: 767px) {
  .header-menu .header-menu__live {
    left: auto;
    right: 0;
    border-left: 0;
    padding-left: 0;
  }
}

@media only screen and (min-width: 768px) {
  header.header:after {
    display: none;
  }

  .main-bar {
    text-align: left;
    height: 30px;
    margin: 16px 0;
  }

  .secondary-bar {
    height: 37px;
    overflow: hidden;
  }

  .secondary-bar__inner {
    padding: 9px 0 8px;
    border-top: 1px solid #cdcdd6;
  }

  .secondary-bar .topics {
    display: block;
  }
}

@media only screen and (min-width: 1024px) {
  .main-bar {
    margin: 20px 0;
  }

  .main-bar {
    height: 38px;
  }

  .secondary-bar {
    height: 41px;
  }

  .secondary-bar__inner {
    padding: 11px 0 10px 190px;
  }

  .secondary-bar__inner .topics {
    left: 190px;
  }
}

@media only screen and (min-width: 1296px) {
  .main-bar {
    margin: 25px 0;
  }

  .main-bar {
    height: 48px;
  }

  .secondary-bar {
    height: 49px;
  }

  .secondary-bar__inner {
    padding: 15px 0 15px 212px;
  }

  .secondary-bar__inner .topics {
    left: 212px;
  }
}

.header-menu {
  font-family: sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: #212335;
  position: absolute;
  top: auto;
  left: 0;
  right: 0;
  bottom: -35px;
}

.header-menu .button {
  font-weight: 600;
  margin: 0;
  padding: 0;
  background: 0 0;
  border: 0;
  color: #212335;
}

.header-menu__nav {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 228px;
  height: 20px;
  text-align: left;
  overflow: hidden;
}

.header-menu__nav__list {
  list-style-type: none;
  margin: 0;
  padding: 0;
  position: relative;
}

.header-menu__nav__list__item {
  white-space: nowrap;
  height: 20px;
  max-height: 20px;
}

.header-menu__nav__list__item .link {
  height: 20px;
  line-height: 20px;
  display: block;
  letter-spacing: 0;
  font-size: 16px;
  cursor: pointer !important;
}

.header-menu__nav__list.visible-list {
  display: inline-table;
}

.header-menu__nav__list.visible-list .header-menu__nav__list__item {
  display: table-cell;
  margin: 0;
  padding: 0 16px 0 0;
}

.header-menu__nav__list.visible-list .header-menu__nav__list__item:last-child {
  padding-right: 0;
  height: 20px;
  line-height: 20px;
}

.header-menu__nav__list.hidden-list {
  color: #212335;
  position: absolute;
  border: 0;
  box-shadow: 0 0 2px 2px hsla(0, 0%, 55.3%, 0.3);
  background-color: var(--sharebox-background, #fff);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
  top: 44px;
  right: -33px;
  z-index: 15;
  text-align: center;
}

.header-menu__nav__list.hidden-list:after,
.header-menu__nav__list.hidden-list:before {
  content: ' ';
  display: block;
  position: absolute;
  top: 0;
  right: 50%;
  left: auto;
  width: 0;
  height: 0;
  border-style: solid;
}

.header-menu__nav__list.hidden-list:before {
  margin: -12px -15px 0 0;
  border-width: 0 15px 12px;
  border-color: transparent transparent hsla(0, 0%, 55.3%, 0.3);
}

.header-menu__nav__list.hidden-list:after {
  margin: -10px -13px 0 0;
  border-width: 0 13px 10px;
  border-color: transparent transparent #fff;
}

.header-menu__nav__list.hidden-list .header-menu__nav__list__item {
  padding: 5px 15px;
}

.header-menu__nav__button {
  font-size: 24px;
  width: 23px;
  height: 20px;
  line-height: 0;
}

.header-menu__nav__button.button {
  padding-bottom: 14px;
}

.header-menu__tgr {
  position: absolute;
  left: 0;
  bottom: 0;
  width: auto;
  height: 20px;
  line-height: 20px;
  text-align: center;
}

.header-menu__tgr .button {
  height: 20px;
  font-size: 16px;
  line-height: 20px;
  display: block;
  margin: 0 auto;
  text-align: center;
}

.header-menu__tgr .button:after {
  display: none;
}

.header-menu__live {
  position: absolute;
  left: 84px;
  right: auto;
  bottom: 0;
  height: 20px;
  line-height: 20px;
  padding-left: 6px;
  border-left: 1px solid #cdcdd6;
  width: auto;
  white-space: nowrap;
}

.header-menu__live .link {
  height: 20px;
  line-height: 20px;
  display: block;
}

@media only screen and (min-width: 768px) {
  .header-menu {
    position: absolute;
    top: 5px;
    left: 160px;
    right: 190px;
    bottom: auto;
    min-width: 300px;
    height: 20px;
    line-height: 20px;
  }

  .header-menu__nav {
    display: block;
    right: 266px;
  }

  .header-menu__tgr {
    top: -5px;
    left: auto;
    right: 140px;
    bottom: auto;
    width: 126px;
    border-left: 1px solid #cdcdd6;
  }

  .header-menu__live {
    top: 0;
    left: auto;
    right: 0;
    bottom: auto;
    width: 140px;
    padding-left: 16px;
  }
}

@media only screen and (min-width: 1024px) {
  .header-menu {
    top: 9px;
    left: 170px;
    right: 260px;
    font-size: 16px;
  }

  .header-menu__nav__list.visible-list .header-menu__nav__list__item {
    padding-right: 20px;
  }

  .header-menu__nav__list.hidden-list {
    top: 45px;
  }

  .header-menu__live {
    padding-left: 16px;
    width: 140px;
  }
}

@media only screen and (min-width: 1296px) {
  .header-menu {
    font-size: 18px;
    line-height: 24px;
    height: 24px;
    top: 13px;
    left: 212px;
    right: 270px;
  }

  .header-menu__nav {
    height: 24px;
    line-height: 24px;
    right: 319px;
  }

  .header-menu__nav__button {
    width: 25px;
    font-size: 25px;
  }

  .header-menu__nav__button.button {
    padding-bottom: 16px;
  }

  .header-menu__nav__list.hidden-list {
    top: 47px;
  }

  .header-menu__tgr {
    width: 156px;
    right: 163px;
  }

  .header-menu__tgr,
  .header-menu__tgr .button {
    height: 24px;
    line-height: 24px;
  }

  .header-menu__tgr .button span {
    font-size: 16px;
    height: 24px;
    line-height: 24px;
  }

  .header-menu__live {
    width: 164px;
    padding-left: 24px;
  }

  .header-menu__live,
  .header-menu__live .link {
    height: 24px;
    line-height: 24px;
  }
}

.mask-overlay {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  height: 0;
  width: 100%;
  background: #000;
  opacity: 0;
  z-index: 100;
  -webkit-transition: opacity 0.5s ease;
  -moz-transition: opacity 0.5s ease;
  -ms-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}

#page-updated {
  color: #fff;
  background: var(--launch__label-color, #009);
  font-family: sans-serif;
  font-size: 13px;
  text-align: center;
  height: 30px;
  line-height: 18px;
  padding: 2px 0;
  overflow: hidden;
}

#page-updated .date,
#page-updated .hour {
  display: inline-block;
}

#page-updated .hour {
  position: relative;
  padding-left: 12px;
}

#page-updated .hour:before {
  content: '\00B7';
  position: absolute;
  left: 2px;
  font-size: 26px;
  display: inline-block;
}

@supports (-webkit-hyphens: none) {
}

@media only screen and (min-width: 1024px) {
  @supports (-webkit-hyphens: none) {
  }
}

*,
::after,
::before {
  box-sizing: border-box;
}

@media (max-width: 1024px) {
  .header-menu__tgr {
    display: none;
  }

  .header-menu__live {
    display: none;
  }
}

@media (max-width: 800px) {
  .mb_search {
    display: block !important;
  }
}

@media (max-width: 800px) {
  .l {
    display: flex;
    justify-content: space-between;
    top: -7px !important;
  }

  .log {
    width: 125px !important;
  }
}

@media (max-width: 1296px) {
  .header-menu__tgr,
  .header-menu__nav {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .live_tag_search {
    display: none;
  }

  .live_tag_weather {
    display: none;
  }

  .header-menu__live {
    display: block !important;
  }

  .header-menu__live > a {
    top: 0 !important;
  }

  header {
    margin-bottom: 20px !important;
  }

  .header-menu__tgr {
    display: block !important;
  }
}