@charset "utf-8";

.case_area{
	width: 1000px;
	margin: 0 auto 80px;
	padding: 0 20px;
}

.case_area iframe{
	width: 490px;
	height: 300px;
}

.case_inner{
	display: flex;
}

.case_video{
	margin-right: 60px;
}

.case_video a{
	transition: .6s;
}

.case_video a:hover{
	opacity: .6;
}

.case_hd .l_name{
	display: inline;
}

.tousya_hd{
	position: relative;
}

.case_hd .l_name{
	font-size: 22px;
	line-height: 30px;
	position: absolute;
	top: 0px;
	left: 125px;
}

.read_arrow{
	text-align: left;
	margin-top: 60px;
}

@media screen and (max-width:1025px){

	.case_area{
	width: 1024px;
	padding: 0 12px;
}
	.case_video{
	margin-right: 40px;
}

}
