.sp-tip .blue-frame_asment-uage {
  display: block;
  width: 100%;
  max-width: 880px;
  margin: 65px auto;
  padding: 40px;
}
.sp-tip__txt-blue-wrap {
  margin-bottom: 35px;
}
* + .sp-tip__txt-blue-wrap {
  margin-top: 65px;
}
.attorney {
  display: flex;
  align-items: center;
  text-align: left;
}
.attorney__ico-wrap {
  flex: 0 0 90px;
}
.attorney__txt {
  flex: 1 1 calc(100% - 90px);
  padding-left: 40px;
}
.bbb-list {
  padding-left: 0;
  margin-bottom: 35px;
  list-style-type: none;
  counter-reset: item;
}
.bbb-list > li {
  padding-left: 40px;
  position: relative;
}
.bbb-list > li + li {
  margin-top: 35px;
}
.bbb-list > li::before {
  content: counter(item);
  counter-increment: item;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  font-family: 'intro', Helvetica, Tahoma, sans-serif;
  font-size: 35px;
  color: #008b8a;
}
.cond-list {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  text-align: center;
  padding-left: 0;
  margin: 0 -10px 25px -10px;
  font-size: 18px;
  line-height: 28px;
  list-style: none;
}
.cond-list__item {
  flex: 1 1 20%;
  padding: 0 10px;
}
.cond-list__ico-wrap {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  height: 100px;
  margin-bottom: 20px;
}
.cond-list__ico {
  max-width: 100%;
  height: auto;
}
.v-list {
  padding-left: 0;
  margin-bottom: 65px;
  list-style-type: none;
}
.v-list > li {
  min-height: 43px;
  padding: 3px 0 0 60px;
  position: relative;
}
.v-list > li + li {
  margin-top: 35px;
}
.v-list > li::before {
  content: "";
  display: block;
  width: 44px;
  height: 43px;
  background-image: url('../images/ico-11.png');
  position: absolute;
  top: 0;
  left: 0;
  font-family: 'intro', Helvetica, Tahoma, sans-serif;
  font-size: 35px;
  color: #00a6f9;
}

@media (max-width: 992px) {
  .sp-tip .blue-frame_asment-uage {
    max-width: none;
  }
  .cond-list {
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: -20px;
  }
  .cond-list__item {
    flex: 0 0 33.33%;
    margin-bottom: 20px;
  }
}

@media (max-width: 767px) {
  h1.sp-tip-headline {
    font-size: 32px;
    line-height: 42px;
    word-wrap: break-word;
  }
  .sp-tip .blue-frame_asment-uage {
    padding: 20px;
    margin: 45px auto;
  }
  * + .sp-tip__txt-blue-wrap {
    margin-top: 45px;
  }
  .cond-list__item {
    flex: 0 0 50%;
  }
}

@media (max-width: 529px) {
  .ta-c-mob {
    text-align: center;
  }
  .br-del br {
    display: none;
  }
  .attorney {
    display: block;
    text-align: center;
  }
  .attorney__ico-wrap {
    width: 100%;
    margin-bottom: 20px;
  }
  .attorney__txt {
    padding-left: 0;
  }
  .cond-list {
    display: block;
    margin-bottom: 45px;
  }
  .cond-list__item {
    display: block;
    width: 100%;
  }
}
