@charset "UTF-8";
.p-ir-container {
  width: 100%;
}
.p-ir-container .l-inner {
  width: 1080px;
  margin: 0 auto;
}
@media (max-width: 1079.98px) {
  .p-ir-container .l-inner {
    width: 100%;
    padding: 0 10px;
  }
}

.p-localnavi__list {
  justify-content: center;
}
@media (max-width: 1079.98px) {
  .p-localnavi__list {
    justify-content: flex-start;
  }
}
.p-localnavi__list .p-localnavi__item a {
  text-align: center;
}

.u-container__inner {
  padding: 0;
}

.p-ir-card {
  padding: 40px 0 60px;
}
@media (max-width: 1079.98px) {
  .p-ir-card {
    padding: 10.7vw 0 16vw;
  }
}
.p-ir-card--gray {
  background-color: #f5f5f5;
}
.p-ir-card .p-ir-top-title {
  padding-bottom: 30px;
  font-weight: 500;
}
@media (max-width: 1079.98px) {
  .p-ir-card .p-ir-top-title {
    padding-bottom: 2.66vw;
  }
}

.p-ir-top-bnr-box {
  padding: 0 0 100px;
}
@media (max-width: 1079.98px) {
  .p-ir-top-bnr-box {
    padding-bottom: 21.5vw;
  }
}

