@charset "UTF-8";




/*==============================
		titleimg
==============================*/

.titleimg{
	background: url(./img/titleimg.png) center / cover no-repeat;
}


.icon{
	font-size:0px;
	letter-spacing: normal;
}

.flow{
	position: relative;
	display:inline-block;
	width:20%;
	margin-right: 5%;
	vertical-align:top;
	font-size: 14px;
	margin-bottom:3%;
	margin-top:6%;
	text-align:center;
}

.flow:nth-child(5n+8){
	margin-bottom: 25%;
}

.flow:after{
	content: '\f061';
	top:181px;
    right:-18%;
   position: absolute;
	font-family: "Font Awesome 5 Free";
	font-weight: bold;
	font-size: 35px;
	color: #ffcf59;
}

.flow:last-child:after{
	display: none;
}

.flow img{
	width: 60%;
}

.flow h3{
	font-size: 17px;
    font-weight: bold;
	margin-bottom:4%;
	margin-top: 15%;
	text-align: left;
}

.flow p{
	text-align: left;
}

.flow span{
	font-weight: bold;
	color: #0075bf;
}


/*==============================
		小ブラウザ設定
==============================*/


@media (max-width: 1280px){
	

}

/*==============================
		tab設定
==============================*/


@media (max-width: 1080px){
	
	

	

}

/*==============================
		SP設定
==============================*/


@media (max-width: 768px){
	
	.icon{
		margin: 0 auto;
	}
	
	.flow{
		margin: 0 auto;
		width:100%;
		margin-bottom:15%;
		margin-top:10%;
	}

.flow:nth-child(8n){
	margin-bottom: 30%;
}

.flow:after{
	content: '\f063';
	top: auto;
	left: auto;
	right: auto;
	bottom: -15%;
   position: absolute;
	font-family: "Font Awesome 5 Free";
	font-weight: bold;
	font-size: 25px;
}

.flow img{
	width: 40%;
}

}

