@charset "UTF-8";
/* CSS Document */

#contents .titleWrap{
	background-image: url(../images/flow/titlebk.png)
}

/*----------------------------------------------------
	       
----------------------------------------------------*/
.flowContents .flowWrap{
	margin: 20px 0 60px;
}
.flowContents .flowWrap:nth-child(odd)  .inner{
	-webkit-flex-direction: row-reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}
.flowWrap .flowNum{
	position: relative;
	text-align: center;
}
.flowWrap .flowNum span{
	font-size: 3.75em;
	background: #fff;
	padding: 0 25px;
	position: relative;
	z-index: 10;
}
.flowWrap .flowNum::before{
	content: "";
	width: 100%;
	height: 1px;
	background: #a0a0a0;
	position: absolute;
	top: 50%;
	left: 0;
	z-index: 5;
}
.flowWrap .inner{
	margin: 35px 0 0;
}
.flowWrap .ttl{
	font-size: 1.875em;
	margin: 0 0 20px;
	color: #4072b3;
}

.flowWrap .pic{
	width: 40%;
}
.flowWrap .desc{
	width: 55%;
	line-height: 2.0;
}
@media (max-width: 767px) {
	.flowContents .flowWrap{
	margin: 10px 0 30px;
}

.flowWrap .flowNum span{
	padding: 0 25px;
}

.flowWrap .inner{
	margin: 15px 0 0;
}
.flowWrap .ttl{
	text-align: center;
	margin: 15px 0 10px;
}

.flowWrap .pic{
	width: 100%;
	text-align: center;
}
.flowWrap .desc{
	width: 100%;
	line-height: 1.8;
}
}