@charset "UTF-8";
/* 変数設定 */
:root {
  --table-border-color: #666;
  --table-border-color--light-gray: #ccc;
  --cell-color-skyblue: #60b5db;
  --cell-color-blue: #187fc4;
  --cell-color-lightgreen: #4dbbaa;
  --cell-color-green: #60b636;
  --cell-color-lightorange: #ffb649;
  --cell-color-orange: #fa732a;
  --cell-color-red: #dc5f5b;
  --cell-color-pink: #ee869a;
  --cell-color-darkpink: #8a3d61;
  --cell-color-purple: #5a3aa5;
  --cell-color-bluepurple: #757cbb;
  --cell-color-dustyblue: #4e93a6;
  --cell-color-navy: #03347e;
  --cell-color-bluegreen: #55a795;
  --cell-color-khaki: #96820f;
  --cell-color-brown: #583a00;
  --cell-color-olive: #506e0a;
}

.data main {
  margin-bottom: 8rem;
}
.data .report {
  margin: 4rem auto;
  padding: 0 8vw;
}
@media only screen and (max-width: 744px) {
  .data .report {
    padding: 0 6vw;
  }
}
@media only screen and (max-width: 1279px) {
  .data .report {
    padding: 0 4vw;
  }
}
@media only screen and (max-width: 744px) {
  .data .report {
    padding: 0 3vw;
  }
}
@media only screen and (max-width: 479px) {
  .data .report {
    padding: 0 1.5vw;
  }
}
@media only screen and (max-width: 359px) {
  .data .report {
    padding: 0 1vw;
  }
}
.data h1,
.data h2 {
  font-family: var(--font-family-serif);
  color: var(--secondary-color);
  font-size: 3.6rem;
}
.data h2 {
  font-size: 2.4rem;
  margin-bottom: 2.4rem;
  line-height: 1.2;
  text-align: center;
}
.data h2 span {
  font-size: 1.5rem;
  font-weight: 500;
}
.data h2.t-center {
  text-align: center;
  margin-bottom: 2.4rem;
}
.data h3.officer-h3 {
  color: var(--secondary-color);
}
.data h3.other-h3 {
  color: var(--secondary-color);
  text-align: center;
  margin-bottom: 1.6rem;
}
.data table {
  font-size: 1.4rem;
  line-height: 1.5;
}
.data .th-inner-h3 {
  font-weight: 600;
  font-size: 1.8rem;
  color: var(--secondary-color);
}
.data th h3,
.data td h3 {
  font-weight: 600;
  font-size: 1.6rem;
}
.data th h3 span,
.data td h3 span {
  font-size: 1.2rem;
  font-weight: 400;
}
.data th ol,
.data td ol {
  list-style-type: decimal;
  margin: 0;
  padding-left: 1.6rem;
}
.data th ol li,
.data td ol li {
  line-height: 1.8;
  margin-bottom: 1rem;
  padding-left: 0.4rem;
}
.data th ol li::marker,
.data td ol li::marker {
  font-weight: 600;
  color: var(--txt-color);
}
.data th ol li h3,
.data td ol li h3 {
  margin: 0;
  font-weight: 600;
  font-size: 1.6rem;
  vertical-align: top;
  line-height: 1.4;
}
.data th ol li:last-child,
.data td ol li:last-child {
  margin-bottom: 0;
}
.data .lead-wrapper {
  padding: 4rem 0 0;
  text-align: center;
  margin: 0 auto;
  max-width: var(--contents-width);
}
.data .lead-wrapper p {
  font-size: 1.6rem;
}
@media only screen and (max-width: 744px) {
  .data .lead-wrapper {
    text-align: left;
    max-width: 94%;
    margin: 0 auto;
    font-size: 1.5rem;
  }
}

/* タイトル */
.title__wrapper {
  width: 100%;
  padding: 4rem 2rem 0 2rem;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  pointer-events: none;
  height: clamp(16rem, 8rem + 8.3333333333vw, 18rem);
}
@media only screen and (max-width: 959px) {
  .title__wrapper {
    margin-top: clamp(6rem, 9.4482758621rem + -9.8522167488vw, 0rem);
    height: clamp(13rem, 11.275862069rem + 4.9261083744vw, 16rem);
  }
}
.title__wrapper p,
.title__wrapper h1 {
  text-align: center;
  font-weight: 700;
}
@media only screen and (max-width: 744px) {
  .title__wrapper {
    padding: 2.6rem 1.6rem 0.8rem 2rem;
  }
  .title__wrapper h1 {
    font-size: 3rem;
    line-height: 1.2;
  }
  .title__wrapper p {
    margin-bottom: 0.6rem;
  }
}
.title__wrapper.c-report {
  background-image: url("../../img/title/report.jpg");
}

/* 同一資料のリンク */
.era-links {
  width: 100%;
  margin: 6.4rem 0 0 0;
  padding: 0 1.6rem;
}
@media only screen and (max-width: 744px) {
  .era-links {
    margin: 3.2rem 0 0 0;
  }
}
.era-links-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  list-style: none;
  padding: 0 !important;
  margin: 0 auto !important;
  width: 100%;
}
.era-links-list__item {
  flex: 0 1 auto;
  display: flex;
}
@media only screen and (max-width: 479px) {
  .era-links-list__item {
    flex: 0 0 calc(50% - 4px) !important;
    max-width: calc(50% - 4px);
  }
}
.era-links-list__item a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 40px;
  height: auto;
  padding: 0.8rem 0.8rem 0.8rem 0.6rem;
  font-size: 1.4rem;
}
@media only screen and (max-width: 959px) {
  .era-links-list__item a {
    font-size: 1.5rem;
    padding: 0.8rem 1.6rem 0.8rem 1.2rem;
  }
}
.era-links-list__item a {
  position: relative;
  overflow: hidden;
  border: 1px solid #acaaa7;
  border-radius: 2px;
  background-color: #F2F1EC;
  color: #464646;
  text-decoration: none;
  z-index: 1;
}
.era-links-list__item a::after {
  content: "";
  order: -1;
  width: 6px;
  height: 6px;
  margin-right: 8px;
  border-top: 2px solid #464646;
  border-right: 2px solid #464646;
  transform: rotate(45deg);
  flex-shrink: 0;
}
.era-links-list__item a.active {
  background-color: #333;
  color: #fff;
  pointer-events: none;
}
.era-links-list__item a.active::after {
  border-color: #fff;
  transform: rotate(135deg);
  margin-top: -3px;
}

