/**
/* LP CSS
----------------------------------------------- */
/*　　サービスとは？　　*/
.concept-guide{
	background: url(../image/bg.jpg);
}
.concept-guide .concept-grid .imgArea{
	text-align: center;
	margin-bottom: 40px;
}
.concept-guide .concept-grid .imgArea .pc_img{
	display: inline-block;
}
.concept-guide .concept-grid .p-text{
	text-align: center;
	font-size: 18px;
	font-weight: 500;
	line-height: 2;
}
@media only screen and (max-width: 735px) {
	.concept-guide .concept-grid .p-text{
		font-size: 3.6vw;
	}
	.concept-guide .concept-grid .imgArea{
		margin-bottom: 3%;
	}
	.concept-guide .concept-grid .imgArea .pc_img{
		display: none;
	}
}
@media only screen and (min-width: 736px) and (max-width: 1024px){
	.concept-guide .concept-grid .p-text{
		font-size: 16px;
	}
}
/*　　こんなお悩みありませんか？　　*/
.about-guide{
	background: #e6e6e6 url(../image/about_bg.png) no-repeat;
	background-position: bottom center;
}
.about-guide .page-header .caption{
	margin-bottom: 20px;
}
.about-guide .page-header{
	text-align: center;
}
.about-guide .page-header .h2_ttl{
	position: relative;
	display: inline-block;
	border-left: solid 1px #82b564;
	border-right: solid 1px #82b564;
	border-bottom: solid 1px #82b564;
	padding: 0 60px 20px 60px;
}
.about-guide .page-header .h2_ttl:before {
	content: "";
	position: absolute;
	bottom: -24px;
	left: 50%;
	margin-left: -15px;
	border: 12px solid transparent;
	border-top: 12px solid #e6e6e6;
	z-index: 2;
}
.about-guide .page-header .h2_ttl:after {
	content: "";
	position: absolute;
	bottom: -28px;
	left: 50%;
	margin-left: -17px;
	border: 14px solid transparent;
	border-top: 14px solid #82b564;
	z-index: 1;
}
.about-guide .page-header .h2_ttl span{
	display: block;
	font-weight: bold;
	margin-top: -20px;
}
.about-guide .about-list{
	background: #ffffff;
	border-radius: 20px;
	max-width: 710px;
	margin: auto;
	padding: 30px;
}
.about-guide .about-list .about-items{
	margin-bottom: 40px;
}
.about-guide .about-list .about-items:last-child{
	margin-bottom: 0;
}
.about-guide .about-list .about-items dt.about-ttl{
	width: 90%;
	margin-bottom: 15px;
}
.about-guide .about-list .about-items dt.about-ttl span{
	display: block;
	background: #82b564;
	border-radius: 50px;
	color: #FFFFFF;;
	font-size: 20px;
	font-weight: 500;
	padding: 5px 20px;
}
.about-guide .about-list .about-items .dl_table{
	width: 100%;
	display: table;
}
.about-guide .about-list .about-items .dl_table dt,
.about-guide .about-list .about-items .dl_table dd{
	display: table-cell;
}
.about-guide .about-list .about-items .dl_table dt{
	width: 45px;
}
.about-guide .about-list .about-items .dl_table dd{
	width: calc(100% - 45px);
	font-size: 20px;
	font-weight: 500;
}
@media only screen and (max-width: 735px) {
	.about-guide .page-header .caption{
		margin-bottom: 2%;
	}
	.about-guide .page-header{
		margin-bottom: 5%;
	}
	.about-guide .page-header .h2_ttl{
		padding: 0 5% 2% 5%;
	}
	.about-guide .page-header .h2_ttl:before {
		bottom: -12px;
		margin-left: -15px;
		border: 6px solid transparent;
		border-top: 6px solid #e6e6e6;
	}
	.about-guide .page-header .h2_ttl:after {
		bottom: -16px;
		margin-left: -17px;
		border: 8px solid transparent;
		border-top: 8px solid #82b564;
	}
	.about-guide .page-header .h2_ttl span{
		margin-top: -3%;
	}
	.about-guide .about-list{
		border-radius: 10px;
		padding: 5%;
	}
	.about-guide .about-list .about-items{
		margin-bottom: 5%;
	}
	.about-guide .about-list .about-items dt.about-ttl{
		width: 100%;
		margin-bottom: 3%;
	}
	.about-guide .about-list .about-items dt.about-ttl span{
		font-size: 3.8vw;
		padding: 2% 8%;
	}
	.about-guide .about-list .about-items .dl_table dt{
		width: 25px;
	}
	.about-guide .about-list .about-items .dl_table dt img{
		width: 20px;
	}
	.about-guide .about-list .about-items .dl_table dd{
		width: calc(100% - 25px);
		font-size: 3.6vw;
	}
}
@media only screen and (min-width: 736px) and (max-width: 1024px){
	.about-guide .page-header .caption{
		margin-bottom: 15px;
	}
	.about-guide .page-header .h2_ttl{
		padding: 0 40px 15px 40px;
	}
	.about-guide .page-header .h2_ttl:before {
		bottom: -24px;
		margin-left: -15px;
		border: 12px solid transparent;
		border-top: 12px solid #e6e6e6;
	}
	.about-guide .page-header .h2_ttl:after {
		bottom: -28px;
		margin-left: -17px;
		border: 14px solid transparent;
		border-top: 14px solid #82b564;
	}
	.about-guide .page-header .h2_ttl span{
		margin-top: -20px;
	}
	.about-guide .about-list{
		border-radius: 15px;
		padding: 30px;
	}
	.about-guide .about-list .about-items{
		margin-bottom: 30px;
	}
	.about-guide .about-list .about-items dt.about-ttl{
		width: 90%;
		margin-bottom: 10px;
	}
	.about-guide .about-list .about-items dt.about-ttl span{
		font-size: 18px;
		padding: 5px 20px;
	}
	.about-guide .about-list .about-items .dl_table dt{
		width: 35px;
	}
	.about-guide .about-list .about-items .dl_table dt img{
		width: 30px;
	}
	.about-guide .about-list .about-items .dl_table dd{
		width: calc(100% - 35px);
		font-size: 18px;
	}
}
/*　　選ばれる理由　　*/
.reason-guide{
	background: url(../image/square.png);
	padding: 80px 0;
}
.reason-guide .page-header{
	margin-bottom: 120px;
}
.reason-guide .reason-items{
	position: relative;
	align-items: center;
	justify-content: flex-end;
}
.reason-guide .reason-items:nth-child(even){
	webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
	justify-content: flex-start;
}
.reason-guide .reason-items .imgArea{
	position: relative;
	overflow: hidden;
	width: 45%;
}
.reason-guide .reason-items .imgArea img{
	position: absolute;
	top: 50%;
	right: 50%;
	transform: translate(50%, -50%);
	max-width: initial;
	width: auto;
}
.reason-guide .reason-items .contentArea{
	position: relative;
	background: #ffffff;
	box-shadow: 1px 1px 6px #969696;
	z-index: 2;
}
.reason-guide .reason-items .reason-header{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	margin-bottom: 20px;
}
.reason-guide .reason-items .reason-header .step{
	margin-right: 20px;
}
.reason-guide .reason-items .reason-header h3{
	color: #559a2d;
	font-size: 25px;
	font-weight: bold;
	line-height: 1.4;
}
.reason-guide .reason-items .reason-header h3 .line{
	background: linear-gradient(transparent 75%, #FFFF00 75%);
	font-weight: bold;
}
.reason-guide .reason-items .reason-header .p-note{
	color: #559a2d;
	font-size: 18px;
	font-weight: 500;
}
.reason-guide .reason-items .p-text{
	font-size: 18px;
	font-weight: bold;
}
.reason-guide .reason-items:nth-child(1){
	margin-bottom: 80px;
}
.reason-guide .reason-items:nth-child(1) .imgArea{
	width: 45%;
	height: 396px;
	margin-top: -80px;
}
.reason-guide .reason-items:nth-child(1) .contentArea{
	position: absolute;
	width: 60%;
	height: 342px;
	left: 0;
}
.reason-guide .reason-items:nth-child(1) .content-box{
	position: absolute;
	top: 50%;
	right: 0;
	transform: translate(0%, -50%);
	max-width: 653px;
	padding: 30px 40px 30px 30px;
}
.reason-guide .reason-items:nth-child(2) .imgArea{
	width: 50%;
	max-width: 781px;
	height: 320px;
}
.reason-guide .reason-items:nth-child(2) .contentArea{
	width: 54%;
	padding: 30px 30px 30px 40px;
	margin-left: -10%;
}
.reason-guide .reason-items:nth-child(2) .content-box{
	max-width: 500px;
}
.reason-guide .reason-items:nth-child(3) .imgArea{
	width: 45%;
	height: 570px;
	z-index: 3;
}
.reason-guide .reason-items:nth-child(3) .imgArea img{
	right: auto;
	left: 0;
    transform: translate(0%, -50%);
}
.reason-guide .reason-items:nth-child(3) .contentArea{
	position: absolute;
	width: 65%;
	height: 300px;
	left: 0;
	margin-top: -140px;
}
.reason-guide .reason-items:nth-child(3) .content-box{
	position: absolute;
	top: 50%;
	right: 7%;
	transform: translate(0%, -50%);
	max-width: 653px;
	padding: 30px 40px 30px 30px;
}
.reason-guide .reason-items:nth-child(4){
	margin-top: -200px;
	margin-bottom: 40px;
	z-index: 4;
}
.reason-guide .reason-items:nth-child(4) .imgArea{
	width: 30%;
	min-width: 437px;
	height: 487px;
	z-index: 3;
}
.reason-guide .reason-items:nth-child(4) .contentArea{
	width: 74%;
	padding: 30px 30px 30px 23%;
	margin-left: -20%;
}
.reason-guide .reason-items:nth-child(4) .content-box{
	max-width: 500px;
}
.reason-guide .reason-items:nth-child(5){
	margin-bottom: 80px;
}
.reason-guide .reason-items:nth-child(5) .imgArea{
	width: 45%;
	height: 298px;
	margin-bottom: -80px;
}
.reason-guide .reason-items:nth-child(5) .contentArea{
	position: absolute;
	width: 60%;
	height: 300px;
	left: 0;
}
.reason-guide .reason-items:nth-child(5) .content-box{
	position: absolute;
	top: 50%;
	right: 0;
	transform: translate(0%, -50%);
	max-width: 653px;
	padding: 30px 40px 30px 30px;
}
@media only screen and (max-width: 735px) {
	.reason-guide{
		padding: 8% 0;
	}
	.reason-guide .page-header{
		margin-bottom: 5%;
	}
	.reason-guide .reason-items{
		border-bottom: 2px solid #2d9c07;
	}
	.reason-guide .reason-items .imgArea{
		width: 100%;
	}
	.reason-guide .reason-items .imgArea img{
		position: relative;
		top: 0;
		right: 0;
		transform: translate(0);
		max-width: 100%;
		width: 100%;
	}
	.reason-guide .reason-items .reason-header{
		margin-bottom: 3%;
	}
	.reason-guide .reason-items .reason-header .step{
		margin-right: 3%;
	}
	.reason-guide .reason-items .reason-header .step img{
		width: 50px;
	}
	.reason-guide .reason-items .reason-header .ttlArea{
		width: calc(100% - 50px);
	}
	.reason-guide .reason-items .reason-header h3{
		font-size: 4vw;
	}
	.reason-guide .reason-items .reason-header .p-note{
		font-size: 3.6vw;
	}
	.reason-guide .reason-items .p-text{
		font-size: 3.6vw;
	}
	.reason-guide .reason-items:nth-child(1){
		margin-bottom: 0;
	}
	.reason-guide .reason-items:nth-child(3){
		width: 100%;
		margin-bottom: 0;
	}
	.reason-guide .reason-items:nth-child(4){
		margin-top: 0;
		margin-bottom: 0;
	}
	.reason-guide .reason-items:nth-child(5){
		margin-bottom: 0;
	}
	.reason-guide .reason-items:nth-child(1) .imgArea,
	.reason-guide .reason-items:nth-child(2) .imgArea,
	.reason-guide .reason-items:nth-child(3) .imgArea,
	.reason-guide .reason-items:nth-child(4) .imgArea,
	.reason-guide .reason-items:nth-child(5) .imgArea{
		width: 100%;
		min-width: auto;
		height: auto;
		margin: 0;
		text-align: center;
	}
	.reason-guide .reason-items:nth-child(3) .imgArea img{
		width: 50%;
	}
	.reason-guide .reason-items:nth-child(4) .imgArea img{
		width: 50%;
	}
	.reason-guide .reason-items:nth-child(3) .imgArea img{
		transform: translate(0%);
	}
	.reason-guide .reason-items:nth-child(1) .contentArea,
	.reason-guide .reason-items:nth-child(2) .contentArea,
	.reason-guide .reason-items:nth-child(3) .contentArea,
	.reason-guide .reason-items:nth-child(4) .contentArea,
	.reason-guide .reason-items:nth-child(5) .contentArea{
		box-shadow: none;
		position: relative;
		width: 100%;
		height: auto;
		left: auto;
		margin: 0;
		padding: 5%;
	}
	.reason-guide .reason-items:nth-child(1) .content-box,
	.reason-guide .reason-items:nth-child(2) .content-box,
	.reason-guide .reason-items:nth-child(3) .content-box,
	.reason-guide .reason-items:nth-child(4) .content-box,
	.reason-guide .reason-items:nth-child(5) .content-box{
		max-width: 100%;
		position: relative;
		top: auto;
		right: auto;
		transform: translate(0%);
		padding: 0;
		margin: 0;
	}
}
@media only screen and (min-width: 736px) and (max-width: 1024px){
	.reason-guide{
		padding: 40px 0;
	}
	.reason-guide .page-header{
		margin-bottom: 80px;
	}
	.reason-guide .reason-items .imgArea{
		width: 45%;
	}
	.reason-guide .reason-items .reason-header{
		margin-bottom: 15px;
	}
	.reason-guide .reason-items .reason-header .step{
		margin-right: 20px;
	}
	.reason-guide .reason-items .reason-header .step img{
		width: 90px;
	}
	.reason-guide .reason-items .reason-header .ttlArea{
		width: calc(100% - 90px);
	}
	.reason-guide .reason-items .reason-header h3{
		font-size: 20px;
	}
	.reason-guide .reason-items .reason-header .p-note{
		font-size: 16px;
	}
	.reason-guide .reason-items .p-text{
		font-size: 16px;
	}
	.reason-guide .reason-items:nth-child(1){
		margin-bottom: 30px;
	}
	.reason-guide .reason-items:nth-child(1) .imgArea{
		width: 60%;
		height: 300px;
		margin-top: -80px;
	}
	.reason-guide .reason-items:nth-child(1) .contentArea{
		position: relative;
		width: 65%;
		height: auto;
		left: auto;
		margin-right: -20%;
	}
	.reason-guide .reason-items:nth-child(1) .content-box{
		position: relative;
		top: auto;
		right: auto;
		transform: translate(0%);
		padding: 20px;
	}
	.reason-guide .reason-items:nth-child(2) .imgArea{
		width: 60%;
		height: 260px;
	}
	.reason-guide .reason-items:nth-child(2) .contentArea{
		width: 65%;
		padding: 20px;
		margin-left: -20%;
	}
	.reason-guide .reason-items:nth-child(2) .content-box{
		max-width: 500px;
	}
	.reason-guide .reason-items:nth-child(3){
		margin-top: -35px;
	}
	.reason-guide .reason-items:nth-child(3) .imgArea{
		width: 40%;
		height: auto;
		z-index: 3;
	}
	.reason-guide .reason-items:nth-child(3) .imgArea img{
		position: relative;
		top: 0;
		right: 0;
		transform: translate(0);
		max-width: 100%;
	}
	.reason-guide .reason-items:nth-child(3) .contentArea{
		width: 75%;
		height: 250px;
		margin-top: -80px;
	}
	.reason-guide .reason-items:nth-child(3) .content-box{
		right: 7%;
		padding: 20px 40px 20px 20px;
	}
	.reason-guide .reason-items:nth-child(4){
		margin-top: -140px;
		margin-bottom: 0;
		z-index: 4;
	}
	.reason-guide .reason-items:nth-child(4) .imgArea{
		width: 35%;
		min-width: auto;
		height: auto;
		z-index: 3;
	}
	.reason-guide .reason-items:nth-child(4) .imgArea img{
		position: relative;
		top: 0;
		right: 0;
		transform: translate(0);
		max-width: 100%;
	}
	.reason-guide .reason-items:nth-child(4) .contentArea{
		width: 84%;
		padding: 30px 30px 30px 23%;
		margin-left: -20%;
	}
	.reason-guide .reason-items:nth-child(4) .content-box{
		max-width: 500px;
	}
	.reason-guide .reason-items:nth-child(5){
		margin-bottom: 40px;
	}
	.reason-guide .reason-items:nth-child(5) .imgArea{
		width: 60%;
		height: 260px;
		margin-top: -80px;
	}
	.reason-guide .reason-items:nth-child(5) .contentArea{
		position: relative;
		width: 65%;
		height: auto;
		left: auto;
		margin-right: -20%;
	}
	.reason-guide .reason-items:nth-child(5) .content-box{
		position: relative;
		top: auto;
		right: auto;
		transform: translate(0%);
		padding: 20px;
	}
}
/*　　ライバー様からのお声　　*/
.voice-guide{
	background: #82b564;
}
.voice-guide .page-header .h2_ttl,
.voice-guide .page-header .caption{
	color: #ffffff;
}
.voice-guide .voice-grid .voice-list{
	background: #ffffff;
	border-radius: 20px;
	padding: 60px;
}
.voice-guide .voice-list .voice-items{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	margin-bottom: 30px;
}
.voice-guide .voice-list .voice-items:last-child{
	margin-bottom: 0;
}
.voice-guide .voice-list .voice-items:nth-child(even){
	flex-direction: row-reverse;
}
.voice-guide .voice-list .voice-items .imgArea{
	width: 14%;
}
.voice-guide .voice-list .voice-items .imgArea dl dt{
	margin-bottom: 5px;
}
.voice-guide .voice-list .voice-items .imgArea dl dd{
	color: #82b564;
	font-size: 18px;
	font-weight: 500;
	text-align: center;
}
.voice-guide .voice-list .voice-items .fukiArea{
	position: relative;
	width: 66%;
	padding: 20px;
	border-radius: 10px;
}
.voice-guide .voice-list .voice-items:nth-child(odd) .fukiArea{
	background: #ffffff;
	border: solid 3px #82b564;
	margin: 0 0 0 30px;
}
.voice-guide .voice-list .voice-items:nth-child(even) .fukiArea{
	background: #e3efdc;
	border: solid 3px #e3efdc;
	margin: 0 30px 0 0;
}
.voice-guide .voice-list .voice-items .fukiArea:before{
	content: "";
	position: absolute;
	top: 50%;
	margin-top: -12px;
	z-index: 2;
}
.voice-guide .voice-list .voice-items .fukiArea:after{
	content: "";
	position: absolute;
	top: 50%;
	margin-top: -14px;
	z-index: 1;
}
.voice-guide .voice-list .voice-items:nth-child(odd) .fukiArea:before{
	left: -24px;
	border: 12px solid transparent;
	border-right: 12px solid #FFF;
}
.voice-guide .voice-list .voice-items:nth-child(odd) .fukiArea:after{
	left: -30px;
	border: 14px solid transparent;
	border-right: 14px solid #82b564;
}
.voice-guide .voice-list .voice-items:nth-child(even) .fukiArea:before{
	right: -24px;
	border: 12px solid transparent;
	border-left: 12px solid #e3efdc;
}
.voice-guide .voice-list .voice-items:nth-child(even) .fukiArea:after{
	right: -30px;
	border: 14px solid transparent;
	border-left: 14px solid #e3efdc;
}
.voice-guide .voice-list .voice-items .fukiArea p{
	font-size: 18px;
	font-weight: 500;
}
@media only screen and (max-width: 735px) {
	.voice-guide .voice-grid .voice-list{
		border-radius: 10px;
		padding: 5%;
	}
	.voice-guide .voice-list .voice-items{
		margin-bottom: 20px;
	}
	.voice-guide .voice-list .voice-items .imgArea{
		width: 25%;
	}
	.voice-guide .voice-list .voice-items .imgArea dl dt{
		margin-bottom: 5px;
	}
	.voice-guide .voice-list .voice-items .imgArea dl dd{
		font-size: 3.26vw;
	}
	.voice-guide .voice-list .voice-items .fukiArea{
		width: 75%;
		padding: 5%;
		border-radius: 10px;
	}
	.voice-guide .voice-list .voice-items:nth-child(odd) .fukiArea{
		border: solid 2px #82b564;
		margin: 0 0 0 20px;
	}
	.voice-guide .voice-list .voice-items:nth-child(even) .fukiArea{
		border: solid 2px #e3efdc;
		margin: 0 20px 0 0;
	}
	.voice-guide .voice-list .voice-items .fukiArea:before{
		margin-top: -10px;
	}
	.voice-guide .voice-list .voice-items .fukiArea:after{
		margin-top: -12px;
	}
	.voice-guide .voice-list .voice-items:nth-child(odd) .fukiArea:before{
		left: -12px;
		border: 6px solid transparent;
		border-right: 6px solid #FFF;
	}
	.voice-guide .voice-list .voice-items:nth-child(odd) .fukiArea:after{
		left: -17px;
		border: 8px solid transparent;
		border-right: 8px solid #82b564;
	}
	.voice-guide .voice-list .voice-items:nth-child(even) .fukiArea:before{
		right: -12px;
		border: 6px solid transparent;
		border-left: 6px solid #e3efdc;
	}
	.voice-guide .voice-list .voice-items:nth-child(even) .fukiArea:after{
		right: -17px;
		border: 8px solid transparent;
		border-left: 8px solid #e3efdc;
	}
	.voice-guide .voice-list .voice-items .fukiArea p{
		font-size: 3.6vw;
	}
}
@media only screen and (min-width: 736px) and (max-width: 1024px){
	.voice-guide .voice-grid .voice-list{
		border-radius: 15px;
		padding: 40px;
	}
	.voice-guide .voice-list .voice-items{
		margin-bottom: 20px;
	}
	.voice-guide .voice-list .voice-items .imgArea{
		width: 16%;
	}
	.voice-guide .voice-list .voice-items .imgArea dl dt{
		margin-bottom: 5px;
	}
	.voice-guide .voice-list .voice-items .imgArea dl dd{
		font-size: 16px;
	}
	.voice-guide .voice-list .voice-items .fukiArea{
		width: 70%;
		padding: 15px;
		border-radius: 10px;
	}
	.voice-guide .voice-list .voice-items:nth-child(odd) .fukiArea{
		margin: 0 0 0 30px;
	}
	.voice-guide .voice-list .voice-items:nth-child(even) .fukiArea{
		margin: 0 30px 0 0;
	}
	.voice-guide .voice-list .voice-items .fukiArea p{
		font-size: 16px;
	}
}
/*　　ご利用までの流れ　　*/
.flow-guide{
	background: url(../image/bg.jpg);
	padding: 80px 0 0 0;
}
.flow-guide .page-header{
	margin-bottom: 60px;
}
.flow-guide .flow-block h3{
	text-align: center;
  margin-bottom: 80px;
  padding-top:80px;
}
.flow-guide .flow-block h3 span{
	width: 340px;
	display: inline-block;
	color: #ffffff;
	font-size: 23px;
	font-weight: 700;
	text-align: center;
	border-radius: 50px;
	padding: 10px 20px;
}
.flow-guide .flow-block01{
	margin-bottom: 170px;
}
.flow-guide .flow-block01 h3 span{
	background: #559a2d;
}
.flow-guide .flow-block02 h3 span{
	background: #82b52c;
}
.flow-guide .flow-list .flow-items{
	position: relative;
	background: #FFFFFF;
	border: 1px solid #2f2f2f;
	margin-bottom: 120px;
}
.flow-guide .flow-list .flow-items:after{
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	font-size: 40px;
	line-height: 1;
	position: absolute;
	bottom: -80px;
	right: 50%;
	color: #2f2f2f;
	content: '\f078';
	-webkit-transform: translateX(50%);
	transform: translateX(50%);
}
.flow-guide .flow-list .flow-items:last-child{
	margin-bottom: 0;
}
.flow-guide .flow-list .flow-items:last-child:after{
	content: none;
}
.flow-guide .flow-list .flow-items .imgArea{
	width: 35%;
}
.flow-guide .flow-list .flow-items .contentArea{
	width: 65%;
	padding: 20px 30px;
}
.flow-guide .flow-list .flow-items .ttlArea{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
}
.flow-guide .flow-list .flow-items .step{
	color: #559a2d;
	font-size: 51px;
	font-weight: 700;
	font-style:italic;
	margin-right: 20px;
}
.flow-guide .flow-list .flow-items h4{
	font-size: 23px;
	font-weight: 700;
}
.flow-guide .flow-list .flow-items .contact_btn{
	margin-top: 10px;
}
.flow-guide .flow-list .flow-items .contact_btn li{
	width: 48%;
}
.flow-guide .flow-list .flow-items .contact_btn li a{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	text-align: center;
	align-items: center;
	line-height: 2.4;
}
.flow-guide .flow-list .flow-items .contact_btn li span{
	margin: 0 5px;
	font-size: 20px;
	font-weight: bold;
	color: #ffffff;
}
.flow-guide .flow-list .flow-items .contact_btn .line_btn a{
	background: #59b534;
}
.flow-guide .flow-list .flow-items .contact_btn .mail_btn a{
	background: #82b5d1;
}
.flow-guide .flow-list .flow-items .p-text{
	font-size: 18px;
	font-weight: 500;
}
.flow-guide .flow-list .flow-items .contact_btn li span img{
	width: 36px;
}
.flow-block02-wrapper {
  width: 100vw;
  margin-left: calc(((100vw - 100%) / 2) * -1);
  margin-right: calc(((100vw - 100%) / 2) * -1);
  background: rgba(130,181,44,0.1);
  padding-bottom: 80px;
}

@media only screen and (max-width: 735px) {
	.flow-guide{
		padding: 8% 0 0 0;
	}
	.flow-guide .page-header{
		margin-bottom: 5%;
	}
	.flow-guide .flow-block h3{
    margin-bottom: 5%;
    padding-top: 5%;
	}
	.flow-guide .flow-block h3 span{
		width: 70%;
		font-size: 4vw;
		padding: 2% 3%;
	}
	.flow-guide .flow-block01{
		margin-bottom: 10%;
	}
	.flow-guide .flow-list .flow-items{
		margin-bottom: 15%;
	}
	.flow-guide .flow-list .flow-items:after{
		font-size: 6vw;
		bottom: -15%
	}
	.flow-guide .flow-list .flow-items .imgArea{
		position: relative;
		overflow: hidden;
		width: 100%;
		height: 120px;
	}
	.flow-guide .flow-list .flow-items .imgArea img{
		position: absolute;
		top: 0;
		right: 50%;
		transform: translate(50%, 0%);
	}
	.flow-guide .flow-list .flow-items .contentArea{
		width: 100%;
		padding: 3% 5% 5% 5%;
	}
	.flow-guide .flow-list .flow-items .step{
		font-size: 8vw;
		margin-right: 3%;
	}
	.flow-guide .flow-list .flow-items h4{
		font-size: 4vw;
	}
	.flow-guide .flow-list .flow-items .p-text{
		font-size: 3.4vw;
	}
	.flow-guide .flow-list .flow-items .contact_btn li{
		width: 49%;
	}
	.flow-guide .flow-list .flow-items .contact_btn li span{
		font-size: 4.4vw;
		margin: 0 2%;
	}
	.flow-guide .flow-list .flow-items .contact_btn li span img{
		width: 25px;
  }
  .flow-block02-wrapper {
    padding-bottom: 8%;
  }
}
@media only screen and (min-width: 736px) and (max-width: 1024px){
	.flow-guide{
		padding: 50px 0 0 0;
	}
	.flow-guide .page-header{
		margin-bottom: 40px;
	}
	.flow-guide .flow-block h3{
    margin-bottom: 50px;
    padding-top: 50px;
	}
	.flow-guide .flow-block h3 span{
		width: 340px;
		font-size: 20px;
		padding: 10px 20px;
	}
	.flow-guide .flow-block01{
		margin-bottom: 100px;
	}
	.flow-guide .flow-list .flow-items{
		margin-bottom: 80px;
	}
	.flow-guide .flow-list .flow-items:after{
		font-size: 30px;
		bottom: -60px;
	}
	.flow-guide .flow-list .flow-items .imgArea{
		width: 40%;
	}
	.flow-guide .flow-list .flow-items .contentArea{
		width: 60%;
		padding: 10px 20px;
	}
	.flow-guide .flow-list .flow-items .step{
		font-size: 40px;
		margin-right: 15px;
	}
	.flow-guide .flow-list .flow-items h4{
		font-size: 20px;
	}
	.flow-guide .flow-list .flow-items .p-text{
		font-size: 15px;
	}
	.flow-guide .flow-list .flow-items .contact_btn li span{
		font-size: 18px;
	}
	.flow-guide .flow-list .flow-items .contact_btn li span img{
		width: 27px;
  }
  .flow-block02-wrapper {
    padding-bottom: 50px;
  }
}
/*　　よくあるご質問　　*/
.faq-guide{
	background: url(../image/square.png);
	padding: 80px 0;
}
.faq-guide .faq-list .faq-items{
	background: #82b564;
	border: 2px solid #82b564;
	border-radius: 20px;
	margin-bottom: 20px;
}
.faq-guide .faq-list .faq-items:last-child{
	margin-bottom: 0;
}
.faq-guide .faq-list .faq-items .dl_table{
	width: 100%;
	display: table;
}
.faq-guide .faq-list .faq-items .dl_table dt,
.faq-guide .faq-list .faq-items .dl_table dd{
	display: table-cell;
}
.faq-guide .faq-list .faq-items .question{
	position: relative;
	padding: 10px 20px;
	cursor: pointer;
}
.faq-guide .faq-list .faq-items .question:after{
	content: "＋";
	position: absolute;
	right: 15px;
	top: 10%;
	transition: all 0.2s ease-in-out;
	display: block;
	color: #ffffff;
	font-size: 30px;
	font-weight: bold;
}
.faq-guide .faq-list .faq-items .question.open:after{
	content: "×";
	top: 10%;
	right: 20px;
}
.faq-guide .faq-list .faq-items .question dt{
	width: 45px;
}
.faq-guide .faq-list .faq-items .question dt span{
	display: inline-block;
	background: #ffffff;
	color: #82b564;
	text-align: center;
	width: 35px;
	height: 35px;
	font-size: 23px;
	font-weight: 700;
	line-height: 35px;
	border-radius: 50%;
}
.faq-guide .faq-list .faq-items .question dd{
	width: calc(100% - 45px);
	color: #ffffff;
	font-size: 23px;
	font-weight: 700;
}
.faq-guide .faq-list .faq-items .answer{
	display: none;
	background: #ffffff;
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
	padding: 20px;
}
.faq-guide .faq-list .faq-items .answer dt{
	width: 45px;
}
.faq-guide .faq-list .faq-items .answer dt span{
	display: inline-block;
	background: #82b564;
	color: #ffffff;
	text-align: center;
	width: 35px;
	height: 35px;
	font-size: 23px;
	font-weight: 700;
	line-height: 35px;
	border-radius: 50%;
}
.faq-guide .faq-list .faq-items .answer dd{
	width: calc(100% - 45px);
	font-size: 18px;
	font-weight: 500;
}
@media only screen and (max-width: 735px) {
	.faq-guide{
		padding: 8% 0;
	}
	.faq-guide .faq-list .faq-items{
		border-radius: 10px;
		margin-bottom: 3%;
	}
	.faq-guide .faq-list .faq-items .question{
		padding: 3%;
	}
	.faq-guide .faq-list .faq-items .question dt{
		width: 35px;
	}
	.faq-guide .faq-list .faq-items .question dt span{
		width: 30px;
		height: 30px;
		font-size: 18px;
		line-height: 30px;
	}
	.faq-guide .faq-list .faq-items .question dd{
		width: calc(100% - 35px);
		font-size: 4vw;
		padding-right: 3%;
	}
	.faq-guide .faq-list .faq-items .answer{
		border-bottom-left-radius: 10px;
		border-bottom-right-radius: 10px;
		padding: 3%;
	}
	.faq-guide .faq-list .faq-items .answer dt{
		width: 35px;
	}
	.faq-guide .faq-list .faq-items .answer dt span{
		width: 30px;
		height: 30px;
		font-size: 20px;
		line-height: 30px;
	}
	.faq-guide .faq-list .faq-items .answer dd{
		width: calc(100% - 35px);
		font-size: 3.6vw;
	}
	.faq-guide .faq-list .faq-items .question:after{
		right: 10px;
		top: 20%;
		font-size: 5vw;
	}
	.faq-guide .faq-list .faq-items .question.open:after{
		top: 20%;
		right: 15px;
	}
}
@media only screen and (min-width: 736px) and (max-width: 1024px){
	.faq-guide{
		padding: 50px 0;
	}
	.faq-guide .faq-list .faq-items{
		border-radius: 15px;
		margin-bottom: 20px;
	}
	.faq-guide .faq-list .faq-items .question{
		padding: 10px 15px;
	}
	.faq-guide .faq-list .faq-items .question dt span{
		font-size: 20px;
	}
	.faq-guide .faq-list .faq-items .question dd{
		font-size: 20px;
	}
	.faq-guide .faq-list .faq-items .answer{
		border-bottom-left-radius: 15px;
		border-bottom-right-radius: 15px;
		padding: 15px;
	}
	.faq-guide .faq-list .faq-items .answer dt span{
		font-size: 20px;
	}
	.faq-guide .faq-list .faq-items .answer dd{
		font-size: 16px;
	}
}
/*　　お問い合わせはこちら　　*/
.contact-guide{
	background: url(../image/bg.jpg);
	padding: 0;
}
.contact-guide .page-header{
	position: relative;
	background: #426240;
	padding: 50px 0;
}
.contact-guide .page-header:after {
	position: absolute;
	bottom: -25px;
	right: 50%;
	width: 0;
	height: 0;
	content: '';
	border-width: 30px 40px 0 40px;
	border-style: solid;
	border-color: #426240 transparent transparent transparent;
	-webkit-transform: translateX(50%);
	transform: translateX(50%);
}
.contact-guide .page-header .h2_ttl,
.contact-guide .page-header .caption{
	color: #ffffff;
}
.contact-grid{
	padding: 40px 20px 60px 20px;
}
.contact-grid h3{
	font-size: 30px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 60px;
}
.contact-grid .contact-box{
	position: relative;
	background: #ffffff;
	border: 2px solid #82b564;
	padding: 60px 60px 40px 60px;
	border-radius: 10px;
}
.contact-grid .contact-box h4{
	position: absolute;
	right: 50%;
	top: -30px;
	-webkit-transform: translateX(50%);
	transform: translateX(50%);
	text-align: center;
	padding: 15px 40px 10px 40px;
	color: #ff5f00;
	font-size: 30px;
	font-weight: bold;
	border-radius: 50px;
	line-height: 1;
	background: #ffdf5c;
}
.contact-grid .contact-box .p-text{
	font-size: 23px;
	font-weight: 700;
	text-align: center;
}
.contact-grid .contact-box .p-text span{
	font-weight: bold;
}
.contact-grid .contact-box .p-text2{
	font-size: 25px;
	font-weight: 700;
	color: #ff5f00;
	text-align: center;
}
.contact-grid .contact-box .contact_btn{
	margin-top: 30px;
}
.contact-grid .contact-box .contact_btn li{
	width: 48%;
}
.contact-grid .contact-box .contact_btn li a{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	color: #ffffff;
	text-align: center;
	align-items: center;
	padding: 10px 0;
}
.contact-grid .contact-box .contact_btn li span{
	margin: 0 5px;
	font-size: 30px;
	font-weight: bold;
}
.contact-grid .contact-box .contact_btn .line_btn a{
	background: #59b534;
}
.contact-grid .contact-box .contact_btn .mail_btn a{
	background: #82b5d1;
}
.contact-grid .contact-box .contact-items{
	border-top: 1px solid #b8b8b8;
	margin-top: 30px;
	padding-top: 20px;
}
.contact-grid .contact-box .contact_tel li{
	text-align: center;
}
.contact-grid .contact-box .contact_tel a{
	font-size: 50px;
	font-weight: bold;
}
.contact-grid .contact-box .contact_tel a i{
	color: #82b564;
	transform: rotate( -45deg );
}
.contact-grid .contact-box .reception{
	text-align: center;
	margin-top: 10px;
}
.contact-grid .contact-box .reception li{
	display: inline-block;
}
.contact-grid .contact-box .reception .time{
	font-size: 20px;
	font-weight: 700;
	margin-right: 30px;
}
.contact-grid .contact-box .reception .time span{
	font-size: 20px;
	color: #ffffff;
	font-weight: 700;
	background: #82b564;
	padding: 3px 20px;
	margin-right: 10px;
}
.contact-grid .contact-box .reception .note span{
	font-size: 18px;
	color: #82b564;
	font-weight: 700;
	border: 2px solid #82b564;
	border-radius: 5px;
	padding: 3px 20px;
}
@media only screen and (max-width: 735px) {
	.contact-guide .page-header{
		padding: 5% 0;
	}
	.contact-guide .page-header:after {
		bottom: -15px;
		border-width: 20px 20px 0 20px;
	}
	.contact-grid{
		padding: 20px 0 5% 0;
	}
	.contact-grid h3{
		font-size: 5vw;
		margin-bottom: 10%;
	}
	.contact-grid .contact-box{
		padding: 10% 5% 5% 5%;
	}
	.contact-grid .contact-box h4{
		width: 80%;
		top: -5%;
		padding: 3%;
		font-size: 5vw;
	}
	.contact-grid .contact-box .p-text{
		font-size: 4vw;
	}
	.contact-grid .contact-box .p-text2{
		font-size: 4.4vw;
	}
	.contact-grid .contact-box .contact_btn{
		display: block;
		margin-top: 3%;
	}
	.contact-grid .contact-box .contact_btn li{
		width: 100%;
		margin-bottom: 2%;
	}
	.contact-grid .contact-box .contact_btn li a{
		padding: 10px 0;
	}
	.contact-grid .contact-box .contact_btn li span{
		margin: 0 5px;
		font-size: 4.6vw;
	}
	.contact-grid .contact-box .contact_btn li span img{
		width: 30px;
	}
	.contact-grid .contact-box .contact-items{
		margin-top: 5%;
		padding-top: 3%;
	}
	.contact-grid .contact-box .contact_tel a{
		font-size: 8vw;
	}
	.contact-grid .contact-box .reception{
		margin-top: 3%;
	}
	.contact-grid .contact-box .reception li{
		display: block;
		margin-bottom: 2%;
	}
	.contact-grid .contact-box .reception .time{
		font-size: 3.8vw;
		margin-right: 0
	}
	.contact-grid .contact-box .reception .time span{
		font-size: 3.8vw;
		padding: 3px 10px;
		margin-right: 5%;
	}
	.contact-grid .contact-box .reception .note span{
		font-size: 3.6vw;
		padding: 3px 10px;
	}
}
@media only screen and (min-width: 736px) and (max-width: 1024px){
	.contact-guide .page-header{
		padding: 30px 0;
	}
	.contact-guide .page-header:after {
		border-width: 30px 30px 0 30px;
	}
	.contact-grid{
		padding: 30px 20px 40px 20px;
	}
	.contact-grid h3{
		font-size: 26px;
		margin-bottom: 50px;
	}
	.contact-grid .contact-box{
		padding: 50px 40px 30px 40px;
	}
	.contact-grid .contact-box h4{
		top: -30px;
		padding: 15px 40px 10px 40px;
		font-size: 26px;
	}
	.contact-grid .contact-box .p-text{
		font-size: 20px;
	}
	.contact-grid .contact-box .p-text2{
		font-size: 22px;
	}
	.contact-grid .contact-box .contact_btn{
		margin-top: 20px;
	}
	.contact-grid .contact-box .contact_btn li a{
		padding: 10px 0;
	}
	.contact-grid .contact-box .contact_btn li span{
		margin: 0 5px;
		font-size: 24px;
	}
	.contact-grid .contact-box .contact_btn li span img{
		width: 40px;
	}
	.contact-grid .contact-box .contact-items{
		margin-top: 20px;
		padding-top: 20px;
	}
	.contact-grid .contact-box .contact_tel a{
		font-size: 40px;
	}
	.contact-grid .contact-box .reception{
		margin-top: 10px;
	}
	.contact-grid .contact-box .reception .time{
		font-size: 18px;
		margin-right: 20px;
	}
	.contact-grid .contact-box .reception .time span{
		font-size: 18px;
		padding: 3px 10px;
		margin-right: 10px;
	}
	.contact-grid .contact-box .reception .note span{
		font-size: 16px;
		padding: 3px 10px;
	}
}
/*　　お問い合わせフォーム　　*/
.contactus-guide{
	background: #82b564;
}
.contactus-guide .page-header .h2_ttl,
.contactus-guide .page-header .caption{
	color: #ffffff;
}
.contactus-guide .contactus-grid .form-box{
	background: #ffffff;
	margin-bottom: 80px;
	border-radius: 20px;
	padding: 40px;
}
.contactus-guide .contactus-grid .form-box th{
	width: 300px;
	padding: 10px 0;
	vertical-align: middle;
}
.contactus-guide .contactus-grid .form-box th h4{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
}
.contactus-guide .contactus-grid .form-box th span{
	display: inline-block;
	font-size: 18px;
	font-weight: bold;
}
.contactus-guide .contactus-grid .form-box th .ttl{
	font-size: 23px;
	line-height: 1.2;
}
.contactus-guide .contactus-grid .form-box th .ttl span{
	font-size: 18px;
}
.contactus-guide .contactus-grid .form-box th .required{
	background: #ffdf5c;
	padding: 5px 10px;
	margin-right: 10px;
	line-height: 1;
}
.contactus-guide .contactus-grid .form-box td{
	width: calc(100% - 300px);
	font-size: 23px;
	font-weight: bold;
	padding: 10px 0;
	vertical-align: middle;
}
.form-box td input.text{
	width: 100%;
	height: 60px;
	padding: 0 20px;
	background: #ffffff;
	border: 1px solid #2f2f2f;
}
.form-box td textarea{
	width: 100%;
	height: 200px;
	padding: 20px;
	background: #ffffff;
	border: 1px solid #2f2f2f;
}
.contactus-guide .contactus-grid .submit_btn{
	text-align: center;
}
.contactus-guide .contactus-grid .submit_btn li{
	width: 90%;
	max-width: 360px;
	display: inline-block;
}
.contactus-guide .contactus-grid input.submit{
	width: 100%;
	display: block;
	position: relative;
	text-align: center;
	line-height: 2.4;
	background: #ffdf5c;
	color: #2f2f2f;
	font-size: 23px;
	font-weight: bold;
	border: none;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	cursor: pointer;
}
@media only screen and (max-width: 735px) {
	.contactus-guide .contactus-grid .form-box{
		border-radius: 10px;
		margin-bottom: 5%;
		padding: 5%;
	}
	.contactus-guide .contactus-grid .form-box th,
	.contactus-guide .contactus-grid .form-box td{
		display: block;
		width: 100%;
		padding: 3% 0;
	}
	.contactus-guide .contactus-grid .form-box th{
		padding: 3% 0;
	}
	.contactus-guide .contactus-grid .form-box th span{
		font-size: 3.26vw;
	}
	.contactus-guide .contactus-grid .form-box th .ttl{
		font-size: 3.8vw;
	}
	.contactus-guide .contactus-grid .form-box th .ttl span{
		font-size: 3.26vw;
	}
	.contactus-guide .contactus-grid .form-box td{
		font-size: 3.8vw;
		padding: 0 0 3% 0;
	}
	.contactus-guide .contactus-grid .form-box tr:last-child td{
		padding: 0;
	}
	.contactus-guide .contactus-grid .form-box td ul li{
		font-size: 3.26vw;
	}
	.form-box td input.text{
		height: 40px;
	}
	.contactus-guide .contactus-grid .submit_btn li{
		width: 60%;
	}
	.contactus-guide .contactus-grid input.submit{
		font-size: 4vw;
	}
}
@media only screen and (min-width: 736px) and (max-width: 1024px){
	.contactus-guide .contactus-grid .form-box{
		border-radius: 15px;
		margin-bottom: 40px;
		padding: 30px;
	}
	.contactus-guide .contactus-grid .form-box th{
		width: 220px;
	}
	.contactus-guide .contactus-grid .form-box th span{
		font-size: 14px;
	}
	.contactus-guide .contactus-grid .form-box th .ttl{
		font-size: 18px;
	}
	.contactus-guide .contactus-grid .form-box th .ttl span{
		font-size: 14px;
	}
	.contactus-guide .contactus-grid .form-box td{
		width: calc(100% - 220px);
		font-size: 18px;
		padding: 10px 0;
	}
	.form-box td input.text{
		height: 40px;
	}
	.contactus-guide .contactus-grid .submit_btn li{
		width: 60%;
	}
	.contactus-guide .contactus-grid input.submit{
		font-size: 20px;
	}
}