@charset "utf-8";

h2.mov-title{
	display: flex;
	align-items: center;
	margin: 8px 0 8px 0;
	padding:4px 0 3px 12px;
	color:#558C33;
	font-size:18px;
	border-top:2px solid #A49A7D;
	border-bottom:1px solid #A49A7D;
}
.mov-title:before{
	content:"";
	display: inline-block;
	margin-right:4px;
	background-image: url(../assets/video-camera1.svg);
	/* background-color:#A49A7D; */
	width:28px;
	height:28px;
	vertical-align: middle;
}
.mov-title+p{
	margin: 10px 0 10px 12px;
    font-size: 14px;
    line-height: 160%;
}
.mov-wrapper{
	display: flex;
	flex-wrap: wrap;
}
.mov-cell{
	margin-bottom:10px;
	width:440px;
}
.mov-cell:nth-child(odd){
	margin-right:12px;
}

.mov{
	position: relative;
	width:100%;
	/* アスペクト比 16:9 */
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
}


.mov iframe{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.mov-cell p{
	margin: 8px 0 16px;
	font-size:14px;
	line-height:1.5;
}