@charset "utf-8";
/* ===========================================================

	Title: ir.css
	Created: 2025-12-08

=========================================================== */
/*

	press



=========================================================== */
.ir-sitemap {
  float: right;
  margin-bottom: 32px;
}
.ir-sitemap + * {
  clear: both;
}
/* ===========================================================

	press

=========================================================== */
.backnumber-select {
  font-size: 14px;
  width: 240px;
  border-color: #d9d9d9;
  padding: 8px 16px;
}
.section ul.ul-sort {
  display: flex;
  flex-wrap: wrap;
  gap: 0px 4px;
  margin: 0 0 16px;
}
.section ul.ul-sort li {
  list-style: none;
}
.section ul.ul-sort li::before {
  content: none;
}
.section ul.ul-sort li a {
    text-decoration: none;
    display: flex;
    width: 140px;
    padding: 10px 0 8px;
    justify-content: center;
    align-items: center;
    border-radius: 2px;
    border: 1px solid #ccc;
    font-weight: 400;
    color: var(--main-color);
    line-height: 1;
}
.section ul.ul-sort li.category--latest a.current {
  background-color: #035f7a !important;
  color: #fff !important;
}
.section ul.ul-sort li a:hover {
  color: var(--main-color);
  background-color: var(--main-lighter-color) ;
}

.section ul.ul-sort li a.current{
  background-color: var(--main-color);
  color: #fff;
}
@media screen and (max-width: 540px) {
  .section ul.ul-sort li {
    width: calc(50% - 2px);
  }
  .section ul.ul-sort li a {
    width: 100%;
  }
}

/* .news-type-3 {
  background-color: #bfd3d1 !important;
  color: #333 !important;
}
.news-type-11,
.news-type-12,
.news-type-13,
.news-type-14,
.news-type-15,
.news-type-16 {
  background-color: #035f7a !important;
  color: #fff !important;
} */

.section ul.ul-backnumber {
  display: flex;
  flex-wrap: wrap;
  gap: 0px 16px;
  margin-bottom: 32px;
  margin-left: 0 !important;
}
.section ul.ul-backnumber a {
  padding-left: 16px;
  line-height: 1;
  display: block;
  border-left: 1px solid #aaa;
}
.section ul.ul-backnumber li {
  list-style: none;
}
.section ul.ul-backnumber li::before {
  content: none;
}
.section ul.ul-backnumber li:last-child a {
  padding-right: 16px;
  border-right: 1px solid #aaa;
}
.section ul.ul-backnumber a.current {
  font-weight: 600;
  color: var(--main-color);
}
@media screen and (max-width: 767px) {
}
/* ===========================================================

	library

=========================================================== */
.library-table {
  table-layout: fixed;
}
.library-table thead th:first-child {
  width: 30%;
}
.library-table td {
  position: relative;
  vertical-align: top;
}
.library-table__wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.file-size {
  font-size: 16px;
}
.libray-movie {
  display: flex;
  align-items: center;
  border-radius: 4px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
  text-align: center;
  margin: 8px;
  transition: all .3s;
}
.libray-movie:hover {
  background-color: #d8ecea;
}
.libray-movie a {
  padding: 12px;
  width: 100%;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  line-height: 1;
}
.libray-movie a:before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background-image: url('/assets/img/ja/icon-mov.svg');
  background-size: cover;
}
.library-table__file-icon {
  text-decoration: none;
  width: 100%;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
  text-align: center;
  padding-top: 8px;
  margin-bottom: 8px;
}
.library-table__file-icon:hover {
  background-color: #d8ecea;
}
.library-table__file-icon img {
  height: 48px;
  width: auto;
  margin: auto;
}
/* js-popup-open
----------------------------------------------------------- */
.js-popup-open {
  border: 1px solid #000;
  text-decoration: none;
  font-size: 14px;
  padding: 0 4px;
  border-radius: 4px;
}
.js-popup-open:hover {
  background-color: #d8ecea;
}
/* js-popup-area
----------------------------------------------------------- */
.js-popup-area {
  display: none;
  position: absolute;
  top: -50px;
  margin: 0 0 0 -150px;
  z-index: 100;
  padding: 20px 20px 5px;
  width: 500px;
  background: #fff;
  border: solid 3px #ddd;
  text-align: left;
}
.js-popup-area .popup-title {
  font-weight: bold;
}
.js-popup-area h3 {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.4;
  color: #333;
  margin: 0 0 8px;
  padding: 0;
  border: none;
}
.js-popup-area h3::after {
  display: none;
}
.js-popup-area dl {
  display: flex;
  justify-content: flex-start !important;
  align-items: top !important;
  border-top: solid 1px #ddd;
  border-bottom: solid 1px #ddd;
  margin: 0 0 1em !important;
}
.js-popup-area dl dt {
  padding: 0.2em 1em 0.2em 0 !important;
  margin: 0 !important;
  border: none;
  white-space: nowrap;
}
.js-popup-area dl dd {
  padding: 0.2em 0 !important;
  margin: 0 !important;
  border: none;
  white-space: normal;
}
.js-popup-area dl dd .file-size {
  display: inline-block;
}
.js-popup-area p {
  text-align: center !important;
}

