@charset "utf-8";
.pmain {
	background: url('../common/img/index/banner-product.jpg') center /cover no-repeat;
}

.lcl-faq{
	padding: 40px;
	background: #e8eef7;
	margin-top: 70px;
}
.lcl-faq__title{
	font-size: 24px;
	line-height: 24px;
	color: #da261d;
	text-align: center;
	margin-bottom: 30px;
}
@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;
	}
}
