@charset "utf-8";

#main{
	margin-bottom: 150px;
}

section{
	text-align: center;
	position: relative;
}

#page_mv{
	background-image: url(../../img/faq/pc/bg_h2.jpg);
}

#page_mv h2{
	background: url(../../img/faq/pc/icon_h2.png) no-repeat top 65px center;
	background-size: 26px 44px;
}

.catTit{
	color: #6C5417;
	font-size: 21px;
	letter-spacing: 2.1px;
	line-height: 1;
	margin: 75px 0 33px;
	text-align: left;
}

.faq + .faq{
	margin-top: 30px;
}

.question{
	background: #AEC25D;
	color: #fff;
	font-size: 18px;
	letter-spacing: 0.9px;
	line-height: 1.4;
	padding: 18px 50px;
	text-align: left;
	position: relative;
	cursor: pointer;
}

.question:before{
	content: "Q.";
	position: absolute;
	left: 16px;
	top: 15px;
	font-family: 'Noto Serif', serif;
	font-weight: 500;
	font-size: 20px;
}

.question:after{
	content: "";
	position: absolute;
	right: 2.4%;
	top: 50%;
	transform: translateY(-50%);
	width: 11px;
	height: 8px;
	background: url(../../img/faq/pc/icon_question.png) no-repeat center;
	background-size: cover;
	transition: .5s;
}

.question.opend:after{
	transform: rotate(-180deg);
}

.answer{
	display: none;
	background: #fff;
	color: #483826;
	font-size: 16px;
	letter-spacing: 1.28px;
	line-height: 2;
	padding: 40px 120px;
	text-align: left;
	border: 1px solid #aec25d;
	position: relative;
}

.answer:before{
	content: "A.";
	position: absolute;
	left: 88px;
	margin-top: -5px;
	font-family: 'Noto Serif', serif;
	font-weight: 500;
	font-size: 20px;
	letter-spacing: 1px;
}


@media screen and (max-width: 768px){
	#main{
		margin-bottom: 100px;
	}
	#page_mv{
		background-position: right 27% center;
	}
	.catch{
		font-size: 15px;
		letter-spacing: 1px;
		line-height: 1.6;
		margin-top: 0;
		padding-top: 40px;
	}
	.catTit{
		font-size: 18px;
		letter-spacing: 1.8px;
		margin: 50px 0 25px;
	}
	.faq + .faq{
		margin-top: 20px;
	}
	.question{
		font-size: 16px;
		padding: 14px 30px 14px 40px;
	}
	.question:before{
		top: 11px;
		left: 13px;
		font-size: 18px;
	}
	.question:after{
		width: 8.8px;
		height: 6.4px;
		right: 12px;
	}
	.answer{
		font-size: 14px;
		line-height: 2.2;
		padding: 20px 25px 20px 50px;
	}
	.answer:before{
		left: 25px;
		margin-top: -3px;
		font-size: 16px;
	}
}