@charset "UTF-8";
/* CSS Document */
@media print {
  body {
    display: none;
  }
}
/* ------------------------------
全体背景
------------------------------ */
#theme {
  background: url("../images/bg.jpg") no-repeat center top #C19856;
}
/* ------------------------------
リンク
------------------------------ */
#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: #f62c6f;
}
/* ------------------------------
メインビジュアルエリア
------------------------------ */
/* 基本放送日時情報*/
#theme #fp-hdr-block #fp-airdate {
  color: #000000;
  line-height: 1.5;
  font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
}
/* ------------------------------
ナビメニュー
------------------------------ */
#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: #f62c6f;
}
#theme #fp-hdr-block #fp-nav ul li:not(:last-of-type) a {
  border-right: 1px solid #aa212d;
}
#theme #fp-hdr-block #fp-nav ul li a:hover {
  background-color: #F86E9C;
}
/* ------------------------------
各タイトル
------------------------------ */
#theme #fp-main h2 {
  color: #fff;
  /*background: url("/common/images/pattern/pat_blue_031.png") repeat;*/
  background: #F3ACD4;
    border-bottom: 3px solid #906543;
}
#theme #fp-main h3 {
  background-color: #917246;
}
/* 放送時間調整文言 */
#fp-cnt #fp-tmppage-simple-oainfo p.oa_change_text {
  color: #fb3668;
}
#theme #fp-main h4 {
  border-left-color: #917246;
}
/* ------------------------------
コンテンツ背景
------------------------------ */
#fp-main, #fp-ftr {
  background: rgba(255, 255, 255, .95);
}
/* ------------------------------
リンクボタン
------------------------------ */
.linkBtn a:hover, .linkBtn a:active {
  background: #c9c2c2;
}
#theme #fp-main .linkBtn a::after {
  border-color: #FFF;
}
/* ------------------------------
バックナンバー　今後の放送スケジュール
------------------------------ */
#theme #fp-cnt .listbox {
  background-color: #fff;
}
/* ------------------------------
ニュース
------------------------------ */
#fp-cnt .newsList li .day {
  color: #f62c6f;
}
/* ------------------------------
お知らせ（放送内容エリア）
------------------------------ */
#fp-cnt #fp-tmppage-simple-oainfo .oa_attention {
  border: 2px solid #f62c6f;
}



  /* ------------------------------
最新OA動画見出しタイトル
------------------------------ */
#theme #fp-main h5 {
  font-size: 30px!important;
  font-weight: bold;
}
  /* ------------------------------
OA動画・OA動画一覧導線バナー
------------------------------ */
.mov-box{
  padding: 20px 0;
}

.link-archive{
  width: 100%;
  max-width: 750px;
  margin: 40px auto 60px auto;
}
.page-archive .link-archive{
  width: 100%;
  max-width: 750px;
  margin: 40px auto 0 auto;
}

.link-archive a{
  display: block;  
  border:1px solid #cad2d7;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
  box-shadow: 1px 2px 5px rgba(202,210,215,.8);
}
.link-archive a:hover{
  opacity: .6;
}

  /* ======================================

動画一覧ページ（ archive.html ）

====================================== */
.archive-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 30px;
  width: 100%;
}
.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;
}
.archive-list li:nth-child(-n+3) {
  margin-top: 0
}
.archive-list li:nth-child(3n) {
  margin-right: 0
}
.archive-list li a {
  display: block;
  width: 100%;
  box-sizing: border-box;
  padding: 0;
  font-weight: bold;
  line-height: 1.5;
  height: auto;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
  box-shadow: 1px 2px 5px #cad2d7;
    border:1px solid #cad2d7;
}
.archive-list li a p {
  padding: 16px;
  height: inherit;
  color: #000;
  background: #FFF ;
}
.archive-list li a p span{
  display: block;
}
.archive-list li a p .ar-date{
  padding-bottom: 0.4rem;
  margin-bottom: 1.2rem;
  border-bottom: 1px solid #000;
  font-weight: bold;
}
.archive-list li a figure{
  background: #FFF;
  border-radius: 6px;
}
.archive-list li a:hover{
  opacity: .6;
}
.bnr-link{
  width: 100%;
  max-width: 780px;
  margin: 50px auto 0 auto;
}
.sp-only{
  display: none;
}

  /* ======================================

各動画ページ（ archive/XXX.html ）

====================================== */
#theme #fp-main .page-archive h3,#theme #fp-main .fp-cont-inner p.mov-title{
  background: transparent!important;
  font-size: 30px!important;
  font-weight: bold;
}



@media screen and (max-width: 1200px) {
/* ------------------------------
  for tablet
------------------------------ */

  /* ======================================

各動画ページ（ archive/XXX.html ）

====================================== */
.archive-list li a p {
  font-size: 1.6rem !important;
}
}



/* ------------------------------
  for Smartphone
------------------------------ */
@media screen and (max-width: 768px) {
/* ------------------------------
放送日時
------------------------------ */
  #fp-hdr #fp-airdate, #fp-hdr #fp-nextdate {
    font-size: min(6vw, 35px);
  }
  /* ------------------------------
タイトルバー
------------------------------ */
  #fp-cnt #fp-main h2 {
    /*background: url("/common/images/pattern/pat_blue_031.png") repeat;*/ 
}
  /* ------------------------------
リンクボタン
------------------------------ */
  #theme #fp-main .linkBtn a::after {
    border-top: solid 5px #fff;
    border-right: solid 5px #fff;
  }



/* ------------------------------
最新OA動画見出しタイトル
------------------------------ */
#theme #fp-main h5 {
  font-size: 22px!important;
  line-height: 1.5!important;
}
/* ------------------------------
OA動画・OA動画一覧導線バナー
------------------------------ */
  .mov-box{
    padding: 10px 0 0 0;
  }
  .link-archive{
    margin: 20px auto 40px auto;
  }
  .page-archive .link-archive{
    margin: 20px auto ;
  }
  .link-archive a{
    display: block;
    box-shadow: 1px 2px 5px rgba(202,210,215,.6);
    
  }

    /* ======================================

動画一覧ページ（ archive.html ）

====================================== */
  #theme #fp-main .page-archive h3,#theme #fp-main .fp-cont-inner p.mov-title{
    font-size: 22px!important;
    line-height: 1.5!important;
  }
  #theme #fp-main .page-archive h4{
    margin-top: 20px;
  }

  /* ======================================

各動画ページ（ archive/XXX.html ）

====================================== */
  .archive-list {
    margin-top:0;
    padding: 10px 0;
    width: 100%;
  }
  .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;
  }
  .archive-list li:nth-child(3n) {
    margin-right: auto;
    margin-top:15px;
  }
  .archive-list li:nth-child(2n) {
    margin-right: 0!important;
  }
  .archive-list li a p {
    padding: 8px;
    font-size: 1.2rem !important;
  }
  .archive-list li a p .ar-date{
    margin-bottom: 0.4rem;
  }
  .bnr-link{
    width: 100%;
    margin:20px auto;
  }
  .sp-only{
    display: block;
  }

}
  /* ------------------------------
追加
------------------------------ */
/*#fp-tmppage-simple-story{
	margin-bottom: 5vw;
}
.mg{
  margin-bottom: 4vw;
}
@media screen and (max-width: 768px) {

	#fp-tmppage-simple-story{
	margin-bottom: 8vw;
  }
  .mg{
    margin-bottom: 8vw;
  }
}*/