.p-ir-top-bnr {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media (max-width: 1079.98px) {
  .p-ir-top-bnr .p-ir-thumbnail {
    flex-basis: 100% !important;
  }
}
.p-ir-top-bnr .p-ir-thumbnail {
  width: 100%;
}

.p-ir-thumbnail__link {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 1079px) {
  .p-ir-thumbnail__img.view_pc {
    display: none !important;
  }
}
.p-ir-thumbnail__img.view_sp {
  display: none !important;
}
@media only screen and (max-width: 1079px) {
  .p-ir-thumbnail__img.view_sp {
    width: 100%;
    height: auto;
    display: block !important;
  }
}
.p-ir-thumbnail__text {
  position: absolute;
  top: 50%;
  left: 30px;
  transform: translateY(-50%);
  color: #ffffff;
  font-weight: bold;
}
.p-ir-thumbnail__text span {
  display: block;
  font-size: 24px;
  line-height: 1.6;
}
@media (max-width: 1079.98px) {
  .p-ir-thumbnail__text span {
    font-size: 3.75vw;
  }
}
.p-ir-linkmap .p-ir-thumbnail {
  flex-basis: 340px;
}
@media (max-width: 1079.98px) {
  .p-ir-linkmap .p-ir-thumbnail {
    flex-basis: 100%;
    -moz-column-gap: 11px;
         column-gap: 11px;
  }
}

.p-ir-top-news .p-ir-btn {
  width: 400px;
}
@media (max-width: 1079.98px) {
  .p-ir-top-news .p-ir-btn {
    width: 44vw;
  }
}

.p-ir-top-2col-box {
  padding: 119px 0 125px;
}
@media (max-width: 1079.98px) {
  .p-ir-top-2col-box {
    padding: 21.335vw 0;
  }
}

.p-ir-btn {
  width: 250px;
  padding: 15px;
  font-weight: 500;
}
@media (max-width: 1079.98px) {
  .p-ir-btn {
    width: 66.67vw;
    padding: 3.24vw;
  }
}
.p-ir-btn--white {
  background-color: #ffffff;
  color: #000000;
}
.p-ir-btn--white:hover {
  background-color: #000000;
  color: #ffffff;
}

.p-ir-top-2col {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  -moz-column-gap: 60px;
       column-gap: 60px;
}
@media (max-width: 1079.98px) {
  .p-ir-top-2col {
    row-gap: 50px;
  }
}
.p-ir-top-2col .p-ir-top-title {
  padding-bottom: 10px;
}
@media (max-width: 1079.98px) {
  .p-ir-top-2col .p-ir-top-title {
    padding-bottom: 2.66vw;
  }
}
.p-ir-top-2col .p-ir-list {
  flex-grow: 1;
}
.p-ir-top-2col .p-ir-btn-box--2col {
  grid-template-columns: 1fr 1fr !important;
}
.p-ir-top-2col .p-ir-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.p-ir-top-2col__item {
  display: flex;
  flex-direction: column;
  width: calc(50% - 30px);
}
@media (max-width: 1079.98px) {
  .p-ir-top-2col__item {
    width: 100%;
  }
}

.p-ir-list--first-line > li:first-child {
  border-top: 1px solid #e5e5e5;
}
@media (max-width: 1079.98px) {
  .p-ir-list--date > li {
    display: block;
    padding: 0 !important;
  }
}
@media (max-width: 1079.98px) {
  .p-ir-list--date > li a {
    display: block;
    padding: 2.1vw 0 4.28vw;
  }
}
.p-ir-list > li,
.p-ir-list > dl {
  list-style-type: none;
  padding: 16px 0;
  border-bottom: 1px solid #e5e5e5;
}
@media (max-width: 1079.98px) {
  .p-ir-list > li,
  .p-ir-list > dl {
    padding: 4.28vw 0;
    font-size: 3.75vw;
  }
}
.p-ir-list > dl {
  display: grid;
  grid-template-columns: auto 1fr;
  -moz-column-gap: 12px;
       column-gap: 12px;
}
.p-ir-list .date {
  margin-right: 1em;
}
@media (max-width: 1079.98px) {
  .p-ir-list .date {
    display: block;
    margin-right: 0;
    padding-top: 4.28vw;
  }
}
.p-ir-list a[href*=".pdf"]::after {
  display: inline-block;
  width: 21px;
  height: 17px;
  margin-left: 12px;
  background: url("/assets/img/ir/ico_pdf.png") no-repeat top 5px center/contain;
  content: "";
}

.p-ir-btn-box--2col {
  display: grid;
  justify-content: center;
  grid-template-columns: auto auto;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
@media (max-width: 1079.98px) {
  .p-ir-btn-box--2col {
    grid-template-columns: 1fr;
    row-gap: 10px;
  }
}
.p-ir-btn-box .p-ir-material-btn {
  display: block;
  width: 300px;
  margin: 0 auto;
  padding: 15px;
  font-size: 16px;
}
@media (max-width: 1079.98px) {
  .p-ir-btn-box .p-ir-material-btn {
    width: 69vw;
    padding: 3.24vw;
    font-size: 3.75vw;
  }
}
@media (max-width: 1079.98px) {
  .p-ir-btn-box .c-btn--lg.icon--left {
    width: 88vw;
  }
}
.p-ir-btn-box .c-btn--lg.icon--left br {
  display: none !important;
}
@media (max-width: 1079.98px) {
  .p-ir-btn-box .c-btn--lg.icon--left br {
    display: block !important;
  }
}

.p-ir-top-movie {
  position: relative;
  z-index: 0;
}
.p-ir-top-movie::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("/assets/img/ir/top/bg_movie.png") no-repeat center/cover;
  z-index: -1;
  content: "";
}
.p-ir-top-movie .p-ir-top-title {
  color: #ffffff;
  border-color: #ffffff;
}
.p-ir-top-movie .p-ir-btn {
  width: 400px;
}
@media (max-width: 1079.98px) {
  .p-ir-top-movie .p-ir-btn {
    width: 66.67vw;
    padding: 3.24vw;
  }
}

.p-ir-movie-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
@media (max-width: 1079.98px) {
  .p-ir-movie-box {
    row-gap: 20px;
  }
}
.p-ir-movie-box__item {
  width: calc(50% - 10px);
}
@media (max-width: 1079.98px) {
  .p-ir-movie-box__item {
    width: 100%;
  }
}
.p-ir-movie-box .p-ir-movie {
  position: relative;
  width: 100%;
  aspect-ratio: 530/298;
}
.p-ir-movie-box .p-ir-movie iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 8px;
}
.p-ir-movie-box__text {
  margin-top: 10px;
  color: #ffffff;
  font-weight: bold;
}
@media (max-width: 1079.98px) {
  .p-ir-movie-box__text {
    margin-top: 2.667vw;
    font-size: 3.75vw;
  }
}

