@charset "UTF-8";

.contents {
    background-color:none;
}

/* =============================================
   全幅対応 - PC用固定幅を上書き
   ============================================= */

/* body の min-width 解除 */
body {
  min-width: 100% !important;
}

/* ヘッダー全幅 */
header {
  width: 100% !important;
}

.header {
  width: 100% !important;
  max-width: 1200px !important;
  margin: 0 auto !important;
  padding: 20px 40px !important;
  box-sizing: border-box !important;
}

.header__tit h1,
.gNav {
  width: 100% !important;
  max-width: 1200px !important;
  margin: 0 auto !important;
  padding-left: 40px !important;
  padding-right: 40px !important;
  box-sizing: border-box !important;
}

/* フッター全幅 */
.footer,
.footer__features {
  width: 100% !important;
  max-width: 1200px !important;
  margin: 0 auto !important;
  box-sizing: border-box !important;
}

/* コンテンツエリア */
.contents {
  width: 100% !important;
  max-width: 1200px !important;
  padding-left: 40px !important;
  padding-right: 40px !important;
  box-sizing: border-box !important;
}

.layout_m .cont_main {
  width: 100% !important;
}

/* contentsTop（ヒーロー）全幅 */
.contentsTop,
#bt-cms-mainimg {
  width: 100% !important;
  max-width: none !important;
}

/* たわいろヒーロー全幅 */
.tawairo-hero {
  width: 100% !important;
  max-width: none !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

/* ヘッダー全幅対応 */
header,
.header__tit,
.header,
.header__gNav,
.gNav {
  width: 100% !important;
  max-width: none !important;
}

body {
  overflow-x: hidden;
}