<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

body {
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
}

#container {
  font-size: 100%;
}

#main {
  position: relative;
}

h1 {
  font-size: 22px;
  line-height: 1;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  color: #333;
  padding: 18px 0 18px 8px;
  position: relative;
}

h1::before {
  content: '';
  border-radius: 2px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  z-index: 2;
  width: 4px;
  height: calc(100% - 32px);
  background: #e60504;
}

.module_titleArea {
  border-bottom: 1px solid #a0a0a0;
  margin-bottom: 16px;
}

/*-- layout --*/
.wideContainer {
  max-width: 1440px;
  padding: 0 13px;
  margin: 0 auto;
  overflow: hidden;
}

.sectionXs {
  padding-bottom: 56px;
}

@media only screen
and (max-width: 640px) {
  .sectionXs {
    padding-bottom: 40px;
  }
}

.sectionMd {
  padding-bottom: 76px;
}

@media only screen
and (max-width: 640px) {
  .sectionMd {
    padding-bottom: 58px;
  }
}

.sectionLg {
  padding-bottom: 112px;
}

@media only screen
and (max-width: 640px) {
  .sectionLg {
    padding-bottom: 90px;
  }
}

.section {
  padding-bottom: 106px;
}

@media only screen
and (max-width: 640px) {
  .section {
    padding-bottom: 48px;
  }
}

.sectionXl {
  padding-bottom: 126px;
}

@media only screen
and (max-width: 640px) {
  .sectionXl {
    padding-bottom: 98px;
  }
}

.sectionBalance {
  padding: 64px 0;
}

@media only screen
and (max-width: 640px) {
  .sectionBalance {
    padding-top: 48px;
    padding-bottom: 104px;
  }
}

.sectionDark {
  background-color: #525252;
}

.sectionHeadline {
  font-size: 32px;
  font-weight: bold;
  color: #525252;
  border-bottom: 1px solid #dfdfdf;
  padding-left: 88px;
  padding-bottom: 10px;
  margin-bottom: 42px;
  background-size: 75px 48px;
  padding-top: 8px;
}

.sectionHeadline.television {
  background-position: top 4px left;
}

.sectionHeadline.radio {
  background-position: top left;
}

@media only screen
and (max-width: 640px) {
  .sectionHeadline {
    font-size: 20px;
    margin-bottom: 24px;
    padding-left: 56px;
  }

  .sectionHeadline.television {
    background-size: 46px 29px;
  }

  .sectionHeadline.radio {
    background-size: 50px 32px;
  }
}

.link {
  border-radius: 4px;
  border: solid 1px #dfdfdf;
  font-size: 12px;
  padding: 5px 12px;
  display: inline-block;
}

.titleLg {
  font-weight: bold;
  margin-bottom: 40px;
  font-size: 40px;
  line-height: 1;
}

.titleLight {
  color: #f3f3f3;
}

@media only screen
and (max-width: 640px) {
  .titleLg {
    margin-bottom: 26px;
    font-size: 24px;
  }
}

#scrollTrigger {
  background-color: #f3f3f3;
  padding: 13px 28px;
}

@media only screen
and (max-width: 640px) {
  #scrollTrigger {
    padding: 15px 16px 12px;
  }
}

#scrollTrigger .scrollTriggerLink {
  padding-left: 17px;
  color: #333333;
  background: url('../img/show_arrow.png') left center / 13px 15px no-repeat;
  text-decoration: none;
  font-size: 16px;
}

#scrollTrigger .scrollTriggerLink:hover {
  text-decoration: underline;
}

@media only screen
and (max-width: 640px) {
  #scrollTrigger .scrollTriggerLink {
    font-size: 14px;
  }
}

#scrollTrigger .scrollTriggerLink + .scrollTriggerLink {
  margin-left: 24px;
}