.p-ir-linkmap {
  margin: 100px 0;
}
@media (max-width: 1079.98px) {
  .p-ir-linkmap {
    margin: 21.5vw 0;
  }
}
.p-ir-linkmap__row {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 40px;
       column-gap: 40px;
}
@media (max-width: 1079.98px) {
  .p-ir-linkmap__row {
    row-gap: 30px;
  }
}
.p-ir-linkmap__thumbnail-box {
  display: flex;
  justify-content: space-between;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
@media (max-width: 1079.98px) {
  .p-ir-linkmap__thumbnail-box {
    width: 100%;
  }
}

.p-ir-pickup {
  flex-basis: 700px;
  background-color: #f5f5f5;
}
@media (max-width: 1079.98px) {
  .p-ir-pickup {
    flex-basis: 100%;
  }
}
.p-ir-pickup h2 {
  padding: 10px 20px;
  background-color: #000000;
  color: #ffffff;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.6;
}
@media (max-width: 1079.98px) {
  .p-ir-pickup h2 {
    font-size: 5.34vw;
    padding: 2.68vw 5.34vw;
  }
}
.p-ir-pickup ol {
  list-style-type: none;
  padding: 22px 16px;
  counter-reset: counter;
}
@media (max-width: 1079.98px) {
  .p-ir-pickup ol {
    padding: 5.867vw 4.268vw;
  }
}
.p-ir-pickup ol li {
  position: relative;
  padding-left: 20px;
  font-weight: 500;
  line-height: 1.625;
}
@media (max-width: 1079.98px) {
  .p-ir-pickup ol li {
    padding-left: 4.8vw;
    font-size: 3.75vw;
  }
}
.p-ir-pickup ol li::before {
  position: absolute;
  top: 4px;
  left: 0;
  border: 1px solid;
  border-radius: 50%;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 2px;
  height: 16px;
  width: 16px;
  font-size: 80%;
  counter-increment: counter;
  content: counter(counter);
}
@media (max-width: 1079.98px) {
  .p-ir-pickup ol li::before {
    top: 1vw;
    padding-top: 0.4vw;
    width: 3.75vw;
    height: 3.75vw;
  }
}
.p-ir-pickup ol li + li {
  margin-top: 10px;
}
.p-ir-pickup ul {
  list-style-type: none;
  padding: 22px 16px;
  counter-reset: counter;
}
@media (max-width: 1079.98px) {
  .p-ir-pickup ul {
    padding: 5.867vw 4.268vw;
  }
}
.p-ir-pickup ul li {
  font-weight: 500;
  line-height: 1.625;
}
@media (max-width: 1079.98px) {
  .p-ir-pickup ul li {
    font-size: 3.75vw;
  }
}
.p-ir-pickup ul li span {
  display: block;
}
.p-ir-pickup ul li + li {
  margin-top: 10px;
}

.p-ir-linkmap-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  row-gap: 50px;
  -moz-column-gap: 30px;
       column-gap: 30px;
  margin-top: 100px;
  list-style-type: none;
}
@media (max-width: 1079.98px) {
  .p-ir-linkmap-list {
    row-gap: 0;
    margin-top: 21.5vw;
  }
}
.p-ir-linkmap-list__item--2col {
  width: calc(50% - 15px);
}
@media (max-width: 1079.98px) {
  .p-ir-linkmap-list__item--2col {
    width: 100%;
    margin-bottom: 50px;
  }
}
.p-ir-linkmap-list__item--3col {
  width: calc(33.3333333333% - 20px);
}
@media (max-width: 1079.98px) {
  .p-ir-linkmap-list__item--3col {
    width: 100%;
    margin-bottom: 20px;
  }
  .p-ir-linkmap-list__item--3col:last-child {
    margin-bottom: 0;
  }
}
.p-ir-linkmap-list__title {
  padding-bottom: 10px;
  border-bottom: 2px solid #dddddd;
}
.p-ir-linkmap-list__title > a {
  padding-right: 11px;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.583;
}
@media (max-width: 1079.98px) {
  .p-ir-linkmap-list__title > a {
    padding-right: calc(5px + 1.6vw);
    font-size: 5.34vw;
  }
}
.p-ir-linkmap-list a {
  text-decoration: none;
}

