@charset "utf-8";

/* -------------------------------------------------- */
/* PC*/
/* -------------------------------------------------- */
#faqWrap {
	padding-bottom: 70px;
}

.faqTit {
	padding: 15px 30px;
	margin-bottom: 20px;
	font-size: 2.6rem;
	font-weight: bold;
	color: #FFF;
	background: #007b43;
}

.faq {
	padding-bottom: 30px;
}

.faq dt {
	font-size: 1.8rem;
	color: #007b43;
	margin-bottom: 10px;
	display: flex;
	gap: 10px;
}

.faq dt span {
	flex: 1;
}

.faq dt::before {
	content: "Q";
	width: 28px;
	height: 28px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	font-weight: bold;
	color: #FFF;
	font-size: 1.8rem;
	background: #007b43;
	font-family: "Outfit", sans-serif;
	border-radius: 100vw;
	font-size: 500;
}

.faq dd {
	font-size: 1.8rem;
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #d2d2d2;
	display: flex;
	gap: 10px;
}

.faq dd:last-child {
	border-bottom: none;
}

.faq dd:before {
	content: "A";
	width: 28px;
	height: 28px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	font-weight: bold;
	color: #007b43;
	font-size: 1.8rem;
	font-family: "Outfit", sans-serif;
	border-radius: 100vw;
	font-size: 500;
}

.faq {

}




/* -------------------------------------------------- */
/* TAB&SP */
/* -------------------------------------------------- */
@media screen and (max-width: 1024px) {

}


/* -------------------------------------------------- */
/* TAB(調整) */
/* -------------------------------------------------- */
@media screen and (min-width: 768px) and (max-width: 1024px) {

}
/* -------------------------------------------------- */
/* SP(調整) */
/* -------------------------------------------------- */
@media screen and (max-width: 767px) {
	#faqWrap {
		padding-bottom: 20px;
	}
	
	.faqTit {
		padding: 12px 20px;
		font-size: 2rem;
	}

	.faq dt {
		font-size: 1.6rem;
	}

	.faq dd {
		font-size: 1.6rem;
		margin-bottom: 15px;
		padding-bottom: 15px;
		border-bottom: 1px solid #d2d2d2;
		display: flex;
		gap: 10px;
	}
}