@charset "utf-8";
/*****************************************
	top_banner.css
	横須賀市の動画バナーのスタイルを指定
******************************************/
#channel_banner {
	width: 100%;
	background: #FFFAE5;
	border-radius: 14px;
	padding: 40px 0;
	font-family: 'Noto Sans JP', sans-serif;
	text-align: center;
    font-size: 12px;
    line-height: 1.7;
    vertical-align: baseline;
    color: #000;
    margin-bottom: 50px;
}
#channel_banner .inner {
	max-width: 740px;
	margin: auto;
	display: block;
	box-sizing: content-box;
	width: auto;
	padding: 0;
	background: none;
	border-radius: 0;
	text-align: center;
	position: static;
}
#channel_banner h2 {
	border-top: 3px solid #000;
	border-bottom: 3px solid #000;
	text-align: center;
	margin-bottom: 1em; padding: 10px;
	display: block;
	font-size: 1.5em;
	margin-block-start: 0.83em;
	margin-block-end: 0.83em;
	margin-inline-start: 0px;
	margin-inline-end: 0px;
	font-weight: bold;
}
#channel_banner img {
	display: block;
	border: 0;
	vertical-align: baseline;
}
#channel_banner h2 img {
	max-width: 634px !important;
	margin: auto;
	text-align: center;
}
#channel_banner img[loading="lazy"] {
	width: auto;
	max-width: 100%;
	height: auto;
}
#channel_banner p {
	text-align: center;
	font-size: 18px;
	vertical-align: baseline;
}
#channel_banner h2 + p {
	font-weight: bold;
}
#channel_banner ul {
	display: flex;
	justify-content: space-between;
	margin-top: 40px;
	text-align: center;
	font-size: 12px;
	vertical-align: baseline;
}
#channel_banner ul li {
	position: relative;
	width: calc(50% - 10px);
	text-align: center;
	font-size: 12px;
	vertical-align: baseline;
	color: #fff;
}
#channel_banner ul li .title {
	position: absolute;
	top: -20px;
	left: 0;
	z-index: 2;
	color: #fff;
	background: #DE9548;
	font-weight: 600;
	width: 180px;
	height: 40px;
	line-height: 40px;
	border-radius: 0 50px 50px 0;
	text-align: left;
	text-indent: 20px;
}
#channel_banner a {
	transition: .3s;
}
#channel_banner ul li.archive a:after {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 110px;
	z-index: 4;
	display: block;
	width: 6px;
	height: 6px;
	margin: auto;
	border: 2px solid #fff;
	border-left: none;
	border-bottom: none;
	content: "";
	transform: rotate(45deg);
}
#channel_banner a:link {
	color: #0055dd !important;
	text-decoration: none;
}
#channel_banner ul li a {
	position: relative;
	display: block;
}
#channel_banner ul li.new a:after {
	position: absolute;
	inset: 0;
	z-index: 2;
	display: block;
	width: 58px;
	height: 44px;
	margin: auto;
	background: url(/business_s-channel/images/channel_icon_video.png) no-repeat 0 0 / 100% auto;
	content: "";
	text-align: center;
	font-size: 12px;
	color: #0055dd !important;
}
#channel_banner ul li figure {
	position: relative;
	z-index: 1;
	color: #0055dd !important;
	text-align: center;
	font-size: 12px;
}
#channel_banner ul li.archive .title {
	background: #000;
}
#channel_banner ul li.archive figure:before {
	position: absolute;
	z-index: 2;
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background: url(/business_s-channel/images/channel_pic-overlay.png) no-repeat 0 0 / 100% auto;
}
#channel_banner ul li.archive figure:after  {
	position: absolute;
	z-index: 3;
	inset: 0;
	content: "VIEW";
	font-size: 16px;
	font-weight: 600;
	display: block;
	width: 160px;
	height: 40px;
	line-height: 40px;
	margin: auto;
	color: #fff;
	border: 2px solid #fff;
	border-radius: 50px;
	color: #fff !important;
}
#channel_banner a {
	transition: .3s;
}
#channel_banner a:hover {
	opacity: 0.6;
}
@media screen and (max-width: 768px) {
	#channel_banner {
		border-radius: 0;
		margin-bottom: 0;
	}
	#channel_banner .inner {
		padding: 0 15px;
	}
	#channel_banner .sp {
		display: block;
		box-sizing: content-box;
	}
	#channel_banner h2 img.sp {
		display: block;
		max-width: 100% !important;
	}
	#channel_banner p {
		font-size: 16px;
	}
	#channel_banner ul {
		display: block;
	}
	#channel_banner ul li {
		width: 100%;
	}
	#channel_banner ul li.archive {
		margin-top: 50px;
	}
	#channel_banner ul li figure img {
		width: 100% !important;
		height: auto;
	}
}
