@charset "UTF-8";
/* おすすめキーワードのボタンの背景色 */
.p-home-keyword-container ul a {
  background: #e8efeb;
}
@media screen and (min-width: 769px) {
  .p-home-keyword-container ul a:hover {
    background: #f3f7f5;
  }
}