@charset "UTF-8";

/*===============================================================
	
	font_notosans
	
===============================================================*/

.font_notosans {
	font-family: 'Noto Sans JP', serif;
	font-feature-settings: "palt" 1;
}
@font-face {
   font-family: 'Noto Sans JP';
   font-style: normal;
   font-weight: 900;
   src: url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Black.woff2) format('woff2'),
        url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Black.woff) format('woff'),
        url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Black.otf) format('opentype');
}

/*===============================================================
	
	object_fit_img
	
===============================================================*/
.object_fit_img {
	background:#000;
}

/*-------------------------------------------------------------
	img_contain	
-------------------------------------------------------------*/
.object_fit_img .img_contain {
	object-fit:contain;
	font-family:'object-fit:contain;'
}
.object_fit_img .img_cover {
	object-fit:cover;
	font-family:'object-fit:cover;'
}

.object_fit_img .img_contain,
.object_fit_img .img_cover {
	width:100%;
	height:195px;
	height: 164px;
}
/* タブレット以下 */
@media screen and (max-width: 960px) {

}	/* for tablet max-width: 960px */

/* SP向けレイアウトの指定：～736px */
@media only screen and (max-width: 736px) {
.object_fit_img,
.object_fit_img .img_contain,
.object_fit_img .img_cover {
	width:100%;
	height:auto;
	margin: 0 auto;
}
}	/* for SP max-width: 736px */




/*===============================================================
	
	girid
	
===============================================================*/
.gridcontainer {
	margin-top: -30px;
}
.gridcontainer .grid {
	float:left;
}
.grid {
	margin-top: 30px;
}
/*	gridSize :460 gutterSize :40 column :2 */
.gridwrp_2 { width:104.167%;}
.gridwrp_2 .grid_2 { width:96.000%; margin-right:4.000%; }
.gridwrp_2 .grid_1 { width:46.000%; margin-right:4.000%; }
.gridwrp_1 .grid_2 { width:192.000%; margin-right:8.000%; }

/*	gridSize :290 gutterSize :40 column :3 */
.gridwrp_3 { width:104.211%;}
.gridwrp_3 .grid_3 { width:95.960%; margin-right:4.040%; }
.gridwrp_3 .grid_2 { width:62.626%; margin-right:4.040%; }
.gridwrp_3 .grid_1 { width:29.293%; margin-right:4.040%; }

/*	gridSize :210 gutterSize :40 column :4 */
.gridwrp_4 { width:104.167%;}
.gridwrp_4 .grid_4 { width:96.000%; margin-right:4.000%; }
.gridwrp_4 .grid_3 { width:71.000%; margin-right:4.000%; }
.gridwrp_4 .grid_2 { width:46.000%; margin-right:4.000%; }
.gridwrp_4 .grid_1 { width:21.000%; margin-right:4.000%; }

/* PCのみ */
@media screen and (min-width: 961px) {
.gridwrp_2 .grid:nth-child(2n+1) {
	clear:both;
}
.gridwrp_3 .grid:nth-child(3n+1) {
	clear:both;
}
.gridwrp_4 .grid:nth-child(4n+1) {
	clear:both;
}
}	/* for PC min-width: 961px


/* タブレット以下 */
@media screen and (max-width: 960px) {
.gridwrp_3 .grid:nth-child(3n+1) {
	clear:both;
}
}	/* for tablet max-width: 960px */

/* SP向けレイアウトの指定：～736px */
@media only screen and (max-width: 736px) {
.gridwrp_3,
.gridwrp_3 .grid_1,
.gridwrp_3 .grid_2,
.gridwrp_2,
.gridwrp_2 .grid_1 {
	width:100%; margin-right:0;
}
.gridwrp_4 { width:105.000%;}
.gridwrp_4 .grid_1,
.gridwrp_4 .grid_3 { width:45.238%; margin-right:4.762%; }

.gridcontainer {
	margin-top: 0;
}
.grid {
	margin-top:20px;
}
.grid:first-child {
	margin-top:0px;
}
.gridwrp_4 .grid:nth-child(2) {
	margin-top:0;
}

}	/* for SP max-width: 736px */


/*===============================================================
	
	section
	複数のcontent、headlineなど格納するブロック
	
===============================================================*/
/*
.navigation_wrp {
	box-shadow: 0 1px 2px 0 rgba(0,0,0,0.0);
	border-bottom: solid 1px #ddd;
}
.navigation_wrp.fixed {
	box-shadow: 0 1px 2px 0 rgba(0,0,0,0.2);
	border-bottom: solid 0px #ddd;
}
*/
.section_wrp {
	background:#fff;
}
.section {
	width:100%;
	color: #000;
}
.section .section_inner {
	margin:0 auto;
	padding:50px 0 50px 0;
}

/* タブレット以下 */
@media screen and (max-width: 960px) {
.section .section_inner {
	margin:0 auto;
	padding:50px 0 50px 0;
}
}	/* for tablet max-width: 960px */

/* SP向けレイアウトの指定：～736px */
@media only screen and (max-width: 736px) {
.section .section_inner {
	margin:0 auto;
	padding:30px 0 30px 0;
}
}	/* for SP max-width: 736px */

/* タブレット以下 */
@media screen and (max-width: 960px) {

}/* for tablet max-width: 960px */

/* SP向けレイアウトの指定：～736px */
@media only screen and (max-width: 736px) {

}/* for SP max-width: 736px */

/*===============================================================
	
	content 
	
===============================================================*/
.content {
	width: auto;
	margin: auto;
	padding-bottom:50px;
}
.content + .content {
	padding-bottom:50px;
}

/* タブレット以下 */
@media screen and (max-width: 960px) {
.content {
	margin:0 auto;
}
}	/* for tablet max-width: 960px */

/* SP向けレイアウトの指定：～736px */
@media only screen and (max-width: 736px) {
.content,
.content + .content {
	width:100%;
	margin:0 auto;
	padding-bottom:20px;
}
}	/* for SP max-width: 736px */

/*===============================================================
	
	レイアウト
	
===============================================================*/
.wide_width {
	width:1200px;
	margin-left:auto;
	margin-right:auto;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
}
.content_width {
	width:960px;
	margin-left:auto;
	margin-right:auto;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
}
.narrow_width {
	width:700px;
	margin-left:auto;
	margin-right:auto;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
}
/* タブレット以下 */
@media screen and (max-width: 1240px) {
.wide_width {
	width:100%;
	padding-left:20px;
	padding-right:20px;
}
}	/* for tablet max-width: 960px */

/* タブレット以下 */
@media screen and (max-width: 1000px) {
.content_width {
	width:100%;
	padding-left:20px;
	padding-right:20px;
}
}	/* for tablet max-width: 960px */

/* SP向けレイアウトの指定：～736px */
@media only screen and (max-width: 776px) {
.narrow_width {
	width:100%;
	padding-left:20px;
	padding-right:20px;
}
}	/* for SP max-width: 736px */

/*===============================================================
	
	btn_detail
	
===============================================================*/
.btn_detail {
	width:600px;
	margin:0 auto;
	margin-top:40px;
}
.btn_detail a {
	position:relative;
	display:block;
	background-image: none;
	background-color:#e73817;
	text-align:center;
	color:#fff;
	font-size:22px;
	line-height:30px;
	font-weight:bold;
	padding:20px 0;
	border-radius:0px;
	box-shadow:0px 0px 30px 0px rgba(0, 0, 0, 0.2);
}
.btn_detail a:after {
	position:absolute;
	content:" ";
	width:10px; height:10px;
	top:0; left:auto; bottom:0; right:10px;
	margin:auto;
	border-top:solid 1px #fff;
	border-left:solid 1px #fff;
	-webkit-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	transform: rotate(135deg);
}
.btn_detail a:hover {
	text-decoration:none;
	background-color:#ff3d18;
}
.btn_detail_red a {
	background-color:#c91b36;
}
.btn_detail_red a:hover {
	background-color:#e31838;
}
.btn_detail_black a {
	background-color:#000;
}
.btn_detail_black a:hover {
	background-color:#222;
}
/* タブレット以下 */
@media screen and (max-width: 960px) {
.btn_detail {
	width:100%;
}
.btn_detail a {
	font-size:18px;
	line-height:25px;
}
}	/* for tablet max-width: 960px */

