@charset "utf-8";
/* CSS Document */
.xj-year {
  border: 1px solid #a6b1be;
  border-radius: 4px;
  padding: 10px 40px 10px 10px;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0,0,24,24" width="10px" height="10px"><path fill="%23464c55" d="M0 7.33l2.829-2.83 9.175 9.339 9.167-9.339 2.829 2.83-11.996 12.17z" /></svg>');
  background-repeat: no-repeat;
  background-position: right 10px center;
  cursor: pointer;
  margin-bottom: 40px;
}
.xj-category {
  display: flex;
  justify-content: space-between;
  text-align: center;
  flex-wrap: wrap;
}
.xj-category__item {
  width: calc((100% - 10px) / 2);
}
.xj-category__item:not(:nth-child(2n + 1)) {
  margin-left: 10px;
}
.xj-category__item:not(:nth-last-child(-n + 2)) {
  margin-bottom: 10px;
}
.xj-category__item a {
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  padding: 0.5em;
  align-items: center;
  justify-content: center;
  color: #4baa87;
  border: 1px solid #4baa87;
  border-radius: 4px;
  transition: all 0.25s ease;
}
.xj-category__item a:hover,
.xj-category__item.active a {
  color: #fff;
  background-color: #4baa87;
}
@media screen and (min-width: 768px) {
  .xj-category__item {
    width: calc((100% - 50px) / 6);
  }
  .xj-category__item:not(:first-child) {
    margin-left: 10px;
  }
  .xj-category__item:not(:nth-last-child(-n + 2)) {
    margin-bottom: 0;
  }
}
.irTop .xj-list {
  margin-top: -40px;
}
.ir__title + .xj-list {
  margin-top: -12px;
}
.xj-list + .ir__text {
  margin-top: 36px;
}
.xj-list__item {
  border-bottom: 1px dotted #a6b1be;
}
.xj-list__inner {
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  display: flex;
  padding: 16px 8px;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
}
.xj-list__inner:hover {
  opacity: 0.8 !important;
}
.xj-list__date {
  font-size: 12px;
  font-size: 0.75rem;
  margin-right: 16px;
  color: #464c55;
  font-weight: bold;
}
.xj-list__title {
  font-size: 14px;
  font-size: 0.875rem;
  margin-top: 8px;
  width: 100%;
  color: #464c55;
}
.xj-list__label {
  font-size: 10px;
  font-size: 0.625rem;
  display: inline-block;
  width: 94px;
  height: 24px;
  color: #4baa87;
  background-color: #d3e5df;
  border-radius: 20px;
  font-weight: bold;
  text-align: center;
  line-height: 24px;
}
.xj-list__pdf {
  background: url("xj-icon_pdf.svg") left center / 1em no-repeat;
  padding-left: 1em;
  margin-left: 0.5em;
}
.xj-list__blank {
  background: url("xj-icon_blank.svg") left center / 1.5em no-repeat;
  padding-left: 1.5em;
  margin-left: 0.5em;
}
.xj-box {
  margin-bottom: 36px;
}
@media screen and (min-width: 768px) {
  .ir__title + .xj-list {
    margin-top: -24px;
  }
  .xj-list + .ir__text {
    margin-top: 56px;
  }
  .xj-list__inner {
    padding: 32px 8px;
  }
  .xj-list__date {
    font-size: 14px;
    font-size: 0.875rem;
    margin-right: 24px;
  }
  .xj-list__label {
    margin-right: 24px;
  }
  .xj-list__title {
    font-size: 16px;
    font-size: 1rem;
    width: auto;
    flex: 1;
  }
  .irLibrary__item .xj-list__title {
    flex: auto;
    width: 100%;
  }
  .xj-box {
    margin-bottom: 56px;
  }
}
.xj-graph {
  display: grid;
  grid-row-gap: 36px;
  margin-bottom: 36px;
}
.xj-graph__uint {
  font-size: 14px;
  font-size: 0.875rem;
  color: #767e88;
}
.xj-graph__title {
  font-size: 20px;
  font-size: 1.25rem;
  color: #2e3238;
  font-weight: bold;
  margin-bottom: 0.5rem;
}
.xj-graph__figure {
  text-align: center;
}
.xj-graph__figure img {
  max-width: 100%;
  width: auto;
}
.xj_chart_table {
  border-collapse: collapse;
  width: 100%;
  font-size: clamp(12px, 0.661rem + 0.45vw, 14px);
  color: #464c55;
  margin-top: 1em;
}
.xj_chart_table td {
  border: 1px solid #a6b1be;
  padding: 0.25em;
}
td.xj_chart_header,
td.xj_chart_header_first {
  text-align: center;
  background: #f9f9f9;
}
.xj_chart_value {
  text-align: right;
}
.xj_chart_value.xj_chart_no_value {
  text-align: center;
}
.xj_chart_no_header td:first-child {
  display: none;
}
@media screen and (min-width: 768px) {
  .xj-graph {
    grid-template-columns: 1fr 1fr;
    grid-row-gap: 56px;
    grid-column-gap: 24px;
    margin-bottom: 56px;
  }
}
