@charset "UTF-8";

.topArchiveReview-wrap.talkPage {
  background: #E2DED5;
}
.talkPage .topArchiveReview-inner {
  background: #f9f9eb;
}
.talkPage .topArchiveReview-inner .lineBox p:last-of-type{
  margin-bottom: 0;
}
.report_title{
  font-size: 2rem;
  color: #383a3f;
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .talkPage .title {
    font-size: 2.6rem;
  }
}
