@charset "UTF-8";
/* CSS Document */
h2 span {
	background: #FFF;
	padding: 3px 5px;
	font-family: "Helvetica Neue", "Arial", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Meiryo", sans-serif;
	font-size: .8em;
	color: #603;
	border-radius: 3px;
	margin-left: 5px;
}
.flowWrapper .flowContainer:not(:first-child) {
	margin-top: 15px;
}
.flowContainer .title {
	font-size: 1.2em;
	color: #630;
	font-weight: bold;
	border-bottom: 1px solid #ccc;
	padding-bottom: 2px;
	margin-bottom: 3px;
}
.flowContainer img {
	width: 100%;
	max-width: 300px;
	display: block;
	margin: 0 auto 10px;
}
.flowText div {
	font-weight: bold;
	font-size: 1.1em;
	text-align: center;
}
.flowText strong {
	display: block;
	font-size: 1.2em;
	color: #900;
}
.flowText .link {
	background: #EEE;
	padding: 15px;
	font-size: .9em;
	border-radius: 3px;
}
.flowFooter {
	border-top: 1px solid #CCC;
	padding-top: 3px;
	font-size: .9em;
}
@media screen and (min-width:960px) {
	.flowContainer img {
		float: left;
		margin: 0 10px 5px 0;
	}
	.flowText div {
		text-align: left;
	}
	.flowContainer:after {
		content: "";
		clear: both;
		display: block;
	}
	.flowContainer .flowText {
		width: calc(100% - 300px - 10px);
		float: left;
	}
	.flowFooter {
		text-align: center;
	}
}