/* カテゴリナビ main下 */
.report-nav {
  width: 100%;
  max-width: 960px;
  margin: 8rem auto;
  padding: 0 2.4rem;
}
@media only screen and (max-width: 479px) {
  .report-nav {
    padding: 0 1.6rem;
  }
}
.report-nav .report-nav-h2 {
  font-size: 3.2rem;
  font-family: var(--font-family-serif);
  text-align: center;
  margin-bottom: 2.4rem;
  color: #333;
  border-left: none;
}
.report-nav section {
  margin-bottom: 3.2rem;
}
.report-nav section:last-child {
  margin-bottom: 0;
}
.report-nav_c-title {
  font-size: 2rem;
  font-weight: 600;
  text-align: center;
  color: #0D3388;
  margin-top: 0;
  line-height: 2;
  border-bottom: 1px solid var(--border-color--light-gray);
  margin-bottom: 3.2rem;
}
.report-nav-list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 1.6rem;
  list-style: none;
  padding: 0;
  margin: 0;
}
.report-nav-list.tab-small {
  grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
}
.report-nav-list li {
  display: flex;
  width: 100%;
}
.report-nav-list a {
  display: inline-flex;
  line-height: 1.4;
  align-items: center;
  width: 100%;
  font-size: 1.4rem;
  font-weight: 500;
  min-height: 4em;
  text-decoration: none;
  color: #333;
  padding: 0.5rem 1rem;
  border: 1px solid var(--border-color--light-gray);
  border-radius: 6px;
  background-color: #F8F8F6;
  box-sizing: border-box;
  transition: background-color 0.2s ease;
}
.report-nav-list a::after {
  content: "";
  margin-left: auto;
  padding-left: 0.58rem;
  outline: 1px solid transparent;
  width: 0.7rem;
  height: 0.7rem;
  border-top: 0.18rem solid #0D3388;
  border-right: 0.18rem solid #0D3388;
  transform: rotate(45deg);
  flex-shrink: 0;
}
.report-nav-list a:hover {
  background-color: rgb(225.6875, 225.6875, 217.3125);
}

/* 写真レイアウト */
.report.photo {
  padding-left: 0;
  padding-right: 0;
}

.photo {
  margin-top: 8rem;
}
.photo h3 {
  color: #0D3388;
  margin-bottom: 3.2rem;
}

.report.photo {
  padding-left: 0;
  padding-right: 0;
}

.photo {
  margin-top: 8rem;
}
.photo h3 {
  color: #0D3388;
  margin-bottom: 3.2rem;
}

