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

#lower-image {
	background: url(../../images/main_image.jpg) center -150px;
	background-size: cover;
}

#main-contents #flow .flow-wrap {
	padding-bottom: 0;
}

#main-contents #flow dl {
	margin-bottom: 30px;
	padding-left: 15px;
	border-left: 5px solid rgba(105,140,200,0.5);
	font-size: 1.4rem;
}

#main-contents #flow dt {
	font-weight: bold;
}

#main-contents #flow dd {
}

#main-contents #flow figure {
	background-color: #ccc;
}


@media screen and (min-width: 768px) {
	#main-contents #flow .flow-item {
		overflow: hidden;
	}
	
	#main-contents #flow .flow-wrap {
		float: left;
		width: calc(60% - 30px);
		margin-right: 30px;
	}

	#main-contents #flow figure {
		float: right;
		width: 40%;
	}
}

@media screen and (min-width: 1280px) {
	#main-contents #flow dt {
		margin-bottom: 20px;
		font-size: 1.6rem;
	}
}