/* CSS Document */


.bgQtrGray + .bgQtrGray {
	margin-top: 170px;
}

.bgQtrGray:last-of-type {
	margin-bottom: 120px;
}

.bgQtrGray .img iframe {
	height: 507px;
	width: 100%;
}

.flex.col2 .column .fadeUpImg + p{
	line-height: 2.2;
	margin-top: 75px;
}

.bgQtrGray .flex.col2 + .txt {
	margin-top: 60px;
}

.note {
	color: #666;
	margin-top: 20px;
}

@media screen and (max-width: 767px) {
	.bgQtrGray + .bgQtrGray {
		margin-top: 50px;
	}
	.bgQtrGray:last-of-type {
		margin-bottom: 50px;
	}
	.bgQtrGray .img iframe {
		height: 250px;
	}
	.flex.col2 .column .fadeUpImg + p{
		line-height: 1.6;
		margin-top: 30px;
	}
	.bgQtrGray .flex.col2 + .txt {
		margin-top: 20px;
	}
	.note {
		font-size: 1.2rem;
	}
}