@charset "utf-8";
/* CSS Document */
.p-ir [class^="xj_"], .p-ir [class^="xj_"] * {
  font-family: "Inter", "Noto Sans JP", sans-serif !important;
  line-height: 1.8;
}
#xj-select-year_s {
  padding: 10px 40px 10px 10px;
  max-width: 100%;
  -webkit-appearance: auto;
  -moz-appearance: auto;
  appearance: auto;
  background-image: none;
  border: 1px solid #767676;
  margin-bottom: 30px;
}
#xj-select-category {
  display: flex;
  margin: 0 0 32px;
  padding: 0;
  list-style: none;
  flex-direction: row;
}
#xj-select-category li {
  flex: 1;
  margin: 0;
}
#xj-select-category li a {
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  border: 1px solid #1400c8;
  border-right-width: 1px;
  border-right-style: solid;
  border-right-color: rgb(20, 0, 200);
  border-right: 0;
  background-color: white;
  color: #1400c8;
  padding: 10px;
  transition: background-color 300ms 0s ease, color 300ms 0s ease;
  cursor: pointer;
}
#xj-select-category li:last-child a {
  border-right: 1px solid #1400c8;
}
#xj-select-category li.active a, #xj-select-category li:hover a {
  color: white;
  background-color: #1400c8;
  text-decoration: none;
}
@media screen and (max-width:767px) {
  #xj-select-category {
    display: flex;
    margin: 0;
    margin-bottom: 20px;
    margin-left: 0px;
    white-space: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  #xj-select-category li {
    display: table-cell;
    min-width: 100px;
  }
}
.xj_title {
  padding-top: 0;
  margin: 0 0 24px 0;
  font-size: var(--font-size--xl); /*20*/
  font-weight: 700;
  letter-spacing: 0.02em;
}
.xj_section {
  padding-bottom: 32px;
}
.xj_section_title {
  margin: 24px 0 16px 0;
  font-size: var(--font-size--lg); /*18*/
  letter-spacing: 0.02em;
}
.xj_list {
  margin-bottom: 40px;
  list-style: none;
}
.xj_list_item {
  display: flex;
  align-items: flex-start;
  gap: 24px;
  border: none !important;
  padding: 0 0 24px 0;
  margin: 0;
}
.xj_list_item:last-child {
  padding-bottom: 0 !important;
}
.xj_list_time {
  order: 1;
  white-space: nowrap;
  width: 84px;
}
:lang(en-US) .xj_list_time {
  width: 96px;
}
.xj_list_category {
  width: 130px;
  display: flex;
  align-items: center;
  position: relative;
  order: 3;
}
:lang(en-US) .xj_list_category {
  width: 145px;
}
.xj_list_category::before, .xj_list_category::after {
  position: relative;
  left: auto;
  right: auto;
}
.xj_list_category::before {
  left: 0;
  content: "[";
}
.xj_list_category::after {
  right: 0;
  content: "]";
}
.xj_list_category span {
  display: inline-block;
  width: 130px;
  vertical-align: top;
  padding: 1px 0;
  text-align: center;
  color: #000000;
}
.xj_list_title {
  display: block;
  order: 5;
  flex: 1 0 0%;
}
.xj_list_title a {
  color: #000;
}
.xj_list_title a:hover {
  text-decoration: underline;
}
.xj_list_title p {
  margin-bottom: 0;
  display: inline;
}
a + .xj_icon {
  background-image: url("icon-url.svg");
  background-repeat: no-repeat;
  background-position: right;
  padding-right: 24px;
  background-size: 16px;
}
a[href$=".pdf"] + .xj_icon {
  background-image: url("icon-pdf.svg")
}
a[href$=".xls"] + .xj_icon, a[href$=".xlsx"] + .xj_icon {
  background-image: url("icon-xlsx.svg")
}
a[href$=".zip"] + .xj_icon {
  background-image: url("icon-zip.svg")
}
@media screen and (max-width:767px) {
  .xj_list_item {
    gap: 0;
    flex-direction: row;
    flex-wrap: wrap;
    margin-bottom: 0;
    white-space: normal;
    padding: 20px 0;
    margin-top: 0;
  }
  .xj_list_item::before {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    order: 6;
  }
  .xj_list_category {
    margin-left: 16px;
  }
  .xj_list_category::before, .xj_list_category::after {
    display: none;
  }
  .xj_list_category span {
    width: auto;
  }
  .xj_list_category span::before {
    left: 0;
    content: "[";
  }
  .xj_list_category span::after {
    right: 0;
    content: "]";
  }
  .xj_list_title {
    margin-top: 4px;
    width: 100%;
    flex-basis: 100%;
  }
}
.xj_list_governance {
  text-align: right;
}
.xj_adobe {
  margin-top: 32px;
  display: flex;
}
.xj_adobe_text {
  margin-left: 20px;
}
.xj_note{
  margin-top: 30px;
}
@media screen and (max-width:767px) {
  .xj_adobe {
    flex-direction: column;
  }
  .xj_adobe_link {
    margin-bottom: 10px;
  }
  .xj_adobe_text {
    margin-left: 0;
  }
}
/* xj_graph */
.xj_graph {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.xj_graph_item {
  width: 48%;
  margin-top: 30px;
}
.xj_graph_item:first-child, .xj_graph_item:nth-child(2) {
  margin-top: 0;
}
.xj_graph_title {
  font-weight: 700;
  line-height: 1.5 !important;
  letter-spacing: 0.02em;
  font-size: var(--font-size--xl); /*20*/
}
.xj_graph_uint {
  font-size: 96%;
  text-align: right;
}
.xj_chart_table {
  width: 100%;
  font-size: 12px;
}
.xj_chart_table td {
  border: 1px solid #c7d5de;
  white-space: nowrap;
  line-height: normal !important;
}
td.xj_chart_header, td.xj_chart_header_first {
  background: #1400c8;
  color: #fff;
  text-align: center;
  padding: 6px 3px;
}
.xj_chart_header:first-child {
  padding: 10px 4px;
  font-weight: bold;
}
.xj_chart_header_first {
  width: 17%;
}
.xj_chart_value {
  text-align: right;
  padding-right: 4px;
}
.xj_chart_no_header td:first-child {
  display: none;
}
.xj_graph_note {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}
.xj_graph_note * {
  line-height: normal !important;
}
.xj_graph_note, .xj_graph_note .xj_graph_note_title, .xj_graph_note > p {
  margin-top: 30px;
}
.xj_asterisk_list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.xj_asterisk_list li {
  padding-left: 1em;
}
.xj_asterisk_list li::before {
  content: "※";
  display: inline-block;
  text-indent: -1em;
}
.xj_dot_list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.xj_dot_list li {
  padding-left: 1em;
}
.xj_dot_list li::before {
  content: "・";
  display: inline-block;
  text-indent: -1em;
}
@media screen and (max-width:767px) {
  .xj_graph_item {
    width: 100%;
    margin: 0 0 30px;
  }
}
/* xj_calendar */
.xj_calendar_heading {
  font-size: var(--font-size--xl); /*20*/
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.02em;
  margin: 72px 0 24px;
}
.xj_calendar_heading:first-child {
  margin-top: 32px;
}
.xj_calendar_item {
  display: flex;
  align-items: flex-start;
  gap: 24px;
  border: none !important;
  padding: 0 0 24px 0;
  margin: 0;
}
.xj_calendar_item:last-child {
  padding-bottom: 0 !important;
}
.xj_calendar_time {
  width: 130px;
  order: 1;
}
.xj_calendar_title {
  flex: 1 0 0%;
  order: 5;
}
.xj_calendar_note {
  margin-top: 104px;
}
@media screen and (max-width:767px) {
  .xj_calendar_item {
    flex-direction: row;
    flex-wrap: wrap;
    margin-bottom: 0;
    white-space: normal;
    margin-top: 0;
    gap: 0;
    padding: 20px 0;
  }
  .xj_calendar_item::before {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    order: 6;
  }
  .xj_calendar_title {
    margin-top: 4px;
    flex-basis: 100%;
    width: 100%;
  }
}