.js-sort-list .section {
	display: none;
}
.ly-column-video-wrap::after {
  content: "";
  display: block;
  clear: both;
}
#content-body .section.video-section {
	width: 47%;
	float: left;
	margin-bottom: 30px;
}

#content-body .section.video-section.video-section-odd {
	clear: left;
}
#content-body .section.video-section.video-section-even {
	margin-left: 6%;
}
#content-body .section.video-section.video-section-even::after {
  content: "";
  display: block;
  clear: both;
}

.ly-column-video {
	border: 1px solid #ededed;
	display: block;
}
.ly-column-video .column {
}
.ly-column-video .column.txt-inner {
	height: auto;
	padding: 20px;
	box-sizing: border-box;
}
.video-link {
	display: block;
	text-decoration: none;
	position: relative;
}
.video-link:visited {
	text-decoration: none;
}
.video-link:hover {
	text-decoration: none;
	box-shadow: 0px 0px 16.2px 1.8px rgba(9, 1, 3, 0.05);
}
#content-body-wrapper .video-link:hover .hdg-level3 {
	color: #333;
}
.video-link:hover::after {
	content: "";
	position: absolute;
	bottom: 0;
	right: 0;
	background-image: url(/decommission/common/images/visual/video/icon_index-j_01.png);
	width: 61px;
	height: 61px;
}
.video-column-img {
	position: relative;
	padding-top: 65%;
}
.video-column-inner {
	text-align: center;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
}
.video-column-inner img {
	width: 100%;
	margin: auto;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

/* もっと見るボタン */
.video-btn {
	clear: both;
	width: 200px;
	text-align: center;
	margin: 50px auto 0;
	padding: 12px 0 10px;
	border: 1px solid #ebeced;
	cursor: pointer;
	margin-top: 40px;
}


@media (max-width: 768px) {
	.ly-column-video {
		display: block;
		width: 100%;
	}
	.ly-column-video .column {
		display: block;
		width: 100%;
		height: 200px;
	}
	.video-column-img {
		padding-top: 0;
	}
	#content-body .section.video-section {
		clear: left;
		margin-left: 0;
		width: 100%;
	}
	#content-body .section.video-section:nth-child(even) {
		margin-left: 0;
	}
	#content-body-wrapper .ly-column-video .hdg-level3 {
		margin-top: 10px;
	}
	.video-column-inner img {
		width: 100%;
	}
}
