@charset "UTF-8";

/* CSS Document */

@media print {
  body {
    display: none;
  }
}


/* ------------------------------
全体背景
------------------------------ */

#theme {
  background-color: #d1c6aa;
  background-image: url("../images/bg_img.png"), url("../images/bg.png");
  background-position: center bottom 40px, center top;
  background-repeat: no-repeat, repeat-y;
  background-size: 110%, 100%;
}


/* ------------------------------
リンク
------------------------------ */

#theme #fp-main a,
#theme #fp-main a:link,
#theme #fp-main a:visited,
#theme #fp-main a:hover,
#theme #fp-main a:active {
  color: #202124;
}


/* ------------------------------
メインビジュアルエリア
------------------------------ */


/* 基本放送日時情報*/

#theme #fp-hdr-block #fp-airdate {
  color: #222;
}


/* ------------------------------
ナビメニュー
------------------------------ */

#theme #fp-hdr-block #fp-nav ul {
  /*background-color: #aa212d;*/
  color: #fff;
  /*border-bottom: 1px solid #aa222d;*/
}

#theme #fp-hdr-block #fp-nav ul li a {
  color: #fff;
  background-color: #727067;
  box-shadow: none;
  border-top: none;
}

#theme #fp-hdr-block #fp-nav ul li:not(:last-of-type) a {
  border-right: 2px solid #FFF;
}

#theme #fp-hdr-block #fp-nav ul li a:hover {
  background-color: #5d5b4f;
  color: #fddd00;
}

#fp-nav.samePageNav ul li:after {
  color: #fddd00;
}


/* ------------------------------
各タイトル
------------------------------ */

#theme #fp-main h2 {
  color: #222;
  /*background: url("/common/images/pattern/pat_blue_031.png") repeat;*/
  background: none;
  background-color: #e6dfca;
  /*パターン画像なし*/
  background-image: linear-gradient(90deg, rgba(242, 236, 222, 1), rgba(209, 198, 170, 1));
  border-bottom: 5px solid #333333;
  box-shadow: none;
  padding: 14px 30px 12px 30px;
  line-height: 1.4;
  letter-spacing: .5px;

}

#theme #fp-main h2 span {
  font-size: 64%;
  background: #434136;
  color: #FFF;
  display: inline-block;
  line-height: 1;
  padding: 8px 12px 8px 14px;
  margin-bottom: 10px;
  border-left: 4px solid #fddd00;
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}

#theme #fp-main h2.archive-title {
  font-size: 30px;
  line-height: 1.4 !important;
  padding: 18px 30px;
}

#theme #fp-main h2:first-child {
  margin-top: 20px;
}

#theme #fp-main h3 {
  background: #5d5b4f;
  color: #FFF;
}

.sp {
  display: none;
}

@media screen and (max-width: 768px) {
  #fp-cnt #fp-main h2 {
    /*background: url("/common/images/pattern/pat_blue_031_2x.png");*/
    background: none;
    background-color: #e6dfca;
    font-size: min(4.7vw, 26px) !important;
    /*パターン画像なし*/
    background-image: linear-gradient(90deg, rgba(242, 236, 222, 1), rgba(209, 198, 170, 1));
    border-bottom: 3px solid #333333;
    padding: 10px 20px 8px 20px;
  }

  #theme #fp-main h2.archive-title {
    font-size: min(4.7vw, 26px) !important;

    padding: 14px 18px;
  }

  .sp {
    display: block;
  }

  #theme #fp-main .linkBtn a::after {
    border-color: #333;
  }

  #theme #fp-main .linkBtn a::after {
    right: 16px;
    width: 10px;
    height: 10px;
    border-top: solid 3px #000 !important;
    border-right: solid 3px #000 !important;
  }
}


/* 放送時間調整文言 */

#fp-cnt #fp-tmppage-simple-oainfo p.oa_change_text {
  color: #fb3668;
}

#theme #fp-main h4 {
  border-left-color: #fddd00;
}


/* ------------------------------
コンテンツ背景
------------------------------ */

#fp-main,
#fp-ftr {
  background: rgba(255, 255, 255, .9);
}


/* ------------------------------
リンクボタン
------------------------------ */

.linkBtn a:hover,
.linkBtn a:active {
  background: #fddd00;
}

#theme #fp-main .linkBtn a::after {
  border-color: #333;
}


/* ------------------------------
バックナンバー　今後の放送スケジュール
------------------------------ */

#fp-cnt .listbox li {
  background-color: #fbf7dd;
}

#theme #fp-cnt .listbox {
  background-color: #fff;
}

