@charset "utf-8";

section.flow ul.tab{
	margin: 30px 0 0;
	overflow: hidden;
	position: relative;
}

section.flow ul.tab li:before {
	content:"";
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 1px;
	height: 60%;
	right: 0;
	background: #eee;
}

section.flow ul.tab li:last-child:before {
	content:"";
	display:none;
}

section.flow ul.tab li{
	width: 20%;
	float: left;
	text-align: center;
	position: relative;
}

section.flow ul.tab li a {
	display: block;
	padding: 25px 25px 30px;
	font-size: 1.3em;
	letter-spacing: 5px;
	background: url(../img/common/arrow.png) no-repeat center bottom 15% #262627;
	color: #fff;
	transition: .3s;
}

section.flow ul.tab li a:hover {
	background: url(../img/common/arrow.png) no-repeat center bottom 15% #444446;
}

section.flow ul.tab li:last-child {
	float:right;
}

section.flow article {
	margin: 0 auto 100px;
	max-width: 1400px;
	text-align: center;
	border-top: 1px dashed #ccc;
}

section.flow article:nth-of-type(1) {
	border-top:none;
}

section.flow article span {
    font-family: "HiraKakuProN-W3","ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3",Meiryo,"メイリオ","ＭＳ Ｐゴシック","helvetica","arial",sans-serif;
    display: block;
    text-align: center;
    color: #81A6C3;
    font-size: 1.6em;
    padding: 0 0 10px;
}

section.flow article figure {
	padding: 80px 0 0 0;
	position: relative;
}

section.flow article figure:before{
	content: "";
	position: absolute;
	width: 1px;
	height: 40px;
	background:#000;
	left: 0;
	right: 0;
	margin: auto;
	top: 8%;
}

section.flow article img {
	display: block;
	margin: auto;
	width: 250px;
}

@media screen and (max-width: 767px){
section.flow {
	max-width: 98%;
	margin: auto;
}

section.flow ul.tab li{
	width: 20%;
	float: left;
	text-align: center;
	position: relative;
}

section.flow ul.tab li a {
	padding: 15px 0 20px;
	font-size: 1em;
}

section.flow article {
	max-width: 90%;
	margin: auto;
	padding: 80px 0;
	border-bottom: 1px dashed #ccc;
}

section.flow article h2 dt {
	font-size: 1.2em;
}

section.flow article span {
    display: block;
    text-align: center;
    font-size: 1.6em;
    padding: 0 0 10px;
}

section.flow article figure {
	padding: 50px 0 0 0;
}

section.flow article figure:before{
	height: 30px;
}

section.flow article img {
	width: 200px;
}
}