.title--bg {
  background-color: #E1E7E9;
}

.title__img {
  width: 297px;
  margin-bottom: 14px;
}

.heading__marker {
  color: #435C6D;
  background: linear-gradient(transparent 65%, #E1E7E9 0);
}

.report-gist__item {
  position: relative;
  margin: 0 0 40px;
  padding-left: 26px;
  font-size: 16px;
  line-height: 1.6;
}
@media only screen and (max-width: 767px) {
  .report-gist__item {
    font-size: 14px;
    padding-left: 24px;
  }
}
.report-gist__item::before {
  content: "";
  position: absolute;
  top: 0.4em;
  left: 0;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: #435C6D;
}
@media only screen and (max-width: 767px) {
  .report-gist__item::before {
    width: 14px;
    height: 14px;
  }
}

.report-box {
  margin-bottom: 20px;
  padding: 24px 20px;
  background-color: #E1E7E9;
}
@media only screen and (max-width: 767px) {
  .report-box {
    font-size: 14px;
  }
}
.report-box__heading {
  margin-top: 10px;
  margin-bottom: 6px;
  padding-top: 10px;
  color: #435C6D;
  font-size: 18px;
  font-weight: bold;
  border-top: 1px solid #435C6D;
}
@media only screen and (max-width: 767px) {
  .report-box__heading {
    font-size: 16px;
  }
}
.report-box__heading:first-child {
  margin-top: 0;
  padding-top: 0;
  border-top: 0;
}