@charset "utf-8";
/* CSS Document */
.xj-graph-img {
  width: 100%;
  overflow: hidden;
}
.xj_chart_table {
  width: 100%;
  table-layout: fixed;
}
.xj_chart_table td {
  padding: 1rem;
  text-align: center;
  vertical-align: middle;
  background: #e9e9e9;
  font-size: 1.2rem;
  white-space: nowrap;
  border: 1px solid #fff;
}
.xj_chart_table td:first-child {
  white-space: normal;
}
.xj_chart_table tr:first-child td.xj_chart_header, td.xj_chart_header_first {
  padding: 1rem .5rem;
  font-weight: 500;
  color: #fff;
  background: #0e6be6;
  white-space: normal;
}
.xj_chart_table_note {
  font-size: 1.2rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-ir-box__item {
    width: 100%;
    overflow: hidden;
  }
  .xj_chart_table td {
    font-size: 3.2vw;
  }
}
/*@media (min-width: 64.0625em) {
  .xj_chart_header {
    width: 22%;
  }
}*/