@charset "UTF-8";

/*//////////  セクション0 ///////////*/
.sec0 .products-wrap {
	padding-top: 60px;
}

.sec0 h1 {
	font-size: 1.6em;
	border-left: 6px solid #0071bc;
	padding-left: 8px;
	margin-bottom: -30px;
}

.sec0 h2 {
	font-size: 1.4em;
	font-weight: 600;
	line-height: 1.6em;
}


@media (min-width: 576px) {
	.sec0 h1 {
		font-size: 1.7em;
	}

	.sec0 h2 {
		font-size: 1.45em;
	}
	
	.sec0 .products-wrap img {
		width: 450px;
		display: block;
		margin-left: auto;
		margin-right: auto;
	}
}	


@media (min-width: 768px) {
	.sec0 .products-wrap {
		padding-top: 80px;
	}
}	
	.sec0 h1 {
		font-size: 1.7em;
	}

	.sec0 h2 {
		font-size: 1.35em;
	}
	
	.sec0 .products-wrap img {
		width: 100%;
	}
}


@media (min-width: 992px) {
	.sec0 .products-wrap {
		padding-top: 100px;
	}
}


@media (min-width: 1200px) {
	.sec0 h1 {
		font-size: 1.8em;
	}

	.sec0 h2 {
		font-size: 1.4em;
	}
}