@charset "utf-8";


/*------------------------------------------------------------
	
	
	flow.css


------------------------------------------------------------*/

#flow-area {
	width: 100%;
}

@media only screen and (min-width: 813px) {
	
	#flow-area {
		width: 1180px;
		margin: 0 auto;
	}

}


#flow-area .flow-box {
	background: #fff;
	box-shadow: 0 0 20px 0 rgba(0,0,0,0.15);
	padding: 25px;
	margin-bottom: 110px;
	position: relative;
}

#flow-area .flow-box:last-child {
	margin-bottom: 0;
}

#flow-area .flow-box:not(:last-child):after {
	display: block;
	content: '';
	background: url(../img/flow/flow-arrow.svg) center center / contain no-repeat;
	width: 62px;
	height: 68px;
	position: absolute;
	bottom: -88px;
	left: 50%;
	transform: translateX(-50%);
}

@media only screen and (min-width: 813px) {
	
	#flow-area .flow-box {
		padding: 70px 60px;
		margin-bottom: 160px;
	}
	
	#flow-area .flow-box:not(:last-child):after {
		width: 92px;
		height: 100px;
		bottom: -130px;
	}
	
}

#flow-area .flow-box figure {
	margin-bottom: 20px;
}

@media only screen and (min-width: 813px) {
	
	#flow-area .flow-box figure {
		margin: 0;
	}
	
	#flow-area .flow-box .one-half {
		width: 520px;
		margin-right: 60px;
	}
	
	#flow-area .flow-box .one-half:last-child {
		width: 480px;
		margin: 0;
	}
	
}

#flow-area .flow-box h3 {
	font: 500 7vw/1 'heisei-mincho-std';
	text-align: center;
	margin-bottom: 15px;
}

#flow-area .flow-box h3 span {
	display: inline-block;
	position: relative;
	z-index: 1;
}

#flow-area .flow-box h3 span:before {
	content: '';
	display: block;
	background-image: linear-gradient(91deg, rgba(158,197,243,0.80) 0%, rgba(189,230,255,0.80) 100%);
	width: 100%;
	height: 10px;
	position: absolute;
	bottom: 0;
	z-index: -1;
}

@media only screen and (min-width: 813px) {
	
	#flow-area .flow-box h3 {
		font-size: 3.6rem;
		text-align: left;
		margin-bottom: 40px;
	}
	
}

#faq-area {
	margin-top: 25px;
}


@media only screen and (min-width: 813px) {
	
	#faq-area {
		margin-top: 40px;
	}
	
	#faq-area dl {
		padding: 20px 30px 20px 60px;
	}
	
	
}




