@charset "utf-8";
/* CSS Document */

.main-title-wrap {
	background: url(../images/process/title_bk.jpg) center 0 /cover no-repeat;
}
/*---------------------------------------------------------------------
					
-----------------------------------------------------------------------*/
.process-hed .lead{
	color: #2dade9;
	text-align: center;
	font-size: 2.4rem;
	margin-bottom: 15px;
}
.process-hed .txt{
	text-align: center;
	margin-bottom: 30px;
}
.process-bk{
	height: 213px;
	background-size: cover;
}
.process-item{
	margin-bottom: 50px;
}
.process-ttl{
	background: #2dade9;
	margin-top: -115px;
	color: #fff;
	text-align: center;
	padding: 30px;
}
.process-ttl .num{
	font-size: 3.4rem;
	line-height: 1;
}
.process-ttl .num span{
	display: block;
	font-size: 2.6rem;
}
.process-ttl h3{
	position: relative;
	font-size: 2.4rem;
	margin-top: 15px;
}
.process-ttl h3::before{
	content: '';
	width: 210px;
	display: block;
	height: 2px;
	background: #d5e623;
	margin-bottom: 10px;
}
.process-list .process-item:nth-child(even) .item{
	-webkit-flex-direction: row-reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}
.process-item .item .lead{
	margin: 15px 0 0 15px;
	color: #001e4b;
	font-size: 1.8rem;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
}
.process-item .item .desc{
	width: 100%;
}
.process-item .box{
	margin-top: 15px;
}
.process-item .box .pic{
	width: 30%;
	margin-left: 20px;
} 
.process-item .box .txt{
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	padding-left: 20px;
	line-height: 2;
}
@media (max-width: 768px) {
.process-hed .lead{
	font-size: 2rem;
	margin-bottom: 10px;
}

.process-item{
	margin-bottom: 30px;
}
.process-ttl{
	width: 100%;
	background: #2dade9;
	margin-top: -80px;
	padding: 20px;
}
.process-ttl h3::before{
	width:100%;
}

.process-item .item .lead{
	margin: 15px 0 0 0;
}
.process-item .item .desc{
	width: 100%;
}
.process-item .box{
	margin-top: 15px;
}
.process-item .box .pic{
	width: 100%;
	margin-left:0;
} 
.process-item .box .txt{
	padding-left: 0;
}
}