#seat_airbag_area {
	width:100%;
	background:url(../image/seat_airbag/Background-left.png), url(../image/seat_airbag/Background-right.png);
	background-position:left, right;
	background-repeat:no-repeat, no-repeat;
	padding-bottom:30px;
}
#seat_airbag {
	width:100%;
	max-width:1200px;
	margin:0px auto;
}
#seat_airbag h1 {
	padding:50px 10px 0px 10px;
	font-family:"Titillium Web SemiBold";
	font-size:36px;
	color:#f47c2a;
	text-transform:uppercase;
	text-align:left;
	line-height:40px;
	width:100%;
	box-sizing:border-box;
}
#seat_airbag .line {
	width:100%;
	height:9px;
	border-radius:9px;
	background-color:#d8d8d8;
	margin:10px 0px 30px;
}
#seat_airbag h2 {
	width:100%;
	font-family:"Titillium Web Regular";
	font-size:18px;
	color:#616161;
	text-align:left;
	line-height:30px;
	padding:0px 30px;
	box-sizing:border-box;
}
#seat_airbag .flex {
	margin-top:0px;
	display:inline-flex;
	width:100%;
	flex-wrap:wrap;
}
#seat_airbag .flex .text {
	width:50%;
	font-family:"Titillium Web Regular";
	font-size:18px;
	color:#616161;
	text-align:justify;
	padding:15px 15px;
	box-sizing:border-box;
	line-height:30px;
}
#seat_airbag .flex .text b {
	font-family:"Titillium Web Bold";
}
#seat_airbag .flex .images {
	width:50%;
	text-align:center;
	padding:15px 15px;
	box-sizing:border-box;
}
#seat_airbag a {
	width:100%;
	display:block;
	font-family:"Titillium Web SemiBold";
	font-size:22px;
	color:#f47c2a;
	border-radius:15px;
	border:3px solid #f47c2a;
	text-transform:uppercase;
	padding:11px 10px;
	box-sizing:border-box;
	text-decoration:none;
}
#seat_airbag a:hover {
	background-color:#f47c2a;
	color:#ffffff;
}
#seat_airbag video {
	margin-top:10px;
	width:100%;
	height:320px;
}
	
@media screen and (max-width: 1024px) {
#seat_airbag {
	padding:0px 10px;
	box-sizing:border-box;
}
#seat_airbag video {
	margin-top:10px;
	width:100%;
	height:265px;
}
}

@media screen and (max-width: 834px) {
#seat_airbag video {
	height:212px;
}
}

@media screen and (max-width: 768px) {
#seat_airbag video {
	height:194px;
}
}

@media screen and (max-width: 640px) {
#seat_airbag video {
	height:309px;
}
#seat_airbag .flex .text {
	width:100%;
}
#seat_airbag .flex .images {
	width:100%;
}
}

@media screen and (max-width: 414px) {
#seat_airbag video {
	height:205px;
}
}

@media screen and (max-width: 375px) {
#seat_airbag video {
	height:183px;
}
}

@media screen and (max-width: 360px) {
#seat_airbag video {
	height:174px;
}
}

@media screen and (max-width: 320px) {
#seat_airbag video {
	height:152px;
}
}