@charset "utf-8";

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

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

　　スマホ画面 個別設定

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


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


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


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

/*  グッズ
-------------------------- */

/* -------- カテゴリータイトル -------- */

.ttlCategory {
  margin-bottom: 15px;
  font-size: 1.52em !important;
}

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

.boxSection {
  margin: 0;
  padding: 30px 0;
  font-size: .98em;
  line-height: 2.2em;
}

.ttlCategory + .boxSection {
  padding-top: 5px;
}

.boxSection p {
  margin-bottom: 15px;
}

.boxSection p.txtR {
  padding-top: 15px;
  font-weight: normal;
}

/* ---- イメージエリア ---- */

.boxSection .boxImgArea {
  float: none !important;
  width: auto;
  margin-bottom: 22px;
  margin-left:0;
}

/* ---- テキストエリア ---- */

.boxSection .boxTxtArea {
  float: none !important;
  width: auto;
  padding-right: 0;
}

.txtR {font-size:84%; line-height: 180%;}




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


}