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

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

.heading {
  color: #435C6D;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .heading {
    display: block;
  }
}
.heading__text {
  margin-left: 20px;
}
@media only screen and (max-width: 767px) {
  .heading__text {
    margin-left: 0;
  }
}

.heading__label {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 78px;
  background-color: #FFECE9;
  font-size: 18px;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .heading__label {
    display: block;
    height: auto;
    margin-bottom: 6px;
    padding: 5px;
    text-align: center;
  }
}

.heading__marker {
  flex: 1;
  background: linear-gradient(transparent 65%, #FFECE9 0);
}

.report-gist__item {
  position: relative;
  margin: 0 0 40px;
  padding-left: 26px;
  font-size: 16px;
  line-height: 1.6;
}
.report-gist__item::before {
  content: "";
  position: absolute;
  top: 0.4em;
  left: 0;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: #435C6D;
}

.report-box {
  margin-bottom: 20px;
  padding: 24px 20px;
  background-color: #E1E7E9;
}
.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;
}
.report-box__heading:first-child {
  margin-top: 0;
  padding-top: 0;
  border-top: 0;
}

.contents__footer {
  margin-top: 70px;
  margin-bottom: 30px;
}