.photo-col {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 2.4rem;
  width: 100%;
  margin-bottom: 2.4rem;
}
.photo-col figure {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  width: calc(50% - 1.2rem);
  flex-shrink: 0;
}
.photo-col figure img {
  display: block;
  height: auto;
  object-fit: cover;
}
.photo-col figure.border img {
  border: 1px solid var(--border-color--light-gray);
}
.photo-col .landscape img {
  width: 100%;
}
.photo-col .shikishi,
.photo-col .portrait {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.photo-col .shikishi img,
.photo-col .portrait img {
  width: 50%;
}
.photo-col .portrait img {
  width: 70%;
}

@media only screen and (max-width: 479px) {
  .photo-col {
    flex-direction: column;
    gap: 2rem;
  }
  .photo-col .landscape,
  .photo-col .shikishi,
  .photo-col .portrait {
    width: 100%;
  }
  .photo-col .landscape img,
  .photo-col .shikishi img,
  .photo-col .portrait img {
    width: 100%;
  }
  .photo-col .shikishi img {
    width: 60%;
  }
  .photo-col .portrait img {
    width: 80%;
  }
}
.table-container-outer {
  margin-left: auto;
  margin-right: auto;
}

.table-wrapper {
  display: block;
  width: 100%;
  margin: 0 auto 4rem;
  overflow: visible;
  max-height: none;
  overscroll-behavior-x: none;
  overflow-x: auto;
}
.table-wrapper.is-active {
  display: block !important;
  overflow: auto !important;
  -webkit-overflow-scrolling: touch;
  cursor: grab;
  scrollbar-width: thin;
  scrollbar-color: rgba(0, 0, 0, 0.2) rgba(0, 0, 0, 0.05);
}
.table-wrapper.is-active::-webkit-scrollbar {
  display: block;
  height: 12px;
  width: 12px;
}
.table-wrapper.is-active::-webkit-scrollbar-track {
  background-color: rgba(37, 26, 87, 0.05);
  border-radius: 10px;
}
.table-wrapper.is-active::-webkit-scrollbar-thumb {
  background-color: rgba(37, 26, 87, 0.3);
  border-radius: 10px;
  border: 2px solid transparent;
  background-clip: content-box;
}
.table-wrapper.is-active::-webkit-scrollbar-thumb:hover {
  background-color: rgba(37, 26, 87, 0.5);
}
.table-wrapper.is-active:active {
  cursor: grabbing;
}
.table-wrapper.is-dragging {
  cursor: grabbing !important;
  user-select: none !important;
  -webkit-user-select: none !important;
}
.table-wrapper.is-dragging * {
  user-select: none !important;
  -webkit-user-select: none !important;
  pointer-events: none !important;
}
.table-wrapper.is-dragging *::selection {
  background: transparent;
}
.table-wrapper table {
  width: 100%;
  min-width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  border-top: none;
  background-color: #fff;
}
@media only screen and (max-width: 744px) {
  .table-wrapper table {
    font-size: 1.4rem;
    line-height: 1.5;
    width: auto;
  }
}
.table-wrapper table thead {
  background-color: #fff;
}
.table-wrapper table thead th {
  padding: 0.4rem 0.8rem !important;
  white-space: nowrap;
  text-align: center !important;
  background-clip: padding-box;
  border-top: 2px solid var(--border-color--light-gray);
  line-height: 1.2;
}
.table-wrapper table thead th span {
  font-weight: 400;
  font-size: 1.2rem;
}
.table-wrapper table thead th:first-child {
  left: 0;
}
.table-wrapper table td {
  padding: 0.8rem 0.8rem !important;
  white-space: normal;
  overflow-wrap: break-word;
}
.table-wrapper table td.is-wrap {
  white-space: normal;
  word-break: break-all;
}
.table-wrapper table .sticky-left {
  position: sticky;
  position: -webkit-sticky;
  left: 0;
  text-align: left;
  background-color: #fff;
  font-weight: 600;
  z-index: 110;
}
.table-wrapper table .sticky-left-2 {
  position: sticky;
  position: -webkit-sticky;
  left: var(--col-1-width, 100px);
  background-color: #fff;
}
@media only screen and (max-width: 744px) {
  .table-wrapper table .sticky-left-2 {
    position: static;
  }
}

.max-w-100 {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 1100px;
}

.max-w-90 {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  max-width: 1100px;
}
@media only screen and (max-width: 1024px) {
  .max-w-90 {
    width: 100%;
  }
}

.max-w-80 {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  max-width: 1100px;
}
@media only screen and (max-width: 1024px) {
  .max-w-80 {
    width: 100%;
  }
}

.max-w-70 {
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  max-width: 1100px;
  max-width: 910px;
}
@media only screen and (max-width: 959px) {
  .max-w-70 {
    width: 90%;
  }
}
@media only screen and (max-width: 479px) {
  .max-w-70 {
    width: 100%;
  }
}

.max-w-60 {
  width: 60%;
  margin-left: auto;
  margin-right: auto;
  max-width: 1100px;
  max-width: 780px;
}
@media only screen and (max-width: 959px) {
  .max-w-60 {
    width: 80%;
  }
}
@media only screen and (max-width: 479px) {
  .max-w-60 {
    width: 100%;
  }
}

.max-w-sp {
  width: 320px;
  max-width: 320px;
  margin-left: auto;
  margin-right: auto;
}

.max-h-80 {
  height: 80vh;
}

.max-h-90 {
  max-height: 90vh;
}

@media screen and (min-width: 1535px) {
  .legend {
    width: 100%;
    max-width: 1100px;
  }
}
.legend {
  width: auto;
  display: flex;
  flex-wrap: wrap;
  gap: 2.4rem;
  margin: 0 auto 0.8rem auto;
  font-size: 1.3rem;
  row-gap: 0.7rem;
}
.legend .p-normal {
  font-size: 1.3rem;
  line-height: 1.1;
}
@media only screen and (max-width: 744px) {
  .legend {
    gap: 0.8rem;
    padding-left: 0;
  }
}
@media only screen and (max-width: 479px) {
  .legend {
    flex-direction: column;
  }
}
.legend-item {
  display: flex;
  align-items: flex-end;
}
.legend-item p {
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
  margin: 0;
  font-weight: 400;
  line-height: 1.1;
  font-size: 1.3rem;
}
@media only screen and (max-width: 359px) {
  .legend-item p {
    font-size: 1rem;
  }
}
.legend-item p::before {
  content: "";
  display: inline-block;
  width: 2em;
  height: 1em;
  margin-right: 0.5rem;
  flex-shrink: 0;
}
.legend-item p.skyblue::before {
  background-color: #60b5db;
}
.legend-item p.dark-skyblue::before {
  background-color: rgb(175.5, 218, 237);
}
.legend-item p.light-skyblue::before {
  background-color: rgb(223.2, 240.2, 247.8);
}
.legend-item p.blue::before {
  background-color: #187fc4;
}
.legend-item p.dark-blue::before {
  background-color: rgb(139.5, 191, 225.5);
}
.legend-item p.light-blue::before {
  background-color: rgb(208.8, 229.4, 243.2);
}
.legend-item p.lightgreen::before {
  background-color: #4dbbaa;
}
.legend-item p.dark-lightgreen::before {
  background-color: rgb(166, 221, 212.5);
}
.legend-item p.light-lightgreen::before {
  background-color: rgb(219.4, 241.4, 238);
}
.legend-item p.green::before {
  background-color: #60b636;
}
.legend-item p.dark-green::before {
  background-color: rgb(175.5, 218.5, 154.5);
}
.legend-item p.light-green::before {
  background-color: rgb(223.2, 240.4, 214.8);
}
.legend-item p.lightorange::before {
  background-color: #ffb649;
}
.legend-item p.dark-lightorange::before {
  background-color: rgb(255, 218.5, 164);
}
.legend-item p.light-lightorange::before {
  background-color: rgb(255, 240.4, 218.6);
}
.legend-item p.orange::before {
  background-color: #fa732a;
}
.legend-item p.dark-orange::before {
  background-color: rgb(252.5, 185, 148.5);
}
.legend-item p.light-orange::before {
  background-color: rgb(254, 227, 212.4);
}
.legend-item p.red::before {
  background-color: #dc5f5b;
}
.legend-item p.dark-red::before {
  background-color: rgb(237.5, 175, 173);
}
.legend-item p.light-red::before {
  background-color: rgb(248, 223, 222.2);
}
.legend-item p.pink::before {
  background-color: #ee869a;
}
.legend-item p.dark-pink::before {
  background-color: rgb(246.5, 194.5, 204.5);
}
.legend-item p.light-pink::before {
  background-color: rgb(251.6, 230.8, 234.8);
}
.legend-item p.darkpink::before {
  background-color: #8a3d61;
}
.legend-item p.dark-darkpink::before {
  background-color: rgb(196.5, 158, 176);
}
.legend-item p.light-darkpink::before {
  background-color: rgb(231.6, 216.2, 223.4);
}
.legend-item p.purple::before {
  background-color: #5a3aa5;
}
.legend-item p.dark-purple::before {
  background-color: rgb(172.5, 156.5, 210);
}
.legend-item p.light-purple::before {
  background-color: rgb(222, 215.6, 237);
}
.legend-item p.bluepurple::before {
  background-color: #757cbb;
}
.legend-item p.dark-bluepurple::before {
  background-color: rgb(186, 189.5, 221);
}
.legend-item p.light-bluepurple::before {
  background-color: rgb(227.4, 228.8, 241.4);
}
.legend-item p.dustyblue::before {
  background-color: #4e93a6;
}
.legend-item p.dark-dustyblue::before {
  background-color: rgb(166.5, 201, 210.5);
}
.legend-item p.light-dustyblue::before {
  background-color: rgb(219.6, 233.4, 237.2);
}
.legend-item p.navy::before {
  background-color: #03347e;
}
.legend-item p.dark-navy::before {
  background-color: rgb(129, 153.5, 190.5);
}
.legend-item p.light-navy::before {
  background-color: rgb(204.6, 214.4, 229.2);
}
.legend-item p.bluegreen::before {
  background-color: #55a795;
}
.legend-item p.dark-bluegreen::before {
  background-color: #aad3ca;
}
.legend-item p.light-bluegreen::before {
  background-color: rgb(221, 237.4, 233.8);
}
.legend-item p.khaki::before {
  background-color: #96820f;
}
.legend-item p.dark-khaki::before {
  background-color: rgb(202.5, 192.5, 135);
}
.legend-item p.light-khaki::before {
  background-color: #eae6cf;
}
.legend-item p.brown::before {
  background-color: #583a00;
}
.legend-item p.dark-brown::before {
  background-color: rgb(171.5, 156.5, 127.5);
}
.legend-item p.light-brown::before {
  background-color: rgb(221.6, 215.6, 204);
}
.legend-item p.olive::before {
  background-color: #506e0a;
}
.legend-item p.dark-olive::before {
  background-color: rgb(167.5, 182.5, 132.5);
}
.legend-item p.light-olive::before {
  background-color: #dce2ce;
}
.legend-item p span {
  display: inline-block;
  font-size: 1rem;
  font-weight: normal;
  color: #666;
  line-height: 1.6;
  letter-spacing: -0.02em;
}
@media only screen and (max-width: 359px) {
  .legend-item p span {
    font-size: 0.8rem;
  }
}

@media screen and (min-width: 1535px) {
  .right {
    width: 100%;
    max-width: 1100px;
  }
}
.right {
  width: auto;
  text-align: right;
  font-size: 1.2rem;
}

.table-zebra tr:nth-child(even) th,
.table-zebra tr:nth-child(even) td {
  background-color: var(--bg-color--gray);
}

.table-col-zebra tr td:nth-of-type(odd),
.table-col-zebra tr th:nth-of-type(even) {
  background-color: var(--bg-color--gray);
}

.table-horizontal {
  border-collapse: separate;
  border-spacing: 0;
  border-top: 2px solid var(--border-color--light-gray);
  border-bottom: 2px solid var(--border-color--light-gray);
}
.table-horizontal th,
.table-horizontal td {
  padding: 0.8rem 1.6rem 0.8rem 0.8rem;
  border: none;
  border-bottom: 1px solid var(--border-color--light-gray);
  vertical-align: middle;
  background-clip: padding-box;
}
.table-horizontal thead th {
  border-bottom: 1px solid var(--border-color--light-gray) !important;
  background-color: #fff;
  font-weight: bold;
  position: sticky;
  top: 0;
}
.table-horizontal tbody tr:last-child th,
.table-horizontal tbody tr:last-child td {
  border-bottom: none;
}

.outline-list {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  width: 100%;
  margin: 0.8rem 0 0 0;
  padding: 0;
}
.outline-list dt {
  flex-shrink: 0;
  width: 110px;
  margin: 0 0 0 0;
  padding: 0;
  font-weight: 400;
  text-align: justify;
  text-align-last: justify;
}
.outline-list dd {
  flex: 1;
  min-width: calc(100% - 110px);
  margin: 0 0 0 0;
  padding-left: 1.6rem;
  text-align: left;
}
@media only screen and (max-width: 744px) {
  .outline-list {
    flex-direction: column;
  }
  .outline-list dt {
    text-align: left;
  }
  .outline-list dd {
    margin-bottom: 0.8rem;
    padding-left: 0;
  }
}

.is-stacked tr th,
.is-stacked tr td {
  padding: 1.2rem 1.6rem 1.2rem 1.6rem !important;
}
.is-stacked tr:first-of-type th,
.is-stacked tr:first-of-type td {
  border-top: 2px solid var(--border-color--light-gray) !important;
}
.is-stacked tr:first-of-type th {
  padding-top: 2rem !important;
}
@media only screen and (max-width: 744px) {
  .is-stacked tr:first-of-type td {
    border-top: none !important;
  }
}

@media only screen and (max-width: 744px) {
  .table-horizontal.is-stacked,
  .table-horizontal.is-stacked thead,
  .table-horizontal.is-stacked tbody,
  .table-horizontal.is-stacked tr,
  .table-horizontal.is-stacked th,
  .table-horizontal.is-stacked td {
    display: block;
    width: 100%;
  }
  .table-horizontal.is-stacked thead {
    display: none;
  }
  .table-horizontal.is-stacked tr {
    padding: 2rem 0;
    border-bottom: 1px solid var(--border-color--gray);
  }
  .table-horizontal.is-stacked tr:last-child {
    border-bottom: none;
  }
  .table-horizontal.is-stacked th,
  .table-horizontal.is-stacked td {
    padding: 0.5rem 1.5rem !important;
    border: none !important;
    background-color: transparent !important;
  }
  .table-horizontal.is-stacked th {
    font-weight: bold;
    color: var(--txt-color);
    padding-bottom: 1rem !important;
  }
  .table-horizontal.is-stacked td {
    padding-top: 0 !important;
  }
}
.table-officer .border-right {
  border-right: 1px solid var(--border-color--light-gray) !important;
}
.table-officer th {
  white-space: nowrap !important;
}
.table-officer td {
  position: relative;
  z-index: 1;
  white-space: nowrap !important;
}

.table-officer th,
.table-officer td {
  position: relative;
  padding: 0.8rem 0.8rem !important;
  vertical-align: middle;
  z-index: 1;
}
.table-officer td {
  font-size: 1.2rem;
  color: white;
}
.table-officer td.border-r-wh {
  border-right: 1px solid #fff !important;
}
.table-officer [class*=term-bar]::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  height: 1.6rem;
  z-index: -1;
}

