.eir {
  line-height: 1.2;
}
.eir a {
  color: inherit;
  text-decoration: none;
}

.ir-top-keikaku-row {
  display: grid;
  grid-template-columns: 100%;
  gap: 20px 0;
}
@media print, screen and (992px <= width) {
  .ir-top-keikaku-row {
    grid-template-columns: 1fr 410px;
    gap: 0 20px;
    align-items: center;
  }
}
.ir-top-keikaku-fig {
  width: min(100%, 480px);
  margin: 0 auto;
}
@media print, screen and (992px <= width) {
  .ir-top-keikaku-fig {
    order: 2;
  }
}
@media print, screen and (992px <= width) {
  .ir-top-text {
    order: 1;
  }
}
.ir-top-library-row {
  display: grid;
  grid-template-columns: 100%;
  gap: 20px 0;
}
@media print, screen and (1200px <= width) {
  .ir-top-library-row {
    grid-template-columns: 1fr 410px;
    gap: 0 20px;
    align-items: center;
  }
}
@media print, screen and (1200px <= width) {
  .ir-top-library-left {
    order: 1;
  }
}
.ir-top-library-right {
  display: grid;
  grid-template-columns: repeat(2, 50%);
  gap: 1em 1em;
}
@media print, screen and (1200px <= width) {
  .ir-top-library-right {
    order: 2;
  }
}
.ir-top-library-item {
  display: flex;
  align-items: center;
  gap: 0 0.5em;
  color: inherit;
  text-decoration: none;
  line-height: 1.3;
}
.ir-top-library-item::before {
  font: var(--fa-font-solid);
  content: "\f0da";
  color: var(--color-red02);
}

.eirTarget_zipDownload .cmn_btn01 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 0.5em;
  width: min(100%, 280px);
  color: inherit;
  text-decoration: none;
  line-height: 1.3;
  text-align: center;
  background-color: var(--color-gray);
  padding: 1em 0.5em;
  border-radius: 3em;
  box-shadow: 2px 2px 1px 0px rgba(0, 0, 0, 0.18);
  color: var(--color-white);
  background-color: var(--color-red02);
}
.eirTarget_zipDownload .cmn_btn01::before {
  font: var(--fa-font-solid);
  content: "\f56d";
}

.ir-message-list-item {
  color: var(--color-red02);
  padding: 1em 0;
  border-style: solid;
  border-width: 0 0 1px;
  border-color: var(--color-red02);
}
.ir-message-list-item.ver-blue {
  color: var(--color-blue);
  border-color: var(--color-blue);
}

.ir-message-qa li, .ir-faq-qa li {
  margin: 2.5em 0 0;
}
.ir-message-qa li:nth-of-type(1), .ir-faq-qa li:nth-of-type(1) {
  margin-top: 0;
}
.ir-message-qa h3, .ir-message-qa p, .ir-message-qa .answer, .ir-faq-qa h3, .ir-faq-qa p, .ir-faq-qa .answer {
  position: relative;
  padding: 0 0 0 3em;
}
.ir-message-qa h3::before, .ir-message-qa p::before, .ir-message-qa .answer::before, .ir-faq-qa h3::before, .ir-faq-qa p::before, .ir-faq-qa .answer::before {
  font-size: var(--font-size20);
  position: absolute;
  top: -0.2em;
  right: auto;
  bottom: auto;
  left: 0;
  z-index: 1;
  width: 1.8em;
  line-height: 1.8em;
  color: #fff;
  font-weight: bold;
  text-align: center;
}
.ir-message-qa h3::before, .ir-faq-qa h3::before {
  content: "Q";
  background: #007FFF;
}
.ir-message-qa p, .ir-message-qa .answer, .ir-faq-qa p, .ir-faq-qa .answer {
  margin: 1.25em 0 0;
}
.ir-message-qa p::before, .ir-message-qa .answer::before, .ir-faq-qa p::before, .ir-faq-qa .answer::before {
  content: "A";
  background: #B8141A;
}

