/* // flowItemWrap //
----------------------------------------------- */
.flowItemWrap {
	
}
.flowItemWrap .flowItem {
	margin-bottom:60px;
}
.flowItemWrap .flowItem .image1 {
	margin-bottom:20px;
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center center;
	display:block;
	height:260px;
}

/* // ________SP________ // */
@media screen and (max-width: 840px)  {
	.flowItemWrap {
		
	}
	.flowItemWrap .flowItem {
		margin-bottom:50px;
	}
	.flowItemWrap .flowItem .image1 {
		margin-bottom:16px;
		height:130px;
	}
}

/* // flowIndex //
----------------------------------------------- */
.flowIndex {
	display: flex;
	display: -ms-flexbox;
	justify-content: center ;
	-ms-justify-content: center ;
}
.flowIndex li {
	width:140px;
	margin-right:25px;
}
.flowIndex li:last-of-type {
	margin-right:0;
}
.flowIndex li a{
	display:block;
	box-shadow: 0 0 7px rgba(0,0,0,0.15);
	background-color:#FFF;
	padding:5px;
	padding:relative;
}
.flowIndex li a .inner{
	display:block;
	overflow:hidden;
	position:relative;
}
.flowIndex li a .inner:after{
	content:" ";
	position:absolute;
	display:block;
	width:30px;
	height:30px;
	background-color:#3575C0;
	right:0px;
	bottom:0px;
	transform: translate(50%,50%) rotate(45deg);
}
.flowIndex li a .num{
	display: flex;
	display: -ms-flexbox;
	align-items: center;
	-ms-align-items: center;
	justify-content: center;
	-ms-justify-content: center;
	height:60px;
	font-size:42px;
	position:relative;
}
.flowIndex li a .num:after{
	content:" ";
	position:absolute;
	display:block;
	width:85%;
	height:1px;
	background-color:#3575C0;
	left:50%;
	bottom:0px;
	transform: translateX(-50%);
}
.flowIndex li a .text{
	display: flex;
	display: -ms-flexbox;
	align-items: center;
	-ms-align-items: center;
	justify-content: center;
	-ms-justify-content: center;
	height:65px;
	padding-top:4px;
	position:relative;
	text-align:center;
	font-weight:600;
	font-size:16px;
	line-height:1.4;
	color:#000;
}

/* // ________SP________ // */
@media screen and (max-width: 840px)  {
	.flowIndex {
		flex-wrap: wrap;
		-ms-flex-wrap : wrap;
	}
	.flowIndex li {
		width:100px;
		margin:0 4px 7px;
	}
	.flowIndex li:last-of-type {
		margin-right:4px;
	}
	.flowIndex li a{
		box-shadow: 0 0 5px rgba(0,0,0,0.15);
		padding:3px;
	}
	.flowIndex li a .inner:after{
		width:22px;
		height:22px;
	}
	.flowIndex li a .num{
		height:40px;
		font-size:30px;
	}
	.flowIndex li a .text{
		height:50px;
		padding-top:2px;
		font-weight:500;
		font-size:13px;
		line-height:1.4;
	}
}


/* // layout1 //
----------------------------------------------- */
.layout1 {
	display: flex;
	display: -ms-flexbox;
	align-items: center ;
	-ms-align-items: center ;
	justify-content: center ;
	-ms-justify-content: center ;
}
.layout1 .image {
	width:380px;
	margin-right:30px;
	border:1px solid #ddd;
}
.layout1 .image img {
	width:100%;
}
.layout1 .contents {
	// width:calc(100% - 380px);
}

/* // ________SP________ // */
@media screen and (max-width: 840px)  {
	.layout1 {
		display: block;
	}
	.layout1 .image {
		width:80%;
		margin:0 auto 20px;
	}
	.layout1 .contents {
		// width:calc(100% - 380px);
	}
}



/* // xxx //
----------------------------------------------- */

/* // ________SP________ // */
@media screen and (max-width: 840px)  {
	
}









