#container #contents .contents_inner table th {
  white-space: nowrap;
}

#container #contents .contents_inner table thead tr th.table__title {
  font-size: 18px;
  font-weight: bold;
}
.story-container {
  display: flex;
  align-items: flex-start;
  gap: 40px;
}
#container #contents .contents_inner table tr th.red-title {
  background-color: #870004;
}
#container #contents .contents_inner table tr th.blue-title {
  background-color: #004887;
}

.mb-40 {
  margin-bottom: 40px;
}
.fs14 {
  font-size: 14px;
  line-height: 1.6;
}
.fs16 {
  font-size: 16px;
  line-height: 1.8;
}
@media screen and (max-width: 845px), screen and (orientation: portrait) {
  #container #contents .contents_inner table thead {
    display: none;
  }
}
#container #contents .contents_inner table.history-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  border: none;
}

#container #contents .contents_inner table tr th.title {
  color: #fff;
  text-align: center;
  font-weight: bold;
  padding: 10px;
  font-size: 18px;
}

#container #contents .contents_inner table tr th.title.red {
  background: #a40000;
}
#container #contents .contents_inner table tr th.title.blue {
  background: #004d9d;
}

.history-table th,
.history-table td {
  border: 1px solid #ddd;
  padding: 10px;
  vertical-align: top;
}

#container #contents .contents_inner table tr th.year {
  text-align: center;
  white-space: nowrap;
  padding: 20px 20px;
  width: 10%;
}

#container #contents .contents_inner table tr td.content {
  line-height: 1.6;
  width: 39%;
  padding: 20px 20px;
}

#container #contents .contents_inner table tr td.gap {
  width: 2%;
  border: none;
  background: #fff;
  border-top: none;
  border-bottom: none;
  padding: 0;
  display: block;
}

.history-table a,
.link {
  color: #004d9d;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.sp {
  display: none;
}
@media (max-width: 845px) {
  #container #contents .contents_inner table tr th.year,
  #container #contents .contents_inner table tr td.content {
    width: 100% !important;
  }
  .history-table th,
  .history-table td {
    display: block;
    width: 100%;
    box-sizing: border-box;
  }
  .history-table .gap {
    display: none;
  }
  #container #contents .contents_inner table tr th:empty,
  #container #contents .contents_inner table tr td:empty {
    display: none !important;
  }
  .flex {
    display: flex;
  }
  #container #contents .contents_inner table tr th.year {
    width: 30% !important;
  }
  .pc {
    display: none !important;
  }
  .history-table,
  .history-table th,
  .history-table td {
    display: block;
    width: 100%;
  }

  .history-table .gap {
    display: none;
  }
}

img {
  width: 100%;
  max-width: 100%;
  padding-top: 5px;
}
