@charset "UTF-8";
/* CSS Document */
@media print {
  body {
    display: none;
  }
}
/* ------------------------------
全体背景
------------------------------ */
#theme {
  background: url("../images/bg02.png"), url("../images/bg01.png"), #71b0ca;
  background-repeat: repeat,repeat;
  background-position: top,top;
  background-size: auto,auto;
}
/* ------------------------------
リンク
------------------------------ */
#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: #184a6d;
}
/* ------------------------------
ナビメニュー
------------------------------ */
#theme #fp-hdr-block #fp-nav ul {
  /*background-color: #aa212d;*/
  color: #fff; /*border-bottom: 1px solid #aa222d;*/
  padding: 0;
}
#theme #fp-hdr-block #fp-nav ul li a {
  color: #fff;
  /* background-color: #555; */
  background: linear-gradient(-180deg,#204865,#3f7093 35%,#6ab3c5  98%);
  display: block;
  padding-top: 0.5em;
  text-shadow: none;
  transition-duration: 0.3s;
}
#theme #fp-hdr-block #fp-nav ul li:not(:last-of-type) a {
  border-right: 1px solid #000;
}
#theme #fp-hdr-block #fp-nav ul li a:hover {
  background: #cbbd6b;
  color: #184a6d;
}
#fp-nav ul.split6 li {
    width: calc(100% / 6);
}
#fp-nav ul.split6 li a {
  font-size: 23px;
}
#fp-nav ul.split6 li span.small {
    font-size: 56%;
}
/* ------------------------------
各タイトル
------------------------------ */
#theme #fp-main h2 {
  color: #fff;
  background:none; background-color: #3d6e91; /*パターン画像なし*/
  border-bottom: 3px solid #baa844;
  background-image: url('../images/note.png');
  background-repeat: no-repeat;
  background-position: right;
  background-size: auto;
}
/* #theme #fp-main h2 {
  color: #fff;
  background:none; background-color: #3d6e91;
  border-bottom: 3px solid #baa844;
  background-image: url('../images/note.png');
  background-repeat: repeat-x;
  background-size: auto;
} */
#theme #fp-main h3 {
  color: #fff;
  background-color: #a9a9a9;
}
/* 放送時間調整文言 */
#fp-cnt #fp-tmppage-simple-oainfo p.oa_change_text {
  color: #fb3668;
}
#theme #fp-main h4 {
  border-left-color: #a7901f;
}
.small{
  font-size: 70%;
}
/* ------------------------------
コンテンツ背景
------------------------------ */
#fp-main, #fp-ftr {
  background: rgba(255, 255, 255, 1.0);
}
/* ------------------------------
リンクボタン
------------------------------ */
.linkBtn a:hover, .linkBtn a:active {
  background: #c9c2c2;
}
#theme #fp-main .linkBtn a::after {
  border-color: #FFF;
}
/* ------------------------------
TOPICS
------------------------------ */
#topics ul{
  list-style-type: none;
  padding: 0;
}
#topics ul li {
  border-bottom: 1px solid #2a5459;
  padding: 10px 0;
}
#topics ul li a {
  display: block;
  color: #2a5459 !important;
}
#topics ul li a:hover {
  background-color: #f7f4db;
}
#topics ul li a p {
  font-weight: bold;
  margin: 0;
}
/* ------------------------------
イントロダクション
------------------------------ */
#fp-main .frbox.img_vertical {
  max-width: 338px;
}
/* ------------------------------
バックナンバー　今後の放送スケジュール
------------------------------ */
#fp-cnt .listbox li {
  background-color: #f3f3f3;
}

