@charset "utf-8";

/*--------- 汎用トップ ---------*/
.top_img p{
	text-align: center;
}
.top_img .p1{
	font-size: 40px;
	font-family: "font_B";
	font-weight: normal;
	line-height: 55px;
	color:#57AD00;
	margin-top: 10px;
}
.top_img .p2{
	text-align: justify;
	width: 690px;
	font-size: 30px;
	line-height: 50px;
	margin-top: 10px;
	margin-bottom: 30px;
}
/*--------- よくある質問 ---------*/
.faq .BG_blue{
	padding: 50px 0;
}
.faq .BG_white{
	margin:auto;
	width: 690px;
	padding: 20px 35px 35px 35px;
	border-radius: 20px;
	margin-bottom: 50px;
}
.faq .BG_white img{
	margin: auto;
	display: block;
}
.faq .BG_white .p1{
	font-family: "font_B";
	color: #0C367F;
	font-size: 31px;
	line-height: 45px;
	text-align: center;
	margin: 20px 0;
}
.faq .BG_white .p2{
	padding: 20px 10px;
	text-align: justify;
}
.faq hr{
	border-right: none;
	border-left: none;
	border: #383838 solid 1px;
}

/*--------- 始めるまでの流れ ---------*/
.flow .text{
	width: 300px;
	margin-left: 30px;
}
.flow .p1{
	font-size: 40px;
	font-family: "font_B";
	line-height: 50px;
	color:#FF7500;
	margin-top: 20px;
	margin-bottom: 20px;
}
.flow .p2{
	line-height: 40px;
}
.flow .line{
	margin: 30px 0;
}


