@charset "utf-8";

.nf-sub h2 {
  display: table;
  table-layout: fixed;
  width: 100%;
}

.nf-sub h2 a {
  word-wrap: break-word;
  overflow-wrap: break-word;
}
