@charset "UTF-8";



/*style.css上書き
----------------------------------------*/
.page_ttl {
	padding: 30px 15px;
}

.tab_area .tab_list li{
	line-height: 2;
	font-size: 1.6rem;
}



@media only screen and (max-width: 750px) {
	
	.page_ttl {
		padding: 20px 3%;
	}
	
}




/*イチオシ番組
----------------------------------------*/
.top_push_program_section {
	margin: 0 0 80px;
}

.sp_program_column_slider {
	-ms-flex-pack: center;
	justify-content: center;
}



@media only screen and (max-width: 750px) {
	
	.top_push_program_section {
		margin: 0 0 40px;
	}
	
	.top_push_program_section .fit_contents {
		padding: 0;
	}
	
	.sp_program_column_slider {
		margin: -10px -3% 0 !important;
		padding: 10px 0 0;
		overflow: hidden;
	}
	
	.sp_program_column_slider .slick-list {
		/*width: -webkit-calc(100% + 30%);
		width: calc(100% + 30%);*/
		overflow: visible;
	}
	
	.sp_program_column_slider.slick-over .slick-list {
		left: -25%;
	}
	
	.sp_program_column_slider .slick-list li {
		margin: 0 10px;
	}
	
}




/*カテゴリから探す
----------------------------------------*/
.top_search_category_section {
	margin: 0 0 80px;
}

.top_search_category_section .category_list ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	margin: -30px 0 0 -48px;
}

.top_search_category_section .category_list li {
	width: 140px;
	margin: 30px 0 0 48px;
}

.top_search_category_section .category_list li a {
	text-align: center;
	text-decoration: none;
}

.top_search_category_section .category_list li .circle {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	align-items: center;
	width: 140px;
	height: 140px;
	margin: 0 auto 20px;
	position: relative;
	color: #fff;
	background: #2ca9e1;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,0.3);
	box-shadow: 0 0 10px rgba(0,0,0,0.3);
}

.top_search_category_section .category_list li:nth-child(1) .circle [class*="icon"] {
	font-size: 62px;
}

.top_search_category_section .category_list li:nth-child(2) .circle [class*="icon"] {
	font-size: 44px;
}

.top_search_category_section .category_list li:nth-child(3) .circle [class*="icon"] {
	font-size: 50px;
}

.top_search_category_section .category_list li:nth-child(4) .circle [class*="icon"] {
	font-size: 58px;
}

.top_search_category_section .category_list li:nth-child(5) .circle [class*="icon"] {
	font-size: 43px;
}

.top_search_category_section .category_list li:nth-child(6) .circle [class*="icon"] {
	font-size: 39px;
}

.top_search_category_section .category_list li a:hover .circle [class*="icon"] {
	-webkit-animation-name: shake;
	animation-name: shake;
	-webkit-transform-origin: center;
	transform-origin: center;
	-webkit-backface-visibility: hidden;
	-webkit-animation-duration: .5s;
	animation-duration: .5s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

.top_search_category_section .category_list li .txt p {
	font-size: 1.8rem;
	font-weight: bold;
}



@media only screen and (max-width: 750px) {
	
	.top_search_category_section {
		margin: 0 0 40px;
	}
	
	.top_search_category_section .category_list ul {
		margin: -20px 0 0 -20px;
	}
	
	.top_search_category_section .category_list li {
		width: -webkit-calc(33.3333% - 20px);
		width: calc(33.3333% - 20px);
		margin: 20px 0 0 20px;
	}
	
	.top_search_category_section .category_list li .circle {
		width: 90px;
		height: 90px;
		margin: 0 auto 10px;
	}
	
	.top_search_category_section .category_list li:nth-child(1) .circle [class*="icon"] {
		font-size: 43px;
	}

	.top_search_category_section .category_list li:nth-child(2) .circle [class*="icon"] {
		font-size: 30px;
	}

	.top_search_category_section .category_list li:nth-child(3) .circle [class*="icon"] {
		font-size: 35px;
	}

	.top_search_category_section .category_list li:nth-child(4) .circle [class*="icon"] {
		font-size: 41px;
	}

	.top_search_category_section .category_list li:nth-child(5) .circle [class*="icon"] {
		font-size: 30px;
	}

	.top_search_category_section .category_list li:nth-child(6) .circle [class*="icon"] {
		font-size: 27px;
	}

	.top_search_category_section .category_list li .txt p {
		font-size: 1.4rem;
	}
	
}



