@charset "UTF-8";


/*▼バーガーメニューを表示するときは下記の記述を消してください*/
/*a.menu-trigger {
	display: none;
}*/

/*movieページ内　放送日時体裁調整*/

.onair_time{
	font-size:1.2em;
}

/*ナビ体裁調整*/
#nav-wrap .api-nav-rec > div span.page-nav-subtitle {
    font-size: 1rem;
}

/*センター寄せ画像 外部リンク位置調整*/
.img-c {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.img-c a {
  line-height: 0;
  box-sizing: border-box;
  display: block;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-preferred-size: calc(50% - 4px);
      flex-basis: calc(50% - 4px);
  margin-top: 8px;
  margin:auto;
}
.img-c a > img {
  -webkit-transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
}
.img-c a:hover > img {
  opacity: 0.5;
}


.img-c {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: inherit;
      -ms-flex-pack: inherit;
          justify-content: inherit;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0 16px;
}

/*ハイライトナビ*/
#nav-wrap .highlight-nav div a.active {
background-color: #002982;
    color: #fff;
}
#nav-wrap .highlight-nav div a:hover {
    color: #002982;
}

/*ミックス色追加*/

body.highlight #wrapper .highlight-box ul.swimmer-list.mix li .inner {
    border: solid 1px #27aac0; }
body.highlight #wrapper .highlight-box ul.swimmer-list.mix li a {
    color: #27aac0; }

body.swimmer #wrapper .swimmer-mix ul.swimmer-list li .inner {
  border: solid 0.15rem #27aac0; }

body.swimmer #wrapper .swimmer-mix ul.swimmer-list li a {
  color: #27aac0; }
  body.highlight #wrapper .highlight-box h2.program-ttl.mix {
    background-color: #27aac0; }


/* DATA */
.prize{
    font-size: 1.7rem;
    font-weight: bold;
    margin: 1.4rem auto;
    border: 1px solid #000;
    padding: 2%;
}
.data-img {
    width: 100%;
    margin: 2rem auto 0;
}

.social-button-x {
  background-color: #000000;
}

.social-button-facebook {
  background-color: #1877F2 !important;
}

.social-button-facebook > svg {
  width: 5rem;
  height: 5rem;
}