.recent-topics {
  font-family: "FrutigerNextPro-Light", Arial, Hiragino Sans, "ヒラギノ角ゴシック", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, "メイリオ", sans-serif;
  line-height: 24px;
  text-align: center;
  font-size: 14px;
}
.recent-topics ul {
  padding: 0;
}
.recent-topics li {
  padding: 0 20px;
}

.recent-topics__title {
  padding: 0 20px;
  color: #008eed;
  font-size: 18px;
  font-weight: inherit;
}

a:hover .recent-topics__title {
  text-decoration: underline;
}

.recent-topics__date {
  color: #b0b3ba;
  font-size: 12px;
}

.main .recent-topics__desc {
  margin: 10px 0 0;
  padding: 0 20px;
  color: #4f525a;
  font-size: 16px;
  opacity: 0.8;
  -webkit-transition: opacity .25 ease;
  transition: opacity .25 ease;
}

a:hover .recent-topics__desc {
  opacity: 1;
}