.programBox ul {
  border: none;
  zoom: 1;
  margin-left: -13px;
  margin-right: -13px;
  display: flex;
  display: -ms-flexbox;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.programBox ul li {
  display: flex;
  display: -ms-flexbox;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 25%;
  padding-left: 13px;
  padding-right: 13px;
}

@media screen
and (min-width: 768px)
and (max-width: 1024px) {
  .programBox ul li {
    width: 33.333%;
  }
}

@media only screen
and (max-width: 767px) {
  .programBox ul li {
    width: 100%;
  }
}

@media screen
and (min-width: 768px)
and (max-width: 1024px) {
  .programBox ul li:not(:nth-child(10)) {
    margin-bottom: 50px;
  }
}

@media screen
and (min-width: 1024px) {
  .programBox ul li:not(:nth-child(9)):not(:nth-child(10)) {
    margin-bottom: 50px;
  }
}

@media only screen
and (max-width: 767px) {
  .programBox ul li:not(:nth-child(10)) {
    margin-bottom: 40px;
  }
}

.programBox ul li span {
  font-size: 14px;
  /* -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1; */
}

.programBox ul li .programContent {
  font-size: 14px;
  line-height: 1.6;
  color: #333333;
}

@media only screen
and (max-width: 640px) {
  .programBox ul li span,
  .programBox ul li .programContent {
    font-size: 12px;
  }
}

.programBox ul li p.programTitle {
  display: block;
  margin-bottom: 4px;
  font-weight: bold;
  font-size: 20px;
  line-height: 28px;
}

@media only screen
and (max-width: 640px) {
  .programBox ul li p.programTitle {
    font-size: 14px;
    margin: 0;
  }
}

.programBox ul li .program_txt{
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.programBox ul li .program_txt img {
  margin-bottom: 10px;
}

@media only screen
and (max-width: 640px) {
  .programBox ul li .program_txt img {
    margin-bottom: 0;
  }
}

.programBox ul.list li p.programTitle {
  margin-bottom: 6px;
}

.programBox ul li p a {
  display: inline;
  padding: 0;
  background-image: none;
}

.programBox ul li dl {
  background-color: #f3f3f3;
  margin-top: 10px;
  border-radius: 2px;
  padding: 12px 12px 8px 12px;
}

.programBox ul li dl dt,
.programBox ul li dl dd {
  font-size: 14px;
  margin-bottom: 4px;
}

.programBox ul li dl dt {
  white-space: nowrap;
  font-weight: bold;
  width: 4em;
  /* float: left;
  clear: both; */
}

.programBox ul li dl dd {
  overflow: hidden;
  margin-top: -25px;
  margin-left: 4em;
}

.programBox .program_txt .img_program {
  display: block;
}

.programBox ul.list {
  margin-left: -18px;
  margin-right: -18px;
}

.programBox ul.list li {
  width: 50%;
  padding-left: 18px;
  padding-right: 18px;
}

.programBox ul.list li:nth-child(1),
.programBox ul.list li:nth-child(2) {
  margin-bottom: 0;
}

@media screen
and (max-width: 979px) {
  .programBox ul.list li:nth-child(1) {
    margin-bottom: 40px;
  }
}

@media screen
and (max-width: 979px) {
  .programBox ul.list li {
    width: 100%;
  }
}

.programBox ul li.oneColumn .twoColumnDetailWrapper {
  margin-top: 18px;
  background-color: #f3f3f3;
  padding: 20px 22px;
  flex-grow: 1;
}

@media only screen
and (max-width: 640px) {
  .programBox ul li.oneColumn .twoColumnDetailWrapper {
    margin-top: 12px;
  }
}

.programBox ul.list li.oneColumn .twoColumnDetail dl {
  margin: 0;
  padding: 0;
}

.programBox ul.list li.oneColumn .twoColumnDetail {
  display: flex;
  display: -ms-flexbox;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.programBox ul.list li.oneColumn .twoColumnDetail + .twoColumnDetail {
  margin-top: 12px;
}

.programBox ul.list li.oneColumn .twoColumnDetail dl {
  width: calc(50% - 20px);
}

@media only screen
and (max-width: 640px) {
  .programBox ul.list li.oneColumn .twoColumnDetail dl {
    width: 100%;
  }

  .programBox ul.list li.oneColumn .twoColumnDetail dl + dl {
    margin-top: 12px;
  }
}

.programBox ul li.oneColumn .twoColumnDetail dl.even,
.programBox ul li.oneColumn .twoColumnDetail dl:nth-child(2n) {
  margin-left: 20px;
}

@media only screen
and (max-width: 640px) {
  .programBox ul li.oneColumn .twoColumnDetail dl.even,
  .programBox ul li.oneColumn .twoColumnDetail dl:nth-child(2n) {
    margin-left: 0;
  }
}

.btnGoBack {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  width: 694px;
  height: 80px;
  line-height: 80px;
  box-shadow: 0 2px 4px 0 rgba(145, 145, 145, 0.5);
  background-color: #333;
  font-size: 20px;
  text-align: center;
  transition: background 300ms ease;
  -webkit-transition: background 300ms ease;
}

.btnGoBack:hover {
  text-decoration: none;
  background-color: #525252
}

.btnGoBack p {
  color: #fff;
  font-weight: bold;
}

@media only screen
and (max-width: 640px) {
  .btnGoBack {
    height: 48px;
    line-height: 48px;
    font-size: 14px;
  }
}

.textCenter {
  text-align: center;
}

#fnWrapper {
  display: none;
}

#fnList {
  background: url(/2010/footpanel/img/bg_non.gif) no-repeat left top!important;
  width: 980px!important;
}

#fnBlock {
  width: 980px!important;
}

/* .localFootNav */

.localFootNav .ad {
  float: left;
  width: calc((100% - 78px)/4);
}

.localFootNav .ad + .ad {
  margin-left: 26px;
}

.localFootNav .ad img {
  display: block;
}

.localFootNav .ad .title {
  color: #f3f3f3;
  font-size: 16px;
  line-height: 22px;
  margin-top: 16px;
  font-weight: 600;
}

@media screen
and (max-width: 992px) {
  .localFootNav .ad {
    width: calc((100% - 52px)/3);
  }
}

@media screen
and (max-width: 767px) {
  .localFootNav .ad {
    width: 100%;
    max-width: 345px;
    margin: 0 auto;
    float: none;
  }

  .localFootNav .ad + .ad {
    margin-left: auto;
    margin-top: 24px;
  }
}

.page-top {
  visibility: visible;
  opacity: 1;
  position: fixed;
  z-index: 3;
  right: 24px;
  bottom: 24px;
  cursor: pointer;
  -webkit-transition: opacity .3s,visibility .3s,background .3s;
  -o-transition: opacity .3s,visibility .3s,background .3s;
  transition: opacity .3s,visibility .3s,background .3s;
  font-size: 0;
  text-align: right;
}

.page-top.is-absoluted {
  position: absolute;
  bottom: 0;
}

.page-top.is-hidden {
  visibility: hidden;
  opacity: 0;
}

.page-top:hover img {
  -webkit-transform: translateY(-4px);
  -ms-transform: translateY(-4px);
  transform: translateY(-4px);
}

.page-top a:hover {
  background: #e60000;
}

.page-top a {
  display: inline-block;
  background: #c00;
}

.page-top img {
  width: 50px;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

@media screen
and (max-width: 767px) {
  .page-top img {
    width: 37px;
  }
}

.note {
  font-size: 14px;
  font-weight: normal;
  display: inline;
  color: #333333;
}

@media only screen
and (max-width: 640px) {
  .sp_ml {
    font-size: 12px !important;
    margin-left: -52px;
}
</pre></body></html>