@charset "UTF-8";
/*セレクタの親クラス指定は "#ah-flow */
#ah-flow .img-flow img.maxWidth-250{
  max-width: 250px;
  height: auto;
}

#ah-flow .layout-display{
  text-align: left;
}

@media screen and (max-width: 767px) and (min-width: 0px){
  #ah-flow .layout-display{
  text-align: center;
  }
}
