.banner {
  width: 100%;
}
#body {
  padding-bottom: 2rem;
}
.section {
  margin-top: 1.625rem;
  padding: 0 2rem;
}
.section .img-title {
  margin: 2rem auto 0;
  width: 10.6875rem;
  height: 1.875rem;
}
.section .text {
  font-size: 0.9375rem;
  color: #373737;
  text-align: justify;
  line-height: 1.75rem;
}
.section .cell-group {
  margin-top: 1rem;
  display: flex;
  justify-content: space-between;
}
.section .cell-group .cell .line {
  width: 1px;
  height: 100%;
  background-color: #838383;
}
.section .cell-group .cell .hb {
  display: flex;
  align-items: center;
}
.section .cell-group .cell .hb .img-wrapper {
  margin-right: 0.5rem;
  width: 1.125rem;
  height: 1.125rem;
}
.section .cell-group .cell .bb {
  margin-top: 0.625rem;
  display: flex;
  flex-direction: column;
  font-size: 0.75rem;
  line-height: 1rem;
}
.section .cell-group .cell .bb .img-wrapper {
  width: 3.25rem;
  height: 3.25rem;
}
.section .cell-group .cell .bb .blod {
  margin-bottom: 0.5rem;
  font-size: 0.9375rem;
  font-weight: 700;
}
.section .qa-cell-group {
  margin-top: 2.8125rem;
}
.section .qa-cell-group .cell .hb {
  font-size: 1.125rem;
  color: #0062B1;
  line-height: 1.125rem;
}
.section .qa-cell-group .cell .text {
  margin-top: 0.5rem;
}
.section .qa-cell-group .cell:nth-child(n+2) {
  margin-top: 3rem;
}
.section .tip {
  margin-top: 2rem;
  font-weight: 700;
}
