table {
  background-color: #4169e1 !important;
}
td {
  background-color: inherit;
}
td {
  min-height: 100px;
}
.info-table {
  width: 100%;
  max-width: 850px;
  margin: 0 auto;
  background-color: #4169e1; /* ロイヤルブルー背景 */
  border-collapse: collapse;
  table-layout: fixed;
  box-sizing: border-box;
}

.info-table td {
  padding: 16px;
  word-break: break-word;
  overflow-wrap: break-word;
  color: white;
  font-size: 18px;
  line-height: 1.6;
}
.info-table {
  width: 100%;
  max-width: 100%;
  table-layout: fixed;
  background-color: #4169e1;
  border-collapse: collapse;
  box-sizing: border-box;
}

.info-table td {
  padding: 16px;
  word-break: break-word;
  overflow-wrap: break-word;
  color: white;
  font-size: 18px;
  line-height: 1.6;
}
 .illust-top {
  display: block;
  margin: 0 auto 20px auto;
  width: 50%;
  max-width: 360px;
  height: auto;
  }