.p-ir-linkmap-sub-list {
  list-style-type: none;
}
@media (max-width: 1079.98px) {
  .p-ir-linkmap-sub-list {
    display: flex;
    flex-wrap: wrap;
    row-gap: 10px;
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
}
.p-ir-linkmap-sub-list li {
  line-height: 1.625;
}
@media (max-width: 1079.98px) {
  .p-ir-linkmap-sub-list li {
    font-size: 3.75vw;
  }
}
.p-ir-linkmap-sub-list li + li {
  margin-top: 10px;
}
@media (max-width: 1079.98px) {
  .p-ir-linkmap-sub-list li + li {
    margin-top: 0;
  }
}

.arrow {
  position: relative;
}
.arrow::before {
  position: absolute;
  display: inline-block;
  top: 50%;
  transform: translateY(-50%);
  width: 6px;
  height: 9px;
  margin-left: 5px;
  background: url("/assets/img/ir/ico_arrow.svg") no-repeat center/contain;
  content: "";
}
@media (max-width: 1079.98px) {
  .arrow::before {
    width: 1.6vw;
    height: 2.4vw;
  }
}

.window {
  position: relative;
}
.window::before {
  position: absolute;
  display: inline-block;
  top: 50%;
  transform: translateY(-50%);
  width: 15px;
  height: 15px;
  margin-left: 5px;
  background: url("/assets/img/ir/ico_window.png") no-repeat center/contain;
  content: "";
}
@media (max-width: 1079.98px) {
  .window::before {
    width: 4vw;
    height: 4vw;
  }
}

a.arrow, a:has(span.arrow) {
  padding-right: 11px;
}
@media (max-width: 1079.98px) {
  a.arrow, a:has(span.arrow) {
    padding-right: calc(5px + 1.6vw);
  }
}
a.window, a:has(span.window) {
  padding-right: 20px;
}
@media (max-width: 1079.98px) {
  a.window, a:has(span.window) {
    padding-right: calc(5px + 4vw);
  }
}
a.arrow::before, a.window::before {
  right: 0;
}

.p-ir-cv-box {
  margin: 100px 0;
}
@media (max-width: 1079.98px) {
  .p-ir-cv-box {
    margin: 21.5vw 0 0;
  }
}

.p-ir-cv {
  padding: 30px;
  background-color: #f5f5f5;
}
.p-ir-cv .p-ir-top-title {
  font-weight: 500;
}
@media (max-width: 1079.98px) {
  .p-ir-cv .p-ir-top-title {
    font-size: 5.34vw;
  }
}
@media (max-width: 1079.98px) {
  .p-ir-cv {
    padding: 6.667vw 5.34vw;
  }
}
.p-ir-cv__item {
  display: flex;
  justify-content: space-between;
  align-items: end;
}
@media (max-width: 1079.98px) {
  .p-ir-cv__item {
    flex-direction: column;
    align-items: center;
  }
}
.p-ir-cv__item-info p {
  font-weight: 500;
}
@media (max-width: 1079.98px) {
  .p-ir-cv__item-info p {
    font-size: 4.268vw;
  }
}

.p-ir-bnr {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 40px;
}
@media (max-width: 1079.98px) {
  .p-ir-bnr {
    gap: 10px;
  }
}
.p-ir-bnr > .p-ir-thumbnail {
  width: calc(50% - 20px);
}
@media (max-width: 1079.98px) {
  .p-ir-bnr > .p-ir-thumbnail {
    width: 100%;
  }
}
.p-ir-bnr .p-ir-thumbnail-wrap {
  display: flex;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
@media (max-width: 1079.98px) {
  .p-ir-bnr .p-ir-thumbnail-wrap {
    -moz-column-gap: 5px;
         column-gap: 5px;
  }
}
.p-ir-bnr .p-ir-thumbnail-wrap .p-ir-thumbnail {
  width: 340px;
}
@media (max-width: 1079.98px) {
  .p-ir-bnr .p-ir-thumbnail-wrap .p-ir-thumbnail {
    width: 100%;
  }
}

.p-ir-section {
  margin-top: 100px;
}
@media (max-width: 1079.98px) {
  .p-ir-section {
    margin-top: 21.5vw;
  }
}
.p-ir-section .p-ir-title a {
  text-decoration: none;
}
.p-ir-section .p-ir-title a .arrow::before,
.p-ir-section .p-ir-title a .window::before {
  transform: translateY(-65%);
}
.p-ir-section .p-ir-title span {
  font-size: 0.7em;
}
.p-ir-section .p-ir-title-lv3 {
  padding-bottom: 7px;
  border-bottom: 4px solid #dddddd;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.583;
}
@media (max-width: 1079.98px) {
  .p-ir-section .p-ir-title-lv3 {
    padding-bottom: 1vw;
    font-size: 4.8vw;
  }
}

.p-ir-2col {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 40px;
}
@media (max-width: 1079.98px) {
  .p-ir-2col {
    flex-direction: column;
    gap: 20px;
  }
}
.p-ir-2col:has(.p-ir-gray-box) {
  gap: 20px;
}
.p-ir-2col__item {
  width: calc(50% - 20px);
}
@media (max-width: 1079.98px) {
  .p-ir-2col__item {
    width: 100%;
  }
}
.p-ir-2col__item:has(.p-ir-gray-box) {
  width: calc(50% - 10px);
}
@media (max-width: 1079.98px) {
  .p-ir-2col__item:has(.p-ir-gray-box) {
    width: 100%;
  }
}
@media (max-width: 1079.98px) {
  .p-ir-2col--img-r {
    flex-direction: column-reverse;
  }
}
.p-ir-2col .p-ir-gray-box {
  height: 100%;
  padding: 14px 14px 30px;
  padding-bottom: 30px;
  background-color: #f5f5f5;
}
@media (max-width: 1079.98px) {
  .p-ir-2col .p-ir-gray-box {
    padding: 3.73vw 3.73vw 6vw;
  }
}

.p-ir-text {
  font-weight: 500;
  line-height: 1.6875;
}
@media (max-width: 1079.98px) {
  .p-ir-text {
    font-size: 3.75vw;
  }
}

.p-ir-link-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 30px;
  list-style-type: none;
}
@media (max-width: 1079.98px) {
  .p-ir-link-list {
    gap: 10px;
  }
}
.p-ir-link-list__item {
  position: relative;
  width: calc(33.3333333333% - 20px);
  padding-bottom: 10px;
  border-bottom: 2px solid #dddddd;
}
@media (max-width: 1079.98px) {
  .p-ir-link-list__item {
    width: 100%;
  }
}
.p-ir-link-list__item-link {
  display: block;
  text-decoration: none;
  width: -moz-fit-content;
  width: fit-content;
}
.p-ir-link-list__item-title {
  font-size: 22px;
  font-weight: 500;
  line-height: 1.5;
}
@media (max-width: 1079.98px) {
  .p-ir-link-list__item-title {
    font-size: 4.8vw;
  }
}
.p-ir-link-list__item-title span {
  display: block;
  font-size: 16px;
}
@media (max-width: 1079.98px) {
  .p-ir-link-list__item-title span {
    font-size: 3.75vw;
  }
}

.p-ir-border-box {
  padding: 14px;
  border: 1px solid #000000;
}
@media (max-width: 1079.98px) {
  .p-ir-border-box {
    padding: 3.73vw;
  }
}

.p-ir-dot-list {
  margin-left: 2em;
}
@media (max-width: 1079.98px) {
  .p-ir-dot-list > li {
    font-size: 3.75vw;
  }
}
.p-ir-dot-list > li + li {
  margin-top: 10px;
}

.p-ir-num-circle-list {
  list-style-type: none;
  counter-reset: counter;
}
.p-ir-num-circle-list > li {
  position: relative;
  padding-left: 28px;
  font-weight: 500;
  line-height: 1.6875;
}
@media (max-width: 1079.98px) {
  .p-ir-num-circle-list > li {
    padding-left: 4.8vw;
    font-size: 3.75vw;
  }
}
.p-ir-num-circle-list > li::before {
  position: absolute;
  top: 5px;
  left: 0;
  border: 1px solid;
  border-radius: 50%;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 1px;
  height: 16px;
  width: 16px;
  font-size: 80%;
  counter-increment: counter;
  content: counter(counter);
}
@media (max-width: 1079.98px) {
  .p-ir-num-circle-list > li::before {
    padding-top: 0.4vw;
    width: 3.75vw;
    height: 3.75vw;
  }
}
.p-ir-num-circle-list > li + li {
  margin-top: 10px;
}

.p-ir-arrow-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  -moz-column-gap: 42px;
       column-gap: 42px;
}
@media (max-width: 1079.98px) {
  .p-ir-arrow-box {
    flex-direction: column;
    row-gap: 40px;
  }
}
.p-ir-arrow-box__item {
  position: relative;
  display: flex;
  align-items: center;
  width: calc(50% - 21px);
  padding: 14px;
  background-color: #d1e7f6;
}
@media (max-width: 1079.98px) {
  .p-ir-arrow-box__item {
    width: 100%;
  }
}
.p-ir-arrow-box__item:first-child::after {
  position: absolute;
  display: inline-block;
  top: 50%;
  right: -32px;
  transform: translateY(-50%);
  width: 23px;
  height: 35px;
  background: url("/assets/img/ir/ico_arrow_blue.png") no-repeat center/cover;
  content: "";
}
@media (max-width: 1079.98px) {
  .p-ir-arrow-box__item:first-child::after {
    top: auto;
    right: auto;
    left: calc(50% - 11.5px);
    bottom: -48px;
    transform: rotate(90deg) translateX(-50%);
  }
}

