/* ニュースのスタイルは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;
  }
}

/* TOYOTA Wallet用のカラー設定 */
.widget-store-popup-link {
    color: #1c7ebf;
    text-decoration: underline;
}

.widget-store-popup-link:hover {
    color: #3498db;
    text-decoration: underline;
}
