/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.introduction {
  background-color: #ffffff;
  color: #1F2023;
  font-size: 14px;
  line-height: 20px;
}

.introduction img:not(.store-icon) {
  width: 100%;
  height: auto;
}

.introduction .section, .introduction .fv, .introduction .feature, .introduction .about, .introduction .flow, .introduction .important, .introduction .disclaimer, .introduction .closing, .introduction .rule, .introduction .notes {
  width: 100%;
}

.introduction .section-inner, .introduction .fv-inner, .introduction .feature-inner, .introduction .about-inner, .introduction .flow-inner, .introduction .important-inner, .introduction .disclaimer-inner, .introduction .closing-inner, .introduction .rule-inner, .introduction .notes-inner {
  width: 100%;
  margin: 0 auto;
  max-width: 1168px;
  padding: 0 16px;
}

.introduction .section-title {
  font-size: 32px;
  line-height: 36px;
}

.introduction .section-text {
  font-size: 14px;
  line-height: 20px;
}

.introduction .section-cv button, .introduction .fv-cv button, .introduction .feature-cv button, .introduction .about-cv button, .introduction .flow-cv button, .introduction .important-cv button, .introduction .disclaimer-cv button, .introduction .closing-cv button, .introduction .rule-cv button, .introduction .notes-cv button {
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  line-height: calc(56px - 2px);
  height: 56px;
  width: 280px;
  border-radius: 100px;
  border: 1px solid #0695F0;
  background-color: #0695F0;
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.introduction .section-cv button svg, .introduction .fv-cv button svg, .introduction .feature-cv button svg, .introduction .about-cv button svg, .introduction .flow-cv button svg, .introduction .important-cv button svg, .introduction .disclaimer-cv button svg, .introduction .closing-cv button svg, .introduction .rule-cv button svg, .introduction .notes-cv button svg {
  margin-left: 4px;
}

.introduction .section-cv button:hover, .introduction .fv-cv button:hover, .introduction .feature-cv button:hover, .introduction .about-cv button:hover, .introduction .flow-cv button:hover, .introduction .important-cv button:hover, .introduction .disclaimer-cv button:hover, .introduction .closing-cv button:hover, .introduction .rule-cv button:hover, .introduction .notes-cv button:hover {
  border: 1px solid #045D97;
  background-color: #045D97;
}

.introduction .section-cv button:active, .introduction .fv-cv button:active, .introduction .feature-cv button:active, .introduction .about-cv button:active, .introduction .flow-cv button:active, .introduction .important-cv button:active, .introduction .disclaimer-cv button:active, .introduction .closing-cv button:active, .introduction .rule-cv button:active, .introduction .notes-cv button:active {
  border: 1px solid #0579C4;
  background-color: #0579C4;
}

.introduction .fv-inner {
  background-image: url(/images/doc_autotrade/FirstViewBg.png);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding: 0;
  display: block;
}

@media (min-width: 960px) {
  .introduction .fv-inner {
    padding: 0 16px;
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-around;
    align-items: center;
    max-width: 1048px;
    margin: 0 auto;
  }
}

.introduction .fv-text {
  width: 100%;
  background-color: #FFFFFF;
  padding: 16px;
}

@media (min-width: 960px) {
  .introduction .fv-text {
    width: 60%;
    background-color: inherit;
  }
}

.introduction .fv-title {
  font-size: 32px;
  line-height: 36px;
  margin-top: 8px;
}

@media (min-width: 960px) {
  .introduction .fv-title {
    font-size: 48px;
    line-height: 64px;
  }
}

.introduction .fv-title-cap {
  font-size: 24px;
  line-height: 36px;
}

@media (min-width: 960px) {
  .introduction .fv-title-cap {
    font-size: 32px;
    line-height: 36px;
  }
}

.introduction .fv-desc {
  font-size: 14px;
  line-height: 20px;
  margin-top: 16px;
}

.introduction .fv-img {
  width: 100%;
}

@media (min-width: 960px) {
  .introduction .fv-img {
    width: 40%;
    padding: 16px 0;
  }
}

.introduction .fv-cv {
  margin-top: 56px;
}

.introduction .fv-cv .btn-cv {
  margin: 0 auto;
}

@media (min-width: 960px) {
  .introduction .fv-cv .btn-cv {
    margin: inherit;
  }
}

.introduction .feature {
  padding: 56px 0;
}

.introduction .feature-title {
  font-size: 24px;
  line-height: 36px;
  text-align: center;
}
@media (min-width: 960px) {
    .introduction .feature-title {
      font-size: 32px;
    }
}

.introduction .feature-three {
  display: block;
}

@media (min-width: 960px) {
  .introduction .feature-three {
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 100%;
  }
}

.introduction .feature-child {
  width: 100%;
  padding: 16px;
}

@media (min-width: 960px) {
  .introduction .feature-child {
    width: calc(100% / 3);
  }
}

.introduction .feature-child-img {
  width: 100%;
}

.introduction .feature-child-title {
  font-size: 24px;
  line-height: 36px;
  text-align: center;
}

.introduction .feature-child-title_blue {
  color: #0695F0;
}

.introduction .feature-child-desc {
  font-size: 14px;
  line-height: 20px;
  color: #727478;
  text-align: center;
  margin-top: 8px;
}

.introduction .feature-cv {
  margin-top: 56px;
}

.introduction .feature-cv .btn-cv {
  margin: 0 auto;
}

.introduction .about {
  padding: 56px 0;
}

.introduction .about-title {
  font-size: 24px;
  line-height: 36px;
  text-align: center;
}
@media (min-width: 960px) {
    .introduction .about-title {
      font-size: 32px;
    }
}

.introduction .about-child {
  width: 100%;
  margin-top: 24px;
}

@media (min-width: 960px) {
  .introduction .about-child {
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 100%;
  }
}

.introduction .about-child_reverse {
  width: 100%;
  margin-top: 24px;
}

@media (min-width: 960px) {
  .introduction .about-child_reverse {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-around;
    align-items: center;
    width: 100%;
  }
}

.introduction .about-child-img {
  width: 100%;
}

@media (min-width: 960px) {
  .introduction .about-child-img {
    width: 50%;
  }
}

.introduction .about-child-text {
  width: 100%;
}

@media (min-width: 960px) {
  .introduction .about-child-text {
    width: 50%;
  }
}

.introduction .about-child-number {
  font-size: 24px;
  line-height: 36px;
  color: #0695F0;
  margin-top: 16px;
}

.introduction .about-child-title {
  font-size: 24px;
  line-height: 36px;
  margin-top: 16px;
}

.introduction .about-child-desc {
  padding: 8px;
  font-size: 14px;
  line-height: 20px;
  color: #727478;
  margin-top: 16px;
}

.introduction .about-cv {
  margin-top: 56px;
}

.introduction .about-cv .btn-cv {
  margin: 0 auto;
}

.introduction .flow {
  padding: 56px 0;
}

.introduction .flow-inner {
  max-width: calc(1168px / 2);
}

.introduction .flow-title {
  font-size: 24px;
  line-height: 36px;
  text-align: center;
}
@media (min-width: 960px) {
    .introduction .flow-title {
      font-size: 32px;
    }
}

.introduction .flow-child {
  padding: 8px 0;
  margin-top: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.introduction .flow-child-img {
  display: block;
  width: 68px;
  margin-right: 16px;
}

.introduction .flow-child-text {
  width: calc(100% - 68px - 16px);
}

.introduction .flow-child-title {
  font-size: 18px;
  line-height: 24px;
}

.introduction .flow-child-desc {
  font-size: 14px;
  line-height: 20px;
  color: #727478;
  margin-top: 8px;
}

.introduction .flow-child_border {
  height: 38px;
  border-left: 1px solid #DDDFE3;
  margin-left: 34px;
}

.introduction .flow-text {
  margin-top: 8px;
  color: #727478;
}

.introduction .flow-cv {
  margin-top: 56px;
}

.introduction .flow-cv .btn-cv {
  margin: 0 auto;
}

.introduction .important,
.introduction .disclaimer {
  padding: 56px 0;
}

.introduction .important-inner,
.introduction .disclaimer-inner  {
  max-width: 1168px;
}

.introduction .important-title,
.introduction .disclaimer-title {
  font-size: 18px;
  line-height: 24px;
  text-align: center;
}

.introduction .important-list,
.introduction .disclaimer-list {
  margin-top: 8px;
}

.introduction .important-list-child,
.introduction .disclaimer-list-child {
  margin-top: 4px;
  color: #727478;
}

.introduction .important-cv,
.introduction .disclaimer-cv {
  margin-top: 56px;
}

.introduction .important-cv .btn-cv,
.introduction .disclaimer-cv .btn-cv {
  margin: 0 auto;
}

.introduction .closing {
  padding: 56px 0;
}

.introduction .closing-inner {
  max-width: calc(1168px / 2);
}

.introduction .closing-title {
  font-size: 32px;
  line-height: 36px;
  margin-top: 8px;
  text-align: center;
}

@media (min-width: 960px) {
  .introduction .closing-title {
    font-size: 48px;
    line-height: 64px;
  }
}

.introduction .closing-title-cap {
  font-size: 24px;
  line-height: 36px;
  text-align: center;
}

@media (min-width: 960px) {
  .introduction .closing-title-cap {
    font-size: 32px;
    line-height: 36px;
  }
}

.introduction .closing-cv {
  margin-top: 16px;
}

.introduction .closing-cv .btn-cv {
  margin: 0 auto;
}

.introduction .closing-signup {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #727478;
  margin-top: 16px;
}

.introduction .closing-signup_blue {
  color: #0695F0;
}
.introduction .rule {
  padding: 56px 0;
}

.introduction .rule-title {
  font-size: 24px;
  line-height: 36px;
  margin-top: 8px;
  text-align: center;
}
@media (min-width: 960px) {
    .introduction .rule-title {
      font-size: 32px;
    }
}

.introduction .rule-child {
  margin-top: 24px;
}

.introduction .rule-cv {
  margin-top: 56px;
}

.introduction .rule-cv .btn-cv {
  margin: 0 auto;
}

.introduction .notes-title {
  font-size: 24px;
  line-height: 36px;
  margin-top: 8px;
  text-align: center;
}
@media (min-width: 960px) {
    .introduction .notes-title {
      font-size: 32px;
    }
}
.introduction .notes-child{
}
.introduction .notes-child-title, .introduction .notes-child-desc {
  font-size: 14px;
  line-height: 20px;
}
.introduction .notes-child-title{
    margin-top: 24px;
}
.introduction .notes-child-desc {
    margin-top: 16px;
    color: #727478;
}
.introduction .notes-child-link{
    text-align: center;
    margin-top: 32px;
    color:#0695F0;
}
.introduction .notes-child-link a{
    font-size: 14px;
    line-height: 20px;
}
.introduction .with-q::before {
  content: "Q. ";
}
.introduction .with-a::before {
  content: "A. ";
}

.introduction .list-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-top: 1px solid #DDDFE3;
}
.introduction .list-row-head, .introduction .list-row-item {
  padding: 8px;
  width: 100%;
  color: #727478;
  word-break: break-word;
}
.introduction .list-row-head {
  font-size: 14px;
  line-height: 20px;
  background-color: #F8FAFE;
}

@media (min-width: 960px) {
  .introduction .list-row-head {
    width: 25%;
  }
  .introduction .list-row-item {
    width: 75%;
  }
}
.introduction .list::after {
  clear: both;
}

.service-list .about-child-img .menu-img {
    display: block;
    margin: 0 auto;
}
.flow-child-sub-title{
  font-size: 14px; 
  line-height: 20px; 
  margin-top: 16px;
}
.flex{
  display: flex; 
  width: 100%;
}
.chexk-frame{
  width: 24px;
  height: 24px;
  background-color:#F8FAFE;
  position: relative;
  border-radius: 50%;
}
.flow-child-sub-title .chexk-frame{
  margin-right: 8px;
}
.check {
  display: block;
  width: 12px;
  height: 7px;
  border-left: 3px solid #0695F0;
  border-bottom: 3px solid #0695F0;
  transform: translate(-50%, -50%) rotate(-45deg);
  margin: 0 auto;
  background-color: #F8FAFE;
  position: absolute;
  top: 50%;
  left: 50%;
}
.flow-child-sub-title p{
  font-size: 14px; 
  line-height: 20px; 
  margin-top: 8px;
}
.flow-child-sub-title .flex p{
  margin-top: 4px;
}