/* SP向けレイアウトの指定：～736px */
@media only screen and (max-width: 736px) {
.btn_detail {
	width:100%;
	margin:0 auto;
	margin-top:20px;
}
.btn_detail a {
	font-size:15px;
	padding:13px 0;
}
}	/* for SP max-width: 736px */

/*-------------------------------------------------------------
	.btn_detail .btn_title
-------------------------------------------------------------*/
.btn_detail .btn_title {
	text-align: center;
	font-size: 20px;
}
.btn_detail .btn_title + a {
	margin-top: 10px;
}

/* タブレット以下 */
@media screen and (max-width: 960px) {

}/* for tablet max-width: 960px */

/* SP向けレイアウトの指定：～736px */
@media only screen and (max-width: 736px) {
.btn_detail .btn_title {
	text-align: center;
	font-size: 14px;
}
.btn_detail .btn_title + a {
	margin-top: 5px;
}
}/* for SP max-width: 736px */

/*-------------------------------------------------------------
	.btn_detail .icon_entry
-------------------------------------------------------------*/
.btn_detail .icon_guide {
	background-image: url("../guide/images/icon_guide.png");
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 40px 40px;
	padding-left: 40px;
}

/* タブレット以下 */
@media screen and (max-width: 960px) {

}/* for tablet max-width: 960px */

/* SP向けレイアウトの指定：～736px */
@media only screen and (max-width: 736px) {
.btn_detail .icon_guide {
	background-size: 30px 30px;
	padding-left: 30px;
}
}/* for SP max-width: 736px */




/*===============================================================
	
	utils
	
===============================================================*/
.shadow {
	box-shadow: 0 0 30px 0 rgba(0,0,0,0.2);
}
.align_center {
	text-align: center;
}
.align_left {
	text-align: left ;
}
.align_right {
	text-align: right;
}

/* タブレット以下 */
@media screen and (max-width: 960px) {

}/* for tablet max-width: 960px */

/* SP向けレイアウトの指定：～736px */
@media only screen and (max-width: 736px) {
	.sp_fitimg img {
		width: 100%;
		height: auto;
	}
}/* for SP max-width: 736px */

/*===============================================================
	
	bg
	
===============================================================*/
.bg_lightgray {
	background-color: #f2f5f8;
}

/* タブレット以下 */
@media screen and (max-width: 960px) {

}/* for tablet max-width: 960px */

/* SP向けレイアウトの指定：～736px */
@media only screen and (max-width: 736px) {

}/* for SP max-width: 736px */


/*===============================================================
	
	txt size
	
===============================================================*/
.subtitle {
	font-size: 25px;
	line-height: 1.5;
}
.subtitle .sub {
	font-size: 20px;
}

.subtitle strong {
	font-size: 30px;
}

/* タブレット以下 */
@media screen and (max-width: 960px) {

}/* for tablet max-width: 960px */

/* SP向けレイアウトの指定：～736px */
@media only screen and (max-width: 736px) {
.subtitle {
	font-size: 16px;
	line-height: 1.5;
}
.subtitle .sub {
	font-size: 14px;
}

.subtitle strong {
	font-size: 16px;
}

}/* for SP max-width: 736px */


/*===============================================================
	
	content_title
	
===============================================================*/
.content_title {
	text-align:center;
}
.section_headline + .content_title {
	margin-top: 40px;
}
.content_title .title {
	font-size: 30px;
	line-height: 1.3;
}
.content_title .subtitle {
	font-size: 40px;
	line-height: 1.3;
}
.content_title .title strong {
	display: block;
	color: #e73817;
	font-size: 60%;
}
.content_title .read {
	margin-top: 20px;
	text-align: left;
}
.content_title .read p {
	font-size: 18px;
	line-height: 1.8;
}
.content_title .read * + p {
	margin-top: 20px;
}
.content_title .read .caption {
	margin-top: 10px;
	text-align: left;
	font-size: 12px;
}
.content_title_more {
	margin-top: 30px;
	margin-bottom: 30px;
}

/* タブレット以下 */
@media screen and (max-width: 960px) {
.content_title .title,
.content_title .subtitle {
	font-size: 20px;
}
.content_title .read {
	margin-top: 20px;
}
.content_title .read p {
	font-size: 16px;
}
.content_title .read * + p {
	margin-top: 20px;
}
}/* for tablet max-width: 960px */

/* SP向けレイアウトの指定：～736px */
@media only screen and (max-width: 736px) {
.section_headline + .content_title {
	margin-top: 20px;
}
.content_title .title,
.content_title .subtitle {
/*	font-size: 22px;*/
}
.content_title .title strong {
	font-size: 70%;
}
.content_title .read {
	margin-top: 10px;
}
.content_title .read p {
	font-size: 14px;
	line-height: 1.5;
}
.content_title .read * + p {
	margin-top: 10px;
}

}/* for SP max-width: 736px */

/*-------------------------------------------------------------
	content_title label	
-------------------------------------------------------------*/
.content_title .label {
	display: inline-block;
	margin: 0 auto;
	color: #fff;
	background-color: #e73817;
	position: relative;
	padding: 0 15px;
	font-size: 25px;
	line-height: 40px;
	font-weight: bold;
	margin-bottom: 20px;
}
.content_title .label::after {
	content:'';
	position:absolute;
	bottom: -25px; left: 0; right: 0;
	margin: auto;
	width:20px;
	height::;0px;
	border-top: 	15px solid #e73817;
	border-right: 	15px solid transparent;
	border-bottom: 	15px solid transparent;
	border-left: 	15px solid transparent;
	-webkit-transform: translate(3px,0);
	-moz-transform: translate(3px,0);
	-ms-transform: translate(3px,0);
	transform: translate(3px,0);
	box-sizing:border-box;
	transition:all .3s;
}

/* タブレット以下 */
@media screen and (max-width: 960px) {

}/* for tablet max-width: 960px */

/* SP向けレイアウトの指定：～736px */
@media only screen and (max-width: 736px) {
.content_title .label {
	font-size: 16px;
	line-height: 30px;
	margin-bottom: 15px;
}
}/* for SP max-width: 736px */



/*===============================================================
	
	チャンネル情報ボックス
	
===============================================================*/
.txt_container *  + .channel_info_box {
	margin-top:20px;
}
.channel_info_box + .channel_info_box {
	margin-top:30px;
}
/* チャンネルロゴ */
.channel_info_box .ch_logo {
	width:60px;
	height:60px;
	float:left;
	border:1px solid #ddd;
	box-sizing:border-box;
	background:#fff;
}
/* チャンネル情報 */
.channel_info_box .ch_info {
	margin-left:75px;
	width:auto;
}

/* タブレット以下 */
@media screen and (max-width: 960px) {
.channel_info_box .ch_logo {
	width:40px;
	height:40px;
}
.channel_info_box .ch_info {
	margin-left:50px;
}
}	/* for tablet max-width: 960px */

