@charset "utf-8";

@media screen and (max-width: 740px) {

/* =============================================================

　　スマホ画面 個別設定

============================================================= */


/*  全体・コンテナー 設定
---------------------------------------------*/


/*  ヘッダー 設定
---------------------------------------------*/


/*  コンテンツ 設定
---------------------------------------------*/

#content {
  padding-bottom: 0;
}

/*  Content Top
-----------------------------------*/

#contentTop {
}


/*  Content Main
-----------------------------------*/

#contentMain {
}

/* -------- セクション -------- */

.boxSection {
  padding-top: 10px;
  padding-bottom: 15px;
  font-size: 1em;
  text-align: left;
}

/*  Content Bottom
-----------------------------------*/

#contentBtm {
  background: url(../img/bg-dot.png) #fff;
}

#contentBtm .boxInner {
  padding-top: 10px;
  padding-bottom: 90px;
}

/* -------- ナビボタン -------- */

.boxNavBtn {
  width: auto;
}

.boxNavBtn li {
  margin-bottom: 8px;
}

.boxNavBtn .btn {
  padding-top: 13px;
  padding-bottom: 13px;
  font-size: 1em;
}


/*  フッター 設定
---------------------------------------------*/


}