@charset "UTF-8";

/*
  レスポンシブ用CSS
*/


/*******************************************************************************
#1 基本設定
*******************************************************************************/
img {
  max-width: 100%;
  height: auto;
}


/*******************************************************************************
#1 基本クラス
*******************************************************************************/
/*==========================================================
#2 端末別
==========================================================*/
.device-pc {
  display: block;
}
.device-tab {
  display: none;
}
.device-sp {
  display: none;
}