.ir-risk-table {
  font-size: var(--font-size12);
  line-height: 1.3;
  overflow-x: auto;
}
@media print, screen and (768px <= width) {
  .ir-risk-table {
    font-size: var(--font-size14);
  }
}
.ir-risk-table table {
  width: max(100%, 450px);
}
.ir-risk-table th, .ir-risk-table td {
  vertical-align: middle;
  padding: 1em 0.75em;
  border-style: solid;
  border-width: 1px;
  border-color: var(--color-green02);
}
.ir-risk-table th {
  font-weight: normal;
  text-align: center;
  background: var(--color-green);
  border-color: var(--color-white);
}
.ir-risk-table .title {
  position: sticky;
  left: 0;
  width: 11em;
  background: var(--color-green02);
  border-color: var(--color-white);
}
@media print, screen and (768px <= width) {
  .ir-risk-table .title {
    width: 13em;
  }
}
.ir-risk-table .atai {
  text-align: right;
}
.ir-risk-table .aki {
  background-color: transparent;
}
.ir-risk-table .kaiji {
  background: var(--color-green);
}

#hqir h3 {
  font-size: var(--font-size18);
  line-height: 1.3;
  padding: 0.2em 0 0.2em 0.75em;
  margin: 0 0 10px;
  border-style: solid;
  border-color: var(--color-red02);
  border-width: 0 0 0 10px;
}

.ir-stock-table01 {
  font-size: var(--font-size14);
  line-height: 1.3;
}
.ir-stock-table01 table {
  width: 100%;
}
.ir-stock-table01 th, .ir-stock-table01 td {
  vertical-align: middle;
  padding: 1em 1em;
  border-style: solid;
  border-width: 1px 1px;
  border-color: var(--color-green02);
}
.ir-stock-table01 th {
  width: 50%;
  font-weight: normal;
  background-color: var(--color-green02);
  border-color: var(--color-white);
}
.ir-stock-table01 td {
  text-align: right;
  border-width: 1px 0;
}
.ir-stock-table02 {
  font-size: var(--font-size14);
  line-height: 1.3;
}
.ir-stock-table02 table {
  width: 100%;
}
.ir-stock-table02 th, .ir-stock-table02 td {
  vertical-align: middle;
  padding: 1em 0.75em;
  border-style: solid;
  border-width: 1px;
  border-color: var(--color-green);
}
.ir-stock-table02 th {
  font-weight: normal;
  text-align: center;
  background-color: var(--color-green);
  border-color: var(--color-white);
}
.ir-stock-table02 td {
  border-width: 0;
}
.ir-stock-table02 td:nth-of-type(2) {
  text-align: right;
  border-width: 0 1px;
}
.ir-stock-table02 td:nth-of-type(3) {
  text-align: right;
}
.ir-stock-table02 tr:nth-of-type(odd) td {
  background-color: var(--color-green02);
}
.ir-stock-table03 {
  font-size: var(--font-size14);
  line-height: 1.3;
}
.ir-stock-table03 table {
  width: 100%;
}
.ir-stock-table03 th, .ir-stock-table03 td {
  padding: 1em 0.75em;
  border-style: solid;
  border-width: 1px;
  border-color: var(--color-green02);
}
.ir-stock-table03 th {
  width: 33%;
  font-weight: normal;
  background-color: var(--color-green02);
  border-color: var(--color-white);
}
.ir-stock-table03 td {
  word-break: break-all;
  border-width: 1px 0;
}

.ir-procedures-table table {
  font-size: var(--font-size14);
}
.ir-procedures-table table {
  width: 100%;
}
.ir-procedures-table th, .ir-procedures-table td {
  padding: 1em 0.75em;
  border-style: solid;
  border-width: 1px;
  border-color: var(--color-green02);
}
.ir-procedures-table th {
  width: 33%;
  font-weight: normal;
  background-color: var(--color-green02);
  border-color: var(--color-white);
}
.ir-procedures-table td {
  word-break: break-all;
  border-width: 1px 0;
}

