#fview_intro {
	background:#29D1BF;
	position:relative;
	height:510px;
}

#fview_intro .inner {
	left:-10px;
	position:relative;
}

.fview_img {
	width:368px;
	height:510px;
	margin-right:60px;
}

.fview_txt {
	width:390px;
}

.fview_txt figure {
	margin-bottom:40px;
}

.fview_txt h1 {
	font-size:2.4rem;
	margin-bottom:1em;
	text-align:left;
	line-height:1.5em;
}

.point_flow {
	margin:100px auto 80px;
}

.point_step {
	max-width:810px;
	margin:0 auto;
}

.point_flow h2 {
	font-size:2.4rem;
	margin-bottom:2em;
	padding-bottom:1em;
	position:relative;
}

.point_flow h2::after {
	content:"";
	display:block;
	width:1.5em;
	height:2px;
	background:#000;
	position:absolute;
	bottom:0;
	left:0;
	right:0;
	margin: 0 auto;
}

.point_step li {
	width:30%;
	max-width:224px;
}

.point_step li h3 {
	font-size:2rem;
	padding:0.5em 0 0 0;
	border-top:2px solid #000;
	margin-bottom:1em;
}

.point_step li p {
	font-size:1.4rem;
	line-height:1.5em;
}

.point_step figure {
	width: 100%;
	height:164px;
	margin-bottom:4px;
}


/* --- ver sp --- */

@media screen and (max-width:768px){

	#fview_intro {
		padding-top:20vw;
		height:auto;
	}
	
	#fview_intro .inner {
		left:auto;
		position:relative;
	}
	
	.fview_img {
		width:100%;
		height:auto;
		margin-right:0;
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
		text-align: center;
	}

	.fview_img img {
		width:70vw;
		height:77.63675vw;
	}
	
	.fview_txt {
		width:100%;
		margin-bottom:10vw;
		padding: 0 5vw;
	}
	
	.fview_txt figure {
		margin-bottom:10vw;
	}

	.fview_txt figure img {
		width:80vw;
		height:18.22vw;
	}
	
	.fview_txt h1 {
		font-size:6vw;
		text-align:center;
	}
	
	.point_flow {
		margin:15vw auto 20vw;
	}
	
	.point_step {
		max-width:100%;
		margin:0 auto;
	}
	
	.point_flow h2 {
		font-size:5vw;
	}
	
	
	.point_step li {
		width:100%;
		max-width:100%;
		padding:0 10vw;
		margin-bottom:10vw;
	}
	
	.point_step li h3 {
		font-size:4.5vw;
	}
	
	.point_step li p {
		font-size:3.5vw;
	}
	
	.point_step figure {
		height:auto;
		margin-bottom:2.5vw;
	}

	.point_step li:nth-of-type(1) figure img {
		width:43.97275vw;
		height:35.75vw;
	}
	
	.point_step li:nth-of-type(2) figure img {
		width:32.6015vw;
		height:27.371vw;
	}
	
	.point_step li:nth-of-type(3) figure img {
		width:47.48825vw;
		height:39.34775vw;
	}
	


}