body {
	font-family: zen-kaku-gothic-new, sans-serif;
}

.l-faq {
	margin-top: 2.375rem;
}

.p-faq {
	background-color: #F5F5F5;
	padding-top: 2.75rem;
}

.p-faq__block + .p-faq__block {
	margin-top: 4.6875rem;
}

.p-faq__title {
	font-size: 1.3125rem;
	font-weight: 900;
	line-height: 1.7619047619;
}

.p-faq__items {
	margin-top: 1.3125rem;
}

.p-faq__item + .p-faq__item {
	margin-top: 0.625rem;
}

.p-faq__q {
	background-color: #000;
	color: #fff;
	cursor: pointer;
	font-size: 0.875rem;
	font-weight: bold;
	line-height: 1.7142857143;
	padding: 0.75rem 1rem;
	padding-right: 3rem;
	position: relative;
}

.p-faq__q::before {
	background-color: #fff;
	content: "";
	height: 0.125rem;
	position: absolute;
	right: 0.875rem;
	top: 1.375rem;
	width: 0.9375rem;
}

.p-faq__q::after {
	background-color: #fff;
	content: "";
	height: 0.125rem;
	position: absolute;
	right: 0.875rem;
	top: 1.375rem;
	transform: rotate(90deg);
	transition: all 0.3s;
	width: 0.9375rem;
}

.p-faq__item.is-active .p-faq__q::after {
	transform: rotate(0);
}

.p-faq__a {
	background-color: #fff;
	display: none;
	font-size: 0.875rem;
	font-weight: bold;
	line-height: 2.2142857143;
	padding: 1.125rem;
}

.p-faq__bnr {
	margin-top: 3.375rem;
	padding: 0;
}

@media screen and (min-width: 768px) {

.l-faq {
	margin-top: 10.375rem;
}

.p-faq {
	padding-top: 7.375rem;
}

.p-faq__inner {
	max-width: calc(81.25rem + 25px + 25px);
}

.p-faq__block + .p-faq__block {
	margin-top: 10rem;
}

.p-faq__title {
	font-size: 2.25rem;
	line-height: 1.6666666667;
}

.p-faq__items {
	margin-top: 1.375rem;
}

.p-faq__item + .p-faq__item {
	margin-top: 0.8125rem;
}

.p-faq__q {
	align-items: center;
	display: flex;
	font-size: 1.125rem;
	line-height: 1.5555555556;
	min-height: 5.75rem;
	padding: 1.1875rem 2.4375rem;
	padding-right: 8.0625rem;
}

.p-faq__q::before {
	height: 0.1875rem;
	right: 1.625rem;
	top: 2.75rem;
	width: 1.4375rem;
}

.p-faq__q::after {
	height: 0.1875rem;
	right: 1.625rem;
	top: 2.75rem;
	width: 1.4375rem;
}

.p-faq__a {
	font-size: 0.9375rem;
	font-weight: 400;
	line-height: 2.4;
	padding: 3.25rem 5.75rem;
}

.p-faq__bnr {
	margin-top: 11.875rem;
}

}


/*# sourceMappingURL=faq.css.map */
