@charset "UTF-8";

.faq {
	padding: 0 0 90px;
}
.faqSection{
	padding: 35px 0 0 0;
}
.faqSection:nth-child(n + 2){
	margin: 85px 0 0 0;
}
.faqSectionTitle {
	font-size: 28px;
	font-weight: bold;
}
.faqSection2{
	margin-top: 60px;
}
.faqSection2Title {
	font-size: 20px;
	font-weight: bold;
}
.faqSection2Text{
	margin-top: 20px;
}
.faqDl {
	margin: 35px 0 0 0;
}
.faqDlBlock {
	padding: 30px 0 30px 0;
	border-top: 1px solid #ddd;
}
.faqDt {
	font-weight: bold;
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: relative;
	padding: 0 0 0 35px;
}

.faqQWrap {
	width: calc(100% - 24px);
}
.faqQBtnImg {
	transform: rotate(90deg);
}
._toggle {
	cursor: pointer;
}
.toggleOpen .faqQBtnImg {
	transform: rotate(-90deg);
}
.faqQ {
	color: #008442;
	position: absolute;
	left: 0;
	top: 0.2em;
}
.faqDtText{
}
.faqQBtn{
}
.faqDd {
	margin: 30px 0 0 0;
	padding: 0 0 0 35px;
	position: relative;
	display: none;
}
.faqA {
	color: #90C31F;
	font-weight: bold;
	position: absolute;
	left: 0;
	top: 0.2em;
}
.faqContact {
	margin: 50px 0 0 0;
	border: 2px solid #008442;
	border-radius: 10px;
	padding: 60px 40px 60px;
	text-align: center;
}
.faqContactTitle {
	font-size: 20px;
	font-weight: bold;
}
.faqContactText {
	margin: 30px 0 0 0;
}
.faqContact .mypageFormBtnWrap {
	margin-top: 30px;
}
.faqContact .button {
	width: 250px;
	height: 60px;
	font-size: 16px;
}
@media screen and (max-width:560px) {
	.faq {
		padding: 0 0 10.64vw;
	}
	.faq .faqSection {
		padding: 5.32vw 0 0 0;
		margin: 0 5.32vw;
		width: calc(100% - 10.64vw);
	}
	.faq .faqSection:nth-child(n + 2) {
		margin-top: 5.32vw;
	}
	.faqSectionTitle {
		font-size: 5.32vw;
	}
	.faqDlBlock {
		padding: 5.32vw 0 5.32vw 0;
		border-top: 0.27vw solid #ddd;
	}
	.faqQWrap {
		width: calc(100% - 4.79vw);
		padding-right: 2.66vw;
	}
	.faqQBtn {
		width: 4.79vw;
		padding: 0;
	}
	.faqQBtnImg {
		width: 100%;
		/* width: 4.79vw; */
	}

	.faqContact {
		margin: 5.32vw 0 0 0;
		border-radius: 2.66vw;
		padding: 6.65vw 5.32vw 7.98vw;
		text-align: left;
		margin: 5.32vw 5.32vw 0;
		width: calc(100% - 10.64vw);
	}
	.faqContactTitle {
		font-size: 4.26vw;
		text-align: center;
	}
	.faqContactText {
		margin: 3.99vw 0 0 0;
	}
	.faqContact .mypageFormBtnWrap {
		margin-top: 10.64vw;
		text-align: center;
	}
	.faqContact .button {
		width: 53.21vw;
		height: 11.97vw;
		font-size: 3.73vw;
	}
}