#fp-cnt .listbox li .date {
  color: #333;
  border-left: 4px solid #fddd00;
  padding-left: 8px;
  margin-bottom: 4px;
}


/* ------------------------------
ニュース
------------------------------ */

#fp-cnt .newsList li .day {
  color: #555;
}


/* ------------------------------
お知らせ（放送内容エリア）
------------------------------ */

#fp-cnt #fp-tmppage-simple-oainfo .oa_attention {
  border: 2px solid #555;
}

#fp-cnt .news-thenonfx ul br:first-child {
  display: none;
}

#fp-cnt .news-thenonfx li {
  font-size: 1.8rem;
}

#fp-cnt .news-thenonfx li {
  border-bottom: 1px dotted #666;
}

#fp-cnt .news-thenonfx li a {
  display: block;
  padding: 15px 10px;
  font-size: 17px;
}

#fp-cnt .news-thenonfx li a span {
  text-decoration: none;
  color: #666;
  font-size: 90%;
  display: block;
}

#fp-cnt .news-thenonfx li.new a:before {
  display: inline-block;
  content: "NEW";
  background: #fddd00;
  display: inline-block;
  color: #333;
  font-weight: bold;
  padding: 0 4px;
  font-size: 80%;
  margin-right: 6px;
}

#fp-cnt .news-thenonfx li a:hover {
  background: #fbf7dd;
  text-decoration: underline;
}

#fp-cnt .news-thenonfx .link_01 {
  width: 100%;
  max-width: 400px;
  margin: 40px auto 0 auto;
}

#fp-cnt .news-thenonfx .link_01 a {
  display: block;
  background: #fddd00;
  color: #333 !important;
  text-align: center;
  line-height: 1;
  padding: 20px 0;
  width: 100%;
}

#fp-cnt .news-thenonfx .link_01 a p {
  font-weight: bold !important;
}

#fp-cnt .news-thenonfx .link_01 a:hover p {
  text-decoration: underline !important;
}

@media screen and (max-width: 768px) {
  #fp-cnt .news-thenonfx li a {
    display: block;
    padding: 6px 0;
    font-size: min(3.8vw, 16px) !important;
  }

  #fp-cnt .news-thenonfx li a:hover {
    background: transparent;
  }

  #fp-cnt .news-thenonfx {
    padding-bottom: 10px;
  }

  #fp-cnt .news-thenonfx .link_01 {
    max-width: 94%;
    margin-top: 20px;
  }
}


/* ------------------------------
お知らせ（アーカイブ）
------------------------------ */

#theme #fp-main .news-thenonfx__page .clf {
  padding: 0 0 40px 0;
  overflow: hidden;
}

.news-thenonfx__page p {
  line-height: 1.9;
  font-size: 17px !important;
}

.news-thenonfx__page .caption img {
  margin-bottom: 10px;
}

.news-thenonfx__page p b {
  margin-top: 20px;
  display: inline-block;
}

.news-thenonfx__page hr {
  display: none
}

.news-thenonfx__page .frbox250 {
  display: block;
  width: 25%;
  float: right;
  margin: 0 0 10px 30px;
  max-width: 250px;
}

.news-thenonfx__page .frbox250 img {
  width: 100%;
}

#theme #fp-main .news-thenonfx__page .clf h3 {
  background: #5d5b4f;
  border-left: 8px solid #fddd00;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  color: #FFF;
  padding: 16px 20px;
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: 1px;
  margin-top: 20px;
  margin-bottom: 30px;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, .6);
}

#theme #fp-main .news-thenonfx__page .clf a {
  text-decoration: underline;
  background: #fddd00;
}

@media screen and (max-width: 768px) {
  #theme #fp-main .news-thenonfx__page .clf {
    padding: 10px 0 50px 0;
  }

  .news-thenonfx__page p {
    line-height: 1.7;
    font-size: min(4vw, 16px) !important;
  }

  .news-thenonfx__page p b {
    margin-top: 10px;
    display: inline-block;
  }

  .news-thenonfx__page .frbox250 {
    display: block;
    width: 40%;
    float: right;
    margin: 0 0 10px 10px;
    max-width: 320px;
  }

  .news-thenonfx__page .frbox250 img {
    width: 100%;
  }

  #theme #fp-main .news-thenonfx__page .clf h3 {
    border-left: 5px solid #fddd00;
    padding: 12px 10px 12px 10px;
    letter-spacing: 1px;
    font-size: min(4vw, 16px) !important;
    line-height: 1.5;
    margin-top: 0;
    margin-bottom: 25px;
  }
}


.archive-title {
  line-height: 1.5 !important;
}

