.banner {
  width: 100%;
}
.section {
  padding: 3.0625rem 0.8125rem 3rem 1rem;
  background-color: #EFF8FF;
}
.section .img-title {
  margin-bottom: 3.1875rem;
  width: 100%;
  height: 2.6875rem;
}
.section .img-wrapper {
  width: 100%;
}
.section .img-wrapper.s {
  margin-top: 5.625rem;
}
.section .cell-group {
  margin-top: 0.5rem;
}
.section .cell-group .cell.m90 {
  margin-top: 2rem;
}
.section .cell-group .cell .cell-title {
  color: #0062B1;
  font-weight: 700;
  font-size: 1.25rem;
  margin-bottom: 2rem;
}
.section .cell-group .cell .cell-title span {
  position: relative;
}
.section .cell-group .cell .cell-title span::after {
  content: '';
  width: 100%;
  height: 1px;
  display: block;
  position: absolute;
  bottom: -0.75rem;
  background-color: #0979C5;
}
.section .cell-group .cell ul {
  padding-left: 0.8125rem;
}
.section .cell-group .cell li {
  font-size: 1.125rem;
  color: #404040;
  line-height: 1.875rem;
}
.section .cell-group .cell ul li::marker {
  font-size: 0.75rem;
}