/* SP向けレイアウトの指定：～736px */
@media only screen and (max-width: 736px) {
.txt_container * + .channel_info_box,
.channel_info_box + .channel_info_box {
	margin-top:15px;
}

/* チャンネルロゴ */
.channel_info_box .ch_logo {
	width:40px;
	height:40px;
}
/* チャンネル情報 */
.channel_info_box .ch_info {
	margin-left:50px;
}
}	/* for SP max-width: 736px */



/*-------------------------------------------------------------
	文字サイズ	
-------------------------------------------------------------*/
.channel_info_box p {
	margin-top: 0;
}
.channel_info_box * + p {
	margin-top:5px;
	line-height:1.4;
}
.channel_info_box .ch_name {
	font-size:14px;
}
.channel_info_box .date {
	font-size:17px;
	font-weight:bold;
}
.channel_info_box .caption {
	font-size:12px;
	font-weight:normal;
}
.channel_info_box .number {
	font-size:12px;
	line-height:20px;
	font-weight:bold;
	text-align:center;
	padding:0 5px;
	color:#fff;
	background:#ff4931;
	border-color:#ff4931;
	border-width:1px;
	border-style:solid;
	margin-right:5px;
}
.channel_info_box .toll {
	font-size:12px;
	line-height:20px;
	width:20px;
	font-weight:bold;
	text-align:center;
	padding:0 ;
	color:#fff;
	background:#f00;
	border-color:#f00;
	border-width:1px;
	border-style:solid;
	margin-left:5px;
	border-radius:50%;
}
/* タブレット以下 */
@media screen and (max-width: 960px) {
.channel_info_box .ch_name {
	font-size:12px;
}
.channel_info_box .date {
	font-size:14px;
	font-weight:bold;
}
.channel_info_box .caption {
	font-size:11px;
	font-weight:normal;
}
}	/* for tablet max-width: 960px */

/* SP向けレイアウトの指定：～736px */
@media only screen and (max-width: 736px) {

}	/* for SP max-width: 736px */


/*===============================================================
	
	section_news
	
===============================================================*/
.section_news {
	color: #fff;
}

/* タブレット以下 */
@media screen and (max-width: 960px) {

}/* for tablet max-width: 960px */

/* SP向けレイアウトの指定：～736px */
@media only screen and (max-width: 736px) {

}/* for SP max-width: 736px */

/*-------------------------------------------------------------
	関連番組	
-------------------------------------------------------------*/
.relation_program {
}
.relation_program .title {
	font-size:16px;
	font-weight:bold;
	margin-top: 10px;
	padding: 0 10px;
}
.relation_program .channel_info_box  .date {
	font-size:14px;
}
.relation_program .channel_info_box {
	margin-top: 10px;
	padding: 0 10px;
	padding-bottom: 10px;
}
.relation_program .channel_info_box .ch_logo {
	width:45px;
	height:45px;
}
/* チャンネル情報 */
.relation_program .channel_info_box .ch_info {
	margin-left:55px;
	width:auto;
}

.relation_program .object_fit_img {
	position: relative;
}
.relation_program .copyright {
	font-size: 10px;
	color: #fff;
	text-shadow: 0 0 1px rgba(0,0,0,0.8);
	position: absolute;
	bottom: 2px;
	left: 2px;
}

/* タブレット以下 */
@media screen and (max-width: 960px) {

}/* for tablet max-width: 960px */

/* SP向けレイアウトの指定：～736px */
@media only screen and (max-width: 736px) {
.relation_program .grid {
	border-top: dotted 1px #444;
	padding-top: 20px;

}
}/* for SP max-width: 736px */

/*-------------------------------------------------------------
	.hover_effect
-------------------------------------------------------------*/
.hover_effect .grid,
.hover_effect .card_item {
	cursor: pointer;
	transition: all 0.3s;
}
.hover_effect .grid:hover,
.hover_effect .card_item:hover {
	transform: scale(1.05,1.05);
	box-shadow: 0 0 30px 0 rgba(0,0,0,0.2);
	z-index: 10;
}

/* タブレット以下 */
@media screen and (max-width: 960px) {

}/* for tablet max-width: 960px */

/* SP向けレイアウトの指定：～736px */
@media only screen and (max-width: 736px) {

}/* for SP max-width: 736px */

/*-------------------------------------------------------------
	リンク	
-------------------------------------------------------------*/
.ch_link {
	margin-top:10px;
}
.ch_link a {
	padding-right:10px;
	color:#ff4931;
	font-weight:bold;
	font-size:14px;
	line-height:1.4;
	position:relative;
}
.ch_link a:after {
	content:'';
	position:absolute;
	margin:auto;
	top:0; bottom:0;
	right:0px;
	border-right:solid 1px #ff4931;
	border-bottom:solid 1px #ff4931;
	width:6px;
	height:6px;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	transition: all .3s;
}
.ch_link a:hover {
	text-decoration:none;
	opacity:0.7;
}

/* タブレット以下 */
@media screen and (max-width: 960px) {

}	/* for tablet max-width: 960px */

/* SP向けレイアウトの指定：～736px */
@media only screen and (max-width: 736px) {

}	/* for SP max-width: 736px */


/*===============================================================
	
	チャンネル情報ボックスの調整
	
===============================================================*/

/* チャンネルロゴ */
.gridwrp_4 .channel_info_box .ch_logo,
.gridwrp_5 .channel_info_box .ch_logo,
.gridwrp_6 .channel_info_box .ch_logo {
	width:40px;
	height:40px;
}
.gridwrp_4 .channel_info_box .ch_info,
.gridwrp_5 .channel_info_box .ch_info,
.gridwrp_6 .channel_info_box .ch_info {
	margin-left:50px;
}

/* タブレット以下 */
@media screen and (max-width: 960px) {

}	/* for tablet max-width: 960px */

/* SP向けレイアウトの指定：～736px */
@media only screen and (max-width: 736px) {
/* チャンネルロゴ */
.gridwrp_4 .channel_info_box .ch_logo,
.gridwrp_5 .channel_info_box .ch_logo,
.gridwrp_6 .channel_info_box .ch_logo {
	width:60px;
	height:60px;
}
.gridwrp_4 .channel_info_box .ch_info,
.gridwrp_5 .channel_info_box .ch_info,
.gridwrp_6 .channel_info_box .ch_info {
	margin-left:70px;
}
}	/* for SP max-width: 736px */

/*===============================================================
	
	section_card_itemlist
	
===============================================================*/
.card_item {
	position:relative;
	padding:30px;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	/*
	color:#000;
	background:#fff;
	border: solid 1px #ddd;
	*/
	background: url(../images/bg_graynoize.jpg) repeat top center;
	border: solid 1px rgba(255,255,255,0.1);;
}
.card_item .photo_area {
	width:35%;
	float:left;
}

.card_item .txt {
	padding-left: 38%;
	text-align:left;
}
.card_item .txt .read {
	color:#000;
	font-size:16px;
	line-height:25px;
	font-weight:bold;
}
.card_item .txt .red {
	color:#e73817;
}
.card_item .txt .subtitle {
	font-size:18px;
	line-height:1;
	font-weight:bold;
	padding-bottom: 10px;
}
.card_item .txt h3 {
	font-size:28px;
	line-height:35px;
	font-weight:bold;
}
.card_item .txt .discription {
	font-size:16px;
	line-height:30px;
	margin-top: 10px;
}
.card_item .txt .date {
	font-size:15px;
	line-height:25px;
	margin-top:5px;
}
.card_item .btn_detail {
	clear:both;
	width:100%;
	margin:0;
	float:none;
}
.card_item .btn_detail a {
	width:250px;
	float:right;
	font-size:15px;
	line-height:20px;
	padding:10px 0;
	margin:0;
	margin-top:-40px;
	background-color:#111;
}
.card_item .btn_detail a:hover {
	background-color:#333;
}

