.insure {
/*
 *   background: url(../assets/images/insure_bg.jpg) bottom/cover;
*/
  padding-top: 3.75rem;
  padding-bottom: 3.75rem;
}

@media (max-width: 769px) {
  .insure {
    padding-top: 1.875rem;
    padding-bottom: 1.875rem;
  }
}

.insure .body__inner {
  width: 86%;
  margin: 0 auto;
  padding: 2.5rem 0;
}

@media (max-width: 769px) {
  .insure .body__inner {
    width: 89%;
    padding: 1.25rem 0;
  }
}

.insure .body__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 769px) {
  .insure .body__top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.insure .body__top__left {
  margin-right: 3%;
}

@media (max-width: 769px) {
  .insure .body__top__left {
    margin-right: 0;
  }
}

.insure .body__top__head {
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
}

@media (max-width: 769px) {
  .insure .body__top__head {
    font-size: 1.75rem;
  }
}

.insure .body__top__head .head__bubble:nth-child(1) {
  width: 10.6875rem;
  margin-right: 1.5rem;
}

@media (max-width: 769px) {
  .insure .body__top__head .head__bubble:nth-child(1) {
    width: 9.375rem;
    margin-right: 1rem;
  }
}

.insure .body__top__head .head__bubble:nth-child(2) {
  width: 7.8125rem;
}

@media (max-width: 769px) {
  .insure .body__top__head .head__bubble:nth-child(2) {
    width: 7.1875rem;
  }
}

.insure .body__top__head .head__bubble__gp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.insure .body__top__head .head__ttl {
  margin-top: 1rem;
}
.insure .body__top__head .head__ttl img {
  max-width:500px;
}

@media (max-width: 769px) {
  .insure .body__top__head .head__ttl {
    margin-top: 0.5rem;
  }
}

.insure .body__top__txt {
  margin-top: 1rem;
  font-size: 1.125rem;
  line-height: 1.55556;
}

@media (max-width: 769px) {
  .insure .body__top__txt {
    font-size: 1rem;
    line-height: 1.5;
  }
}

.insure .body__top__right .shield__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 769px) {
  .insure .body__top__right .shield__list {
    margin-top: 0.5rem;
  }
}

.insure .body__top__right .shield__list .list__item {
  margin-right: 1rem;
}

.insure .body__top__right .shield__list .list__item:last-child {
  margin-right: 0;
}

.insure .body__bottom {
  text-align: center;
  font-size: 1.875rem;
  line-height: 1.5;
  font-weight: 500;
  margin-top: 1.5rem;
}

@media (max-width: 769px) {
  .insure .body__bottom {
    font-size: 1.25rem;
    line-height: 1.5;
    margin-top: 1rem;
  }
}

.insure .body__bottom2 {
  text-align: center;
  font-size: 0.9rem;
  color:#666;
  line-height: 1.5;
  margin-top: 1rem;
}

@media (max-width: 769px) {
  .insure .body__bottom2 {
    font-size: 0.75rem;
  }
}