.p-faq__wrapp.p-service__wrapp {
	margin: 0 auto 80px auto !important;
	padding-top: 0 !important;
	padding-bottom: 65px;
}

.p-faq__wrapp.p-service__wrapp .p-faq__headline {
	color: #382712;
}

.p-faq__wrapp.p-service__wrapp {
	margin: 0 auto 80px auto !important;
	padding-top: 0 !important;
	padding-bottom: 65px;
}

.p-faq__wrapp.p-service__wrapp .p-faq__headline {
	color: #382712;
}

.p-faq__wrapp {
	margin: 40px 40px;
	padding: 40px 50px;
	background: #fff;
}

.p-faq__flexchild {
	margin-bottom: 24px;
}

.p-faq__flexchild:last-child {
	margin-bottom: 0;
}

.p-faq__headline {
	background: #fff9eb;
	font-size: 18px;
	font-weight: 700;
	min-height: 64px;
	display: flex;
	align-items: center;
	border-radius: 40px;
	padding: 0 40px 0 80px;
	position: relative;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.p-faq__headline:hover {
	opacity: .8;
}

.p-faq__headline::before {
	content: "";
	background-image: url(../images/case/icon-question.svg);
	display: inline-block;
	height: 20px;
	width: 20px;
	background-repeat: no-repeat;
	left: 40px;
	position: absolute;
	top: 22px;
}

.p-faq__headline::after {
	content: "";
	background-image: url(../images/common/icon-toggle.svg);
	display: inline-block;
	height: 10px;
	width: 18px;
	background-repeat: no-repeat;
	position: absolute;
	right: 40px;
	top: calc(50% - 5px);
	background-size: contain;
	transition: .2s;
}

.p-faq__answer {
	font-size: 16px;
	line-height: 1.7;
	margin-top: 24px;
	margin-bottom: 22px;
	padding: 0 40px 0 80px;
	position: relative;
	display: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.p-faq__answer::before {
	content: "";
	background-image: url(../images/case/icon-answer.svg);
	display: inline-block;
	height: 20px;
	width: 20px;
	background-repeat: no-repeat;
	left: 40px;
	position: absolute;
	top: 3px;
}

.p-faq .display {
	display: block;
}

.p-faq .toggletransform::after {
	transition: .2s;
	transform: rotate(-180deg);
}

.p-faq__contact {
	display: block;
	margin-top: 10px;
	font-size: 14px;
	color: #0000EE;
}

.p-faq__contact:hover {
	text-decoration: underline;
}

@media screen and (max-width: 920px) {
	.p-faq__wrapp {
		margin: 24px 20px;
		padding: 24px 16px;
	}

	.p-faq__headline {
		border-radius: 10px;
		padding: 20px 40px 24px 48px;
		text-align: justify;
	}

	.p-faq__headline::before {
		left: 16px;
		top: 24px;
	}

	.p-faq__headline::after {
		right: 16px;
	}

	.p-faq__answer {
		padding: 0 30px 0 48px;
	}

	.p-faq__answer::before {
		left: 16px;
		top: 3px;
	}
}

@media screen and (max-width: 767px) {
	.p-faq__wrapp.p-service__wrapp {
		width: calc(100% - 40px);
		padding-bottom: 30px;
		margin: 0 auto 30px auto !important;
	}

	.p-faq__wrapp.p-service__wrapp {
		width: calc(100% - 40px);
		padding-bottom: 30px;
		margin: 0 auto 30px auto !important;
	}
}