@charset "UTF-8";

/* ---------------------------------------*/
/* work flow */
/* ---------------------------------------*/

.intro {
	float: left;
	width: 645px;
	margin: 0 0 50px;
	color: #666;
	font-size: 129%;
}

.workimage {
	float: left;
	margin: -55px 0 50px;
}

.list_workflow {
	clear: both;
	letter-spacing: -.4em;
}

.item_workflow {
	display: inline-block;
	*display: block;
	*zoom: 1;
	width: 270px;
	margin: 0 18px 30px 0;
	padding: 0 32px 0 0;
	letter-spacing: normal;
	vertical-align: top;
	background: url(/img/workflow/arrow.png) no-repeat right 127px;
}

.item_workflow:last-child {
	background: none;
}

.item_workflow .title {
	font-size: 114%;
	font-weight: normal;
}

.item_workflow .title .num {
	color: #666;
	font-family: 'Crimson Text', 'EB Garamond', serif;
	font-style: italic;
	font-size: 177%;
}

.item_workflow .image {
	margin: 0 0 10px;
}

.item_workflow .image img {
	width: 100%;
	height: auto;
}