

.company .cntWrap .flBx01{
  margin: 0 0 50px;
}

.strmov{
	margin:0 auto 50px;
	width:80%;
}
.strmov h5{
	font-size:1.5rem;
	margin-bottom:30px;
}
.strmov .youtube {
  width: 100%;
  aspect-ratio: 16 / 9;
}
.strmov .youtube iframe {
  width: 100%;
  height: 100%;
}
.strmov p{
	margin-top:10px;
}

@media screen and (max-width: 960px){
	.strmov{
		margin:0 auto 30px;
		width:100%;
	}
	.strmov h5{
		font-size:1.2rem;
		line-height:1.5;
		margin-bottom:10px;
	}
	.strmov .youtube {
		margin-bottom:10px;
	}
}