/* タブレット以下 */
@media screen and (max-width: 960px) {
.card_item .headline {
	width:100%;
	margin:0 auto;
}
.card_item .headline img {
	width:100%;height:auto;
}
.card_item .txt .subtitle {
	font-size:16px;
}
.card_item .txt h3 {
	font-size:25px;
	line-height:30px;
}
.card_item .btn_detail {
	padding-top:15px;
}
.card_item .btn_detail a {
	float:none;
	font-size:15px;
	line-height:20px;
	padding:10px 0;
	margin:0 auto;
}
}	/* for tablet max-width: 960px */
/* タブレット以下 */
@media screen and (max-width: 800px) {
.card_item  {
	width:100%;
	margin:0 auto;
	margin-top:30px;
}
.card_item .txt .subtitle {
	font-size:14px;
	padding-bottom: 5px;
	padding-top: 3px;
}
.card_item .title {
	font-size:20px;
	line-height:1.2;
	padding-bottom:10px;
}
.card_item .title span {
	font-size:20px;
	line-height:1.2;
}
}	/* for tablet max-width: 960px */


/* SP向けレイアウトの指定：～736px */
@media only screen and (max-width: 736px) {
.card_item  {
	margin-top:0;
	padding: 20px;
}
.card_item  +.content {
	margin-top:20px;
}
.card_item .photo_area {
	width:100%;
	float:none;
	margin:0 auto;
}
.card_item .txt {
	width:100%;
	float:none;
	margin-top:10px;
	padding-left: 0;
}
.card_item .txt .red {
	font-size:14px;
	line-height:25px;
}
.card_item .txt .read,
.card_item .txt .discription {
	font-size:14px;
	line-height:1.6;
	margin-top: 0;
}
.card_item .txt h3 {
	font-size:18px;
	line-height:25px;
}
.card_item .txt .date {
	font-size:14px;
	line-height:20px;
}

}	/* for SP max-width: 736px */

/* SP向けレイアウトの指定：～736px */
@media only screen and (max-width: 330px) {
.card_item .btn_detail,
.card_item .btn_detail a {
	width:100%;
}

}	/* for SP max-width: 330px

/*-------------------------------------------------------------
	.card_itemimg_contain	
-------------------------------------------------------------*/
.card_item .object_fit_img .img_contain,
.card_item .object_fit_img .img_cover {
	width:100%;
	height:210px;
	height:176px;
}

/* タブレット以下 */
@media screen and (max-width: 960px) {

}/* for tablet max-width: 960px */

/* SP向けレイアウトの指定：～736px */
@media only screen and (max-width: 736px) {
.card_item .object_fit_img,
.card_item .object_fit_img .img_contain,
.card_item .object_fit_img .img_cover {
	width:100%;
	height:auto;
}

}/* for SP max-width: 736px */
/*-------------------------------------------------------------
	card_item .label_ribon
-------------------------------------------------------------*/
.label_ribon {
}
.label_ribon span {
	color:#fff;
	background:#e73817;
	padding:5px 0;
	width:100px;
	text-align:center;
	position:absolute;
	top:-15px;
	left:-10px;
	z-index:5;
	font-weight: bold;
}
.label_ribon:after {
	content: '';
	position: absolute;
	top: 100%;
	border-style: solid;
	border-color: transparent;
	left:-11px;
	top:12px;
	
	border-top: 5px solid #500;
    border-right: 5px solid #500;
    border-bottom: 5px solid transparent;
    border-left: 5px solid transparent;
}



/*===============================================================
	
	towbtns_box
	
===============================================================*/
.towbtns_box {
	padding: 30px;
	background: #eee;
}
.towbtns_box .btn,
.towbtns_box .bnr {
	width: 48%;
}
.towbtns_box .bnr img {
	width: 100%;
	height: auto;
	box-shadow: 0 0 30px 0 rgba(0,0,0,0.2);
}
.towbtns_box .towbtns_box_inner {
	width:103.867%;
	margin-top: -30px;
}
.towbtns_box .btn_full { width:96.277%; margin-right:3.723%; }
.towbtns_box .btn,
.towbtns_box .bnr { width:46.277%; margin-right:3.723%; }
.towbtns_box .btn_full,
.towbtns_box .btn,
.towbtns_box .bnr {
	float: left;
	margin-top: 30px;
}

.towbtns_box .btn a {
	display: block;
	text-align: center;
	position: relative;
	padding: 20px 0;
	font-size: 18px;
	line-height: 20px;
	color: #fff;
	background-color: #000;
	box-shadow: 0 0 30px 0 rgba(0,0,0,0.2);
}
.towbtns_box .btn a:hover {
	text-decoration: none;
	background-color: #333;
}
.towbtns_box .btn a::after {
	content:'';
	position:absolute;
	top: 0; bottom: 0; left: auto; right: 10px;
	margin: auto;
	border:solid 1px #fff;
	width:6px;
	height:6px;
	border-top:none;
	border-left:none;
	-webkit-transform: rotate(-45deg) translate(-1px,-1px);
	-moz-transform: rotate(-45deg) translate(-1px,-1px);
	-ms-transform: rotate(-45deg) translate(-1px,-1px);
	transform: rotate(-45deg) translate(-1px,-1px);
	transition: all 0.3s;
}
.towbtns_box .bnr a:hover {
	opacity: 0.8;
}

/* タブレット以下 */
@media screen and (max-width: 960px) {
.towbtns_box .btn a {
	font-size: 16px;
}
}/* for tablet max-width: 960px */

/* SP向けレイアウトの指定：～736px */
@media only screen and (max-width: 736px) {

.towbtns_box {
	padding: 20px;
}
.towbtns_box .btn {
	width: 100%;
}
.towbtns_box .btn a {
	padding: 15px 0;
	font-size: 14px;
	line-height: 20px;
}
.towbtns_box .towbtns_box_inner {
	width:100%;
	margin-top: -10px;
}
.towbtns_box .btn_full,
.towbtns_box .btn,
.towbtns_box .bnr {
	width:100%; margin-right:0%;
}
.towbtns_box .btn_full,
.towbtns_box .btn,
.towbtns_box .bnr {
	float: none;
	margin-top: 10px;
}
}/* for SP max-width: 736px */



/*===============================================================
	
	modal_program
		
===============================================================*/
.modal_program {
	width:960px;
}
.modal_program .modal_contents_wrp {
	padding:40px;
}
.modal_program .photo_area {
	width: 42%;
}
.modal_program .txt_area {
	width: 55%;
}

/* タブレット以下 */
@media screen and (max-width: 960px) {
.modal_program {
	width:100%;
}
}/* for tablet max-width: 960px */

/* SP向けレイアウトの指定：～736px */
@media only screen and (max-width: 736px) {
.modal_program .modal_contents_wrp {
	padding:10px;
}
.modal_program .modal_content {
	padding-bottom:60px;
}
.modal_program .photo_area,
.modal_program .txt_area {
	width: 100%;
	float: none;
	display: block;
}
.modal_program .txt_area {
	padding-top: 20px;
}
}/* for SP max-width: 736px */

/*-------------------------------------------------------------
	.modal_program txt	
-------------------------------------------------------------*/
.modal_program .title {
	font-size: 25px;
	line-height: 1.4;
	padding-bottom: 20px;
}
.modal_program .read {
	font-size: 20px;
	line-height: 1.4;
	padding-bottom: 15px;
}
.modal_program .detail_txt {
	font-size: 14px;
	line-height: 1.6;
}
.modal_program .channel_info_box {
	margin-top: 30px;
}
.modal_program .copyright {
	font-size: 11px;
	line-height: 1.2;
	margin-top: 10px;
	opacity: 0.7;
}