.term-bar-skyblue::before {
  background-color: rgb(99.18, 182.48, 219.72);
}

.term-bar-blue::before {
  background-color: rgb(28.62, 129.56, 197.18);
}

.term-bar-lightgreen::before {
  background-color: rgb(80.56, 188.36, 171.7);
}

.term-bar-green::before {
  background-color: rgb(99.18, 183.46, 58.02);
}

.term-bar-lightorange::before {
  background-color: rgb(255, 183.46, 76.64);
}

.term-bar-orange::before {
  background-color: rgb(250.1, 117.8, 46.26);
}

.term-bar-red::before {
  background-color: rgb(220.7, 98.2, 94.28);
}

.term-bar-pink::before {
  background-color: rgb(238.34, 136.42, 156.02);
}

.term-bar-darkpink::before {
  background-color: rgb(140.34, 64.88, 100.16);
}

.term-bar-purple::before {
  background-color: rgb(93.3, 61.94, 166.8);
}

.term-bar-bluepurple::before {
  background-color: rgb(119.76, 126.62, 188.36);
}

.term-bar-dustyblue::before {
  background-color: rgb(81.54, 149.16, 167.78);
}

.term-bar-navy::before {
  background-color: rgb(8.04, 56.06, 128.58);
}

.term-bar-bluegreen::before {
  background-color: rgb(88.4, 168.76, 151.12);
}

