@charset "UTF-8";
@media screen {
  .c-list_general a {
    text-decoration : underline;
    padding-right : initial;
  }
  .c-list_general a:hover{
    text-decoration: none;
  }
  .c-list_general a::after {
    content : none;
  }
  .is-abbr {
    text-decoration: none !important;
  }
}