/* タブレット以下 */
@media screen and (max-width: 960px) {

}/* for tablet max-width: 960px */

/* SP向けレイアウトの指定：～736px */
@media only screen and (max-width: 736px) {
.modal_program .title {
	font-size: 18px;
	padding-bottom: 10px;
}
.modal_program .read {
	font-size: 16px;
	line-height: 1.4;
	padding-bottom: 10px;
}
.modal_program .detail_txt {
	font-size: 14px;
	line-height: 1.4;
}
.modal_program .channel_info_box {
	margin-top: 20px;
}

}/* for SP max-width: 736px */


/*===============================================================
	
	sidenav
	
===============================================================*/
.sidenav_wrp {
	position:fixed;
	top:1000px;
	right:-180px;
	width:205px;
	z-index:9999;
}
.sidenav {
	position:relative;
	top:0;
	right:0;
	width:205px;
}
.sidenav .tab {
	width:25px;
	height:30px;
	position:absolute;
	top:0;
	left:0;
	background-color:#000;
	background:rgba(0,0,0,0.8);
	border-radius:5px 0 0 5px;
	white-space:nowrap;
	text-indent:100%;
	overflow:hidden;
	
	box-shadow:rgba(0, 0, 0, 0.247059) 0px 0px 5px 3px inset;
	-webkit-box-shadow:rgba(0, 0, 0, 0.247059) 0px 0px 5px 3px inset;
	-moz-box-shadow:rgba(0, 0, 0, 0.247059) 0px 0px 5px 3px inset;
}
.sidenav .tab a {
	width:25px;
	height:30px;
	display:block;
	position:relative;
}
.sidenav .tab a:before,
.sidenav .tab a:after {
	content:'';
	position:absolute;
	margin:auto;
	top:0; bottom:0; left:0; right:0; margin:auto;
	background:rgba(255,255,255,0.5);
	-webkit-transform: rotate(405deg) translate(2px,3px);
	-moz-transform: rotate(405deg) translate(2px,3px);
	-ms-transform: rotate(405deg) translate(2px,3px);
	transform: rotate(405deg) translate(2px,3px);
	transition: all .3s;
	width:10px;
	height:1px;
}
.sidenav .tab a:before {
	-webkit-transform: rotate(-405deg) translate(2px,-3px);
	-moz-transform: rotate(-405deg) translate(2px,-3px);
	-ms-transform: rotate(-405deg) translate(2px,-3px);
	transform: rotate(-405deg) translate(2px,-3px);
}
.active .sidenav .tab a:before,
.active .sidenav .tab a:after {
	content:'';
	position:absolute;
	margin:auto;
	top:0; bottom:0; left:0; right:0; margin:auto;
	background:rgba(255,255,255,0.5);
	-webkit-transform:rotate(45deg) translate(0px,0px);
	-moz-transform: rotate(45deg) translate(0px,0px);
	-ms-transform: rotate(45deg) translate(0px,0px);
	transform: rotate(45deg) translate(0px,0px);
	transition: all .3s;
	width:15px;
	height:1px;
}
.active .sidenav .tab a:before {
	-webkit-transform: rotate(-45deg) translate(0px,0px);
	-moz-transform: rotate(-45deg) translate(0px,0px);
	-ms-transform: rotate(-45deg) translate(0px,0px);
	transform: rotate(-45deg) translate(0px,0px);
}

/* タブレット以下 */
@media screen and (max-width: 960px) {
.sidenav_wrp{
	display:none;
}
}	/* for tablet max-width: 960px */

/* SP向けレイアウトの指定：～736px */
@media only screen and (max-width: 736px) {

}	/* for SP max-width: 736px */

/*-------------------------------------------------------------
	.sidenav .body
-------------------------------------------------------------*/
.sidenav .body {
	width:180px;
	position:absolute;
	top:0;
	left:25px;
	background-color:#000;
	background:rgba(0,0,0,0.8);
	border-radius:0 0 0 5px;
	
	box-shadow:rgba(0, 0, 0, 0.247059) 0px 0px 5px 3px;
	-webkit-box-shadow:rgba(0, 0, 0, 0.247059) 0px 0px 5px 3px;
	-moz-box-shadow:rgba(0, 0, 0, 0.247059) 0px 0px 5px 3px;
}
.sidenav .body .inner {
	padding:10px;
}
.sidenav .body h3 {
	font-size: 16px;
	line-height: 1.3;
	color: #fff;
	text-align: center;
	text-shadow: 0 1px 2px rgba(0,0,0,0.3);
	padding-bottom: 5px;
}
.sidenav .body h3 span {
	color: #e73817;
	font-size: 18px;
}
.sidenav .body h4 {
	text-shadow:0 1px 3px rgba(0,0,0,0.5);
	font-weight:bold;
}
.sidenav .body .block,
.sidenav .body .content {
	border-top:solid 1px #e73817;
	padding-top:9px;
}
.sidenav .body .btn a {
	display:block;
	background-color: #e73817;
	color: #fff;
	text-align: center;
	border-radius: 3px;
	margin: 0 auto;
	font-weight: bold;
	line-height: 20px;
	border-bottom: solid 1px rgba(0,0,0,0.2);
	box-shadow: 0 1px 2px 0 rgba(0,0,0,0.1);
	margin-top: 3px;
}
.sidenav .body .btn a:hover {
	background-color: #ff3d18;
	text-decoration: none;
}
.sidenav .body .notmember {
	margin-top:5px;
}
.sidenav .body .notmember h4 {
	text-align:center;
	color:#e73817;
}
.sidenav .body .entry a {
}
.sidenav .body .recommend {
	margin-top:10px;
}
.sidenav .body .recommend h4 {
	text-align:center;
	color:#ccc;
}
.sidenav .body .recommend .bnr + .bnr {
	margin-top:5px;
}
.sidenav .body .recommend .bnr {
	width:160px;
	height:auto;
}

/* タブレット以下 */
@media screen and (max-width: 960px) {

}	/* for tablet max-width: 960px */

/* SP向けレイアウトの指定：～736px */
@media only screen and (max-width: 736px) {
.sp_menu .body h3 {
	padding-bottom: 10px;
}
}	/* for SP max-width: 736px */

/*===============================================================
	
	.sidenav guide_localnav
	
===============================================================*/
.sidenav .guide_localnav {
	background: none;
	border-top: solid 1px #000;
	border-bottom: solid 0px #000;
	padding-bottom: 5px;
}
.sidenav .guide_localnav li {
	text-align: center;
	float: left;
	width: 50%;
	box-sizing: border-box;
	border: solid 0px #f00;
	border-top: solid 1px #000;
	background: #fff;
}
.sidenav .guide_localnav li:nth-child(even) {
	border-left: solid 1px #000;
}
.sidenav .guide_localnav li .sub {
	display: none;
}
.sidenav .guide_localnav li .title {
	font-size: 11px;
	line-height: 1;
}
.sidenav .guide_localnav li .sp {
	display: block;
}

.sidenav .guide_localnav li.guide {
	width: 100%;
}
.sidenav .guide_localnav li.guide .sp {
	display: none;
}

/* タブレット以下 */
@media screen and (max-width: 960px) {

}/* for tablet max-width: 960px */

/* SP向けレイアウトの指定：～736px */
@media only screen and (max-width: 736px) {
.sp_menu .guide_localnav {
	position:static;
	z-index: 100;
}
}/* for SP max-width: 736px */


