@charset "utf-8";
/* CSS Document */
body {
  width: 100%;
  margin: 0;
  padding: 0;
  color: #000;
}
h3, p {
  margin: 0;
  padding: 0;
  list-style: none;
}
.mb30 {
  margin-bottom: 30px;
}
.ir-library {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.ir-library__item {
  width: 48%;
  border: 1px solid #ccc;
  box-sizing: border-box;
  padding: 20px 20px 60px;
  position: relative;
  margin-bottom: 30px;
}
.ir-library__item:nth-last-child(-n+2) {
  margin-bottom: 0;
}
.ir-library__title {
  margin-bottom: 5px;
}
.ir-library__btn {
  position: absolute;
  bottom: 20px;
  right: 20px;
}
.ir-library__btn a {
  display: block;
  padding-right: 20px;
  position: relative;
}
.ir-library__btn a::after {
  content: "";
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  width: .5em;
  height: .5em;
  display: block;
  transform: rotate(45deg);
  position: absolute;
  right: 0;
  top: .5em;
}
@media screen and (max-width:767.98px) {
  .ir-library__item {
    width: 100%;
  }
  .ir-library__item:not(:last-child) {
    margin-bottom: 30px;
  }
}
.ir-graph {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.ir-graph__item {
  width: 48%;
  box-sizing: border-box;
  position: relative;
  margin-bottom: 30px;
}
.ir-graph__item:nth-last-child(-n+2) {
  margin-bottom: 0;
}
.ir-graph__title {
  margin-top: 28px;
  margin-bottom: 5px;
  letter-spacing: 0.06em;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.4;
  border-bottom: 1px solid #ccc;
}
.ir-graph__figure {
  text-align: center;
}
.ir-graph__figure img{
  width: auto;
  max-width: 100%;
}
@media screen and (max-width:767.98px) {
  .ir-graph__item {
    width: 100%;
  }
  .ir-graph__item:not(:last-child) {
    margin-bottom: 30px;
  }
}
/*
WizLaboLibrary表示エリアのスタイル
　<!-- xj-contents  -->
　<!-- // xj-contents // -->
　で囲まれている範囲内
*/
.xj-category {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.xj-category__item {
  text-align: center;
  width: 15%;
  align-items: flex-start;
}
.xj-category__item a {
  padding: 10px 0;
  display: block;
  border: 1px solid #999;
  color: #999;
  text-decoration: none;
}
.xj-category__item-results a {
  color: #9f2042;
  border: 1px solid #9f2042;
}
.xj-category__item-timely a {
  color: #63a944;
  border: 1px solid #63a944;
}
.xj-category__item-legal a {
  color: #4b9daf;
  border: 1px solid #4b9daf;
}
.xj-category__item-ir a {
  color: #734791;
  border: 1px solid #734791;
}
.xj-category__item-info a {
  color: #cc910a;
  border: 1px solid #cc910a;
}
.xj-category__item.active a, .xj-category__item a:hover {
  background: #999;
  color: #fff;
}
.xj-category__item-results.active a, .xj-category__item-results a:hover {
  background: #9f2042;
}
.xj-category__item-timely.active a, .xj-category__item-timely a:hover {
  background: #63a944;
}
.xj-category__item-legal.active a, .xj-category__item-legal a:hover {
  background: #4b9daf;
}
.xj-category__item-ir.active a, .xj-category__item-ir a:hover {
  background: #734791;
}
.xj-category__item-info.active a, .xj-category__item-info a:hover {
  background: #cc910a;
}
.xj-list__item {
  display: flex;
  align-items: flex-start;
  padding: 1em 0;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  font-size: 1.6rem;
}
.xj-list__item + .xj-list__item {
  border-top: none;
}
.xj-list__date {
  margin-right: 20px;
  width: 8em;
}
.xj-list__label {
  width: 9em;
  margin-right: 20px;
  text-align: center;
  background-color: #688579;
  display: inline-block;
  color: #fff;
}
.en .xj-list__label {
  width: 11em;
}
.xj-list__label-result {
  background-color: #9f2042;
}
.xj-list__label-timely {
  background-color: #63a944;
}
.xj-list__label-legal {
  background-color: #4b9daf;
}
.xj-list__label-ir {
  background-color: #734791;
}
.xj-list__label-info {
  background-color: #cc910a;
}
.xj-list__title {
  flex: 1 0 0%;
}
.xj-list__item a {
  color: #000;
  text-decoration: none;
}
.xj-icon__pdf {
  background: url("/img/common/icon/icon_pdf_r.svg") no-repeat left center / 1.25em;
  padding-left: 1.25em;
  margin-left: .25em;
}
.xj-icon__blank {
  background: url("/img/common/icon/icon_blank_b.svg") no-repeat left center / 1.25em;
  padding-left: 1.25em;
  margin-left: .25em;
}
@media screen and (max-width:767.98px) {
  .xj-category {
    flex-wrap: wrap;
  }
  .xj-category__item {
    width: calc(50% - 1px);
    margin-top: 2px;
  }
  .xj-category__item:first-child, .xj-category__item:nth-child(2) {
    margin-top: 0;
  }
  .xj-list__item {
    flex-wrap: wrap;
  }
  .xj-list__title {
    flex: 100%;
  }
}
.xj_chart_table {
  border-collapse: collapse;
  width: 100%;
}
.xj_chart_table td {
  padding: .5em;
  min-width: 47px;
  border: 1px solid #808080;
  font-size: min(16px, 1.55vw);
}
td.xj_chart_header, td.xj_chart_header_first {
  text-align: center;
  background: #ffeb7f;
}
.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 (max-width:767.98px) {
  .xj-graph {
    display: block;
  }
  .xj-graph-item {
    width: 100%;
  }
  .xj_chart_table td {
    min-width: 0;
    font-size: min(16px, 3.125vw);
  }
}
.coverage__txt{
  width: 100%;
  display: inline-block;
  text-align: right;
  margin-bottom: 16px;
}
.coverage__table{
  width: 100%;
  border-collapse: collapse;
  color: #000;
  display: inline-table;
  text-align: left;
  vertical-align: middle;
  border-spacing: 0;
}
.coverage__table th{
  background-color: #f7f7f7;
}
.coverage__table td,th{
  padding: 10px;
  line-height: 1.385;
  text-align: left;
  vertical-align: top;
  border: 1px solid #d6d8da;
  width: 50%;
}

/* IRトップのバナーリンク start. */
.ir-banner {
  margin-bottom: 40px;
}
.ir-banner__inner {
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-start;
  justify-content: flex-start;
  margin-left: -10px;
}
.ir-banner__item {
  max-width: 345.33px;
  margin-left: 10px;
  width: calc(33.33% - 10px);
}
.ir-banner__link {
  display: block;
  img {
    display: block;
    border-radius: 8px;
    overflow: hidden;
  }
}
@media screen and (max-width:767.98px) {
  .ir-banner {
    --banner-container-width: 100vw;
    --banner-inner-width: 1000px;
    --banner-overflow-x: scroll;
    --banner-ml: -9.6vw;
    --banner-inner-ml: -10px;
    --banner-inner-padding: 0 9.6vw;
    --banner-item-width: calc(33.33% - 10px);
    --banner-item-ml: 10px;

    overflow-x: var(--banner-overflow-x);
    width: var(--banner-container-width);
    margin-left: var(--banner-ml);
  }
  .ir-banner.-banner_1 {
    /* バナー一つ表示のときは横スクロールを無効化 */
    --banner-container-width: 100%;
    --banner-inner-width: 100%;
    --banner-item-width: 100%;
    --banner-overflow-x: hidden;
    --banner-ml: 0;
    --banner-inner-ml: 0;
    --banner-inner-padding: 0;
    --banner-item-ml: 0;
  }
  .ir-banner.-banner_2 {
    --banner-container-width: 100vw;
    --banner-inner-width: 666.66px;
    --banner-item-width: calc(50% - 10px);
    --banner-overflow-x: scroll;
    --banner-ml: -9.6vw;
    --banner-inner-ml: -10px;
    --banner-inner-padding: 0 9.6vw;
    --banner-item-ml: 10px;
  }
  .ir-banner.-banner_3 {
    --banner-container-width: 100vw;
    --banner-inner-width: 1000px;
    --banner-item-width: calc(33.33% - 10px);
    --banner-overflow-x: scroll;
    --banner-ml: -9.6vw;
    --banner-inner-ml: -10px;
    --banner-inner-padding: 0 9.6vw;
    --banner-item-ml: 10px;
  }
  .ir-banner::-webkit-scrollbar {
    height: 0;
  }  
  .ir-banner::-webkit-scrollbar-thumb {
    background: transparent;
    border-radius: 0;
  }  
  .ir-banner::-webkit-scrollbar-track {
    background: transparent;
    border-radius: 0;
  }
  .ir-banner__inner {
    width: var(--banner-inner-width);
    padding: var(--banner-inner-padding);
    margin-left: var(--banner-inner-ml);
  }
  .ir-banner__item {
    max-width: inherit;
    width: var(--banner-item-width);
    margin-left: var(--banner-item-ml);
  }
}
/* IRトップのバナーリンク end. */
/* ============================================================
  ir-anchorNav: IR トップ右下に固定表示するページ内アンカー
  Figma node-id 25238:2329
  - 通常は position: fixed
  - フッター接近時に .is-absolute が JS で付与され、<main> の底に置き去られる
============================================================ */

.ir-anchorNav {
  position: fixed;
  right: 40px;
  bottom: 100px;
  z-index: 30;
  background: #ffd700;
  padding: 32px;
}

.ir-anchorNav.is-absolute {
  position: absolute;
  bottom: 100px;
  top: auto;
}

.ir-anchorNav__list {
  display: flex;
  flex-direction: column;
  gap: 24px;
  list-style: none;
  margin: 0;
  padding: 0;
}

/* leading 補正: (line-height 23.63 - font-size 14) / 2 = 4.815px */
.ir-anchorNav__item {
  margin: -4.8px 0;
}

.ir-anchorNav__link {
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  font-size: 1.4rem;
  line-height: calc(23.63 / 14);
  letter-spacing: 1px;
  color: #000;
  text-decoration: none;
  white-space: nowrap;
  transition: opacity 0.5s;
}

.ir-anchorNav__link:hover,
.ir-anchorNav__link:focus-visible {
  opacity: 0.6;
}

@media (max-width: 767.98px) {
  .ir-anchorNav {
    display: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .ir-anchorNav__link {
    transition-duration: 0.01ms;
  }
}
