@charset "utf-8";
/*------------------------------------------------------------
	faq
------------------------------------------------------------*/
#main .content {
	max-width: 100rem;
}
#main .headLine06 {
	margin-bottom: 0.1rem;
}
#main .faqDl {
	margin-bottom: 11.7rem;
	font-size: 1.6rem;
	line-height: 1.75;
	border-bottom: 1px solid rgba(121,0,59,0.1);
}
#main .faqDl dt {
	padding: 2.3rem 0 1.9rem 5.8rem;
	font-size: 1.7rem;
	font-weight: 500;
	border-top: 1px solid rgba(121,0,59,0.1);
	line-height: 1.588;
	letter-spacing: 0.1em;
	position: relative;
	cursor: pointer;
}
#main .faqDl dt::after {
	width: 100%;
	height: 1px;
	position: absolute;
	bottom: -1px;
	left: 0;
	background-color: transparent;
	content: "";
	transition: .3s;
}
#main .faqDl dt:hover::after {
	background-color: rgba(34,34,34, 1);
}
#main .faqDl dt.on::after {
	display: none;
}
#main .faqDl dd {
	display: none;
}
#main .faqDl dt:first-child {
	border-top: none;
}
#main .faqDl dd p {
	margin-bottom: 2.8rem;
}
#main .faqDl dd p:last-child {
	margin-bottom: 0;
}
#main .faqDl dt::before,
#main .faqDl .innerBox::before {
	color: #79003B;
	font-weight: 500;
	font-size: 2.3rem;
	position: absolute;
	top: 1.5rem;
	left: 0;
	content: "Q.";
}
#main .faqDl .innerBox::before {
	color: #222222;
	content: "A.";
	top: 0.7rem;
}
#main .faqDl .innerBox {
	padding: 1.6rem 0 4.3rem 5.8rem;
	position: relative;
	letter-spacing: 0.12em;
}
#main .notes {
	font-size: 1.2rem;
}
#main .btmTxt {
	margin-top: -2rem;
	line-height: 2.08;
}
#main .comBtn03 {
	margin: 5.9rem 0 0 0;
}
@media all and (max-width: 999px) {
	.pageVisual07 .headLine10 .en {
		margin-bottom: 1.1rem;
		font-size: 4.3rem;
		line-height: 1;
	}
	.pageVisual07 {
		margin-bottom: 5.6rem;
	}
	#main .faqDl {
		margin-bottom: 8.4rem;
		font-size: 1.4rem;
		line-height: 1.78;
	}
	#main .faqDl dt {
		padding: 1.9rem 0 1.4rem 3.4rem;
		font-size: 1.4rem;
		line-height: 1.78;
	}
	#main .faqDl dt::before,
	#main .faqDl .innerBox::before {
		font-size: 2rem;
		top: 1.3rem;
	}
	#main .faqDl .innerBox {
		padding: 0.8rem 0 4.3rem 3.4rem;
		position: relative;
		letter-spacing: 0.12em;
	}
	#main .faqDl .innerBox::before {
		top: 0.2rem;
	}
	#main .btmTxt {
		margin-top: -36px;
		line-height: 1.66;
		letter-spacing: 0.1em;
	}
	#main .comBtn03 {
		margin-top: 5rem;
	}
}