.card__01 .table-wrapper table {
  border-spacing: 0.08rem 0;
}

.card__01 .table-wrapper tbody > tr > td {
  text-align: center;
  vertical-align: middle;
  border-bottom: 1px solid rgba(189, 189, 189, 1);
}

.card__01 .table-wrapper tbody > tr:not(:first-child) > td {
  background-color: #fff;
}

.card__01 .table-wrapper tbody > tr:not(:first-child) > td:nth-child(2) {
  background-color: rgba(229, 233, 242, 1);
}

.card__01 .table-wrapper tbody > tr:first-child > td {
  background: linear-gradient(90deg, rgba(14, 110, 184, 1) 0%, rgba(0, 100, 176, 1) 100%);
  color: #fff;
  font-weight: bold;
  border-bottom: none;
}

.card__01 .table-wrapper tbody > tr > .td1 {
  color: var(--main-color);
  font-weight: normal;
}

.summary {
  margin-bottom: 0.44rem;
  color: #5d5d5d;
  font-size: var(--font18);
  line-height: 2;
}

.card__02 .flex-box-right {
  padding-left: 0.48rem;
}

@media only screen and (min-width: 768px) {
  .feature-list {
    --gap: 0.2rem;
    --item-margin-bottom: 0.4rem;
  }

  .inner-title-gradient.lg {
    min-width: 6.24rem;
    text-align: center;
  }

  .card__02 .flex-box-right .pic {
    text-align: right;
  }
}

.feature-list-item {
  padding-top: 0.4rem;
  padding-bottom: 0.4rem;
}

.feature-list-item .meta {
  transition: all 0.3s;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  gap: 0.28rem;
}

.feature-list-item .title-wrap {
  box-sizing: border-box;
  width: 1.36rem;
  height: 1.36rem;
  background: rgba(0, 124, 196, 1);
  flex-shrink: 0;
  padding: 1px;
  border-radius: 50%;
}

.feature-list-item .title {
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.2rem;
  border-radius: 50%;
  border: 0.1rem solid #fff;
  color: rgba(255, 255, 255, 1);
  font-size: var(--font24);
  font-weight: 700;
  width: 100%;
  height: 100%;
}

.feature-list-item .desc {
  color: rgba(51, 51, 51, 1);
  font-size: var(--font20);
  line-height: 2;
}

.card-entry {
  margin-bottom: 0.5rem;
  color: rgba(93, 93, 93, 1);
  font-size: var(--font24);
}

.card-entry:last-child {
  margin-bottom: 0;
}

.card-entry .title-area {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 0.5rem;
}

@media only screen and (min-width: 768px) {
  .card-entry .inner-title-gradient {
    margin-bottom: 0;
  }
}

@media only screen and (max-width: 767px) {
  .feature-list-item {
    padding: 0;
  }

  .feature-list-item .title-wrap {
    width: 72px;
    height: 72px;
  }

  .feature-list-item .title {
    padding: 4px;
    font-size: 12px;
  }
}