.term-bar-khaki::before {
  background-color: rgb(152.1, 132.5, 19.8);
}

.term-bar-brown::before {
  background-color: rgb(91.34, 61.94, 5.1);
}

.term-bar-olive::before {
  background-color: rgb(83.5, 112.9, 14.9);
}

.term-bar-connect-right::before {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  right: -2px;
}

.term-bar-connect-left::before {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  left: -2px;
}

.cell-skyblue {
  background-color: var(--cell-color-skyblue) !important;
  color: #fff;
}

.cell-dark-skyblue {
  background-color: rgb(175.5, 218, 237) !important;
  color: var(--txt-color);
}

td.cell-skyblue {
  background-color: rgb(223.2, 240.2, 247.8) !important;
  color: var(--txt-color);
}

.cell-blue {
  background-color: var(--cell-color-blue) !important;
  color: #fff;
}

.cell-dark-blue {
  background-color: rgb(139.5, 191, 225.5) !important;
  color: var(--txt-color);
}

td.cell-blue {
  background-color: rgb(208.8, 229.4, 243.2) !important;
  color: var(--txt-color);
}

.cell-lightgreen {
  background-color: var(--cell-color-lightgreen) !important;
  color: #fff;
}

.cell-dark-lightgreen {
  background-color: rgb(166, 221, 212.5) !important;
  color: var(--txt-color);
}

td.cell-lightgreen {
  background-color: rgb(219.4, 241.4, 238) !important;
  color: var(--txt-color);
}

.cell-green {
  background-color: var(--cell-color-green) !important;
  color: #fff;
}

.cell-dark-green {
  background-color: rgb(175.5, 218.5, 154.5) !important;
  color: var(--txt-color);
}

td.cell-green {
  background-color: rgb(223.2, 240.4, 214.8) !important;
  color: var(--txt-color);
}

.cell-lightorange {
  background-color: var(--cell-color-lightorange) !important;
  color: #fff;
}

.cell-dark-lightorange {
  background-color: rgb(255, 218.5, 164) !important;
  color: var(--txt-color);
}

td.cell-lightorange {
  background-color: rgb(255, 240.4, 218.6) !important;
  color: var(--txt-color);
}

.cell-orange {
  background-color: var(--cell-color-orange) !important;
  color: #fff;
}

.cell-dark-orange {
  background-color: rgb(252.5, 185, 148.5) !important;
  color: var(--txt-color);
}

td.cell-orange {
  background-color: rgb(254, 227, 212.4) !important;
  color: var(--txt-color);
}

.cell-red {
  background-color: var(--cell-color-red) !important;
  color: #fff;
}

.cell-dark-red {
  background-color: rgb(237.5, 175, 173) !important;
  color: var(--txt-color);
}

td.cell-red {
  background-color: rgb(248, 223, 222.2) !important;
  color: var(--txt-color);
}

.cell-pink {
  background-color: var(--cell-color-pink) !important;
  color: #fff;
}

.cell-dark-pink {
  background-color: rgb(246.5, 194.5, 204.5) !important;
  color: var(--txt-color);
}

td.cell-pink {
  background-color: rgb(251.6, 230.8, 234.8) !important;
  color: var(--txt-color);
}

.cell-darkpink {
  background-color: var(--cell-color-darkpink) !important;
  color: #fff;
}

.cell-dark-darkpink {
  background-color: rgb(196.5, 158, 176) !important;
  color: var(--txt-color);
}

td.cell-darkpink {
  background-color: rgb(231.6, 216.2, 223.4) !important;
  color: var(--txt-color);
}

.cell-purple {
  background-color: var(--cell-color-purple) !important;
  color: #fff;
}

.cell-dark-purple {
  background-color: rgb(172.5, 156.5, 210) !important;
  color: var(--txt-color);
}

td.cell-purple {
  background-color: rgb(222, 215.6, 237) !important;
  color: var(--txt-color);
}

.cell-bluepurple {
  background-color: var(--cell-color-bluepurple) !important;
  color: #fff;
}

.cell-dark-bluepurple {
  background-color: rgb(186, 189.5, 221) !important;
  color: var(--txt-color);
}

