@charset "utf-8";
/*------------------------------
  flow
------------------------------*/
.flow section{
  margin-bottom: 80px;
}
.flow-map{
  margin: 50px 0 20px;
  text-align: center;
  color: #5a702f;
}
.flow-map .ttl-h3{
  margin-bottom: 10px;
}
.flow-map .box-square{
  padding: 30px 0;
}

.flow-list .title{
  padding-left: 70px;
  font-weight: bold;
}
.flow-list .title img{
	position: absolute;
	top: 7px;
	left: 15px;
	width: 35px;
}
.flow-list .conts{
  margin-top: 20px;
}
.flow-list .conts > .col-4.col-sp-12{
  text-align: right;
}
@media screen and (max-width: 480px){
  .flow-list .conts > .col-4.col-sp-12{
    text-align: center;
  }
}