@charset "utf-8";


#main .faq:not(:last-of-type) {
	margin-bottom: 80px;
}


#main .faq h2 {
	margin-bottom: 15px;
}


#main .faqItem {
	padding: 35px;
	background-color: #dff2fa;
}


#main .faqItem:not(:last-of-type) {
	margin-bottom: 30px;
}


#main .faqItem h3 {
	display: flex;
	align-items: center;
	margin-bottom: 20px;
	font-size: 2em;
}


#main .faqItem p {
	display: flex;
	align-items: center;
	font-size: 1.6em;
}


#main .faqItem h3::before,
#main .faqItem p::before {
	flex-shrink: 0;
	width: 40px;
	margin-right: 20px;
	font-size: 40px;
	font-weight: bold;
	text-align: center;
}


#main .faqItem h3::before {
	content: "Q";
	color: #006896;
}


#main .faqItem p::before {
	content: "A";
	color: #950b57;
}