/* ５０th Anniversaryや年代の数字など、数字を中心にカッコよく見せたい箇所に使用 */
.en-roman {
  font-family: "Times New Roman", "Libre Baskerville", "Noto Sans JP",
    "Noto Serif JP", serif;
}

.mb8 {
  margin-bottom: 8px;
}
.mb16 {
  margin-bottom: 16px;
}
.mb24 {
  margin-bottom: 24px;
}
.mb32 {
  margin-bottom: 32px;
}
.mb48 {
  margin-bottom: 48px;
}
.mb64 {
  margin-bottom: 64px;
}
.mb96 {
  margin-bottom: 96px;
}

.sp-only {
  display: block;
}
@media screen and (min-width: 576px) {
  .sp-only {
    display: none;
  }
}

.nobreak {
  white-space: nowrap;
}
