@charset "UTF-8";
/* CSS Document */
@media print {
  body {
    display: none;
  }
}
/* ------------------------------
全体背景
------------------------------ */
#theme {
  background-color: #fff;
	background-image: url(../img/bg.png);
	background-repeat: repeat;
	background-position: center top;
	-webkit-background-size: contain;
	background-size: contain;
}
/* ------------------------------
リンク
------------------------------ */
#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: #000;
  line-height: 1.3;
}
#fp-hdr {
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.65) 0%, rgba(255, 255, 255, 0.85) 100%);
}
/* ------------------------------
ナビメニュー
------------------------------ */
#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: #555;
}
#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-color: #666;
}
/* ------------------------------
各タイトル
------------------------------ */
#theme #fp-main h2 {
  color: #fff;
  /*background: url("/common/images/pattern/pat_blue_031.png") repeat;*/
  background:none;
  /*background-color: #6600e0; パターン画像なし*/
  background-image: linear-gradient(90deg, rgb(243 131 183), rgb(0 70 152));
  border-bottom: none;
  box-shadow: none;
  padding: 4px;
}
#theme #fp-main h3 {
  background-color: #ffc23a;
}
/* 放送時間調整文言 */
#fp-cnt #fp-tmppage-simple-oainfo p.oa_change_text {
  color: #fb3668;
}
#theme #fp-main h4 {
  border-left-color: #6600e0;
}
/* ------------------------------
コンテンツ背景
------------------------------ */
#fp-main, #fp-ftr {
  /* background: rgba(255, 255, 255, 1.0); */
  background: rgba(255, 255, 255, 0.85);
}
/* ------------------------------
リンクボタン
------------------------------ */
.linkBtn a:hover, .linkBtn a:active {
  background: #c9c2c2;
}
#theme #fp-main .linkBtn a::after {
  border-color: #FFF;
}
#theme #fp-main .link_button {
    background-image: linear-gradient(90deg, rgb(243 131 183), rgb(0 70 152) );
    display: block;
    padding: 4px;
    max-width: 428px;
    margin: 0 auto;
    border-radius: 60px;
}
#theme #fp-main .link_button a {
    display: block;
    position: relative;
    margin: 0 auto;
    padding: 1em 3em 1em 1em;
    background: #fff;
    border-radius: 50px;
    max-width: 420px;
    color: #444;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
}
#theme #fp-main .link_button a:visited {
  color: #444;
}
#theme #fp-main .link_button a:hover {
    background-image: linear-gradient(90deg, rgb(243 131 183), rgb(0 65 141));
    color: #fff;
}
#theme #fp-main .link_button a::before {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 42px;
    height: 100%;
    background-color: #024798;
    border-radius: 0 50px 50px 0;
}
#theme #fp-main .link_button a::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%) rotate(45deg);
    width: 8px;
    height: 8px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
}
/* ------------------------------
バックナンバー　今後の放送スケジュール
------------------------------ */
#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;
}
/* ------------------------------
テキストリンク
------------------------------ */
#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: #444;
}
/* ------------------------------
SNSアイコンエリア
------------------------------ */
.snsArea {
  padding: 0 0 10px;
  background: #fff;
  box-shadow: 0 2px 6px rgba(0, 0, 0, .3);
}
.snsArea h2 {
  background-image: linear-gradient(90deg, rgb(0 70 152), rgb(243 131 183));
  padding: 4px;
  margin-bottom: 10px;
}
.snsArea .sns-link_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
	-ms-flex-pack: center;
  justify-content: center;
}
.snsArea .sns-link_wrap li:nth-child(n+2) {
  margin-left: 25px;
}
.snsArea .sns-link_wrap li img {
  width: 65px;
  border-radius: 50%;
}
.snsArea .sns-link_wrap li img:hover{
  opacity: 0.7;
}

/* ------------------------------
PCSP
------------------------------ */
.pc{
  display:block;
}

.sp{
  display:none;
}

/* ------------------------------
  for Smartphone
------------------------------ */
@media screen and (max-width: 768px) {
  /* ------------------------------
リンクボタン
------------------------------ */
  #theme #fp-main .linkBtn a::after {
    border-top: solid 5px #fff;
    border-right: solid 5px #fff;
  }
  #theme #fp-main .link_button {
    margin: 0 auto 15px;
}
  #theme #fp-main .link_button a {
    padding: .8em 2em .8em .6em;
    font-size: 15px;
}
#theme #fp-main .link_button a::before {
    width: 32px;
}
#theme #fp-main .link_button a::after {
    right: 11px;
}
/* ------------------------------
SNSアイコンエリア
------------------------------ */
.snsArea .sns-link_wrap li img {
  width: 45px;
}

/* ------------------------------
PCSP
------------------------------ */
  .pc{
    display:none;
  }

  .sp{
    display:block;
  }

}