/* ニュースのスタイルはnews.cssを共通で使用 */
.section_topics_bnr .topic_list {
    float: none;
    width: 100%;
}
@media only screen and (max-width: 480px) {
  .btn_more {
    right: 0;
  }
  .section_inner {
    padding-bottom: 30px;
  }
}