.score {
  white-space: nowrap;
  margin-right: 1rem;
}
.pref {
  max-width: 8ch;
  white-space: nowrap;
  font-size: 0.85rem;   /* ← ここだけ小さく */
  color: #6c757d;       /* Bootstrapのtext-muted相当 */
}
.author {
  max-width: 14ch;
  white-space: nowrap;
  margin-left: 0.5em;
}
h2.tosaichi_senja {
    font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
    font-size: 2rem;
    font-weight: bold;
    position: relative;
    padding: 1.5rem 1.5rem;
    -webkit-box-shadow: 0 2px 14px rgba(0, 0, 0, .1);
    box-shadow: 0 2px 14px rgba(0, 0, 0, .1);
}
h2.tosaichi_senja:before,
h2.tosaichi_senja:after {
  position: absolute;
  left: 0;
  width: 100%;
  height: 4px;
  content: '';
  background-image: -webkit-linear-gradient(315deg, #704308 0%, #ffce08 40%, #e1ce08 60%, #704308 100%);
  background-image: linear-gradient(135deg, #704308 0%, #ffce08 40%, #e1ce08 60%, #704308 100%);
}
h2.tosaichi_senja:before {
  top: 0;
}
h2.tosaichi_senja:after {
  bottom: 0;
}
.senja_desc {
    font-size: 1rem;
    padding-left: 5px;
    font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
}
.senpyou_title {
    position: relative;
    padding: 0.5rem 1rem;
    margin-bottom: 1rem;
    font-size: 1.5rem;
    color: #fff;
    border-radius: 10px;
    background: #094;
    font-weight: bold;
  }
.pref-label {
  min-width: 8ch;
  white-space: nowrap;
  font-weight: 600;
  margin-right: 0.5rem;
}
.names {
  white-space: normal;      /* 折り返し可 */
  word-break: break-word;   /* 長い語も折る */
  overflow-wrap: anywhere;  /* ・や連結文字でも確実に改行 */
  line-height: 1.6;
}