.p-ir-title-gray {
  position: relative;
  padding-left: 14px;
  font-size: 18px;
  line-height: 1.556;
  font-weight: bold;
}
@media (max-width: 1079.98px) {
  .p-ir-title-gray {
    padding-left: 2.8vw;
    font-size: 4.28vw;
  }
}
.p-ir-title-gray::before {
  position: absolute;
  top: 2px;
  left: 0;
  width: 10px;
  height: 22px;
  background-color: #999999;
  content: "";
}
@media (max-width: 1079.98px) {
  .p-ir-title-gray::before {
    top: 0.8vw;
    width: 2vw;
    height: 4.5vw;
  }
}

.p-ir-title-b {
  font-size: 16px;
  font-weight: bold;
}
@media (max-width: 1079.98px) {
  .p-ir-title-b {
    font-size: 3.75vw;
  }
}

.p-ir-table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
  border: 1px solid #f5f5f5;
  font-size: 16px;
}
@media (max-width: 1079.98px) {
  .p-ir-table {
    font-size: 3.75vw;
  }
}
.p-ir-table--evenly {
  table-layout: fixed;
}
.p-ir-table thead th {
  text-align: center;
  background-color: #1e1e1e;
  color: #ffffff;
}
.p-ir-table th {
  text-align: left;
  padding: 19px;
  background-color: #f5f5f5;
  border: 1px solid #CCCCCC;
  font-weight: 500;
}
@media (max-width: 1079.98px) {
  .p-ir-table th {
    padding: 3.125vw;
  }
}
.p-ir-table--2col th {
  width: 20%;
}
@media (max-width: 1079.98px) {
  .p-ir-table--2col th {
    width: 32vw;
  }
}
@media (max-width: 1079.98px) {
  .p-ir-table--dividend td {
    padding: 1vw !important;
  }
  .p-ir-table--dividend td span.adj {
    position: relative;
    right: 5px;
    letter-spacing: -0.02em;
  }
}
.p-ir-table td {
  padding: 19px;
  border: 1px solid #CCCCCC;
  font-weight: 500;
}
@media (max-width: 1079.98px) {
  .p-ir-table td {
    padding: 3.125vw;
  }
}
.p-ir-table td span {
  display: block;
}
.p-ir-table td .title {
  font-size: 16px;
  font-weight: normal;
}
@media (max-width: 1079.98px) {
  .p-ir-table td .title {
    font-size: 3.75vw;
  }
}
.p-ir-table td a {
  text-decoration: none;
}
.p-ir-table td a.window::after {
  display: inline-block;
  top: 50%;
  transform: translateY(-50%);
  margin-left: 5px;
  width: 15px;
  height: 15px;
  margin-left: 5px;
  background: url("/assets/img/ir/ico_window.png") no-repeat center/contain;
  content: "";
}
@media (max-width: 1079.98px) {
  .p-ir-table td a.window::after {
    width: 4vw;
    height: 4vw;
  }
}
.p-ir-table .wl {
  width: 29.1666666667%;
}
@media (max-width: 1079.98px) {
  .p-ir-table .wl {
    width: 25%;
  }
}
.p-ir-table .w50 {
  width: 50% !important;
}
.p-ir-table .w42 {
  width: 42% !important;
}
.p-ir-table .w40 {
  width: 40% !important;
}
.p-ir-table .w30 {
  width: 30% !important;
}
@media (max-width: 1079.98px) {
  .p-ir-table .w30 {
    width: 28% !important;
  }
}

