@charset "UTF-8";
.hero {
  position: relative;
  background: #999;
  height: 408px;
  width: 100%;
  max-width: 960px;
  background: url("/i/ownership/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: 3rem;
  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 h1 {
  font-size: 2.4rem;
  padding: 0.25em 1em;
  text-align: center;
  margin-bottom: 1em;
  line-height: 1.2;
}
.content_container section h2 {
  font-size: 2.1rem;
  margin: 0 auto 1em auto;
}
.content_container section h3 {
  font-size: 2.1rem;
  margin: 0 auto 1em auto;
}
.content_container section h3:before {
  content: "■";
}

@media screen and (max-width: 767px) {
  .content_container section:nth-of-type(n+2) {
    margin-top: 60px;
  }
  .content_container section h1 {
    padding: 0.25em;
  }
  .content_container .inner {
    padding: 16px;
  }
} /** @media max-width: 767px */
.mazdacredit {
  background: #fff;
  padding: 12px 36px 24px;
  margin: 24px auto;
}
.mazdacredit h2 {
  text-align: center;
}
.mazdacredit .lead .strong {
  font-weight: bold;
  color: #c00;
}
.mazdacredit .contacts {
  margin-top: 24px;
}
.mazdacredit .contacts dl {
  overflow: hidden;
  *zoom: 1;
}
.mazdacredit .contacts dt {
  font-size: 1.8rem;
  margin-bottom: 0.5em;
}
.mazdacredit .contacts dt:before {
  content: "■";
}
.mazdacredit .contacts dd {
  float: left;
}
.mazdacredit .contacts dd:nth-of-type(n+2) {
  margin-left: 1em;
}
.mazdacredit .contacts .contacts-item {
  display: flex;
  justify-content: flex-start;
  margin: 0.5em auto 0.5em;
}
.mazdacredit .contacts .contacts-item li {
  width: calc(33.3333333333% - 16px);
  line-height: 1.2;
  text-align: left;
}
.mazdacredit .contacts .contacts-item li:nth-of-type(n+2) {
  margin-left: 4em;
}
.mazdacredit .contacts .contacts-item li span.number {
  font-size: 1.6em;
}
.mazdacredit .contacts .contacts-item li span.notes {
  font-size: 1.2rem;
}
.mazdacredit .btn-wrap {
  text-align: center;
}
.mazdacredit a._btn {
  display: inline-block;
  width: auto;
  padding: 0.5em 2em 0.5em 1.5em;
}

@media screen and (max-width: 767px) {
  .mazdacredit {
    padding: 16px;
  }
  .mazdacredit .contacts dd {
    float: none;
  }
  .mazdacredit .contacts dd:nth-of-type(n+2) {
    margin-left: 0em;
  }
  .mazdacredit .contacts .contacts-item {
    flex-direction: column;
  }
  .mazdacredit .contacts .contacts-item li {
    width: 100%;
    text-align: left;
    margin-top: 1em;
    border-top: dotted 1px #ddd;
    padding-top: 1em;
  }
  .mazdacredit .contacts .contacts-item li:nth-of-type(n+2) {
    margin-left: 0;
  }
} /** @media max-width: 767px */
#ask .store.cols2 .col:nth-of-type(1) {
  width: 65%;
}
#ask .store.cols2 .col:nth-of-type(2) {
  width: 35%;
}
#ask .store .btn-wrap {
  text-align: center;
}
#ask .store a._btn {
  display: inline-block;
  padding: 0.5em 2em 0.5em 1.5em;
}

@media screen and (max-width: 767px) {
  #ask .store.cols2 .col:nth-of-type(1),
  #ask .store.cols2 .col:nth-of-type(2) {
    width: 100%;
  }
  #ask .store a._btn {
    display: block;
    padding-top: 1em;
    padding-bottom: 1em;
  }
} /** @media max-width: 767px */
#method .method-row:nth-of-type(n+2) {
  margin-top: 2em;
  padding-top: 2em;
  border-top: dotted 1px #999;
}
#method .kakunin .lead {
  text-align: center;
  font-size: 2em;
}
#method .checklist .checklist-item {
  margin-top: 1em;
  counter-reset: number 0;
}
#method .checklist .checklist-item > li {
  font-size: 1.8rem;
  padding-left: 1em;
  text-indent: -1em;
}
#method .checklist .checklist-item > li:before {
  counter-increment: number 1;
  content: counter(number) ".";
}
#method .checklist .checklist-item > li:nth-of-type(n+2) {
  margin-top: 1em;
}
#method .documents .documents-item {
  margin-top: 1.5em;
  counter-reset: number 0;
}
#method .documents .documents-item > li {
  padding-left: 1em;
  text-indent: -1em;
  font-size: 1.8rem;
}
#method .documents .documents-item > li:before {
  counter-increment: number 1;
  content: counter(number) ".";
}
#method .documents .documents-item > li:nth-of-type(n+2) {
  margin-top: 0.5em;
}
#method .documents .documents-item > li .notes {
  font-size: 1.4rem;
}
#method .documents .btn-wrap {
  margin-top: 3em;
  background: #e6e6e6;
  padding: 36px;
}
#method .documents .btn-wrap p {
  text-align: center;
}
#method .documents .btn-wrap .btns {
  margin-top: 1em;
}
#method .documents .btn-wrap .btns a._btn {
  padding-top: 1.25em;
  padding-bottom: 1.25em;
}
#method .contact p {
  margin-top: 1em;
  font-size: 1.6rem;
}
#method .contact dl dt,
#method .contact dl dd {
  display: inline-block;
}
#method .contact dl dt:before {
  content: "・";
}
#method .contact .notes {
  margin-top: 1em;
}
#method .contact .notes li {
  margin-top: 0.5em;
}

@media screen and (max-width: 767px) {
  #method .checklist .checklist-item > li {
    font-size: 1.6rem;
  }
  #method .checklist .checklist-item > li .strong {
    font-weight: bold;
  }
  #method .kakunin .lead {
    text-align: center;
    font-size: 1.8rem;
  }
  #method .documents .documents-item > li {
    font-size: 1.6rem;
  }
  #method .documents .documents-item > li:nth-of-type(n+2) {
    margin-top: 1em;
  }
  #method .documents .documents-item > li .strong {
    font-weight: bold;
  }
  #method .documents .btn-wrap {
    padding: 18px;
  }
  #method .contact .address span {
    display: inline-block;
  }
  #method .contact dl {
    margin-top: 1em;
  }
  #method .contact dl dd {
    padding-left: 1em;
  }
} /** @media max-width: 767px */