@charset "utf-8";

/* -----------------------------
	FAQ
-------------------------------- */
.faq-cont + .faq-cont {
	margin: 64px 0 0;
}

/* .faq-cont {
	padding: 64px;
	background: #fff;
	border-radius: 40px;
	box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.05);
} */

/* .faq-example {
	margin: 16px 0;
	padding: 20px;
	background: var(--light-blue02);
	border: dashed 2px var(--light-blue02);
	border-radius: 10px;
} */

.faq-list {
	border-top: 1px solid var(--lightgray02);
}

.faq-q {
	display: flex;
	width: 100%;
	align-items: center;
	padding: 30px 20px 30px 30px;
	position: relative;
	cursor: pointer;
	color: #333;
	border-bottom: 1px solid var(--lightgray02);
}

.faq-a .ttl-wrap + .ttl-wrap {
	margin: 16px 0 0;
}

.faq-q::before,
.faq-a::before {
	font-size: 2.6rem;
	font-family: var(--cormorantGaramond);
	font-weight: 600;
	line-height: 1;
	margin: 0 10px 0 0;
	position: absolute;
	left: 30px;
}

.faq-q::before {
	content: 'Q';
	color: var(--dark-yellow);
}

.faq-a::before {
	content: 'A';
	top: 33px;
}

.faq-area .faq-q h3 {
	font-size: 1.8rem;
	font-family: var(--notoSerifJP);
	font-weight: 500;
	padding: 0 0 0 40px;
	line-height: 1.75;
}

.faq-a {
	display: none;
	/* background: var(--cmyk-light-y); */
	/*border-bottom: 1px solid #ccc;*/
	/*background: #fff;*/
	padding: 30px 60px 30px 70px;
}

.faq-a {
	line-height: 1.8;
	position: relative;
}

/* .faq-a p {
	display: inline-block;
	line-height: 2.0;
	font-weight: 400;
} */

.faq-a-list li::before {
	content: '・';
	display: inline-block;
	color: #BC9E62;
	font-weight: bold;
}

/* .faq-area img {
	float: right;
	padding: 0 0 0 20px;
}

.faq-area img.normal {
	float: none;
	padding: 0;
} */

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

	.faq-cont + .faq-cont {
		margin: 40px 0 0;
	}

	/* .faq-list {
		margin: 20px 0 0;
	} */

	.faq-q {
		align-items: flex-start;
		padding: 20px 20px 20px 20px;
		position: relative;
		border-radius: 0;
	}

	.faq-q::before,
	.faq-a::before {
		font-size: 2rem;
		left: 10px;
		top: 23px;
	}

	.faq-a::before {
		left: 12px;
		top: 25px;
	}

	.faq-area .faq-q h3 {
		font-size: 1.6rem;
		line-height: 1.6;
		padding: 0 30px 0 20px;
	}

	.faq-a {
		padding: 20px 20px 20px 40px;
	}

	.accordion-icon {
		right: 0;
	}

	.faq-area img {
		float: none;
		padding: 0 0 10px;
	}
}

.faq-area .img-wrap {
	margin: 40px 0 0;
}
.faq-area .img-wrap .img img {
	width: unset;
}
@media screen and (max-width: 768px) {

	.faq-area .img-wrap {
		margin: 20px 0 0;
	}
	.faq-area .img-wrap .img img {
		width: 100%;
	}

}

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