.p-ir-img--half {
  width: 520px;
}
@media (max-width: 1079.98px) {
  .p-ir-img--half {
    width: 100%;
  }
}

.p-ir-note-num-list {
  counter-reset: counter;
  list-style: none;
}
.p-ir-note-num-list > li {
  display: flex;
  counter-increment: counter;
}
.p-ir-note-num-list > li::before {
  content: "*" counter(counter);
  margin-right: 0.5em;
}
@media (max-width: 1079.98px) {
  .p-ir-note-num-list > li {
    font-size: 3.75vw;
  }
}
.p-ir-note-num-list > li + li {
  margin-top: 10px;
}
.p-ir-note-num-list--exp {
  display: grid;
  grid-template-columns: auto 1fr;
  row-gap: 10px;
}
@media (max-width: 1079.98px) {
  .p-ir-note-num-list--exp {
    grid-template-columns: 1fr;
    row-gap: 0;
  }
}
.p-ir-note-num-list--exp > li {
  display: contents;
  counter-increment: counter;
}
.p-ir-note-num-list--exp > li::before {
  display: none;
}
.p-ir-note-num-list--exp > li > span:first-child {
  counter-increment: counter;
}
@media (max-width: 1079.98px) {
  .p-ir-note-num-list--exp > li > span:first-child {
    position: relative;
    width: -moz-fit-content;
    width: fit-content;
    padding-right: 2.5em;
  }
}
.p-ir-note-num-list--exp > li > span:first-child::before {
  content: "*" counter(counter);
  margin-right: 0.5em;
}
@media (max-width: 1079.98px) {
  .p-ir-note-num-list--exp > li > span:first-child::after {
    position: absolute;
    right: 0;
    margin: 0 0.5em;
    content: "･･･";
  }
}
.p-ir-note-num-list .exp {
  position: relative;
  padding-left: 2.5em;
}
@media (max-width: 1079.98px) {
  .p-ir-note-num-list .exp {
    margin-bottom: 10px;
    padding-left: 2em;
  }
}
.p-ir-note-num-list .exp::before {
  position: absolute;
  left: 0;
  margin: 0 0.5em;
  content: "･･･";
}
@media (max-width: 1079.98px) {
  .p-ir-note-num-list .exp::before {
    display: none;
  }
}

