@charset "UTF-8";
.stock-item {
  border: 2px solid #DCDCDC;
  padding: 2rem 1.5rem;
  height: 100%;
}

.stock-item-link {
  position: relative;
  display: inline-block;
  color: #1397E1;
  font-weight: 700;
  font-size: 1.125rem;
}

.stock-item-link::before {
  content: "";
  position: relative;
  display: inline-block;
  top: 1px;
  width: 16px;
  height: 16px;
  mask: url(../media/images/common/icon-check-circle.svg) no-repeat center center/contain;
  background-color: #000;
  margin-right: 8px;
}

.stock-item-link:not(.stock-item-chart):before {
  transform: rotate(-90deg);
}

.stock-item-chart::before {
  mask: url(../media/images/icon/icon_newtab.svg) no-repeat center center/contain;
}

.stock-item-title {
  display: inline;
}

.childnav__link {
  display: block;
}

.button--newtab::after {
  border: none;
  width: 14px;
  height: 14px;
  mask: url(../media/images/icon/icon_newtab.svg) no-repeat center center/contain;
  background-color: #1397E1;
  transform: translateY(-50%);
  transition: 0.3s;
}

.button--newtab:hover::after {
  background-color: #FFFFFF;
}

.table:not(.info-table1, .info-table2, .memo-table, .benefit-table) tbody td:not(:first-child) {
  border-top: none;
}

.table:not(.benefit-table) thead th,
.table:not(.benefit-table) tbody td {
  font-size: 0.625rem;
  padding: 0.75em 0.5em;
}

.table-dividend th {
  text-align: center;
}

.table-dividend {
  font-size: 0.875rem;
  width: 391px;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
}

@media screen and (min-width: 400px) {
  .table:not(.benefit-table) thead th,
  .table:not(.benefit-table) tbody td {
    font-size: 0.75rem;
  }
}
@media screen and (min-width: 576px) {
  .table:not(.benefit-table) thead th,
  .table:not(.benefit-table) tbody td {
    font-size: 0.875rem;
  }
}
.text-link--icon-pdf::after {
  margin-bottom: -2px;
}

.text-link--icon-arrow::before {
  content: "";
  position: relative;
  display: inline-block;
  width: 15px;
  height: 15px;
  top: 1px;
  margin-right: 4px;
  mask: url(../media/images/common/icon-check-circle.svg) no-repeat center center/contain;
  background-color: #333;
  transform: rotate(-90deg);
}

.stockinfo__note {
  font-size: 0.875rem;
  color: #666;
}

.s_eirModule_date {
  width: auto;
}

.yearController {
  display: inline-block;
  position: relative;
}

.yearController::after {
  content: "";
  position: absolute;
  top: 45%;
  right: 10px;
  transition: 0.3s;
  transform: translateY(-50%) rotate(45deg);
  -webkit-transform: translateY(-50%) rotate(45deg);
  width: 7px;
  height: 7px;
  border-right: 1px solid #333;
  border-bottom: 1px solid #333;
  pointer-events: none;
}

.s_eirSelect {
  border: 1px solid #333;
}

.s_eirSelect:hover {
  cursor: pointer;
}

.eirHeading {
  position: relative;
  font-size: clamp(1.375rem, 1.3rem + 0.375vw, 1.75rem);
  font-weight: 700;
  padding-bottom: 0.2857142857em;
  margin-bottom: 2.5rem;
  margin-top: 1.25rem;
}

.eirHeading::before,
.eirHeading::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  height: 2px;
}

.eirHeading::before {
  width: 100%;
  background-color: #DCDCDC;
}

.qirContent_table table thead th {
  background-color: #1397E1;
}

.qirContent_table table tbody th {
  background-color: #1397E1;
}

.info-table1 tbody th {
  background-color: #1397E1;
  color: #fff;
  width: 40%;
}

.info-table1 tbody td:not(:first-child) {
  border-top: 1px solid #ACACAC;
}

.info-table2 tr th:first-of-type {
  width: 40%;
}

.info-table2 tbody th {
  font-size: 0.625rem;
  padding: 0.75em 0.5em;
}

.info-table2 tbody tr:not(:first-of-type) td {
  border-top: 1px solid #ACACAC;
}

.info-note {
  margin-top: 1rem;
}

.info-note-list {
  padding-left: 2.5em;
  position: relative;
  margin-bottom: 8px;
}

.info-note-list::before {
  position: absolute;
  top: 0;
  left: 0;
}

