.report_archive_title {
  color: #8BC34A;
  font-weight: bold;
  font-size: 2.1rem;
  margin-bottom: 1em;
}

.report_archive {
  max-width: 800px;
  width: 90%;
  margin: auto;
}
.report_archive li {
  zoom: 1;
}
.report_archive li:before, .report_archive li:after {
  content: "";
  display: block;
}
.report_archive li:after {
  clear: both;
}
.report_archive li {
  text-align: left;
  border-bottom: #f00 1px solid;
  padding-bottom: 1em;
  margin-bottom: 1em;
}
.report_archive li:last-of-type {
  margin-bottom: 4em;
}
.report_archive .news-icon {
  width: 150px;
  padding-bottom: 13px;
}
.report_archive .tmb {
  float: right;
  padding: 0 0 5px 10px;
  width: 112px;
  margin: 40px 20px;
}
.report_archive .report-ttl {
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 0.5em;
  color: #8BC34A;
}
.report_archive .report-text {
  max-width: 490px;
}
.report_archive .type {
  text-align: right;
}
.report_archive p {
  margin-bottom: 1em;
}
.report_archive p:last-of-type {
  margin-bottom: 0;
}