@charset "utf-8";

.tabi-reports {
  background: #fff;
  margin-bottom: 40px;
  padding: 0 40px 16px;
}

.tabi-reports-heading {
  margin: 0 -40px 24px;
  padding: 16px 40px;
  background: #000;
  color: #fff;
  font-size: 2.8rem;
}

.tabi-reports-container {
  margin-bottom: 16px;
}

.tvo-report-link,
.tabi-reports-readmore > a {
  font-size: 1.6rem;
  color: #222;
  text-decoration: none;
}
.tvo-report-time {
  display: inline-block;
  margin-top: 6px;
}

.tvo-report-title {
  margin-top: 6px;
  line-height: 1.3;
  font-weight: 700;
}

.tabi-reports-readmore {
  text-align: right;
}

@media screen and (min-width: 768px) {
  .tabi-reports-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
  }
}

@media screen and (max-width: 767px) {
  .tvo-report-article {
    margin-top: 24px;
  }
  .tvo-report-article:first-child {
    margin-top: 0;
  }
}