.p-ir-note-list {
  list-style: none;
}
.p-ir-note-list > li {
  display: flex;
}
.p-ir-note-list > li::before {
  margin-right: 0.5em;
  content: "*";
}
@media (max-width: 1079.98px) {
  .p-ir-note-list > li {
    font-size: 3.75vw;
  }
}
.p-ir-note-list > li + li {
  margin-top: 10px;
}

.p-ir-note-t-list {
  list-style: none;
}
.p-ir-note-t-list > li {
  display: flex;
}
.p-ir-note-t-list > li span:first-child {
  margin-right: 0.5em;
}
.p-ir-note-t-list > li span.exp {
  flex: 1;
}
@media (max-width: 1079.98px) {
  .p-ir-note-t-list > li {
    font-size: 3.75vw;
  }
}
.p-ir-note-t-list > li + li {
  margin-top: 10px;
}

.p-ir-num-list {
  margin-left: 2em;
}
@media (max-width: 1079.98px) {
  .p-ir-num-list > li {
    font-size: 3.75vw;
  }
}
.p-ir-num-list > li + li {
  margin-top: 10px;
}

.p-ir-style-none-list {
  list-style-type: none;
}
@media (max-width: 1079.98px) {
  .p-ir-style-none-list > li {
    font-size: 3.75vw;
  }
}

.p-ir-pdf-note {
  display: flex;
  padding-top: 20px;
  padding-bottom: 10px;
}
@media (max-width: 1079.98px) {
  .p-ir-pdf-note {
    flex-direction: column;
  }
}
.p-ir-pdf-note a {
  display: block;
}
.p-ir-pdf-note img {
  max-width: 100%;
  float: left;
  margin-bottom: 10px;
  margin-right: 10px;
}
@media (max-width: 1079.98px) {
  .p-ir-pdf-note p {
    font-size: 3.75vw;
  }
}

.p-ir-highlight {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  row-gap: 30px;
  -moz-column-gap: 40px;
       column-gap: 40px;
}
.p-ir-highlight__item {
  width: calc(50% - 20px);
}
@media screen and (max-width: 768px) {
  .p-ir-highlight__item {
    width: 100%;
  }
}
.p-ir-highlight__title {
  font-size: 0.83em;
}
@media (max-width: 1079.98px) {
  .p-ir-highlight__title {
    font-size: 3.75vw;
  }
}
.p-ir-highlight__unit {
  text-align: right;
  margin-bottom: 10px;
}
@media (max-width: 1079.98px) {
  .p-ir-highlight__unit {
    font-size: 3.75vw;
  }
}
.p-ir-highlight__ctrl {
  text-align: center;
  margin-bottom: 0.5em;
}
.p-ir-highlight__ctrl ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.p-ir-highlight__ctrl ul li {
  display: inline-block;
  margin-right: 8px;
}
@media (max-width: 1079.98px) {
  .p-ir-highlight__ctrl ul li {
    font-size: 3.75vw;
  }
}
.p-ir-highlight__ctrl ul li label {
  cursor: pointer;
}
.p-ir-highlight__ctrl ul li span {
  display: inline-block;
  margin-right: 1px;
}
.p-ir-highlight__ctrl ul li input {
  vertical-align: middle;
  margin: 0 0 0 3px;
  cursor: pointer;
}
.p-ir-highlight__table table {
  border-top-width: 1px;
  border-left-width: 1px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-collapse: collapse;
  border-style: solid;
  border-color: #cccccc;
  width: 100%;
}
.p-ir-highlight__table table th,
.p-ir-highlight__table table td {
  border-top-width: 0;
  border-left-width: 0;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-style: solid;
  border-color: #cccccc;
  padding: 1px;
  vertical-align: middle;
  font-size: 12px;
}
.p-ir-highlight__table table th {
  background-color: #eeeeee;
  padding: 1px;
  text-align: center;
  font-weight: normal;
  white-space: nowrap;
}
.p-ir-highlight__table table td {
  text-align: right;
  padding-right: 1px;
}
.p-ir-highlight__table table .current {
  background-color: #fafafa;
}

