@charset 'UTF-8';
/*----------------------------------------

	- programs_on_air
	- block
	- other

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


/*----------------------------------------
	programs_on_air
-----------------------------------------*/
#programs_on_air {
	margin: 80px 0 120px;
}

#programs_on_air .title_small {
	margin-bottom: 56px;
}

#programs_on_air .program_list>.items:nth-child(n+4) {
	margin-top: 60px;
}

#programs_on_air .program_list>.items>div img {
	display: inline-block;
	margin-bottom: 15px;
}

#programs_on_air .program_list>.items>div a {
	display: block;
}

#programs_on_air .program_list>.items>div a:hover img {
	opacity: .6;
}

#programs_on_air .program_list>.items>div p {
	display: flex;
	flex-wrap: wrap;
	align-items: baseline;
}
#programs_on_air .program_list>.items>div p:nth-of-type(2) {
	margin-bottom: 5px;
}

#programs_on_air .program_list>.items>div p>span {
	line-height: 1.5;
}

#programs_on_air .program_list>.items>div .name {
	justify-content: space-between;
	margin-bottom: 10px;
}

#programs_on_air .program_list>.items>div .name>span:first-of-type {
	width: calc(100% - 58px);
	box-sizing: border-box;
}

#programs_on_air .program_list>.items>div .name>.label {
	width: 58px;
	height: auto;
	padding: 0 5px;
	box-sizing: border-box;
}

#programs_on_air .program_list>.items>div .detail span:first-child {
	position: relative;
	padding-left: 26px;
}

#programs_on_air .program_list>.items>div .detail span:first-child::before {
	display: block;
	position: absolute;
	top: 50%;
	left: 6px;
	transform: translate(-50%, -50%);
	width: 10px;
	height: 1px;
	margin-right: 10px;
	box-sizing: border-box;
	background-color: #b1def0;
	text-align: center;
	content: '';
}

#programs_on_air .program_list>.items>div .detail span:first-of-type {
	width: 30%;
	box-sizing: border-box;
	color: #4c4c4c;
}

#programs_on_air .program_list>.items>div .detail span:last-child {
	display: inline-block;
	width: 70%;
}

#programs_on_air .program_list>.items>div .btn_specialsite {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 32px;
	/* IE11 */
	min-height: 32px;
	margin-top: 12px;
	border: 1px solid #f6b36e;
}

#programs_on_air .program_list>.items>div .btn_specialsite:hover {
	background-color: #f6b36e;
	transition: all .2s;
}

#programs_on_air .program_list>.items>div .btn_specialsite::after {
	display: inline-block;
	width: 1em;
	height: 1em;
	margin-left: .5em;
	background: url(../../../svg/ic_s_browser.svg) no-repeat center bottom;
	background-size: contain;
	content: '';
}

@media screen and (max-width: 989px) {
	#programs_on_air .program_list>.items:nth-child(n+3) {
		margin-top: 60px;
	}
}

@media screen and (max-width: 767px) {
	#programs_on_air {
		margin: 13.33vw 0 32vw;
	}

	#programs_on_air .title_small {
		margin-bottom: 8.8vw;
	}

	#programs_on_air .program_list>.items {
		margin-top: 16vw;
	}

	#programs_on_air .program_list>.items:first-of-type {
		margin-top: 0;
	}

	#programs_on_air .program_list>.items>div .name>.label {
		padding: 0 2.66vw;
	}

	#programs_on_air .program_list>.items>div .btn_specialsite {
		min-height: 8.53vw;
		margin-top: 2.5vw;
	}
}


/*----------------------------------------
	block
-----------------------------------------*/
.contents_area {
	width: 84.32vw;
	max-width: 1200px;
	margin: 0 auto;
	box-sizing: border-box;
}

.block_3clmn {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.block_3clmn::after {
	display: block;
	width: calc((100% - 10%)/3);
	content: '';
}

.block_3clmn>.items {
	width: calc((100% - 10%)/3);
}

@media screen and (max-width: 989px) {
	.block_3clmn::after {
		content: none;
	}

	.block_3clmn>.items {
		width: calc((100% - 5%)/2);
	}
}

@media screen and (max-width: 767px) {
	.contents_area {
		width: 100%;
		padding: 0 5.33vw;
	}

	.block_3clmn>.items {
		width: 100%;
	}
}


/*----------------------------------------
	other
-----------------------------------------*/
.bottom_links_2clmn.other {
	margin-bottom: 120px;
}

@media screen and (max-width: 767px) {
	.bottom_links_2clmn.other {
		margin-bottom: 32vw;
	}
}

@media screen and (min-width: 768px) {
	.other .txt_blank::after {
		width: .8em;
		height: .8em;
	}
}
