@charset "UTF-8";

.section-body__text .text-right {
  text-align: right;
}

.section-body__text .text-bold {
  font-weight: bold;
}

.section-body__image.-image__full {
  width: 100%;
  margin: 40px auto 0 auto;
}

.section-body__title {
  font-size: 18px;
  margin-bottom: 10px;
}

.section-body__media {
  display: flex;
}

.section-body__img {
  margin: 0 20px 0 0;
  width: 380px;
}

.section-body__table {
  margin-top: 40px;
  width: 800px;
  border-collapse: collapse;
}

.section-body__table td,
.section-body__table th {
  border: 1px solid #e2e2e2;
  padding: 10px;
}

.section-body__table th {
  border: 1px solid #e2e2e2;
  background-color: #f5f5f5;
}

.section-body__table td {
  width: 11px;
  height: 35px;
}

.section-body__table td.cell__sub {
  width: 70px;
}

.section-body__table .name {
  width: 70px;
}

.section-body__table .outside,
.section-body__table .independence {
  width: auto;
  padding: 10px 0px;
}

.section-body__table .position {
  width: 80px;
}

.section-body__table .center {
  text-align: center;
}

.section-body__scroll {
  overflow-x: scroll;
}