.info-note-list:nth-of-type(1):before {
  content: "※1";
}

.info-note-list:nth-of-type(2):before {
  content: "※2";
}

.info-note-list:nth-of-type(3):before {
  content: "※3";
}

.info-rules-list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 1.25rem;
  padding-top: 1.25rem;
  row-gap: 4px;
}

.info-rules .info-rules-list:not(:first-of-type) {
  border-top: 1px solid #CCC;
}

.info-rules-date {
  width: 100%;
  padding-right: 1.25rem;
}

.info-rules-title {
  display: inline-block;
  margin-right: 12px;
  color: #1397E1;
}

.info-rules-capacity {
  padding-left: 12px;
  position: relative;
}

.info-rules-capacity::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 0.9375em;
  height: 1.125em;
  mask: url(../media/images/icon/icon_pdf.svg) no-repeat center center/contain;
  background-color: #1397E1;
  display: inline-block;
}

@media screen and (min-width: 400px) {
  .info-rules-date {
    width: 150px;
  }
}
@media screen and (min-width: 576px) {
  .info-table2 tbody th {
    font-size: 1rem;
  }
}
.memo-table tbody th {
  background-color: #1397E1;
  color: #fff;
  width: 40%;
}

.memo-table tbody td:not(:first-child) {
  border-top: 1px solid #ACACAC;
}

.memo-list-title {
  font-size: 1.125rem;
  font-weight: 700;
  margin-bottom: 1rem;
  position: relative;
  padding-left: 1.5rem;
}

.memo-list-title::before {
  content: "";
  position: absolute;
  top: 0.375rem;
  left: 0;
  width: 1.125rem;
  height: 1.125rem;
  background-color: #1397E1;
  border-radius: 50%;
}

/* 株主還元
---------------------------------------------------------- */
.shareholder {
  padding-top: clamp(3.75rem, 3.25rem + 2.5vw, 6.25rem);
}

.shareholder__qua {
  display: grid;
  align-items: center;
  gap: 1.25rem;
  margin-top: clamp(1.875rem, 1.625rem + 1.25vw, 3.125rem);
  text-align: center;
}
@media screen and (min-width: 768px) {
  .shareholder__qua {
    grid-template-columns: 1fr auto;
    gap: 2.5rem;
  }
}

.shareholder__qua.shadow-box {
  padding-block: 1.25rem;
}

.shareholder__qua-cards {
  display: flex;
  justify-content: center;
  flex-direction: column;
}
@media screen and (min-width: 576px) {
  .shareholder__qua-cards {
    flex-direction: row;
  }
}

.shareholder__qua-note {
  font-size: 0.75rem;
}

.shareholder__qua-title {
  font-size: clamp(1.25rem, 1.15rem + 0.5vw, 1.75rem);
  font-weight: 700;
}

.shareholder__price {
  margin-top: clamp(1.875rem, 1.75rem + 0.625vw, 2.5rem);
}

.shareholder__price-title {
  font-size: clamp(1rem, 0.975rem + 0.125vw, 1.125rem);
  font-weight: 700;
  text-align: center;
}

.shareholder__price_table {
  margin-top: clamp(1.875rem, 1.75rem + 0.625vw, 2.5rem);
}

.shareholder__price_text {
  font-size: clamp(0.875rem, 0.85rem + 0.125vw, 1rem);
  margin-top: 0.625rem;
}

.shareholder__price_more {
  margin-top: 1.875rem;
  text-align: center;
}

.shareholder__price_more .button {
  width: clamp(17.5rem, 17.25rem + 1.25vw, 18.75rem);
}

.benefit-note-list {
  color: #666;
  font-size: 0.875rem;
  position: relative;
  margin-bottom: 8px;
  padding-left: 1.25em;
}

.benefit-note-list::before {
  content: "＊";
  position: absolute;
  top: 0;
  left: 0;
}

.button__kncf {
  width: max-content;
}

@media screen and (max-width: 399px) {
  .button__kncf {
    font-size: 12px;
  }
}
.dividend__table-wrapper .qirSection_wrapper {
  column-gap: 0;
  row-gap: 50px;
}

.dividend__table-wrapper .qirArea-twocolumn .qirContent {
  width: 100%;
}

@media screen and (min-width: 576px) {
  .dividend__table-wrapper .qirArea-twocolumn .qirContent {
    width: 48%;
  }
}/*# sourceMappingURL=style-stockinfo.css.map */