.ttl-wrap::before {
    content: none;

}
.breadcrumb-wrap {
    background: rgba(255, 255, 255, 0.3);
}
.page_ttl {
    background-image: url(/pc/img/video/archive_fv_bg.jpg);
    background-size: cover;
}

.page_ttl .text-wrap {
    padding: 73px 0 107px;
}

.page_ttl h1 {
    font-size: 36px;
    font-weight: bold;
    letter-spacing: .04em;
    display: inline-block;
    padding: 20px 40px;
    background: rgba(0,0,0,.5);
    color: #fff;
}

.contents_wrap {
    padding: 35px 0 100px;
}
#main .block-wrap{
	margin-bottom: 30px;
}
#main .block-wrap li{
	background: #fff;
    border: 1px solid #888;
    margin-bottom: 12px;
    border-radius: 10px;

}
#main .block-wrap li a{
	padding: 20px 50px 20px 20px;
	position: relative;
	margin-bottom: 10px;
}
#main .block-wrap li.custom{
	padding: 20px;
	margin-bottom: 10px;
}
#main .block-wrap li a:hover{
	opacity: .6;
}
#main .block-wrap a::after {
	content: '';
	width: 10px;
	height: 10px;
	border-bottom: 2px solid #222;
	border-left: 2px solid #222;
	-webkit-transform: rotate( -135deg);
	transform: rotate( -135deg);
	position: absolute;
	top: 0;
	bottom: 0;
	right: 20px;
	margin: auto;
	transition: all .3s ease 0s;
}
#main .block-wrap .day{
	font-size: 13px;
	line-height: 1.65;
}
#main .block-wrap .ttl{
	font-size: 20px;
	font-weight: bold;
	padding-bottom: 8px;
	margin-bottom: 10px;
	border-bottom: 2px solid #ce7f7f;
	line-height: 1.3;
	text-align: justify;
}
#main .block-wrap .custom .ttl{
	margin-bottom: 0;
}
#main .block-wrap .text{
	font-size: 15px;
	letter-spacing: .08em;
}

main{
    margin-bottom: 60px;
}

#video-news::after {
    content: none;
}