.p-ir-link {
  text-decoration: none;
  padding-right: 20px;
  padding-left: 11px;
}
@media (max-width: 1079.98px) {
  .p-ir-link {
    padding-left: calc(5px + 1.6vw);
    padding-right: calc(5px + 4vw);
  }
}
.p-ir-link.both {
  position: relative;
}
.p-ir-link.both::before {
  position: absolute;
  left: 0;
  display: inline-block;
  top: 50%;
  transform: translateY(-50%);
  width: 6px;
  height: 9px;
  margin-right: 5px;
  background: url("/assets/img/ir/ico_arrow.svg") no-repeat center/contain;
  content: "";
}
@media (max-width: 1079.98px) {
  .p-ir-link.both::before {
    width: 1.6vw;
    height: 2.4vw;
  }
}
.p-ir-link.both::after {
  position: absolute;
  display: inline-block;
  top: 50%;
  transform: translateY(-50%);
  width: 15px;
  height: 15px;
  margin-left: 5px;
  background: url("/assets/img/ir/ico_window.png") no-repeat center/contain;
  content: "";
}
@media (max-width: 1079.98px) {
  .p-ir-link.both::after {
    width: 4vw;
    height: 4vw;
  }
}

.p-ir-material__year {
  margin-bottom: 30px;
  padding: 22px 18px 20px;
  background: #eceff1;
}
@media (max-width: 1079.98px) {
  .p-ir-material__year {
    padding: 5.86vw 4.8vw 5.35vw;
  }
}
.p-ir-material__year select {
  position: relative;
  min-width: 212px;
  height: 56px;
  color: #323246;
  display: inline-block;
  padding-left: 15px;
  padding-right: 70px;
  font-size: 16px;
  background: url("/assets/img/ir/ico_arrow_down.svg") #ffffff no-repeat right 15px center/12px 8px;
  border: 1px solid #d7d7e1;
  cursor: pointer;
}
@media (max-width: 1079.98px) {
  .p-ir-material__year select {
    font-size: 3.75vw;
    min-width: 56.54vw;
    min-height: 15.47vw;
    background-size: 3.2vw 2.134vw;
  }
}
.p-ir-material__data .p-ir-table th:first-child {
  width: 25%;
}
.p-ir-material__item {
  text-align: center;
}
.p-ir-material__item a {
  display: inline-block;
}
.p-ir-material__item a:hover {
  opacity: 0.7;
}
.p-ir-material__movie .fa-play {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  color: #cc0000;
  padding-left: 3px;
  border: 1px solid #cc0000;
}
@media (max-width: 1079.98px) {
  .p-ir-material__movie .fa-play {
    font-size: 16px;
  }
}

.p-ir-anchor-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  row-gap: 10px;
  -moz-column-gap: 40px;
       column-gap: 40px;
  list-style-type: none;
}
.p-ir-anchor-list__item a {
  position: relative;
  padding-left: 15px;
  text-decoration: none;
  font-weight: 500;
}
@media (max-width: 1079.98px) {
  .p-ir-anchor-list__item a {
    padding-left: calc(5px + 2.4vw);
    font-size: 3.75vw;
  }
}
.p-ir-anchor-list__item a::before {
  position: absolute;
  display: inline-block;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 9px;
  height: 6px;
  margin-right: 5px;
  background: url("/assets/img/ir/ico_arrow_down.svg") no-repeat center/contain;
  content: "";
}
@media (max-width: 1079.98px) {
  .p-ir-anchor-list__item a::before {
    width: 2.4vw;
    height: 1.6vw;
  }
}

.p-ir-message {
  display: flex;
  -moz-column-gap: 50px;
       column-gap: 50px;
}
@media (max-width: 1079.98px) {
  .p-ir-message {
    flex-direction: column;
    row-gap: 20px;
  }
}
.p-ir-message .p-ir-img {
  text-align: center;
  width: 300px;
}
@media (max-width: 1079.98px) {
  .p-ir-message .p-ir-img {
    width: 100%;
  }
}

.p-ir-img-btn {
  display: none;
  margin: 4.6875vw 0;
  text-align: center;
  font-size: 3.75vw;
}
@media (max-width: 1079.98px) {
  .p-ir-img-btn {
    display: block;
  }
}

.s_eirList .eirItem_head {
  width: auto;
  padding: 0;
}