#flow div.att-box {
  min-height: 150px;
}
#flow ol {
  margin: 0;
  padding: 0;
}
#flow ol.flow li {
  background: url(/img/block/flow/arrow.gif) center top no-repeat;
  list-style: none;
  margin-left: 0;
  padding: 30px 0 0 0;
}
#flow ol.flow li:first-child {
  padding:0;
  background: none;
}
#flow ol.flow li .flow-heading {
  color: #46A63E;
  display: table-cell;
  font-size: 22px;
  font-weight: bold;
  height:50px;
  line-height:1.2em;
  padding: 0 0 0 140px;
  vertical-align: middle;
}
ol.flow li p.img-r,
ol.flow li p.img-l {
  margin-bottom: 0 !important;
  width: 27.5%;
}
#flow ol.flow li.f1 .flow-heading {
  background: url(/img/block/flow/step1.png) left center no-repeat;
}
#flow ol.flow li.f2 .flow-heading {
  background: url(/img/block/flow/step2.png) left center no-repeat;
}
#flow ol.flow li.f3 .flow-heading {
  background: url(/img/block/flow/step3.png) left center no-repeat;
}
#flow ol.flow li.f4 .flow-heading {
  background: url(/img/block/flow/step4.png) left center no-repeat;
}
#flow ol.flow li.f5 .flow-heading {
  background: url(/img/block/flow/step5.png) left center no-repeat;
}
#flow ol.flow li.f6 .flow-heading {
  background: url(/img/block/flow/step6.png) left center no-repeat;
}
@media only screen and (max-width: 689px){
  div.att-box {
    padding: 20px 10px 10px;
  }
  #flow ol.flow > li p.img-l {
    float: left !important;
    margin-right: 5px !important;
  }
  #flow div.box p {
    clear: both;
  }
  #content #flow ol.flow li .flow-heading {
    background-size: 90px auto;
    padding-left: 100px;
  }
}


/* 問合わせバナー */
#content .flow-banner {
  background: #EBDC9F;
  background: -moz-linear-gradient(top, #FEF3C6 0%, #EBDC9F 100%);
  background: -o-linear-gradient(top, #FEF3C6, #EBDC9F);
  background: -webkit-gradient(linear, top, #FEF3C6, #EBDC9F);
  border: 1px solid #E9D96D;
  border-radius: 3px;
  height: auto;
  padding: 1.5% 0 0.2% 0;
  margin: 0 auto 10px;
  text-align: center;
  width: 90%;
}
#content .flow-banner .form-tel {
  margin:0 2.58% 0 0;
  vertical-align: middle;
  width: 47.5%;
}
#content .contact a img {
  vertical-align: bottom;
  width: 42.5%;
}

@media only screen and (max-width: 689px) {
  #content .contact.flow-banner {
    background: none;
    border: none;
    width: 100%;
  }
  #content .contact.flow-banner img {
    float: none;
    margin-bottom: 10px;
    width: 100%
  }
}