@charset "UTF-8";
/*
 * 番組・放送
*/
/*------------------------------ トップブロック
*/
.l-contentsheader .c-column__main img {
  display: block;
  width: 100%; }

/*------------------------------ 番組情報
*/
.p-programheader .p-programheader__img {
  display: block; }
.p-programheader .p-programheader__body .p-programheader__heading {
  font-weight: normal;
  line-height: 1.4; }
.p-programheader .p-programheader__body .p-programheader__info {
  font-weight: bold;
  margin: 0 0 10px; }
.p-programheader .p-programheader__body .p-programheader__text {
  margin: 0 0 10px; }
.p-programheader .p-programheader__category {
  display: block;
  padding: 0;
  margin: 0; }
  .p-programheader .p-programheader__category li {
    display: inline-block;
    font-weight: bold;
    background: #BEBA92;
    border-radius: 4px;
    margin: 0 3px 0 0;
    padding: 1px 5px 0 5px;
    color: #FFF;
    font-size: 93%;
    line-height: 1.8; }

@media screen and (min-width: 1270px) {
  .p-programheader .p-programheader__body .p-programheader__heading {
    margin: 4% 0 10px; } }
@media screen and (max-width: 1269px) {
  .p-programheader {
    padding-left: 20px;
    padding-right: 20px; }
    .p-programheader .p-programheader__body .p-programheader__heading {
      margin: 2% 0 10px; } }
@media screen and (max-width: 1023px) {
  .p-programheader .p-programheader__body .p-programheader__heading {
    margin: 0 0 10px; } }
@media screen and (min-width: 768px) {
  .p-programheader .c-inner {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .p-programheader .p-programheader__img {
    width: 48.78%; }
  .p-programheader .p-programheader__body {
    width: 48.79%; }
    .p-programheader .p-programheader__body .p-programheader__heading {
      font-size: 179%; }
    .p-programheader .p-programheader__body .p-programheader__text {
      font-size: 115%; } }
@media screen and (max-width: 767px) {
  .p-programheader {
    padding-left: 0;
    padding-right: 0; }
    .p-programheader .p-programheader__img {
      width: 100%; }
    .p-programheader .p-programheader__body {
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      padding: 20px 10px;
      width: 100%; }
      .p-programheader .p-programheader__body .p-programheader__heading {
        font-size: 129%; }
      .p-programheader .p-programheader__body .p-programheader__info {
        font-size: 86%; }
      .p-programheader .p-programheader__body .p-programheader__text {
        font-size: 100%; }
    .p-programheader .p-programheader__category li {
      font-size: 86%; } }
/*------------------------------ 放送情報
*/
.c-broadcastlist .c-programlist__container .c-programlist__item .c-programlist__img img {
  border-bottom: solid 3px #f2871c; }
.c-broadcastlist .c-programlist__container .c-programlist__item .c-programlist__info .c-programlist__title {
  color: #f2871c; }
  .c-broadcastlist .c-programlist__container .c-programlist__item .c-programlist__info .c-programlist__title:before {
    content: '\f03d';
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-right: 0.4em; }

/*------------------------------ プレゼント
*/
.p-present {
  margin-bottom: 14px;
  padding-top: 10px; }
  .p-present .c-block__heading {
    font-size: 115%;
    margin-bottom: 15px; }
  .p-present .c-btn {
    width: 100%; }

@media screen and (max-width: 1023px) {
  .p-present p {
    font-size: 93%; } }
@media screen and (min-width: 768px) {
  .p-present img {
    display: block;
    width: 100%; }
  .p-present p {
    margin: 10px 0; } }
@media screen and (max-width: 767px) {
  .p-present img {
    float: left;
    margin: 0 10px 10px 0;
    width: 40%; }
  .p-present p {
    margin: 0 0 10px 0; }
  .p-present .c-btn {
    clear: both; } }
/*------------------------------ 過去放送分（SP）
*/
.c-column__aside .c-listblock {
  margin-bottom: 10px;
  padding-bottom: 10px; }
.c-column__aside .u-btn__block {
  margin: 0 14px 14px; }

@media screen and (max-width: 767px) {
  .c-column__aside .u-btn__block {
    margin: 10px; } }

/*# sourceMappingURL=program.css.map */