@charset "UTF-8";
/* CSS Document */

/*-----------------
common
-----------------*/
*{margin:0;padding:0;box-sizing:border-box;border:0}
html{font-size:62.5%;}
body{line-height: 1.5;font-size:14px;font-size:1.4rem;font-family: 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;}
a{color: #0c4fab;text-decoration: none;transition: all .1s ease-out;}
a:hover{opacity:0.7;}
img{vertical-align:middle;max-width:100%;height:auto;}
ul,ol,li{list-style:none;}

/*-----------------
header
-----------------*/
#header_summary {
  max-width: calc(980px + 4em);
  margin: 0 auto;
  padding: 0.5em 2em;
}
#header_summary img {
  display: block;
}
.title {
  padding: 1em 2em;
  color: #fff;
  background-color: #0c4fab;
}
.title h1 {
  max-width: 980px;
  margin: 0 auto;
  font-size: 28px;
  font-size: 2.8rem;
  font-weight: normal;
}
#pnkz {
  padding: 1em 2em;
}
#pnkz p {
  font-size: 12px;
  font-size: 1.2rem;
  max-width: 980px;
  margin: 0 auto;
}
#header_image {
  text-align: center;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}

/*-----------------
nav
-----------------*/
nav {
  padding: 0 0 1em;
  margin: 0 auto;
}
nav ul {
  font-size: 0;
  text-align: center;
  max-width: 980px;
  margin: 0 auto;
}
nav ul li {
  display: inline-block;
  margin: 0 5px 5px 0;
  width: 24%;
}
nav a {
  background-color: #0c4fab;
  color: #fff;
  display: block;
  text-align: center;
  white-space: nowrap;
  border-radius: 3px;
  font-size: 16px;
  font-size: 1.6rem;
  padding: 15px 10px;
}
nav a:hover {
  opacity: 1;
  background-color: #5885c5;
}

/*-----------------
blog
-----------------*/
article {
  margin: 0 auto;
  text-align: center;
  max-width: 980px;
}
section {
  max-width: calc(980 + 4em);
  margin: 0 auto;
  text-align: center;
  padding: 0 2em;
}
article h2 {
  font-size: 30px;
  font-size: 3.0rem;
  background-color: #0c4fab;
  color: #fff;
  padding: 14px;
}

.carLineup {
    border-top: 0;
    margin: 0 auto;
    background-color: #fff462;
    padding: 3em 0;
}
.carLineup div {
    display: flex;

}
.btn_car {
    display: flex;
    justify-content: center;
    align-items: center;
}
.btn_car li {
}
.useList {
    text-align: left;
    display: flex;
}
.useList ul {
    display: flex;
}
.use_first {
    display: flex;
}
.spcar {
    background-color: #c6e7f9;
    padding: 30px 0;
}
.contents {
  margin: 0 auto;
  text-align: left;
}
.caution {
  font-size: 11px;
  font-size: 1.1rem;
  margin: 1em 0 0;
  text-align: left;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  padding: 1em;
  color: #fff;
}
#present {
  padding: 0 0 3em;
}
#present>ul {
  max-width: 980px;
  margin: 0 auto;
}
#present>ul li {
  margin: 0 0 1em;
}
#car p {
    display: flex;
    justify-content: center;
}
.dealer_shop {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 980px;
  margin: 0 auto;
}
.dealer_shop li {
    font-size: 14px;
    font-size: 1.4rem;
    width: 32%;
    text-align: left;
    padding: 1em;
    margin: 1em 0 0;
    background-color: #e0effb;
}
.dealer_shop h4 {
    font-size: 30px;
    font-size: 3.0rem;
    color: #0c4fab;
    font-weight: normal;
    text-align: center;
    border-bottom: 2px solid #0c4fab;
    height: 2.8em;
    margin: 0 0 10px;
    line-height: 1.2;
}
.dealer_shop a {
    background-color: #0c4fab;
    color: #fff;
    display: block;
    font-size: 22px;
    font-size: 2.2rem;
    margin: 5px 0 0;
    text-align: center;
    padding: 5px;
}
.c2012_LP_04 {
  background-color: #cc2f00;
  padding: 0 1em 2em;
}
.c2012_LP_05 {
  background-color: #8e101f;
  padding: 0 1em 2em;
}
.c2012_LP_06 {
  background-color: #fff;
  padding: 1.5em 1em 1em;
}
.c2012_LP_08 {
  border: 20px solid #cc2f00;
  padding: 1em;
}
.c2012_LP_09 {
  position: relative;
}
.c2012_LP_09 a {
    position: absolute;
    bottom: 3%;
    left: 5%;
}
.c2012_LP_08 .caution,
.c2012_LP_10 .caution {
  color: #000;
}
.c2012_LP_10 {
  margin: 3em 2em 0;
}
h3 {
  font-style: 30px;
  font-size: 3.0rem;
}

/*-----------------
footer_menu
-----------------*/
.footer_menu a {
  background: #e50012;
  padding: 10px 30px;
  margin: 3em auto 10px;
  display: block;
  text-align: center;
  border-radius: 3px;
  color: #fff;
  font-size: 16px;
  font-size: 1.6rem;
  max-width: 450px;
}
.footer_menu p {
  margin: 0 auto;
  font-size: 12px;
  font-size: 1.2rem;
  padding: 0 14px;
  text-align: center;
}

/*-----------------
footer
-----------------*/
/* pagetop */
#pagetop {
  position: fixed;
  bottom: 30px;
  right: 20px;
  width: 60px;
  height: 60px;
}
#pagetop a {
  position: relative;
  display: block;
}
#pagetop a::before,
#pagetop a::after{
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}
#pagetop a::before {
  box-sizing: border-box;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #0c4fab;
}
#pagetop a::after {
  left: 37%;
  width: 15px;
  height: 15px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(-45deg);
  top: 6px;
}
footer {
  margin: 30px 0 0;
  background: #ededed;
  text-align: center;
  padding: 14px;
  color: #000;
  font-size: 10px;
  font-size: 1.0rem;
}

@media screen and (max-width: 980px) {
  .dealer_shop li {
    width: 48%;
  }
  .dealer_shop h4 {
    height: auto;
    font-size: 26px;
    font-size: 2.6rem;
  }
  .dealer_shop br {
    display: none;
  }
  .c2012_LP_09 a {
      width: 47vw;
  }
}

@media screen and (max-width: 640px) {
  nav {
    display: none;
  }
  .contents {
    padding: 0 1em;
  }
  #present ul {
    padding: 0 2em;
  }
  #present ul li {
    margin: 2em 0 0;
    width: 100%;
  }
  .dealer_shop li {
    font-size: 12px;
    font-size: 1.2rem;
  }
  .dealer_shop a {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .dealer_shop h4 {
    font-size: 14px;
    font-size: 1.4rem;
  }
  #sub_shop h3 {
    margin: 1em 0 0;
  }
  #sub_shop li {
    width: 49%;
    font-size: 12px;
    font-size: 1.2rem;
  }
  section {
    padding: 0;
  }
  article h2 {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .footer_menu  p {
    text-align: left;
  }
  footer {
    text-align: left;
  }
  #sub_shop li:nth-child(3n+2):last-child {
    margin: 10px 0 0;
  }
}