@charset "UTF-8";

/*////////////////// 共通 ////////////////////*/
main .container {
	max-width: 1000px;
}


/*//////////////// セクション1 //////////////////*/
.sec1 .col-6 {
	padding-left: 3%;
	padding-right: 3%;	
	margin-bottom: 25px;
}

.sec1 .col-6:nth-last-child(-n+2) {
	margin-bottom: 0;
}

.sec1 .zoom {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 50px;
}

@media (min-width: 576px) {
	.sec1 .col-6 {
		padding-left: 3.5%;
		padding-right: 3.5%;		
		margin-bottom: 35px;
	}
	
	.sec1 .col-6:nth-last-child(-n+3) {
		margin-bottom: 0;
	}
}

@media (min-width: 768px) {
	.sec1 .col-6 {
		margin-bottom: 45px;
	}
}

@media (min-width: 992px) {
	.sec1 .col-6 {
		margin-bottom: 55px;
	}
	
	.sec1 .zoom {
		width: 60px;
	}	
}