/*-------------------------------------------------------------
	guide_localnav a	
-------------------------------------------------------------*/
.sidenav .guide_localnav a {
	display: block;
	padding: 35px 0 10px 0;
	background-size: 40px 40px;
}


/*===============================================================
	
	各ページsection_copyright追加 2020/2/26
	
===============================================================*/
.section_copyright {
	background-color: #969696;
	color: #fff;
}
.section_copyright .section_inner {
	padding:20px;
}
.section_copyright .content {
	padding-bottom: 0;
}
.section_copyright p {
	font-size: 11px;
	line-height: 1.5;
}
/* タブレット以下 */
@media screen and (max-width: 960px) {

}	/* for tablet max-width: 960px */

/* SP向けレイアウトの指定：～736px */
@media only screen and (max-width: 736px) {

}	/* for SP max-width: 736px */


/*===============================================================
	
	20220113　関連番組マスターAPI

===============================================================*/
.section_master_list {
	color: #fff;
}
/*===============================================================
	
	section_body
	
===============================================================*/
.section_body {
/*	background: #fff;*/
	color: #fff;
}

/* タブレット以下 */
@media screen and (max-width: 960px) {

}	/* for tablet max-width: 960px */

/* SP向けレイアウトの指定：～736px */
@media only screen and (max-width: 736px) {

}	/* for SP max-width: 736px */


/*===============================================================
	
	program_item
	
===============================================================*/
.content_master_list {
/*	padding: 60px 0;*/
	
}
.content_master_list .program_item_list {
	min-height: 300px;
	background: url("/npb/images/ajax-loader.gif") no-repeat center center;
}
.content_master_list .program_item_list.loaded {
	min-height: inherit;
	background:none;
}
.program_item {
	display:flex;
	flex-direction:row;
	flex-wrap:wrap;
	justify-content:space-between;
}
.content_master_list .program_item .channel_name {
	font-size: 12px;
	line-height: 1.4;
	font-weight: normal;
	margin-top: 0.2em;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	word-break: break-all;
}
.program_item + .program_item {
	margin-top: 50px;
	padding-top: 50px;
/*	border-top: solid 1px #ddd;*/
	border-top: solid 1px rgba(255,255,255,0.1);
}
.program_item img {
	width:100%; height: auto;
}
.program_item .thumb_block,
.program_item .info_block {
	width: 48%;
	display:flex;
	flex-direction:column;
	flex-wrap:wrap;
	justify-content:space-between;
}
.program_item .info_block {
	flex-direction:column;
}
.program_item .program_info .channel,
.program_item .program_info {
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
}
.program_item .channel,
.program_item .program_info {
	flex-direction:row;
	align-items: center;
}
.program_item .program_info .channel {
	width: calc(100% - 200px);
}
.program_item .program_info .btn {
	width: 170px;
}
.program_item .channel .channel_icon {
	width: 70px;
	border: solid 1px #ddd;
}
.program_item .channel .channel_txt {
	width: calc(100% - 85px);
}

/* タブレット以下 */
@media screen and (max-width: 1100px) {
.content_master_list {
	padding: 50px;
	box-sizing: border-box;
	width: 100%;
}
}	/* for tablet max-width: 960px */

/* タブレット以下 */
@media screen and (max-width: 960px) {
.content_master_list {
	padding: 5vw;
	padding-top: 0;
}
.content_master_list .program_item + .program_item {
	margin-top: 3.88vw;
	padding-top: 3.88vw;
}
.content_master_list .program_item .info_block {
	justify-content:flex-start;
}
.content_master_list .program_item .program_info {
	margin-top: 2vw;
}
.content_master_list .program_item .program_info .channel {
	width: calc(100% - 17.96vw);
}
.content_master_list .program_item .program_info .btn {
	width: 16.50vw;
}

.content_master_list .program_item .channel .channel_icon {
	width: 6.80vw;
}
.content_master_list .program_item .channel .channel_txt {
	width: calc(100% - 8.74vw);
}
}	/* for tablet max-width: 960px */

/* SP向けレイアウトの指定：～736px */
@media only screen and (max-width: 736px) {
.program_item_list {
	margin-top: 5vw;
}
.content_master_list .program_item + .program_item {
	margin-top: 5vw;
	padding-top: 5vw;
}
.content_master_list .program_item .thumb_block,
.content_master_list .program_item .info_block {
	width: 100%;
	display: block;
}
.content_master_list .program_item .info_block {
	margin-top: 3vw;
	display: block;
}
.content_master_list .program_item .program_info {
	margin-top: 4vw;
	align-items: flex-end;
}
.content_master_list .program_item .channel .channel_icon {
	width: 15vw;
	display: none;
}
.content_master_list .program_item .channel_name {
	font-size:3vw;
	margin-top: 0em;
	line-height: 1.4;
}
.content_master_list .program_item .channel .channel_txt {
	width: 100%;
}
.content_master_list .program_item .program_info .channel {
	width: calc(100% - 37vw);
}
.content_master_list .program_item .program_info .btn {
	width: 35vw;
}
	
/*上書き2022/01/31*/
.program_item {
	padding: 5vw;
	background: #1f1f1f;
}	
.program_item + .program_item {
	border-top: none;
}	
	
	
}	/* for SP max-width: 736px */


/*-------------------------------------------------------------
	program_item txt	
-------------------------------------------------------------*/
.program_item .title {
	font-size: 20px;
	line-height: 1.6;
	font-weight: bold;
}
.program_item .summary {
	font-size: 14px;
	line-height: 1.7;
	margin-top: 0.5em;
}
.program_item .channel_no {
	font-size: 12px;
	line-height: 1.4;
	display: inline-block;
	padding: 0px 0.7em;
/*	 background: #fff; */
	color: #FF5639;
	border: solid 1px #FF5639;
}
.program_item .schedule {
	font-size: 14px;
	line-height: 1.4;
	font-weight: bold;
	margin-top: 0.5em;
}
.content_master_list .copyright {
	font-size: 11px;
	line-height: 1.3;
	margin-top: 10px;
	width: 48%;
}
.program_item .btn a {
	display: block;
	margin: 0 auto;
	text-align: center;
/*	border: solid 1px #999;*/
	color: #fff;
	font-size: 14px;
	line-height: 1.5;
	padding: 10px 0;
	font-weight: bold;
/*	background: #000;*/
	background: #e73416;
}
.program_item .btn a:hover {
	text-decoration: none;
/*	background: #e73416;*/
/*	background: #000;*/
/*	color: #fff;*/
/*	border: solid 1px #333;*/
	opacity: .7;
}

/* タブレット以下 */
@media screen and (max-width: 960px) {
.program_item .title {
	font-size: 1.94vw;
}
.program_item .summary {
	font-size: 1.4vw;
}
.program_item .channel_no {
	font-size: 1.2vw;
}
.program_item .schedule {
	font-size: 1.3vw;
	margin-top: 0.3em;
}
.content_master_list .copyright {
	font-size: 1.07vw;
	margin-top: 0.97vw;
}
.program_item .btn a {
	font-size: 1.36vw;
	padding: 0.97vw 0;
}

}	/* for tablet max-width: 960px */

/* SP向けレイアウトの指定：～736px */
@media only screen and (max-width: 736px) {
.program_item .title {
	font-size:4vw;
}
.program_item .summary {
	font-size:3.5vw;
}
.program_item .channel_no {
	font-size:2.8vw;
}
.program_item .schedule {
	font-size:4vw;
	margin-top: 0.3em;
	line-height: 1.4;
}
.content_master_list .copyright {
	width: 100%;
	font-size:2.5vw;
	margin-top:3vw;
}
.program_item .btn a {
	font-size:3vw;
	padding: 3vw 1vw 3vw 1vw;
}
.program_item .btn a:hover {
}

}	/* for SP max-width: 736px */

