.fmtg6th-process-first-block {
	background-color: #6c8092;
	padding: 70px 0 40px;
}

.fmtg6th-process-second-block {
	background-color: #e7edf3;
	padding: 70px 0 40px;
}	

.fmtg6th-process-title {
	max-width: 1250px;
	margin: 0 auto 30px;
}

.fmtg6th-process-title img {
	height: 135px;
}

.fmtg6th-process-container {
	display: grid;
	grid-template-columns: 50px 680px 460px;
	grid-template-rows: 185px 185px 60px;
	grid-column-gap: 30px;
	grid-row-gap: 30px;
	max-width: 1250px;
	margin: 0 auto;
	}

.fmtg6th-process-container-second {
	display: grid;
	grid-template-columns: 50px 680px 460px;
	grid-template-rows: 185px 185px 60px;
	grid-column-gap: 30px;
	grid-row-gap: 30px;
	max-width: 1250px;
	margin: 0 auto;
	}

.fmtg6th-process-container img {
	width: 100%;
}

.fmtg6th-process-container-second img {
	width: 100%;
}


.fmtg6th-process-container-space { 
	grid-area: 1 / 1 / 6 / 2; 
}

.fmtg6th-process-container-mainimg { 
	grid-area: 1 / 2 / 4 / 3; 
}

.fmtg6th-process-container-text { 
	grid-area: 4 / 2 / 6 / 3; 
}

.fmtg6th-process-container-illust { 
	grid-area: 1 / 3 / 3 / 4;
	margin: 0 0 0 auto;
	padding-right: 30px;
	width: 350px;
}

.fmtg6th-process-container-subimg { 
	grid-area: 3 / 3 / 6 / 4;
}	

.fmtg6th-process-container-second-illust { 
	grid-area: 1 / 3 / 3 / 4;
	margin: 0 0 0 auto;
	padding-right: 30px;
	width: 350px;
}

.fmtg6th-process-container-second-subimg { 
	grid-area: 3 / 3 / 6 / 4;
}

.fmtg6th-process-container-illust-pconly {
	display: block;
} 

.fmtg6th-process-container-illust-sponly {
	display: none;
} 

.fmtg6th-process-container-text p {
	font-size: 16px;
	line-height: 1.8;
} 

.fmtg6th-process-first-text {
	color: #fff;
}

.fmtg6th-process-second-text {
	color: #384f64;
}	

/*==================SPここから==================*/
@media screen and (max-width:768px) {	

	.fmtg6th-process-first-block {
		background-color: #6c8092;
		padding: 70px 20px 40px;
	}

	.fmtg6th-process-second-block {
		background-color: #e7edf3;
		padding: 40px 20px;
	}	

	.fmtg6th-process-title {
		margin: 0 auto 30px;
	}

	.fmtg6th-process-title img {
		height: 85px;
	}
		
	.fmtg6th-process-container {
		display: grid;
		grid-template-columns: 32% 65%;
		grid-template-rows: auto;
		grid-column-gap: 10px;
		grid-row-gap: 30px;
		max-width: 1250px;
		margin: 0 auto;
		}
	
	.fmtg6th-process-container-second {
		display: grid;
		grid-template-columns: 65% 32%;
		grid-template-rows: auto;
		grid-column-gap: 10px;
		grid-row-gap: 30px;
		max-width: 1250px;
		margin: 0 auto;
		}	

	.fmtg6th-process-container-space { 
		display: none;
		}

	.fmtg6th-process-container-mainimg { 
		grid-area: 1 / 1 / 2 / 3; 
		}

	.fmtg6th-process-container-text { 
		grid-area: 3 / 1 / 4 / 3; 
		}

	.fmtg6th-process-container-illust { 
		grid-area: 2 / 1 / 3 / 2;
		padding-right: 0;
		width: auto;
		}

	.fmtg6th-process-container-subimg { 
		grid-area: 2 / 2 / 3 / 3;
		}	
	
	.fmtg6th-process-container-second-illust { 
		grid-area: 2 / 2 / 3 / 3;
		padding-right: 0;
		width: auto;
		}

	.fmtg6th-process-container-second-subimg { 
		grid-area: 2 / 1 / 3 / 2;
		}	
	
	.fmtg6th-process-container-illust-pconly {
		display: none;
} 

	.fmtg6th-process-container-illust-sponly {
		display: block;
	} 

}