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

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

#main-contents #flow dl {
	font-size: 1.4rem;
}

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

#main-contents #flow dl div:last-child {
	margin-bottom: 0;
}

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

#main-contents #flow dd {
}


@media screen and (min-width: 768px) {

}

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