/*-------------------------------------------------------------
	noimage	
-------------------------------------------------------------*/
.thumb_block.noimage {
	border: solid 1px #ddd;
}
.thumb_block.noimage img {
	width:100%;
	height:280px;
	object-fit:contain;
	font-family:'object-fit:contain;';
	background: #fff;
}

/* タブレット以下 */
@media screen and (max-width: 960px) {
.thumb_block.noimage img {
	height:24vw;
}
}/* for tablet max-width: 960px */

/* SP向けレイアウトの指定：～736px */
@media only screen and (max-width: 736px) {
.thumb_block.noimage img {
	height:40vw;
}
}/* for SP max-width: 736px */


/*-------------------------------------------------------------
	show_more_btn	
-------------------------------------------------------------*/
.show_more_btn {
	margin-top: 40px;
	padding-top: 40px;
/*	border-top: solid 1px #ddd;*/
	border-top: solid 1px rgba(255,255,255,0.1);
}
.show_more_btn a {
	display: block;
	margin: 0 auto;
	width: 400px;
	text-align: center;
	border: solid 1px #999;
	color: #fff;
	font-size: 16px;
	line-height: 1.5;
	padding: 15px 0;
	position: relative;
}
.show_more_btn a:hover {
	text-decoration: none;
	background: #000;
	color: #fff;
	border: solid 1px #fff;
}
.show_more_btn a::after {
	content:'';
	position:absolute;
	top: 0; bottom: 0; left: 0; right: 0;
	margin: auto;
	width:10px;
	height:10px;
	border-top: 10px solid #fff;
	border-bottom: 10px solid transparent;
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	transform: translate(4em,5px);
	box-sizing:border-box;
	transition:all .3s;
}
.show_more_btn a:hover::after {
	border-top: 10px solid #fff;
}
.show_more_btn a.up_arw::after {
	content:'';
	position:absolute;
	top: 0; bottom: 0; left: 0; right: 0;
	margin: auto;
	width:10px;
	height:10px;
	border-top: 10px solid transparent;
	border-bottom: 10px solid #ddd;
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	transform: translate(4em,-5px);
	box-sizing:border-box;
	transition:all .3s;
}
.show_more_btn a.up_arw:hover::after {
	border-bottom: 10px solid #fff;
}

/* タブレット以下 */
@media screen and (max-width: 960px) {
.show_more_btn {
	margin-top: 3.88vw;
	padding-top: 3.88vw;
}
.show_more_btn a {
	width: 38.83vw;
	font-size: 1.55vw;
	padding: 1.46vw 0;
}


}	/* for tablet max-width: 960px */

/* SP向けレイアウトの指定：～736px */
@media only screen and (max-width: 736px) {
.show_more_btn {
	margin-top: 10vw;
	padding-top: 10vw;
}
.show_more_btn a {
	width: 54.35vw;
	font-size:4vw;
	padding: 2.5vw 0;
}
}	/* for SP max-width: 736px */


/*===============================================================
	
	no_data_box
	
===============================================================*/
.no_data_box {
/*	background: #fafafa;*/
	padding: 60px 0;
	text-align: center;
}
.no_data_box p {
	font-size: 16px;
}


/* タブレット以下 */
@media screen and (max-width: 960px) {

}/* for tablet max-width: 960px */

/* SP向けレイアウトの指定：～736px */
@media only screen and (max-width: 736px) {
.no_data_box {
	padding: 10vw 0;
}
.no_data_box p {
	font-size: 4vw;
}
}/* for SP max-width: 736px */


/*===============================================================
	
	検索ボタン
	
===============================================================*/

/*-------------------------------------------------------------
	search_keyword
-------------------------------------------------------------*/
.search_keyword {
	position:relative;
	margin-top: -10px;
	padding-bottom: 50px;
	text-align: center;
	transition: all 0.3s;
}
.search_keyword.deactive {
	pointer-events: none;
	opacity: 0.5;
}
.search_keyword li {
	display:block;
	float:left;
	width: calc(100% / 6 - 5px);
	margin-top: 10px;
	margin-bottom: 0;
	padding-bottom: 0;
	line-height: 20px;
	margin-right: 5px;
}
.search_keyword li:nth-child(6n) {
	margin-right:0;
}
.search_keyword li {
	position: relative;
}
.search_keyword li a {
	display:block;
	color:#fff;
	font-size:16px;
	line-height:20px;
	font-weight:bold;
	padding:10px 0px;
/*	background:#000;*/
/*	border: solid 1px #555;*/
	background: #222;
/*	border: solid 1px #333;*/
	box-shadow:none; 
	-webkit-box-sizing:border-box;
	box-sizing:border-box; 
	border-radius: 50px;
	box-shadow: 0px 2px 0px #000;
}
.search_keyword li a::after {
	content: "";
	position: absolute;
	background: #fff;
	width: 70%;
	height: 3px;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}
.search_keyword li a.current {
	color:#fff;
	background:#e73817;
/*	border: solid 1px #000;*/
	pointer-events: none;
}
.search_keyword li a:hover {
	color: #fff;
	text-decoration: none;
	background: #e73817;
}
.search_keyword li.current a,
.search_keyword li.current a:hover {
	color:#fff;
	background:#e63311;
	text-decoration:none;
}

/* タブレット以下 */
@media screen and (max-width: 960px) {
}	/* for tablet max-width: 960px */

/* SP向けレイアウトの指定：～736px */
@media only screen and (max-width: 736px) {
.search_keyword {
	padding:0 0 20px;
	/*margin-top:20px;*/
}
.search_keyword li a {
/*	border: solid 1px #333;*/
}
.search_keyword li {
	width:-webkit-calc(100% / 6);
	width:calc(100% / 6 - 2.5px);
	margin-top:5px;
/*	margin-right:0;*/
	margin-right: 3px;
}
/*
.search_keyword li:nth-child(even) {
	margin-left:0;
}	
.search_keyword li:nth-child(5n) {
	margin-right:0;
}	
*/
.search_keyword li a {
	font-size:3.5vw;
	line-height:15px;
/*	border-radius: 0;*/
}
.search_keyword li a::after {
	width: 40%;
}
}	/* for SP max-width: 736px */


/*-------------------------------------------------------------
	search_keyword　閉じる	
-------------------------------------------------------------*/
.search_keyword .closebackbtn {
	width:25px;
	height:25px;
	position:absolute;
	top: 0; bottom: 0; right: 10px;
	margin: auto;
	margin:auto;
}
.search_keyword .closebackbtn.active {
	display:block;
}
.search_keyword .closebackbtn a {
	display:block;
	background:none;
	white-space:nowrap; text-indent:100%; overflow:hidden;
	width:25px;
	line-height:25px;
	padding:0;
	position:relative;
}
.search_keyword .closebackbtn a:before,
.search_keyword .closebackbtn a:after {
	position:absolute;
	top:0; bottom:0; left:0; right:0; margin:auto;
	content:'';
	width:15px;
	height:1px;
	background:#fff;
	transform:rotate(45deg);
}
.search_keyword .closebackbtn a:after {
	transform:rotate(-45deg);
}

.search_keyword .closebackbtn a:hover {
/*	background:#fff;*/
	text-decoration:none;
}

/* SP向けレイアウトの指定：～736px */
@media only screen and (max-width: 736px) {
.search_keyword .closebackbtn {
	bottom:10px;
}
.search_keyword .closebackbtn a {
	line-height: calc(25px + 3vw);
}
}	/* for SP max-width: 736px */