@media screen and (max-width: 767px) {
  .js-popup-area {
    top: 0;
    margin: 0;
    transform: translate(-40%, -50%);
    width: 80vw;
  }
  .js-popup-area dl {
    display: block;
  }
  .js-popup-area dl dd {
  }
}

/* js-popup-close
----------------------------------------------------------- */
.js-popup-close {
  position: relative;
  overflow: hidden;
  height: 25px;
  line-height: 23px;
  text-align: center;
  margin: 0 auto;
  padding: 0 20px 0 30px;
  display: inline-block;
  border: solid 1px var(--main-color);;
  color: var(--main-color); !important;
  font-size: 12px;
  font-size: 1.2rem;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
}
.js-popup-close:hover {
  text-decoration: none;
  border: solid 1px #fff;
  color: #fff !important;
  border-color: transparent;
  background-color: var(--main-color);;
}
.js-popup-close:before,
.js-popup-close:after {
  position: absolute;
  top: 50%;
  left: 15px;
  margin: -6px 0 0;
  content: "";
  width: 1px;
  height: 12px;
  background-color: var(--main-color);;
  -webkit-transform: rotate(45deg);
  transform: rotate(-45deg);
}
.js-popup-close:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(-45deg);
}
.js-popup-close:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(45deg);
}
.js-popup-close:hover:before,
.js-popup-close:hover:after {
  background-color: #fff;
}

.heading4:has(+ .file-date-list) {
    margin: 40px 0 16px;
}
.accord-item {
  display: flex;
  align-items: flex-start;
  padding: 16px 0;
  border-bottom: 1px solid #d9d9d9;
  gap: 24px;
}

.accord-item dt {
  flex: 0 0 130px;   /* 日付欄の固定幅 */
  white-space: nowrap; /* 改行させない */
  margin-right: 0;
}

.accord-item dd {
  flex: 1 1 auto;
  min-width: 0;
  margin: 0;
}

.accord-item a {
  color: var(--fg);
  text-decoration: none;
}

.accord-item a:hover {
  color: var(--main-color);
  text-decoration: underline;
}

.file-date-list__revied {
  background: url(../img/ja/ir/icon_revied_last.png) 10px 12px no-repeat;
  background-size: 10px auto;
  padding-left: 30px !important;
}

@media screen and (max-width: 540px) {
  .accord-item {
    flex-direction: column;
    gap: 8px;
  }

  .accord-item dt {
    flex: none;
    width: auto;
  }

  .accord-item dd {
    width: 100%;
  }
}


/* ===========================================================

	distribution

=========================================================== */
.distribution dl {
  display: flex;
  align-items: baseline;
  padding: 24px 48px;
  border: 1px solid #ccc;
  font-size: 28px;
  gap: 48px;
}
.distribution dd {
  font-weight: 600;
}
.distribution dd .number-display__number {
  font-size: 28px;
  color: #035f7a;
  margin-left: 8px;
}
.distribution.distribute--forecast dd .number-display__number {
  color: #939147;
}
@media screen and (max-width: 1084px) {
  .distribution dl {
    padding: 16px;
    flex-direction: column;
    gap: 8px;
    font-size: 20px;
  }
.distribution dd .number-display__number {
  font-size: 28px;
}
}
/* ===========================================================

	investor

=========================================================== */
.indent-list li {
  list-style: none !important;
  font-size: 16px !important;
}
.indent-list li::before {
  content: none !important;
}
.indent-list li:first-child {
  color: #035f7a;
  font-weight: 600;
}
.indent-list li ul {
  margin: 0 0 0 48px !important;
}
.indent-list li ul li {
  color: #525252 !important;
  font-weight: 400 !important;
}

/* ===========================================================

	policy

=========================================================== */
.policy-list li {
  color: var(--main-color);
}


