@charset "utf-8";

.contentWrap {
	padding-bottom: 0;
}

/*----------------------------
	sec
------------------------------*/
.sec {
	padding: 90px 0;
}
.sec h3 {
	font-size: var(--28px);
	line-height: 1.5;
	text-align: center;
	font-weight: bold;
}
.sec .lead {
	line-height: 2.25;
	margin-top: 40px;
}
.sec .pic {
	margin-top: 50px;
	text-align: center;
}
.sec .subTtl {
	margin-top: 70px;
	font-size: var(--20px);
	font-weight: bold;
}
.sec .subTtl + .pic {
	margin-top: 45px;
}
@media (max-width: 768px) {
	.sec {
		padding: 45px 0;
	}
	.sec h3 {
		font-size: var(--20px);
		text-align: left;
	}
	.sec .lead {
		font-size: var(--15px);
		line-height: 1.66;
		margin-top: 30px;
	}
	.sec .pic {
		margin-top: 35px;
	}
	.sec .subTtl {
		margin-top: 40px;
		font-size: var(--15px);
		line-height: 1.53;
	}
	.sec .subTtl + .pic {
		margin-top: 35px;
	}
}
