@charset "UTF-8";



/* ------------------------------
	.faq
------------------------------ */
body{
	padding-top: 0;
}
.header_wrap{
	background: transparent;
}
.faq{
	padding: 100px 0;
}

.faq .wrap{
	position: relative;
	max-width: 840px;
}

.faq_wrap + .faq_wrap{
	margin-top: 55px;
}

.faq_box{
	border-bottom: 1px solid #e1e7e9;
}
.faq_box.open{
	border: 0;
}

.faq_ttl{
	margin-bottom: 5px;
	font-size: 2.4rem;
	line-height: 1.6;
	font-weight: bold;
}

.faq_btn{
	position: relative;
	display: flex;
	padding: 30px 30px 30px 0;
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 1.6;
	cursor: pointer;
}
.faq_btn .ico{
	flex-shrink: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	margin-right: 10px;
	border-radius: 50%;
	background: linear-gradient(to right, #0971da 0%, #3cb0e7 99%) border-box border-box;
	color: #fff;
	font-size: 1.4rem;
}

.faq_box .arw{
	position: absolute;
	top: 44px;
	right: 2px;
	width: 9px;
	height: 16px;
	background: url(../images/common/ico_arw01.png) no-repeat;
	background-size: 100%;
	background-position: center top;
	transform: rotate(90deg);
}
.faq_box.open .arw{
	background-position: center bottom;
	transform: rotate(-90deg);
}

.faq_btn .faq_ttl_txt{
	padding-top: 5px;
}

.faq_txt{
	display: none;
	padding: 35px 50px;
	border-radius: 20px;
	background: #f3f8fb;
}

.faq_txt .txt{
	font-size: 1.4rem;
	line-height: 2.2;
}


@media screen and (max-width: 768px) {
	.faq{
		padding: 50px 0;
	}

	.faq_wrap + .faq_wrap{
		margin-top: 35px;
	}

	.faq_ttl{
		margin-bottom: 5px;
		font-size: 1.6rem;
	}

	.faq_btn{
		padding: 20px 20px 20px 0;
		font-size: 1.3rem;
	}
	.faq_btn .ico{
		width: 30px;
		height: 30px;
		font-size: 1.3rem;
	}

	.faq_box .arw{
		top: 30px;
		width: 7px;
		height: 11px;
	}

	.faq_btn .faq_ttl_txt{
		padding-top: 4px;
	}

	.faq_txt{
		padding: 25px 20px;
		border-radius: 10px;
	}

	.faq_txt .txt{
		font-size: 1.3rem;
		line-height: 2;
	}
}



/* ------------------------------
	.bg_ball
------------------------------ */
.bg_ball01{
	top: 310px;
	right: -203px;
}
.bg_ball02{
	top: 350px;
	right: -148px;
}
.bg_ball03{
	top: 343px;
	left: -182px;
}
.bg_ball04{
	top: 1021px;
	left: -157px;
}
.bg_ball05{
	top: 1070px;
	left: -91px;
}
.bg_ball06{
	top: 1420px;
	right: -78px;
}
.bg_ball07{
	top: 1760px;
	right: -227px;
}
.bg_ball08{
	top: 2014px;
	right: -193px;
}
.bg_ball09{
	bottom: 220px;
	left: -105px;
}
.bg_ball10{
	bottom: 15px;
	right: -187px;
}
.bg_ball11{
	bottom: -35px;
	left: -222px;
}
.content{
	padding-bottom: 35px;
	margin-bottom: -35px;
}