@charset "UTF-8";
/************
/******ヘッダー　ブランドで切り替え必要＊＊＊**
*************************************/
body.cars .header {
  background: transparent -webkit-gradient(linear, left top, left bottom, from(#0786BD), to(#1A9BD3)) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(180deg, #0786BD 0%, #1A9BD3 100%) 0% 0% no-repeat padding-box;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
body.cars .header img {
  max-width: 200px;
  margin: 10px 0;
}

/************
/******メインコンテンツ＊＊＊**
*************************************/
/************
/******footer＊＊＊**
*************************************/
footer {
  font-family: "Noto Sans JP", sans-serif, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, Verdana !important;
  margin: 0px;
  padding: 0px;
  outline: 0;
  background-color: #F4F5F7;
  padding: 20px 0;
  padding-bottom: 100px;
  font-weight: 400;
}
footer .address {
  text-align: center;
  color: #FFF;
  font-size: 12px;
  line-height: 2;
  color: #FFF footer .address a;
  color-color: #FFF;
}
footer .copyright {
  text-align: center;
  color: #747880;
  font-size: 12px;
  display: block;
}