
.table-area {
  width: 95%;
  margin: 0 auto;
  overflow-x: scroll;
}

.text-left-top {
  text-align: left;
  vertical-align: top;
}

.text-left-middle {
  text-align: left;
  vertical-align: middle;
}

.text-center-middle {
  text-align: center;
  vertical-align: middle;
}

.materiality-E {
  background-color: #C6E0B4;
}

.materiality-S {
  background-color: #F8CBAD;
}

.materiality-G {
  background-color: #B4C6E7;
}

table.sp-table {
  width: 100%;
  min-width: 900px;
  margin: 0.5em auto 0.5em;
}

table.sp-table .img-box {
  display: flex;
  align-items: center;
}

table.sp-table .img-box img {
  padding: 0.2em;
  max-width: 5rem;
}

table.sp-table,
table.sp-table td,
table.sp-table th {
  white-space: nowrap;
  border: 1px solid #595959;
  border-collapse: collapse;
}

table.sp-table td,
table.sp-table th {
  font-size: 1.2rem;
  padding: 0.5em;
  box-sizing: border-box;
}

table.sp-table th {
  background-color: #e5e5e5;
  text-align: center;
  vertical-align: middle;
}

table.sp-table caption .caption {
  display: flex;
  justify-content: space-between;
}

table.sp-table caption .caption-l {
  text-align: left;
}

table.sp-table caption .caption-r {
  text-align: right;
}

table.sp-table caption .sp-caption {
  font-size: 1.2rem;
  color: #cc0000;
}

table.sp-table caption .updated {
  font-size: 1.2rem;
  font-weight: bold;
}

/*--PC--*/
@media screen and (min-width: 1410px) {

  .table-area {
    overflow-x: auto;
  }

  table.sp-table caption .sp-caption {
    display: none;
  }

}



