.report_title {
  font-size: 2rem;
  margin-top: 40px;
  color: var(--color-pink);
}

@media screen and (max-width: 899px) {
  .report_title {
    font-size: 1.5rem;
    line-height: 1.4em;
  }
}

.report_txt {
  margin-top: 20px;
  font-weight: 500;
  line-height: 1.7em;
}

@media screen and (max-width: 899px) {
  .report_txt {
    font-size: 1.3rem;
    line-height: 1.6em;
  }
}

.report_img {
  margin: 30px auto;
}

@media screen and (max-width: 899px) {
  .report_img {
    margin: 20px auto;
  }
}

.report_about {
  background: var(--color-pink03);
  padding: 40px;
  border-radius: 20px;
  font-weight: 500;
}

@media screen and (max-width: 899px) {
  .report_about {
    padding: 30px 20px;
  }
}

.report_about .cap {
  color: var(--color-pink);
  font-size: 1.8rem;
  text-indent: -0.4em;
  margin-bottom: 20px;
  font-weight: 600;
}

@media screen and (max-width: 899px) {
  .report_about .cap {
    font-size: 1.5rem;
    margin-bottom: 10px;
  }
}

.report_about .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
}

@media screen and (max-width: 899px) {
  .report_about .item {
    display: block;
    font-size: 1.3rem;
    line-height: 1.5em;
    margin-top: 8px;
  }
}

.report_about .item dt {
  width: 50px;
  color: var(--color-pink);
}

.report_about .item dd {
  width: calc(100% - 50px);
}

@media screen and (max-width: 899px) {
  .report_about .item dd {
    width: 100%;
  }
}
/*# sourceMappingURL=style.special-report.css.map */