#latest_schedule a.disabled {
  pointer-events: none; /* クリック不可 */
  color: #525252;         /* 見た目も無効っぽく */
  text-decoration: none;
  cursor: default;
}


.section .risk-list {
  list-style: none;      /* デフォルトの・を消す */
  padding-left: 0;
  margin: 0;
}

.section .risk-list li {
  display: block;
  text-indent: -3.6em;
  margin-left: 3.6em;
  margin-bottom: 0.5em;
}

.section .risk-list li:first-child {
  margin-top: 1.5rem;
  display: flex;
  align-items: flex-start;
}

.section .risk-list li::before {
  content: attr(data-indent-head); /* 1．を表示 */
  flex: 0 0 auto;
  margin-right: 0.5em;
  font-weight: 600;
  color: var(--main-color);
}

.section .risk-list li::before {
    position: static;
    width: 1.5rem;
    height: auto;
    border: none;
    border-radius: 0;
}

.section .risk-list li span {
  display: block;
  font-weight: 600;
  color: var(--main-color);
}
.section .risk-list li ul {
  margin: 0;
}
.section .risk-list li ul li {
  text-indent: initial;
  margin-left: 0;
}
.section .risk-list li ul li::before {
  display: none;
}
/* ===========================================================

	ir_sitemap

=========================================================== */
.ir_sitemap__frame {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px 80px;
}
.ir_sitemap__grid {
  display: flex;
  gap: 24px;
}
.ir_sitemap__grid--image {
  max-width: 256px;
}
.ir_sitemap__grid--list {
  flex: 1;
}
.ir_sitemap__grid--list h2 {
  border-bottom: 1px solid var(--main-color);
  margin-bottom: 16px;
}

.ir_sitemap__grid--list h2.no-border {
  border-bottom: none;
}
.ir_sitemap__grid--list h2 a {
  display: inline-block;
  color: var(--main-color);
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.4;
  text-decoration: none;
  padding: 4px;
}
.ir_sitemap__grid--list h2 a:hover {
  background-color: var(--table-lighter-color);
}
.ir_sitemap__grid--list h2 a::before {
  content: none;
  display: inline-block;
  width: 10px;
  height: 10px;
  border-right: 2px solid var(--main-color);
  border-bottom: 2px solid var(--main-color);
  transform: rotate(-45deg);
  margin-right: 8px;
}
.section .ir_sitemap__grid--list ul,
.section .ir_sitemap__grid--list li {
  list-style: none;
  padding: 0;
  margin: 0;
}
.section .ir_sitemap__grid--list li + li {
  margin-top: 8px;
}
.ir_sitemap__grid--list li a {
  position: relative;
  display: inline-block;
  color: var(--fg);
  font-weight: 300;
  line-height: 1.4;
  text-decoration: none;
  padding-left: 20px;
}
.section .ir_sitemap__grid--list li::before {
  content: none;
}
.ir_sitemap__grid--list li a:hover {
  color: var(--main-color);
  text-decoration: underline;
}
.ir_sitemap__grid--list li a::before {
  content: "";
  display: block;
  position: absolute;
  left: 2px;
  top: 6px;
  width: 8px;
  height: 8px;
  border-right: 1px solid var(--main-color);
  border-bottom: 1px solid var(--main-color);
  transform: rotate(-45deg);
}

@media (max-width: 768px) {
  .ir_sitemap__frame {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 480px) {
  .ir_sitemap__grid {
    flex-direction: column;
  }
  .ir_sitemap__grid--image {
    max-width: 100%;
  }
}
.is-en #chart_0 .amcharts-legend-div {
  margin-left: 40px;
}
.highlight-table {
  display: block;
  overflow-x: scroll;
}
.highlight-table th,
.highlight-table td {
  white-space: nowrap;
}
.highlight-table th {
  text-align: center;
}
.highlight-table td {
  text-align: right !important;
}
.highlight-table table {
  table-layout: fixed;
}
.highlight-table table thead tr th:first-child {
  width: 240px;
}
.highlight-table table thead tr th {
  width:152px;
}
.highlight-table thead th:first-child,
.highlight-table tbody th {
  position: sticky;
  left: 0;
  &:before{
    content: "";
    position: absolute;
    top: -1px;
    right: -1px;
    width: 100%;
    height: 100%;
    border: 1px solid #d9d9d9;
  }
}
.highlight-table tbody tr td:last-child {
  display: none;
}

@media (max-width: 768px) {
  .highlight-table table thead tr th:first-child {
    width: 200px;
  }
}
