.reassurance {
  width: 1020px;
  margin: auto;
  font-size: 16px;
  line-height: 1.5;
}

@media screen and (max-width: 640px) {
  .reassurance {
    width: 100%;
  }
}

.reassurance h3 {
  font-size: 18px;
  line-height: 1.3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 640px) {
  .reassurance h3 {
    font-size: 16px;
    margin: 0 0 8px;
  }
}

@media screen and (max-width: 640px) {
  .reassurance h3 span {
    -webkit-flex-basis: 89%;
        -ms-flex-preferred-size: 89%;
            flex-basis: 89%;
  }
}

.reassurance h3::before {
  content: "";
  background: url(/lease/image/newcar/top/top_icon_point-55f7bf3e71aad8bc5a6bec9d425804a7.png) no-repeat;
  display: block;
  width: 14px;
  height: 21px;
  background-size: contain;
  margin: 0 8px 0 0;
}

@media screen and (max-width: 640px) {
  .reassurance h3::before {
    -webkit-flex-basis: 9%;
        -ms-flex-preferred-size: 9%;
            flex-basis: 9%;
    width: 27px;
    height: 40px;
  }
}

.reassurance__button {
  display: block;
  width: 50%;
  font-size: 15px;
  text-align: center;
  text-decoration: none;
  padding: 10px 10px 12px;
  color: #fff;
  background-color: #00acea;
  border-radius: 20px;
  margin: 8px auto 0;
  -webkit-box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.1);
}

.reassurance__row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.reassurance__row li {
  width: 320px;
}

@media screen and (max-width: 640px) {
	.reassurance__inner {
    padding: 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
	}
  .reassurance__row li {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .reassurance__row li:not(:first-of-type) {
    margin-top: 16px;
  }
}

.reassurance__row h3 {
  font-size: 16px;
}

@media screen and (max-width: 640px) {
  .reassurance__row h3 {
    width: 70%;
  }
  .reassurance__row h3 br {
    display: none;
  }
}

@media screen and (max-width: 640px) {
  .reassurance__row .reassurance__item--img {
    width: 30%;
  }
}

.reassurance__shikumi {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.reassurance__shikumi dt {
  width: 400px;
}

@media screen and (max-width: 640px) {
  .reassurance__shikumi dt {
    width: 100%;
  }
}

.reassurance__shikumi dd {
  font-size: 14px;
  line-height: 1.5;
  width: calc(100% - 420px);
}

@media screen and (max-width: 640px) {
  .reassurance__shikumi dd {
    width: 100%;
  }
}

.reassurance__shikumi li {
  width: 400px;
}

@media screen and (max-width: 640px) {
  .reassurance__shikumi li {
    width: 100%;
  }
}

.reassurance__shikumi img {
  width: 400px;
}

@media screen and (max-width: 640px) {
  .reassurance__shikumi img {
    width: 100%;
  }
}

.reassurance__list li::after {
  clear: both;
  content: "";
  display: block;
}

.reassurance__list li:not(:first-of-type) {
  margin-top: 32px;
}

.reassurance__item .reassurance__item--txt {
  font-size: 14px;
  line-height: 1.5;
  width: calc(100% - 420px);
}

@media screen and (max-width: 640px) {
  .reassurance__item .reassurance__item--txt {
    width: 100%;
  }
}

.reassurance__item .reassurance__item--img {
  float: right;
  width: 400px;
  margin-top: -48px;
}

@media screen and (max-width: 640px) {
  .reassurance__item .reassurance__item--img {
    margin: 0 0 8px;
  }
}

.reassurance__item br {
  display: none;
}

@media screen and (max-width: 640px) {
  .reassurance__item br {
    display: block;
  }
}

.reassurance__staff--photo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
          -webkit-box-align: start;
          -ms-flex-align: start;
          align-items: flex-start;
}

.reassurance__staff--photo img {
  width: 320px;
}

@media screen and (max-width: 640px) {
  .reassurance__staff--photo img {
    width: 33%;
  }
}
