@charset "UTF-8";
/* CSS Document */
header {
	position: relative;
}
header div {
	padding-top: 20px;
	position: absolute;
	top: 0;
	left: 5%;
}
header div img {
	width: 100px;
}

.sec-howto {
  padding: 130px 0 60px;
}
.mov-box {
	width: 46%;
	margin: 30px 2%;
	float: left;
}
.mov-box + .mov-box {
   margin-top: 30px;
}


.bg {
	background: #eee url(../img/logo_bg.png) right bottom no-repeat;
	background-size: 50%;
	padding: 30px 0;
}

.mov-box video {
	width: 100%;
}
.mov-box h3.process {
	padding: 15px;
	font-size: 18px;
	color: #fff;
	text-align: center;
	background: #000;
}

/*
.video-box {
	width: 50%;
	margin: 30px auto;
}
.video-box video {
	width: 100%;
}*/


@media screen and (max-width: 768px) {
	header div img {
	width: 50px;
	}
.mov-box {
	width: 100%;
	margin: 0;
	float: none;
}
.mov-box + .mov-box {
   margin-top: 30px;
}
	/*
.video-box {
	width: 100%;
	margin: 30px auto;
}*/
}