@charset "utf-8";

/*=============================================
	
	タイトル枠
	
==============================================*/
#top_title_wrap {
	text-align: center;
	color: #FFF;
	position: relative;
	margin: 0 0 0;
}
#top_title_wrap .title_img {
	position: relative;
}
#top_title_wrap .title_img:after {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	content: "";
	background: #000;
	opacity: 0.3;
	display:block;
}
#top_title_wrap h3 {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 100%;
	font-size: 3.6em;
	line-height: 1.0em;
	transform: translate(-50%, -50%);
}
#top_title_wrap p.sub {
	position: absolute;
	left: 50%;
	top: 60%;
	width: 100%;
	font-size: 1.1em;
	line-height: 1.0em;
	transform: translate(-50%, -50%);
}

@media print, screen and (min-width: 769px) {
	#top_title_wrap {
		padding: 0 0;
		text-align: center;
		margin: 0 0 0;
		max-height: 560px;
		overflow: hidden;
	}
	#top_title_wrap h3 {
		font-size: 56px;
	}
	#top_title_wrap p.sub {
		font-size: 14px;
	}
}

/*=============================================
	
	流れ詳細
	
==============================================*/
#flow_list {
	padding: 4em 0 3em;
	background: #F1F1F1;
}
#flow_list .list {
	margin: 0;
	padding: 0;
}
#flow_list .list li {
	margin: 0 0 4em;
	text-align: center;
}
#flow_list .list li .number {
	font-size: 4em;
	margin: 0 0 0.5em;
}
#flow_list .list li h3 {
	font-size: 1.5em;
	margin: 0 0 0.8em;
}
#flow_list .list li dl dt {
	margin: 0 0 1.2em;
}
#flow_list .list li dl dd {
	margin: 0 0 0;
	font-size: 1.1em;
	text-align: left;
	line-height: 2.2em;
}

@media print, screen and (min-width: 769px) {
	#flow_list {
		padding: 80px 0 50px;
		background: #F1F1F1;
	}
	#flow_list .list {
		margin: 0;
		padding: 0;
		text-align: center;
	}
	#flow_list .list li {
		display: inline-block;
		width: 30%;
		vertical-align: top;
		margin: 0 1% 60px;
	}
	#flow_list .list li .number {
		font-size: 48px;
		margin: 0 0 28px;
	}
	#flow_list .list li h3 {
		font-size: 16px;
		margin: 0 0 16px;
	}
	#flow_list .list li dl dt {
		margin: 0 0 15px;
	}
	#flow_list .list li dl dd {
		font-size: 12px;
	}

	#flow_list .list li.last {
		width: 60%;
	}
	#flow_list .list li.last dl dt {
		float: left;
		width: 50%;
	}
	#flow_list .list li.last dl dd {
		float: right;
		width: 45%;
		padding-top: 20px;
	}

}