td.cell-bluepurple {
  background-color: rgb(227.4, 228.8, 241.4) !important;
  color: var(--txt-color);
}

.cell-dustyblue {
  background-color: var(--cell-color-dustyblue) !important;
  color: #fff;
}

.cell-dark-dustyblue {
  background-color: rgb(166.5, 201, 210.5) !important;
  color: var(--txt-color);
}

td.cell-dustyblue {
  background-color: rgb(219.6, 233.4, 237.2) !important;
  color: var(--txt-color);
}

.cell-navy {
  background-color: var(--cell-color-navy) !important;
  color: #fff;
}

.cell-dark-navy {
  background-color: rgb(129, 153.5, 190.5) !important;
  color: var(--txt-color);
}

td.cell-navy {
  background-color: rgb(204.6, 214.4, 229.2) !important;
  color: var(--txt-color);
}

.cell-bluegreen {
  background-color: var(--cell-color-bluegreen) !important;
  color: #fff;
}

.cell-dark-bluegreen {
  background-color: #aad3ca !important;
  color: var(--txt-color);
}

td.cell-bluegreen {
  background-color: rgb(221, 237.4, 233.8) !important;
  color: var(--txt-color);
}

.cell-khaki {
  background-color: var(--cell-color-khaki) !important;
  color: #fff;
}

.cell-dark-khaki {
  background-color: rgb(202.5, 192.5, 135) !important;
  color: var(--txt-color);
}

td.cell-khaki {
  background-color: #eae6cf !important;
  color: var(--txt-color);
}

.cell-brown {
  background-color: var(--cell-color-brown) !important;
  color: #fff;
}

.cell-dark-brown {
  background-color: rgb(171.5, 156.5, 127.5) !important;
  color: var(--txt-color);
}

td.cell-brown {
  background-color: rgb(221.6, 215.6, 204) !important;
  color: var(--txt-color);
}

.cell-olive {
  background-color: var(--cell-color-olive) !important;
  color: #fff;
}

.cell-dark-olive {
  background-color: rgb(167.5, 182.5, 132.5) !important;
  color: var(--txt-color);
}

td.cell-olive {
  background-color: #dce2ce !important;
  color: var(--txt-color);
}

.table-numeric td {
  border-right: 1px solid #fff !important;
}
.table-numeric td:not(.empty) {
  text-align: right !important;
}
.table-numeric td.empty {
  text-align: center !important;
}
.table-numeric td,
.table-numeric th {
  padding: 0.8rem 0.8rem !important;
}
.table-numeric thead th {
  white-space: nowrap;
}

.table-ssuport th {
  white-space: nowrap;
  text-align: center !important;
  line-height: 1.4;
}
.table-ssuport th span {
  font-weight: 400;
  font-size: 1.3rem;
}
@media only screen and (max-width: 744px) {
  .table-ssuport th span {
    font-size: 1.1rem;
  }
}
.table-ssuport td {
  line-height: 1.4;
  white-space: nowrap !important;
  vertical-align: top;
}
.table-ssuport .cell-skyblue {
  border-right: 1px dotted #60b5db !important;
}
.table-ssuport .cell-blue {
  border-right: 1px dotted #187fc4 !important;
}
.table-ssuport .cell-lightgreen {
  border-right: 1px dotted #4dbbaa !important;
}
.table-ssuport .cell-green {
  border-right: 1px dotted #60b636 !important;
}
.table-ssuport .cell-lightorange {
  border-right: 1px dotted #ffb649 !important;
}
.table-ssuport .cell-orange {
  border-right: 1px dotted #fa732a !important;
}
.table-ssuport .cell-red {
  border-right: 1px dotted #dc5f5b !important;
}
.table-ssuport .cell-pink {
  border-right: 1px dotted #ee869a !important;
}
.table-ssuport .cell-darkpink {
  border-right: 1px dotted #8a3d61 !important;
}
.table-ssuport .cell-purple {
  border-right: 1px dotted #5a3aa5 !important;
}
.table-ssuport .cell-bluepurple {
  border-right: 1px dotted #757cbb !important;
}
.table-ssuport .cell-dustyblue {
  border-right: 1px dotted #4e93a6 !important;
}
.table-ssuport .cell-navy {
  border-right: 1px dotted #03347e !important;
}
.table-ssuport .cell-bluegreen {
  border-right: 1px dotted #55a795 !important;
}
.table-ssuport .cell-khaki {
  border-right: 1px dotted #96820f !important;
}
.table-ssuport .cell-brown {
  border-right: 1px dotted #583a00 !important;
}
.table-ssuport .cell-olive {
  border-right: 1px dotted #506e0a !important;
}

.table-summary thead th {
  background-color: var(--cell-color-navy) !important;
  color: white;
  white-space: nowrap;
  border-right: 1px solid #fff;
  padding: 0.4rem 0.8rem !important;
  text-align: center;
  font-size: 1.3rem;
}
.table-summary thead th.sticky-left {
  background-color: var(--secondary-color);
}
.table-summary tbody tr th,
.table-summary tbody tr td {
  padding: 0.4rem 0.8rem !important;
  white-space: nowrap;
  border-right: 1px solid var(--border-color--light-gray) !important;
}
.table-summary tbody tr > *:last-child {
  border-right: none !important;
  font-weight: 600;
}

.table-list {
  background-color: transparent;
  border-left: 1px solid var(--border-color--light-gray);
  font-size: 1.4rem;
  line-height: 1.2;
  border-bottom: none !important;
}
.table-list col.zebra {
  background-color: var(--bg-color--gray);
}
.table-list thead th {
  background-color: var(--secondary-color) !important;
  color: white;
  white-space: nowrap;
  border-right: 1px solid #fff;
  padding: 0.4rem 0.8rem !important;
  text-align: center;
  position: relative;
}
.table-list thead th.sticky-left,
.table-list thead th.sticky-left-2 {
  background-color: var(--secondary-color);
}
.table-list tbody tr {
  background-color: transparent;
}
.table-list tbody tr th,
.table-list tbody tr td {
  padding: 0.6rem 0.8rem !important;
  border-right: 1px solid var(--border-color--light-gray) !important;
  font-weight: 400;
  background-color: transparent;
}
.table-list tbody tr th {
  font-weight: 500;
}
.table-list tbody tr {
  /*td {
    white-space: normal !important;
    overflow-wrap: break-word !important;
  }*/
}
.table-list tbody tr.darken {
  background-color: rgba(3, 52, 126, 0.03) !important;
}
.table-list tbody .term-line {
  border-bottom: 1px solid var(--cell-color-navy);
}

