@charset "UTF-8";
.contentsheader {
  background: url(../img/mainimage-pc.jpg) center center/cover no-repeat;
}

.polo-copy {
  margin-bottom: 50px;
  text-align: center;
  font-size: 2rem;
}
.polo-qr {
  margin: 0 0 50px;
  text-align: center;
}
.polo-qr img {
  width: 350px;
}
.polo-qr__notice {
  font-size: 1rem;
}

.testdrive {
  padding-top: 0;
  background-color: #f5cc1d;
  border-top: #00a0e9 15px solid;
}
.testdrive-presentlist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 0 50px;
  padding: 0;
}
.testdrive-presentlist > li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33%;
          flex: 0 0 33%;
  margin: 0;
  padding: 0 10px 10px;
  list-style: none;
}
.testdrive-notice {
  font-size: 1rem;
}

.newcar-list {
  margin: 0 0 50px;
  padding: 0;
  list-style: none;
  text-align: center;
}
.newcar-list li {
  margin: 0;
  padding: 0;
}
.newcar-notice {
  font-size: 1rem;
}

.usedcar {
  background-color: #ed6c00;
  color: #fff;
}
.usedcar-header {
  margin-bottom: 50px;
  color: #fff;
  font-size: 3.2rem;
  text-align: center;
}
.usedcar-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 0 50px;
  padding: 0;
  list-style: none;
  text-align: center;
}
.usedcar-list li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  margin: 0 0 15px;
  padding: 0 10px;
}
.usedcar-sublist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 0 50px;
  padding: 0;
  list-style: none;
  text-align: center;
}
.usedcar-sublist li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  margin: 0;
}
.usedcar-notice {
  font-size: 1rem;
}

/* media query 部 */
@media only screen and (max-width: 767px) {
  .pcnone {
    display: block !important;
  }

  .spnone {
    display: none !important;
  }

  .contentsheader {
    background-image: url(../img/mainimage-sp.jpg);
  }

  .polo-copy {
    text-align: left;
    font-size: 1.6rem;
  }
  .polo-copy br {
    display: none;
  }
  .polo-qr {
    margin: 50px 0 50px;
    text-align: center;
  }
  .polo-qr img {
    display: none;
  }
  .polo-qr__regist {
    text-align: left;
    font-size: 1.4rem;
  }
  .polo-qr__regist br {
    display: none;
  }
  .polo-qr__notice {
    font-size: 1rem;
  }

  .testdrive {
    padding: 0 15px 25px;
  }
  .testdrive-presentlist {
    margin: 0 0 25px;
  }
  .testdrive-presentlist > li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
  .testdrive-notice {
    text-align: left;
    font-size: 1rem;
  }
  .testdrive-notice br {
    display: none;
  }

  .newcar {
    padding: 0 0 25px;
  }
  .newcar-list {
    margin: 0 -15px 25px;
  }
  .newcar-notice {
    margin: 0 15px;
    font-size: 1rem;
  }

  .usedcar {
    padding: 25px 10px;
  }
  .usedcar-header {
    margin-bottom: 25px;
    font-size: 2rem;
  }
  .usedcar-list {
    display: block;
    margin: 0;
  }
  .usedcar-list li {
    margin: 0 0 10px;
  }
  .usedcar-sublist {
    margin: 0 0 25px;
    padding: 0;
    list-style: none;
    text-align: center;
  }
  .usedcar-sublist li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    margin: 0;
  }
  .usedcar-notice {
    margin: 0 15px;
    font-size: 1rem;
  }
}