@charset "UTF-8";

/*CommonCSS_link*/
@import url(base.css);
@import url(common.css);
@import url(nav.css);
/*-------------------------------------------------------- flow */

/* flow */
.flow_box{
	padding:1em;
	background-color:#FFF;
	text-align:center;
}
	.flow_box h3{
  margin: 0em auto 0.5em;
  padding: 0.3em 0.8em;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#4b4b4b+0,272b35+40,020202+100 */
  background:#6E1E21; /* Old browsers */
  background: -moz-linear-gradient(top,  #6E1E21 0%, #661A1E 40%, #470B0B 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top,  #6E1E21 0%,#661A1E 40%,#470B0B 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom,  #6E1E21 0%,#661A1E 40%,#470B0B 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  box-shadow:0px -10px 0px -9px #470B0B inset,3px -27px 0px -25px #96273A inset;
  color: #FFF;
    text-align: left;
  font-size: 1.4rem;
	}
	.flow_box p{
    text-align: left;
		line-height:1.8em;
	}
.flow_ph{
  display: table;
  margin:0.5em 2.5em;
  box-sizing: border-box;
}
.flow_ph li{
  margin-bottom:1em;
  box-sizing: border-box;
}
	.flow_box .flow_photo{
    width: 100%;
    height: auto;
		border:solid #CCCCCC 1px;
		margin:0 0 0 ;
	}
.arrow{
	margin:6px 0 10px 13px;
}