#theme #fp-cnt .listbox {
  background-color: #fff;
}
#fp-cnt .listbox li .date{
    color: #555;
}
/* ------------------------------
ニュース
------------------------------ */
#fp-cnt .newsList li .day {
  color: #555;
}
/* ------------------------------
お知らせ（放送内容エリア）
------------------------------ */
#fp-cnt #fp-tmppage-simple-oainfo .oa_attention {
  border: 2px solid #555;
}
/* ------------------------------
公式SNS
------------------------------ */
.sns_wrap {
  display: flex;
}
/* ------------------------------
X（旧Twitter）
------------------------------ */
#tw {
  /* width: 780px; */
  width: 48%;
  margin: 0 auto 30px;
}
#tw a {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #000;
  padding: 12px 0;
  text-decoration: none;
  position: relative;
}
#tw a::after{
  position: absolute;
  content: ">";
  top: 0;
  right: 0;
  width: 40px;
  padding: 10px 0;
  text-align: center;
  color: #fff;
  font-size: 160%;
}
#tw a:hover{
  opacity: 0.8;
}
#tw a .tw_inner {
  display: inline-block;
  margin-right: 12px;
  position: relative;
}
#tw a .tw_inner img{
  width: 26px;
  height: 26.7px;
  margin-bottom: 2px;
}
#tw a p {
  color: #fff;
  margin: 0;
  font-size: 1.4em;
  font-weight: bolder;
}
/* ------------------------------
Instagramバナー
------------------------------ */
#insta {
  /* width: 780px; */
  width: 48%;
  margin: 0 auto 30px;
}
#insta a {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #c5309e;
  padding: 12px 0;
  text-decoration: none;
  position: relative;
}
#insta a::after{
  position: absolute;
  content: ">";
  top: 0;
  right: 0;
  width: 40px;
  padding: 10px 0;
  text-align: center;
  color: #fff;
  font-size: 160%;
}
#insta a:hover{
  opacity: 0.8;
}
#insta a .insta_inner {
  display: inline-block;
  margin-right: 12px;
  position: relative;
}
#insta a .insta_inner img{
  width: 30px;
  height: 30px;
  margin-bottom: 2px;
}
#insta a p {
  color: #fff;
  margin: 0;
  font-size: 1.4em;
  font-weight: bolder;
}

/* ------------------------------
共通
------------------------------ */
.fp-cont-inner .txt h3{
  position: relative;
  margin-bottom: 0.7em;
  padding: 14px;
  background: linear-gradient(90deg,#816e13,#ab9420 35%,#cdc47c 98%);
  color: #fff;
  font-size: 21px;
  font-weight: bold;
  line-height: 1.364;
}
.fp-cont-inner .txt {
  margin-bottom: 1.7em;
}
img{
  width: 100%;
}

/* ------------------------------
  for Smartphone
------------------------------ */
@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: #555;
    パターン画像なし
  } */
  #theme #fp-main h2 {
    background-size: 200px 22px;
}
  /* ------------------------------
リンクボタン
------------------------------ */
  #theme #fp-main .linkBtn a::after {
    border-top: solid 5px #fff;
    border-right: solid 5px #fff;
  }
  .pc{
    display: none;
  }
  .sp{
    display: block;
  }
    /* ------------------------------
ナビメニュー
------------------------------ */
#fp-nav {
  margin-bottom: 1.4em;
}
#fp-nav ul.split4 li{
  width: 50%;
}
#fp-nav ul.split6 li {
    width: calc(100% / 3);
}
#theme #fp-hdr-block #fp-nav ul.split6 li:nth-of-type(3n) a {
    border-right: none;
}
/* ------------------------------
各タイトル
------------------------------ */
#fp-cnt #fp-main h4 {
  font-size: 16px;
}
/* ------------------------------
共通
------------------------------ */
.fp-cont-inner .txt h3{
  font-size: 16px;
}
/* ------------------------------
イントロダクション
------------------------------ */
#fp-main .frbox.img_vertical {
  width: 70%;
  margin: 0 auto;
}
  /* ------------------------------
公式SNS
------------------------------ */
.sns_wrap {
  display: block;
}
    /* ------------------------------
X（旧Twitter）
------------------------------ */
#tw {
  width: 100%;
  padding-top: 0;
  margin: 0 auto 12px;
}
#tw a .tw_inner {
  margin-right: 14px;
}
#tw a {
  padding: 20px;
}
#tw a::after {
  padding: 14px 0;
}
#tw a p {
  font-size: 18px;
}
  /* ------------------------------
Instagramバナー
------------------------------ */
  #insta {
    width: 100%;
    padding-top: 0;
  }
  #insta a .insta_inner {
    margin-right: 14px;
  }
  #insta a {
    padding: 20px;
  }
  #insta a::after {
    padding: 14px 0;
  }
  #insta a p {
    font-size: 18px;
  }

.sp{
	display: block;
}
}