/*-------------------------------------------------------------
	tag_selecter_wrap
-------------------------------------------------------------*/

/* タブレット以下 */
@media screen and (max-width: 960px) {

}/* for tablet max-width: 960px */

/* SP向けレイアウトの指定：～736px */
@media only screen and (max-width: 736px) {
.tag_selecter {
	display: block;
}

}/* for SP max-width: 736px */

/*-------------------------------------------------------------
	セレクタの装飾
-------------------------------------------------------------*/
.select_wrap {
	position:relative;
	overflow:hidden;
	display:inline-block;
	min-width:20em;
	background-color:#ffffff;
	background-image:-webkit-linear-gradient(top, #ffffff 0%, #eee 100%);
	background-image:linear-gradient(top, #ffffff 0%, #eee 100%);
	border:1px solid #ddd;
	border-radius:3px;
	color:#333;
	/*padding:0 5px;*/
	box-sizing:border-box;
	transition:all 0.1s linear;
	margin:0 auto;
}
.select_wrap:hover {
	border:1px solid #ccc;
}
.select_wrap select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	position: relative;
	z-index: 2;
	display: block;
	width: 200%;
	/* fallback non calc support */
	width:-webkit-calc(100% + 5em);
	width:100%;
	margin:0;
	padding:5px 10px;
	background:transparent;
	border:0;
	outline:none;
	font-size:14px;
	line-height:1.6;
	cursor:pointer; 
}
.select_wrap:after,
.select_wrap:before {
	content:'';
	position:absolute;
	width:5px;
	height:5px;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
}
.select_wrap:after {
	bottom:5px;
	right:10px;
	border-top:4px solid rgba(0,0,0,0.5);
	border-right:4px solid transparent;
	border-bottom:4px solid transparent;
	border-left:4px solid transparent;
}
.select_wrap:before {
	top:5px;
	right:10px;
	border-top:4px solid transparent;
    border-right:4px solid transparent;
    border-bottom:4px solid rgba(0,0,0,0.5);
    border-left:4px solid transparent;
}

/* タブレット以下 */
@media screen and (max-width: 960px) {
}	/* for tablet max-width: 960px */

/* SP向けレイアウトの指定：～736px */
@media only screen and (max-width: 736px) {
/*	 セレクタの装飾 */
.select_wrap {
	min-width:0;
	width:100%;
	margin:0;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
}
.select_wrap + .select_wrap {
	margin-top:10px;
}	
.select_wrap select {
	padding:10px;
	font-size:16px;
}
.select_wrap:after {
	content:'';
	position:absolute;
	bottom:8px;
	right:10px;
	width:5px;
	height:5px;
	border-top:4px solid rgba(0,0,0,0.5);
	border-right:4px solid transparent;
	border-bottom:4px solid transparent;
	border-left:4px solid transparent;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
}
.select_wrap:before {
	content:'';
	position:absolute;
	top:8px;
	right:10px;
	width:5px;
	height:5px;
	border-top:4px solid transparent;
	border-right:4px solid transparent;
	border-bottom:4px solid rgba(0,0,0,0.5);
	border-left:4px solid transparent;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
}
}	/* for SP max-width: 736px */

/*-------------------------------------------------------------
	searched_title	
-------------------------------------------------------------*/
.searched_title {
	padding: 20px;
/*	background: #f5f5f5;*/
	border-radius: 5px;
	margin-top: 40px;
	position: relative;
	text-align: left;
	display: none;
	color: #fff;
	border: 1px solid #fff;
}
.searched_title.show {
	display: block;
}
.searched_title .title {
	font-size: 20px;
}

/* タブレット以下 */
@media screen and (max-width: 960px) {

}/* for tablet max-width: 960px */

/* SP向けレイアウトの指定：～736px */
@media only screen and (max-width: 736px) {
.searched_title {
	padding: 3vw;
	margin-top: 5vw;
}
.searched_title .title {
	font-size: 4vw;
}
.searched_title.show {
/*	display: none;*/
}
}/* for SP max-width: 736px */


/*===============================================================
	
	関連番組　「球団で絞る」追加 20220114
	
===============================================================*/
.program_read {
	font-size: 18px;
	text-align: center;
}
.program_read + .search_keyword {
	margin-top: 20px;
}
.program_read.headline_sideborder {
	color:#fff;
}
.program_read.headline_sideborder::before,
.program_read.headline_sideborder::after {
	width: 43%;
	border-top: 1px solid #fff;
}

/* タブレット以下 */
@media screen and (max-width: 960px) {
.program_read.headline_sideborder::before,
.program_read.headline_sideborder::after {
	width: 40%;
}
}/* for tablet max-width: 960px */

/* SP向けレイアウトの指定：～736px */
@media only screen and (max-width: 736px) {
.program_read {
	font-size: 14px;
}
.program_read + .search_keyword {
	margin-top: 10px;
}
.program_read.headline_sideborder::before,
.program_read.headline_sideborder::after {
	width: 35%;
}
}/* for SP max-width: 736px */


/*-------------------------------------------------------------

	セ・パ　12球団カラー設定

-------------------------------------------------------------*/
/*ヤクルト*/
.search_keyword li.swallows a:hover,
.search_keyword li.swallows a::after,
.search_keyword li.swallows a.current {
/*	background: #468b58;*/
	background: #106e58;
}
/*阪神*/
.search_keyword li.tigers a:hover,
.search_keyword li.tigers a::after,
.search_keyword li.tigers a.current {
/*	background: #d1bd46;*/
	background: #ecda4e;
}
/*ジャイアンツ*/
.search_keyword li.giants a:hover,
.search_keyword li.giants a::after,
.search_keyword li.giants a.current {
/*	background: #c84a37;*/
	background: #e56a1a;
}
/*カープ*/
.search_keyword li.carp a:hover,
.search_keyword li.carp a::after,
.search_keyword li.carp a.current {
/*	background: #c53336;*/
	background: #d93a3a;
}
/*ドラゴンズ*/
.search_keyword li.dragons a:hover,
.search_keyword li.dragons a::after,
.search_keyword li.dragons a.current {
/*	background: #183475;*/
	background: #1a3375;
}
/*ベイスターズ*/
.search_keyword li.baystars a:hover,
.search_keyword li.baystars a::after,
.search_keyword li.baystars a.current {
/*	background: #00428e;*/
	background: #54a3e4;
}
/*バファローズ*/
.search_keyword li.buffaloes a:hover,
.search_keyword li.buffaloes a::after,
.search_keyword li.buffaloes a.current {
/*	background: #363864;*/
	background: #14408a;
}
/*ロッテマリーンズ*/
.search_keyword li.marines a:hover,
.search_keyword li.marines a::after,
.search_keyword li.marines a.current {
/*	background: #444444;*/
	background: #647b86;
}
/*ゴールデンイーグルス*/
.search_keyword li.goldeneagles a:hover,
.search_keyword li.goldeneagles a::after,
.search_keyword li.goldeneagles a.current {
/*	background: #89273b;*/
	background: #7c1017;
}
/*ソフトバンクホークス*/
.search_keyword li.hawks a:hover,
.search_keyword li.hawks a::after,
.search_keyword li.hawks a.current {
/*	background: #d59e40;*/
	background: #ef9319;
}
/*ファイターズ*/
.search_keyword li.fighters a:hover,
.search_keyword li.fighters a::after,
.search_keyword li.fighters a.current {
/*	background: #185375;*/
	background: #c39858;
}
/*ライオンズ*/
.search_keyword li.lions a:hover,
.search_keyword li.lions a::after,
.search_keyword li.lions a.current {
/*	background: #257a98;*/
	background: #14185b;
}