.tw-min-14 {
  min-width: 14rem;
}

.v-top {
  vertical-align: top !important;
  padding-top: 1.6rem;
}

.cell-gray {
  background-color: var(--bg-color--gray) !important;
}

.th-navy {
  background-color: var(--secondary-color) !important;
}

tr.darken .sticky-left {
  background: linear-gradient(rgba(3, 52, 126, 0.03), rgba(3, 52, 126, 0.05)), #F2F1EC !important;
}
tr.darken .sticky-left-2 {
  background: linear-gradient(rgba(3, 52, 126, 0.03), rgba(3, 52, 126, 0.05)), #fff !important;
}

td.cell-compact {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

.no-wrap {
  white-space: nowrap !important;
}

.abs-no-wrap {
  white-space: nowrap !important;
}

.t-normal {
  font-weight: 400 !important;
  font-size: 1.4rem;
}

.table-horizontal th.no-border,
.table-horizontal td.no-border {
  border-bottom: none !important;
}

.table-horizontal th.border-top,
.table-horizontal td.border-top {
  border-top: 2px solid var(--border-color--light-gray) !important;
}

.table-horizontal th.border-bottom,
.table-horizontal td.border-bottom {
  border-bottom: 1px solid var(--border-color--light-gray) !important;
}

.table-horizontal th.t-center,
.table-horizontal td.t-center,
.t-center {
  text-align: center !important;
  vertical-align: middle !important;
}

.table-horizontal td.month {
  text-align: center !important;
  vertical-align: middle !important;
  font-weight: 500;
}

.atn {
  width: 100%;
  padding: 0.8rem;
  font-size: 1.3rem;
  text-align: right;
}

.table-2col {
  display: block;
  flex: 1;
  min-width: 0;
  overflow-x: auto;
}

.table-wrapper {
  overflow: auto;
}
.table-wrapper.sticky {
  max-height: 64vh;
  overflow: auto;
  position: relative;
}
@media only screen and (max-width: 479px) {
  .table-wrapper.sticky {
    max-height: 54vh;
  }
}
.table-wrapper.sticky table thead th {
  position: sticky !important;
  top: 0 !important;
  z-index: 100;
  box-shadow: 0 1px 0 #ddd;
}
.table-wrapper.sticky table .sticky-left {
  position: sticky !important;
  left: 0 !important;
  z-index: 90;
  background-color: #f9f9f9;
}
.table-wrapper.sticky table thead th.sticky-left {
  z-index: 110;
  top: 0 !important;
  left: 0 !important;
}
.table-wrapper.sticky table thead th.sticky-left-2 {
  z-index: 120 !important;
}
@media only screen and (max-width: 744px) {
  .table-wrapper.sticky table thead th.sticky-left-2 {
    z-index: 60 !important;
  }
}

/* スマホ・タブレット（743px以下など）で完全に消去する */
@media only screen and (max-width: 744px) {
  tr.bottom-white {
    display: none !important;
  }
  tr.bottom-white th,
  tr.bottom-white td {
    display: none !important;
    height: 0 !important;
    min-height: 0 !important;
    padding: 0 !important;
  }
}
/* PC（744px以上）でのみ表示する */
@media only screen and (min-width: 959.02px) {
  tr.bottom-white {
    display: table-row;
  }
  tr.bottom-white th,
  tr.bottom-white td {
    display: table-cell;
    border: none;
    background-color: #fff !important;
    border-top: 1px solid var(--border-color--light-gray) !important;
    height: 10vh;
    min-height: 10vh;
    pointer-events: none;
  }
  .table-list {
    border-left: none !important;
  }
  .table-list tbody tr.bottom-white {
    border-left: none !important;
    border-right: none !important;
    border-bottom: none !important;
  }
  .table-list tbody tr.bottom-white th,
  .table-list tbody tr.bottom-white td {
    border-right: none !important;
    border-left: none !important;
    border-bottom: none !important;
  }
  .table-list tbody tr.bottom-white .sticky-left {
    background-color: #ffffff;
    border-right: none !important;
  }
}
.table-program th.sticky-left,
.table-program td.sticky-left {
  white-space: nowrap !important;
  word-break: normal !important;
}
@media only screen and (max-width: 744px) {
  .table-program th.sticky-left,
  .table-program td.sticky-left {
    white-space: normal !important;
    overflow-wrap: break-word !important;
    word-break: break-all !important;
  }
}

@media only screen and (min-width: 1024.02px) {
  .table-award {
    width: 100%;
  }
  .table-award th.col-01,
  .table-award td.col-01 {
    width: 5%;
    min-width: 4rem;
  }
  .table-award th.col-02,
  .table-award td.col-02 {
    width: 10%;
  }
  .table-award th.col-03,
  .table-award td.col-03 {
    width: 8%;
  }
  .table-award th.col-04,
  .table-award td.col-04 {
    width: 10%;
  }
  .table-award th.col-05,
  .table-award td.col-05 {
    width: 19%;
  }
  .table-award th.col-06,
  .table-award td.col-06 {
    width: 4%;
  }
  .table-award th.col-07,
  .table-award td.col-07 {
    width: 30%;
  }
  .table-award th.col-08,
  .table-award td.col-08 {
    width: 14%;
  }
}
@media only screen and (min-width: 1024.02px) {
  .table-org {
    width: 100%;
  }
  .table-org th.col-01,
  .table-org td.col-01 {
    width: 5%;
    min-width: 4rem;
  }
  .table-org th.col-02,
  .table-org td.col-02 {
    width: 37%;
  }
  .table-org th.col-03,
  .table-org td.col-03 {
    width: 6%;
  }
  .table-org th.col-04,
  .table-org td.col-04 {
    width: 8%;
  }
  .table-org th.col-05,
  .table-org td.col-05 {
    width: 18%;
  }
  .table-org th.col-06,
  .table-org td.col-06 {
    width: 20%;
  }
}
@media only screen and (min-width: 1024.02px) {
  .table-srg {
    width: 100%;
  }
  .table-srg th.col-01,
  .table-srg td.col-01 {
    width: 8.5%;
    min-width: 4rem;
  }
  .table-srg th.col-02,
  .table-srg td.col-02 {
    width: 12%;
  }
  .table-srg th.col-03,
  .table-srg td.col-03 {
    width: 26%;
  }
  .table-srg th.col-04,
  .table-srg td.col-04 {
    width: 53%;
    word-break: break-all;
    overflow-wrap: break-word;
    max-width: 0;
  }
  .table-srg .sticky-left {
    text-align: center !important;
  }
  .table-srg .sticky-left span {
    font-weight: 400;
    font-size: 1.3rem;
  }
}
@media only screen and (min-width: 1024.02px) {
  .table-edu {
    width: 100%;
  }
  .table-edu th.col-01,
  .table-edu td.col-01 {
    width: 6.6%;
    min-width: 4rem;
  }
  .table-edu th.col-02,
  .table-edu td.col-02 {
    width: 18.3%;
  }
  .table-edu th.col-03,
  .table-edu td.col-03 {
    width: 8.3%;
  }
  .table-edu th.col-04,
  .table-edu td.col-04 {
    width: 18.3%;
  }
  .table-edu th.col-05,
  .table-edu td.col-05 {
    width: 48%;
  }
}
@media only screen and (min-width: 1024.02px) {
  .table-timeline {
    width: 100% !important;
  }
  .table-timeline th,
  .table-timeline td {
    word-break: break-all !important;
    overflow-wrap: break-word !important;
    max-width: 0;
  }
  .table-timeline th.col-01,
  .table-timeline td.col-01 {
    width: 7%;
    min-width: 8rem;
  }
  .table-timeline th.col-02,
  .table-timeline td.col-02 {
    width: 6%;
  }
  .table-timeline th.col-03,
  .table-timeline td.col-03 {
    width: 5%;
  }
  .table-timeline th.col-04,
  .table-timeline td.col-04 {
    width: 38%;
  }
  .table-timeline th.col-05,
  .table-timeline td.col-05 {
    width: 4%;
  }
  .table-timeline th.col-06,
  .table-timeline td.col-06 {
    width: 38%;
  }
  .table-timeline th.sticky-right,
  .table-timeline td.sticky-right {
    border-right: none !important;
  }
}
.table-timeline th.sticky-left {
  text-align: center !important;
}
.table-timeline th.sticky-left span {
  font-weight: 400;
  font-size: 1.3rem;
}

@media only screen and (max-width: 744px) {
  .table-award,
  .table-org,
  .table-srg,
  .table-edu,
  .table-timeline {
    width: auto !important;
    min-width: max-content !important;
    min-width: -webkit-max-content !important;
  }
  .table-award th.col-01, .table-award th.col-02, .table-award th.col-03, .table-award th.col-04, .table-award th.col-05, .table-award th.col-06, .table-award th.col-07, .table-award th.col-08,
  .table-award td.col-01,
  .table-award td.col-02,
  .table-award td.col-03,
  .table-award td.col-04,
  .table-award td.col-05,
  .table-award td.col-06,
  .table-award td.col-07,
  .table-award td.col-08,
  .table-org th.col-01,
  .table-org th.col-02,
  .table-org th.col-03,
  .table-org th.col-04,
  .table-org th.col-05,
  .table-org th.col-06,
  .table-org th.col-07,
  .table-org th.col-08,
  .table-org td.col-01,
  .table-org td.col-02,
  .table-org td.col-03,
  .table-org td.col-04,
  .table-org td.col-05,
  .table-org td.col-06,
  .table-org td.col-07,
  .table-org td.col-08,
  .table-srg th.col-01,
  .table-srg th.col-02,
  .table-srg th.col-03,
  .table-srg th.col-04,
  .table-srg th.col-05,
  .table-srg th.col-06,
  .table-srg th.col-07,
  .table-srg th.col-08,
  .table-srg td.col-01,
  .table-srg td.col-02,
  .table-srg td.col-03,
  .table-srg td.col-04,
  .table-srg td.col-05,
  .table-srg td.col-06,
  .table-srg td.col-07,
  .table-srg td.col-08,
  .table-edu th.col-01,
  .table-edu th.col-02,
  .table-edu th.col-03,
  .table-edu th.col-04,
  .table-edu th.col-05,
  .table-edu th.col-06,
  .table-edu th.col-07,
  .table-edu th.col-08,
  .table-edu td.col-01,
  .table-edu td.col-02,
  .table-edu td.col-03,
  .table-edu td.col-04,
  .table-edu td.col-05,
  .table-edu td.col-06,
  .table-edu td.col-07,
  .table-edu td.col-08,
  .table-timeline th.col-01,
  .table-timeline th.col-02,
  .table-timeline th.col-03,
  .table-timeline th.col-04,
  .table-timeline th.col-05,
  .table-timeline th.col-06,
  .table-timeline th.col-07,
  .table-timeline th.col-08,
  .table-timeline td.col-01,
  .table-timeline td.col-02,
  .table-timeline td.col-03,
  .table-timeline td.col-04,
  .table-timeline td.col-05,
  .table-timeline td.col-06,
  .table-timeline td.col-07,
  .table-timeline td.col-08 {
    width: auto !important;
  }
}
@media only screen and (max-width: 959px) {
  .table-srg th.sticky-left {
    text-align: center !important;
  }
  .table-srg th.sticky-left span {
    font-weight: 400 !important;
    font-size: 1rem;
  }
  .table-srg th.sticky-left-2 {
    white-space: nowrap !important;
  }
}
.t-right {
  text-align: right !important;
}/*# sourceMappingURL=report.css.map */