.p-faq {
	padding-top: 8rem;
	padding-bottom: 12rem;
}
@media screen and (max-width: 767px) {
	.p-faq {
		padding-top: 2.4rem;
		padding-bottom: 4.8rem;
	}
}
.p-faq__sec {
	margin-top: 5.6rem;
}
@media screen and (max-width: 767px) {
	.p-faq__sec {
		margin-top: 4.4rem;
	}
}
.p-faq__sec:first-of-type {
	margin-top: 0;
}
.p-faq__secttl {
	-webkit-font-feature-settings: "palt" on;
	        font-feature-settings: "palt" on;
	font-size: 2.8rem;
	font-weight: 700;
	line-height: 160%; /* 4.48rem */
	letter-spacing: 0.04em;
	padding-left: 2.8rem;
	position: relative;
	margin-bottom: 3.2rem;
}
@media screen and (max-width: 767px) {
	.p-faq__secttl {
		font-size: 2.2rem;
		padding-left: 1.6rem;
		margin-bottom: 2.4rem;
	}
}
.p-faq__secttl::before {
	content: "";
	display: block;
	width: 0.4rem;
	height: 3.2rem;
	background: #058989;
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
}
/*# sourceMappingURL=faq.css.map */