@charset "utf-8";

/* /_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_
 FLOW
/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_*/

#flow-wrap {
	width: 520px;
	margin: 0 auto;
	padding: 0 0 5%;
}
#flow-wrap section {
	padding: 1em;
	border: solid 2px #084056;
	border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    text-decoration: none;
    text-align: center;
}
#flow-wrap section a {
	color: #084056;
}
#flow-wrap section.section-b {
	border: solid 2px #10749B;
}
#flow-wrap section.section-b h2 {
	color: #10749B;
}
#flow-wrap section a:hover {
	text-decoration: none;
}
#flow-wrap section h2 {
	margin: 0 0 0.5em;
	color: #084056;
	font-size: 22px;
}
.arrow {
	padding: 3% 0;
	text-align: center;
}
.arrow2 {
	padding: 0 0 3% 30px;
}
.arrow3 {
	padding: 3% 0 3% 30px;
}
#flow-pt-01 {
	padding: 3% 0;
}
#flow-pt-01 .columnBlock01 .arrow {
	padding: 0 0 3%;
}
#flow-pt-01 .columnBlock01 { width: 60%; }
#flow-pt-01 .columnBlock02 { width: 40%; text-align: center; }


/* PC向けレイアウトの指定：981px以上では固定レイアウト */
@media only screen and (max-width: 767px) {
	#flow-wrap {
		width: 94%;
	}
	#flow-wrap section {
		padding: 1em 0 0.8em;
	}
	#flow-wrap section h2 {
		font-size: 18px;
	}
}