.ir-meeting-head {
  display: grid;
  grid-template-columns: 100%;
  gap: 20px 0;
}
@media print, screen and (768px <= width) {
  .ir-meeting-head {
    grid-template-columns: 150px 1fr;
    gap: 0 30px;
  }
}
.ir-meeting-about {
  display: grid;
  grid-template-columns: 100%;
  gap: 20px 0;
}
@media print, screen and (768px <= width) {
  .ir-meeting-about {
    grid-template-columns: 220px 1fr;
    gap: 0 30px;
  }
}
.ir-meeting-about-row {
  display: grid;
  grid-template-columns: auto auto auto 1fr;
}

.ir-individual-head {
  display: grid;
  grid-template-columns: 100%;
  gap: 1em 0;
}
@media print, screen and (768px <= width) {
  .ir-individual-head {
    grid-template-columns: repeat(3, 1fr);
    gap: 1em 1em;
  }
}
.ir-individual-head-item {
  display: flex;
  align-items: center;
  gap: 0 1em;
  color: inherit;
  text-decoration: none;
  line-height: 1.3;
  padding: 0 0 1em;
  border-style: solid;
  border-color: var(--color-gray);
  border-width: 0 0 1px;
}
.ir-individual-head-item::before {
  flex-shrink: 0;
  font: var(--fa-font-solid);
  content: "\f13a";
  color: var(--color-red02);
}
.ir-individual-ttl {
  text-align: center;
  line-height: 1.3;
  background: var(--color-green02);
  padding: 1em 0;
}

.ir-en-feed-list {
  display: grid;
  grid-template-columns: 100%;
  gap: 40px 0;
}
@media print, screen and (768px <= width) {
  .ir-en-feed-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px 20px;
  }
}
@media print, screen and (992px <= width) {
  .ir-en-feed-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px 7%;
  }
}
.ir-en-feed-item-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: var(--color-white);
  line-height: 1.3;
  padding: 0.5em 1em;
  background-color: var(--color-red02);
}
.ir-en-feed-item-ttl {
  font-weight: bold;
}
.ir-en-feed-item-unit {
  font-size: var(--font-size12);
}
.ir-en-feed-item-fig {
  text-align: center;
  margin: 10px 0 0;
}
.ir-en-feed-item-table {
  font-size: var(--font-size10);
  width: 100%;
  margin: 10px 0 0;
}
@media print, screen and (992px <= width) {
  .ir-en-feed-item-table {
    font-size: var(--font-size12);
  }
}
.ir-en-feed-item th, .ir-en-feed-item td {
  vertical-align: middle;
  padding: 0.5em 0.5em;
  border-style: solid;
  border-color: var(--color-gray02);
  border-width: 1px;
}
.ir-en-feed-item th {
  font-weight: 400;
  line-height: 1.3;
  text-align: center;
  background-color: var(--color-gray);
}
.ir-en-feed-item td {
  text-align: right;
}

.ir-en-fr-list {
  display: grid;
  grid-template-columns: 100%;
  gap: 1em 0;
}
.ir-en-fr-item {
  display: flex;
  align-items: center;
  gap: 0 0.5em;
  color: inherit;
  text-decoration: none;
  line-height: 1.3;
  padding: 0.5em 1em;
  border-style: solid;
  border-color: var(--color-gray);
  border-width: 1px;
  border-radius: 0.5em;
}
.ir-en-fr-item::before {
  flex-shrink: 0;
  font: var(--fa-font-solid);
  content: "\f138";
  color: var(--color-red02);
}

.ir-en-meeting-list {
  display: grid;
  grid-template-columns: 100%;
  gap: 1em 0;
}
.ir-en-meeting-item {
  display: flex;
  align-items: center;
  gap: 0 0.5em;
  color: var(--color-white);
  text-decoration: none;
  line-height: 1.3;
  background-color: var(--color-red02);
  padding: 0.5em 1em;
  border-radius: 0.5em;
}
.ir-en-meeting-item::before {
  flex-shrink: 0;
  font: var(--fa-font-solid);
  content: "\f138";
  color: var(--color-white);
}