@charset "utf-8";
.pmain {
	background: url(../img/main_bg.jpg) center / cover no-repeat;
}

.lcl-faq {
	padding: 40px;
	background: #e8eef7;
	margin-top: 70px;
}
.lcl-faq__title {
	font-size: 24px;
	line-height: 24px;
	color: #1f5ab2;
	text-align: center;
	margin-bottom: 30px;
}
.lcl-commnet {
	margin-top: -20px;
	margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
	/* ---------------------------------------------------------------- SP ---- */

	.lcl-faq {
		padding: 20px 15px;
		background: #e8eef7;
		margin-bottom: 40px;
		margin-top: 40px;
	}
	.lcl-faq__title {
		font-size: 16px;
		line-height: 15px;
		margin-bottom: 20px;
	}
	.lcl-commnet {
		margin-top: -20px;
		margin-bottom: 20px;
	}
}
