@charset "utf-8";
/*  style　[ NPO法人 鹿児島自立支援ネットワーク Smart Phone ]
=================================================================== */
/* ～767px(xs) ____________________________________________________ */
@media screen and (max-width: 767px) {
  #areaHeader {
    float: none;
    height: 80px;
    width: 100%;
    background: none;
    background-size: cover;
    position: relative;
  }
  .main {
    width: 90%;
    margin: 0 auto;
  }
  
  /* ご利用の流れ */
.list-flow {
  list-style: none;
  margin: 0;
  padding: 0;
}
.list-flow li {
  padding: 0;
  display: inline-block;
  width: 95%;
  text-align: center;
}
  .list-flow li p{
  margin-bottom: 10px;
}
.list-flow li img  {
  margin: 0 auto;
}
  

  
  
}
/*----------------------------------------------
   480px以下
  ---------------------------------------------*/
@media screen and (max-width: 480px) {

}
