.hero {
  position: relative;
  background: #999;
  height: 408px;
  width: 100%;
  max-width: 960px;
  background: url("../i/usedcar/hero-bg.jpg") no-repeat center center;
  background-size: cover;
}

.hero .inner {
  display: flex;
  align-items: center;
  height: 100%;
  color: #fff;
  padding: 2em;
}

.hero .inner h1 {
  font-size: 3.0rem;
  font-weight: normal;
}

@media screen and (max-width: 767px) {
  .hero {
    height: auto;
    padding-top: 56.25%;
  }
  .hero .inner {
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .hero .inner h1 {
    text-align: center;
    font-size: 2.4rem;
  }
}

/** @media max-width: 767px */
.content_container {
  background: #f2f2f2;
}

.content_container section {
  width: 100%;
  margin: auto;
  color: #333;
  font-size: 1.4rem;
  line-height: 1.7;
}

.content_container section:nth-of-type(n+2) {
  margin-top: 60px;
}

.content_container section .headline .title {
  font-size: 2.4rem;
  font-weight: normal;
  text-align: center;
}

.content_container section .headline p.lead {
  font-size: 1.6rem;
  margin-top: 1em;
  text-align: center;
}

.content_container section .headline .notes {
  text-align: center;
  margin-top: 1.5em;
}

@media screen and (max-width: 767px) {
  .content_container section:nth-of-type(n+2) {
    margin-top: 60px;
  }
  .content_container .inner {
    padding: 16px;
  }
}

/** @media max-width: 767px */
#search .site {
  margin-top: 2em;
}

#search .site a {
  display: block;
  width: 100%;
  height: 100%;
  background: #fff;
  border: solid 1px #ddd;
  padding: 2em 1em;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  border-radius: 10px;
}

#search .site a .btn-wrap {
  margin-top: 1em;
}

#search .site a .btn-wrap span._arrow {
  position: relative;
  display: block;
  box-sizing: border-box;
  padding-right: 2em;
  text-decoration: none;
  line-height: 1.2;
}

#search .site a .btn-wrap span._arrow:after {
  content: "\e902";
  font-family: 'icomoon' !important;
  display: block;
  position: absolute;
  right: 6px;
  top: 50%;
  transform: translateY(-50%);
}

#search .site a:hover {
  opacity: .6;
}

#orderservice {
  background: #fff;
  padding: 30px 0;
}

#orderservice .features {
  padding-top: 200px;
  background: url("../i/usedcar/ucar-lineup.png") no-repeat center top;
  background-size: 100%;
}

#orderservice .features-item dt {
  font-size: 1.8rem;
  text-align: center;
  background: #999;
  color: #fff;
}

#orderservice .features-item dd {
  margin-top: 1em;
}

#orderservice .btn-wrap {
  margin-top: 24px;
}

#orderservice .btn-wrap a._btn {
  max-width: 360px;
  margin: auto;
  padding-top: 1em;
  padding-bottom: 1em;
}

#features .features-row:nth-of-type(n+2) {
  margin-top: 4em;
}

#features .features-row:nth-of-type(2n+1) {
  flex-direction: row-reverse;
}

#features .features-row figure img {
  width: 100%;
}

#features .features-row .context h3 {
  font-size: 2.1rem;
}

#features .features-row .context .lead {
  margin-top: 1.5em;
}

#features .features-row .context .btn-wrap {
  margin-top: 1.5em;
}

#features .features-row .context a._btn {
  max-width: 320px;
}