.archive-info .fp-cont-inner {
  padding-bottom: 0 !important;
}

/* ------------------------------
#令和アーカイブス
------------------------------ */

.reiwa-archives__bnr {
  width: 100%;
  margin: 0 auto;
  max-width: 1160px;
}

ul.archive-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 30px;
  width: 100%;
}

ul.archive-list li {
  width: calc((100% - 50px)/ 3);
  margin-right: 25px;
  margin-top: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 4px;
}

ul.archive-list li:nth-child(-n+3) {
  margin-top: 0
}

ul.archive-list li:nth-child(3n) {
  margin-right: 0
}

ul.archive-list li a {
  display: block;
  width: 100%;
  box-sizing: border-box;
  padding: 0;
  font-weight: bold;
  line-height: 1.5;
  height: auto;
  background: #FFF;
  border: 1px solid #e6dfca;
}

ul.archive-list li a p {
  padding: 16px;
  height: inherit;
  color: #333;
  font-weight: bold;
}

ul.archive-list li.new a p:before {
  display: inline-block;
  content: "NEW";
  background: #fddd00;
  display: inline-block;
  color: #333;
  font-weight: bold;
  padding: 0 4px;
  font-size: 80%;
  margin-right: 6px;
}


ul.archive-list li a p span {
  font-size: 80%;
  color: #666;
  font-weight: normal;
}

ul.archive-bn li a p span {
  background: #434136;
  color: #FFF;
  display: inline-block;
  line-height: 1;
  padding: 6px 8px 6px 6px;
  border-left: 4px solid #fddd00;
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
  margin-bottom: 8px;
}

ul.archive-list li a figure {
  background: #FFF;
  border-radius: 6px;
}

ul.archive-list li a:hover {
  background: #fbf7dd;
}

ul.archive-list li a:hover p {
  text-decoration: underline;
}

@media screen and (max-width: 768px) {
  .reiwa-archives__bnr {
    width: 100%;
  }

  ul.archive-list {
    margin-top: 0;
    padding: 20px 0;
    width: 100%;
  }

  ul.archive-list li {
    width: calc((100% - 15px)/ 2);
    margin-right: 15px;
    margin-top: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-radius: 4px;
  }

  ul.archive-list li:nth-child(3n) {
    margin-right: auto;
    margin-top: 15px;
  }

  ul.archive-list li:nth-child(2n) {
    margin-right: 0 !important;
  }

  ul.archive-list li a p {
    padding: 8px;
    font-size: min(3.8vw, 16px) !important;
  }

}



#fp-cnt .archive .archive-link {
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
  padding-bottom: 60px;
}

#fp-cnt .archive .archive-link a {
  display: block;
  background: #fddd00;
  color: #333 !important;
  text-align: center;
  line-height: 1;
  padding: 20px 0;
  width: 100%;
}

#fp-cnt .archive .archive-link a p {
  font-weight: bold !important;
}

#fp-cnt .archive .archive-link a:hover p {
  text-decoration: underline !important;
}


@media screen and (max-width: 768px) {
  #fp-cnt .archive .archive-link {
    max-width: 94%;
    padding-bottom: 30px;
  }
}

#bnr-Stream__top {
  margin-top: 15px !important;
}

.link-reiwaarchives,
.link-youtubeList {
  margin-top: 30px;
}
ul.youtubeList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 30px;
  width: 100%;
}

ul.youtubeList li {
 width: 48.5%;
}
ul.youtubeList li:last-child{
  margin-left: 3%;
}
.youtubeList_inner {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.youtubeList_inner iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

@media screen and (max-width: 768px) {
ul.youtubeList  {
    width: 100%;
    display: block;
    margin: 0 auto 0 auto;
  }
ul.youtubeList li {
 width: 100%;
 margin-top: 25px;
}
ul.youtubeList li:last-child{
  margin-left: 0;
  margin-top: 15px;
}
ul.youtubeList li h4{
  margin-top: 0!important;
}
  .link-reiwaarchives {
    margin-top: 0;
  }

  .link-youtubeList {
    margin-top: 15px;
  }
}

/* ------------------------------
  for Smartphone
------------------------------ */
@media screen and (max-width: 768px) {
  #fp-nav ul li a {
    font-size: min(3.7vw, 24px) !important;

  }

  /* ------------------------------
タイトルバー
------------------------------ */

  /* ------------------------------
リンクボタン
------------------------------ */
  #theme #fp-main .linkBtn a::after {
    border-top: solid 5px #000;
    border-right: solid 5px #000;
  }

  #fp-cnt .news-thenonfx li a span {
    font-size: min(3.8vw, 16px) !important;
  }
}