@charset "utf-8"; 

/* ===========================================================================================================================
	Q&A faq css
	
	---- INDEX ----
	
	
============================================================================================================================== */
/* 
------------------------------------------ */
.faq dt {
	padding-left: 1.7em;
	font-size: 1.2em;
	font-weight: 500;
	position: relative;
}
.faq dt::before {
	content: "\51";
	font-family: "Font Awesome 6 Pro";
	color: #9A72F3;/* コーポレートカラー */
	position: absolute;
	top: 0;
	left: 0;
}
.faq dd {
	padding-left: 1.7em;
	border-bottom: 1px solid #9A72F3;/* コーポレートカラー */
	padding-bottom: 1em;
	margin-bottom: 1em;
	position: relative;
}
.faq dd::before {
	content: "\41";
	font-family: "Font Awesome 6 Pro";
	color: #9A72F3;/* コーポレートカラー */
	font-size: 1.2em;
	position: absolute;
	top: 0;
	left: 0;
}
@media screen and (min-width: 1000px) {/* PC */
}
@media screen and (min-width: 768px) and (max-width: 999px) {/* TB */
}
@media screen and (max-width: 767px) {/* SP */
}

/* 
------------------------------------------ */
@media screen and (min-width: 1000px) {/* PC */
}
@media screen and (min-width: 768px) and (max-width: 999px) {/* TB */
}
@media screen and (max-width: 767px) {/* SP */
}

