.img img {
  max-width: 100%;
  height: auto;
  display: block;
}

.related-conferences-table .rc-table_row .rc-table_header {
  background: #fafaf8;
}
.related-conferences-table.stock-table02 colgroup col:first-of-type {
  width: 398px;
}
@media screen and (max-width: 767px) {
  .related-conferences-table.stock-table02 colgroup col:first-of-type {
    width: 40%;
  }
}
.related-conferences-table.benefits_program-table {
  width: 100%;
  margin-top: 0;
}
.related-conferences-table.benefits_program-table colgroup col:first-of-type {
  width: 128px;
}
@media screen and (max-width: 767px) {
  .related-conferences-table.benefits_program-table colgroup col:first-of-type {
    width: 100px;
  }
}
.related-conferences-table.benefits_program-table .rc-table_row .rc-table_data,
.related-conferences-table.benefits_program-table .rc-table_row .rc-table_header {
  padding: 11px 12px;
}
@media screen and (max-width: 767px) {
  .related-conferences-table.benefits_program-table .rc-table_row .rc-table_data,
  .related-conferences-table.benefits_program-table .rc-table_row .rc-table_header {
    padding: 8px 8px 6px;
  }
}

.shareholder_dividend_policy {
  background: #FAFAF8;
  padding: 15px 40px 20px;
}
@media screen and (max-width: 767px) {
  .shareholder_dividend_policy {
    padding: 16px;
  }
}
.shareholder_dividend_policy + * {
  margin-top: 10px;
}
.shareholder_dividend_policy .dividend_policy_text {
  font-size: 22px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .shareholder_dividend_policy .dividend_policy_text {
    font-size: 16px;
    line-height: 1.4;
  }
}
.shareholder_dividend_policy .dividend_policy_text .icon {
  font-size: 14px;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  translate: 0 -4px;
  margin-right: 2px;
}
@media screen and (max-width: 767px) {
  .shareholder_dividend_policy .dividend_policy_text .icon {
    font-size: 12px;
    translate: 0 0;
  }
}
.shareholder_dividend_policy .dividend_policy_text .val {
  font-size: 36px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .shareholder_dividend_policy .dividend_policy_text .val {
    font-size: 28px;
  }
}

.shareholder_benefits_program {
  display: grid;
  grid-template-columns: 293px 1fr;
  gap: 0 30px;
}
@media screen and (max-width: 767px) {
  .shareholder_benefits_program {
    display: flex;
    flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  .shareholder_benefits_program .img-area {
    max-width: 260px;
    margin-inline: auto;
  }
}
@media screen and (max-width: 767px) {
  .shareholder_benefits_program .table-scroll {
    margin-top: 40px;
  }
}
.shareholder_benefits_program .table-scroll + .add-text {
  margin-top: 12px;
  grid-column: 1/3;
  text-align: right;
}

.add-text {
  font-size: 14px;
  position: relative;
  line-height: 1.75;
}
@media screen and (max-width: 767px) {
  .add-text {
    font-size: 12px;
  }
}
.add-text:has(.icon) {
  padding-left: 18px;
}
.add-text:has(.icon.asterisk) {
  padding-left: 10px;
}
.add-text .icon {
  position: absolute;
  top: 0;
  left: 0;
  line-height: 1.75;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .add-text .icon {
    font-size: 12px;
  }
}

.ir td dl {
  justify-content: start;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}
.ir td dl dt {
  width: 13em;
}
.ir td dl dd {
  width: calc(100% - 13em);
}

