#column {
  display: flex;
}
.msgBox {
  margin-bottom: 60px;
}
.msgBox strong {
  font-weight: bold;
}
.msgBox p {
  margin-bottom: var(--space-16);
}
@media (max-width: 640px) {
  #column {
    flex-direction: column-reverse;
  }
}

/* 20231013 追加 */
.menuList.noChild a:hover::after {
  transform: none;
}
