:root {
  --kewpie-red: #e4002b;
  --kewpie-aaaaaa: #aaa;
  --kewpie-black: #333;
  --kewpie-line-color-dddddd: #ddd;
  --font-ui-bold-family: "Roboto", "YakuHanJP", "BaseFont-JP-500", Helvetica, Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}

@font-face {
  font-family: "BaseFont-JP-500";
  src: url("/assets/fonts/Basefont-Medium.woff") format("woff");
  font-style: normal;
  font-weight: normal;
}

.page-ir main {
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.page-ir .c-hdg--lv1 {
  font-size: 2.533rem;
  text-align: center;
  position: relative;
  line-height: 1.6;
  padding-bottom: 16px;
  letter-spacing: 0.05em;
  margin: 32px 0;
  font-family: var(--font-ui-bold-family);
  font-weight: 400;
  &.r-small {
    font-size: 2rem;
  }
}
.page-ir .c-hdg--lv1::after {
  content: "";
  display: block;
  width: 144px;
  height: 4px;
  background: var(--kewpie-red);
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.page-ir .c-hdg--lv2 {
  font-size: 2rem !important;
  font-family: var(--font-ui-bold-family);
  font-weight: 400;
  line-height: 1.6 !important;
  letter-spacing: 0.05em;
  padding-bottom: 10px;
  border-bottom: none;
}
.page-ir .c-hdg--lv2::before {
  height: 2px;
  z-index: 2;
  bottom: 1px;
}
.page-ir .c-hdg--lv2::after {
  width: 100%;
  content: "";
  display: block;
  position: absolute;
  bottom: 1px;
  left: 0;
  height: 2px;
  background-color: #ddd;
  z-index: 1;
}
.page-ir .c-hdg--lead {
  text-align: center;
  font-size: 1.4rem;
  line-height: 1.6;
  font-family: var(--font-ui-bold-family);
  font-weight: 400;
  margin-top: 40px;
}
.page-ir .c-hdg--lv1 + .c-hdg--lead {
  margin-top: calc(32px + 40px);
}
.page-ir .c-hdg--lv3 {
  font-size: 1.6rem;
  font-family: var(--font-ui-bold-family);
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.05em;
  border: none;
  padding-left: 16px;
  border-left: 2px var(--kewpie-red) solid;
  padding-bottom: 0 !important;
  margin-bottom: 8px;
}
.page-ir .c-hdg--lv4 {
  font-size: 1.333rem !important;
  line-height: 1.6;
  font-family: var(--font-ui-bold-family);
  font-weight: 400;
  padding-bottom: 2px;
  position: relative;
  margin-bottom: 24px;
  margin-top: 56px;
}
.page-ir .c-hdg--lv4::before {
  content: "";
  display: block;
  width: 40px;
  height: 1px;
  background: var(--kewpie-aaaaaa);
  position: absolute;
  bottom: 0;
  left: 0;
  font-family: var(--font-ui-bold-family);
  font-weight: 400;
}
.page-ir .c-hdg--lv5 {
  font-size: 1.067rem !important;
  font-family: var(--font-ui-bold-family);
  font-weight: 400;
  line-height: 1.6;
  margin-bottom: 24px;
  margin-top: 56px;
}
.page-ir .c-sec__lyt__node {
  font-size: 1.067rem !important;
  line-height: 1.7;
}

@media screen and (min-width: 769px), print {
  .page-ir .p-serect-year-note {
    top: 200px !important;
  }
  .page-ir .c-form-select.r-upper-right {
    top: 240px !important;
  }
}
.page-ir .c-form-select .c-note {
  position: absolute;
  white-space: nowrap;
  top: -40px;
  right: 0;
}
@media screen and (max-width: 768px) {
  .page-ir .c-hdg--lv1 {
    font-size: clamp(2.143rem, 8vw, 3rem);
    padding-bottom: 4.266666667vw;
    margin: 6.4vw 0;
  }
  .page-ir .c-hdg--lv1::after {
    width: 38.4vw;
    height: 0.8vw;
  }
  .page-ir .c-hdg--lv2 {
    font-size: clamp(1.857rem, 6.933vw, 2.6rem) !important;
    padding-bottom: 2.666666667vw;
  }
  .page-ir .c-hdg--lv2::before {
    height: 0.533333333vw;
  }
  .page-ir .c-hdg--lv2::after {
    height: 0.533333333vw;
  }
  .page-ir .c-hdg--lead {
    font-size: clamp(1.286rem, 4.8vw, 1.8rem);
    margin-top: 12.8vw;
  }
  .page-ir .c-hdg--lv1 + .c-hdg--lead {
    margin-top: calc(6.4vw + 12.8vw);
  }
  .page-ir .c-hdg--lv3 {
    font-size: clamp(1.571rem, 5.867vw, 2.2rem);
    padding-left: 4.266666667vw;
    border-left: 0.533333333vw var(--kewpie-red) solid;
    margin-bottom: 2.8vw;
  }
  .page-ir .c-hdg--lv4 {
    font-size: clamp(1.286rem, 4.8vw, 1.8rem) !important;
    padding-bottom: 0.533333333vw;
    margin-bottom: 4.8vw;
    margin-top: 14.93333333vw;
  }
  .page-ir .c-hdg--lv4::before {
    width: 10.66666667vw;
  }
  .page-ir .c-hdg--lv5 {
    font-size: clamp(1.143rem, 4.267vw, 1.6rem) !important;
    margin-bottom: 4.8vw;
    margin-top: 14.93333333vw;
  }
  .c-sec__lyt__node {
    font-size: clamp(1.143rem, 4.267vw, 1.6rem) !important;
  }
  .page-ir .c-form-select .c-note {
    top: 17vw;
    right: initial;
    left:0;
    margin-left: -23vw;
  }
  .c-form-select + .c-sec__block {
    margin-top: 10vw;
  }
}
.p-ir-top-card {
  display: flex;
  justify-content: space-between;
  max-width: 1100px;
  margin: 72px auto 64px;
}
.p-ir-top-card-itm {
  display: flex;
  max-width: 520px;
  width: 48%;
  min-height: 357px;
  padding: 24px 40px;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  flex-shrink: 0;
  border-radius: 16px;
  background: lightgray url("/assets/img/project/ir/index/p-ir-top-card_bg01.webp") center center / cover no-repeat;
  box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.1);
  &.r-recentdocs {
    background-image: url("/assets/img/project/ir/index/p-ir-top-card_bg01.webp");
  }
  &.r-stockinfo {
    gap: 8px;
    background-color: #fff;
    background-image: url("/assets/img/project/ir/index/p-ir-top-card_bg02.webp");
  }
}
.p-ir-top-card-itm-hdg-link {
  display: flex;
  align-items: center;
  font-size: 2rem;
  gap: 16px;
  padding: 8px 0;
  font-family: var(--font-ui-bold-family);
  font-weight: 400;
  &::after {
    content: "";
    display: flex;
    width: 32px;
    height: 32px;
    justify-content: center;
    align-items: center;
    border-radius: 32px;
    border: solid 1px var(--kewpie-red);
    background: var(--kewpie-red) url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='8' height='14' viewBox='0 0 8 14' fill='none'><path d='M1 1L6.99999 7L1 13' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/></svg>") no-repeat center center / 6px auto;
    transition: transform 0.3s;
  }
  &:hover {
    text-decoration: none;
  }
  &:hover::after {
    background: #fff url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='8' height='14' viewBox='0 0 8 14' fill='none'><path d='M1 1L6.99999 7L1 13' stroke='%23e4002b' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/></svg>") no-repeat center center / 6px auto;
  }
}
@media screen and (min-width: 769px), print {
  .p-ir-top-card-itm-hdg-link:hover {
    text-decoration: underline;
  }
  .p-ir-top-card-itm-hdg-link:hover::after {
    transform: translateX(3px);
  }
}
.p-ir-top-card-itm-block {
  display: flex;
  width: 368px;
  padding: 24px 16px;
  flex-direction: column;
  justify-content: center;
  gap: 24px;
  flex-shrink: 0;
  background: rgba(255, 255, 255, 0.6);
  margin: 0 auto;
}
.r-stockinfo .p-ir-top-card-itm-block {
  gap: 0;
}
.p-ir-top-card-itm-block-ttl {
  font-size: 1.066666667rem;
  font-family: var(--font-ui-bold-family);
  font-weight: bold;
}
.p-ir-top-card-itm-block-link {
  margin-left: 20px;
  font-size: 1.066666667rem;
  .r-pdf {
    &::after {
      content: "";
      margin-left: 8px;
      vertical-align: middle;
      display: inline-block;
      width: 20px;
      height: 20px;
      background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'><path d='M13 13.1C13 14.5 12.3 15 11.4 15H11.2V11.3H11.4C12.3 11.3 13 11.7 13 13.1ZM20 9V17H15V20H0V0H15V9H20ZM14 17H4V9H14V1H1V19H14V17ZM6.8 10.1H4.7V16H6.1V14H6.8C8.1 14 9.2 13.4 9.2 12C9.2 10.6 8.1 10.1 6.8 10.1ZM14.5 13.1C14.5 11 13.3 10.2 11.5 10.2H9.7V16.1H11.5C13.3 16.1 14.5 15.1 14.5 13.1ZM19.4 10.1H15.6V16H17V13.7H19V12.5H17V11.2H19.4V10.1ZM6.2 11.3V13H6.8C7.5 13 7.8 12.7 7.8 12.1C7.8 11.5 7.4 11.3 6.7 11.3H6.2Z' fill='%23E4002B'/></svg>") no-repeat center center / contain;
    }
  }
  .r-movie {
    &::after {
      content: "";
      margin-left: 8px;
      vertical-align: middle;
      display: inline-block;
      width: 20px;
      height: 17px;
      background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='20' height='17' viewBox='0 0 20 17' fill='none'><path fill-rule='evenodd' clip-rule='evenodd' d='M0 17H20V0H0V17ZM0.588235 16.3704H19.4118V0.629631H0.588235V16.3704ZM3.52941 17H4.11765V0H3.52941V17ZM15.8824 17H16.4706V0H15.8824V17ZM0 12.5926H4.11765V11.963H0V12.5926ZM0 8.81482H4.11765V8.18519H0V8.81482ZM0 5.03704H4.11765V4.40741H0V5.03704ZM15.8824 12.5926H20V11.963H15.8824V12.5926ZM15.8824 8.81482H20V8.18519H15.8824V8.81482ZM15.8824 5.03704H20V4.40741H15.8824V5.03704ZM13.5294 8.81482L8.23529 11.963V5.03704L13.5294 8.81482ZM8.82353 10.7037L12.3529 8.81482L8.82353 6.2963V10.7037Z' fill='%23E4002B'/></svg>") no-repeat center center / contain;
    }
  }
  .r-ex {
    &::after {
      content: "";
      margin-left: 8px;
      vertical-align: middle;
      display: inline-block;
      width: 11px;
      height: 11px;
      background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABEAAAARCAMAAAAMs7fIAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA4ZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTQwIDc5LjE2MDQ1MSwgMjAxNy8wNS8wNi0wMTowODoyMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDpkM2ZjMjIwYy04NTQxLTRiYzktYTA0Ny1kMzBkMDM4M2NhYTgiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NjE5MjFGN0FDQkE4MTFFNzhFNDdDODYyNjdDMjI3MkIiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NjE5MjFGNzlDQkE4MTFFNzhFNDdDODYyNjdDMjI3MkIiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTcgKE1hY2ludG9zaCkiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpiY2YwYzAwNC1iNThlLTRmZTUtODIxOC0wNzZiMzFhYjUyODgiIHN0UmVmOmRvY3VtZW50SUQ9ImFkb2JlOmRvY2lkOnBob3Rvc2hvcDplMmE2N2ViMy1mNGJlLTExN2EtODQxNS1lY2YzOWE4ZjY5NmQiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz71iGIhAAAABlBMVEXkACv///9fP+52AAAAAnRSTlP/AOW3MEoAAAAoSURBVHjaYmAEAgYUgEuEEQaoKALiUU8E3dWYIigAqwiaakwRgAADAGR/AKLU2tzzAAAAAElFTkSuQmCC")
        no-repeat center center / contain;
    }
  }
}
@media screen and (min-width: 769px), print {
  .p-ir-top-card-itm-block-link:hover {
    color: var(--kewpie-red);
  }
}
.p-ir-top-card-itm-block-inner {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.p-ir-top-card-itm-sub-txt {
  font-size: 1rem;
  text-align: right;
  width: 368px;
  align-self: center;
  margin-bottom: 8px;
}
.p-ir-top-card-itm-block-date {
  font-size: 1.066666667rem;
  font-family: var(--font-ui-bold-family);
  font-weight: bold;
  text-align: center;
}
.p-ir-top-card-itm-block-dl {
  display: grid;
  grid-template-columns: 64px 1fr;
  align-self: center;
}
.p-ir-top-card-itm-block-dl__dt {
  font-size: 1rem;
  font-family: var(--font-ui-bold-family);
  font-weight: bold;
  vertical-align: middle;
  align-self: center;
}
.p-ir-top-card-itm-block-dl__dd {
  color: var(--kewpie-red);
  font-size: 1rem;
  font-family: var(--font-ui-bold-family);
  font-weight: bold;
  span {
    color: var(--kewpie-black);
    font-size: 1rem !important;
  }
  &.r-lerge {
    font-size: 2.4rem;
  }
}
.p-ir-top-card-itm-block-link-list {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 60px;
  padding: 8px 0;
  align-self: center !important;
  width: 329px;
}
.p-ir-top-card-itm-block-link-list-itm-link {
  font-size: 1.066666667rem;
  &::after {
    content: "";
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: 8px;
    vertical-align: middle;
    position: relative;
    top: -3px;
    background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='8' height='14' viewBox='0 0 8 14' fill='none'><path d='M1 1L6.99999 7L1 13' stroke='%23E4002B' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/></svg>") no-repeat center center / contain;
  }
  &[target="_blank"]::after {
    width: 11px;
    height: 11px;
    top: -3px;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABEAAAARCAMAAAAMs7fIAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA4ZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTQwIDc5LjE2MDQ1MSwgMjAxNy8wNS8wNi0wMTowODoyMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDpkM2ZjMjIwYy04NTQxLTRiYzktYTA0Ny1kMzBkMDM4M2NhYTgiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NjE5MjFGN0FDQkE4MTFFNzhFNDdDODYyNjdDMjI3MkIiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NjE5MjFGNzlDQkE4MTFFNzhFNDdDODYyNjdDMjI3MkIiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTcgKE1hY2ludG9zaCkiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpiY2YwYzAwNC1iNThlLTRmZTUtODIxOC0wNzZiMzFhYjUyODgiIHN0UmVmOmRvY3VtZW50SUQ9ImFkb2JlOmRvY2lkOnBob3Rvc2hvcDplMmE2N2ViMy1mNGJlLTExN2EtODQxNS1lY2YzOWE4ZjY5NmQiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz71iGIhAAAABlBMVEXkACv///9fP+52AAAAAnRSTlP/AOW3MEoAAAAoSURBVHjaYmAEAgYUgEuEEQaoKALiUU8E3dWYIigAqwiaakwRgAADAGR/AKLU2tzzAAAAAElFTkSuQmCC) no-repeat center center / contain;
  }
}
@media screen and (min-width: 769px), print {
  .p-ir-top-card-itm-block-link-list-itm-link:hover {
    color: var(--kewpie-red);
  }
  /* .p-ir-top-card-itm-block-link-list-itm-link:hover::after {
    margin-left: 10px;
  } */
}

@media screen and (max-width: 768px){
.l-footer .l-footer-btn-list__itm__link[target="_blank"] .l-footer-btn-list__itm__cnt:before,.l-footer .l-footer-btn-list__itm__link[target="_blank"] .l-footer-btn-list__itm__cnt:after{width:8px;width:2.13333vw;height:8px;height:2.13333vw;}
}
.l-footer .l-footer-btn-list__itm__link[target="_blank"] .l-footer-btn-list__itm__cnt:before{border-left:1px solid #e4002b;border-bottom:1px solid #e4002b;}
@media screen and (min-width: 769px), print{
.l-footer .l-footer-btn-list__itm__link[target="_blank"] .l-footer-btn-list__itm__cnt:before{right:23px;margin-top:-1px;}
}
@media screen and (max-width: 768px){
.l-footer .l-footer-btn-list__itm__link[target="_blank"] .l-footer-btn-list__itm__cnt:before{right:17px;right:4.53333vw;margin-top:-2px;margin-top:-0.53333vw;}
}
.l-footer .l-footer-btn-list__itm__link[target="_blank"] .l-footer-btn-list__itm__cnt:after{border:1px solid #e4002b;content:'';overflow:hidden;text-indent:-99999px;}
@media screen and (min-width: 769px), print{
.l-footer .l-footer-btn-list__itm__link[target="_blank"] .l-footer-btn-list__itm__cnt:after{right:21px;margin-top:-4px;}
}
@media screen and (max-width: 768px){
.l-footer .l-footer-btn-list__itm__link[target="_blank"] .l-footer-btn-list__itm__cnt:after{right:15.5px;right:4.13333vw;margin-top:-4px;margin-top:-1.06667vw;}
}
@media screen and (min-width: 769px), print{
.l-footer .l-footer-btn-list__itm__link:hover .l-footer-btn-list__itm__cnt:before,.l-footer .l-footer-btn-list__itm__link:hover .l-footer-btn-list__itm__cnt:after{border-color:#fff;-webkit-transition:border-color .4s ease .185s;transition:border-color .4s ease .185s;}
}

.p-ir-top-card-itm-sub-txt-s {
  font-size: 0.733333333rem;
  text-align: right;
  width: 368px;
  align-self: center;
}
.c-ir-card-list {
  padding: 24px 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  &.r-4col {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 32px;
  }
}
.c-ir-card-list-itm-link {
  display: block;
  border-radius: 10.917px;
  background: #fff;
  box-shadow: 0 0 2.729px 1.365px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  transition: box-shadow 0.4s;
}
@media screen and (min-width: 769px), print {
  .c-ir-card-list-itm-link:hover {
    text-decoration: none;
    box-shadow: 0 0 7.729px 4.365px rgba(0, 0, 0, 0.16);
  }
  .u-mt132--pc {
    margin-top: 132px !important;
  }
}
.c-ir-card-list-itm-pic {
  width: 100%;
  aspect-ratio: 246 / 194;
  overflow: hidden;
}
.c-ir-card-list-itm-pic-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.c-ir-card-list-itm-pic-itm-txt {
  min-height: 80px;
  padding: 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-family: var(--font-ui-bold-family);
  gap: 8px;
  font-size: 1.333333333rem;
  &::after {
    content: "";
    display: flex;
    width: 28px;
    height: 28px;
    justify-content: center;
    align-items: center;
    border-radius: 32px;
    border: solid 1px var(--kewpie-red);
    background: var(--kewpie-red) url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='8' height='14' viewBox='0 0 8 14' fill='none'><path d='M1 1L6.99999 7L1 13' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/></svg>") no-repeat center center / 5px auto;
    transition: transform 0.4s;
    flex-shrink: 0;
  }
}
@media screen and (min-width: 769px), print {
  .c-ir-card-list-itm-link:hover .c-ir-card-list-itm-pic-itm-txt::after {
    transform: translateX(3px);
    background: #fff url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='8' height='14' viewBox='0 0 8 14' fill='none'><path d='M1 1L6.99999 7L1 13' stroke='%23e4002b' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/></svg>") no-repeat center center / 5px auto;
  }
}
.r-4col .c-ir-card-list-itm-pic-itm-txt {
  font-size: 1.066666667rem;
}
.c-ir-top-link-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px;
  padding: 40px 0;
}
.c-ir-top-link-list__itm {
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.1);
}
.c-ir-top-link-list__itm-link {
  padding: 32px 52px 28px 20px;
  text-align: center;
  font-family: var(--font-ui-bold-family);
  font-size: 1.333333333rem;
  letter-spacing: 0.03em;
  position: relative;
  width: 100%;
  display: block;
  line-height: 1;

  background: linear-gradient(to right, #e4002b 50%, #333 50%);
  background-size: 200% 100%;
  background-position: right;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  transition: background-position 1s ease;

  &.r-small {
    padding: 32px 52px 32px 20px;
    font-size: 1rem;
    line-height: 1.08;
    padding-right: 52px;
    letter-spacing: 0.02em;
  }
  &::after {
    content: "";
    display: flex;
    width: 32px;
    height: 32px;
    justify-content: center;
    align-items: center;
    border-radius: 32px;
    border: 1px solid var(--kewpie-red);
    background: #fff url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='8' height='14' viewBox='0 0 8 14' fill='none'><path d='M1 1L6.99999 7L1 13' stroke='%23E4002B' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/></svg>") no-repeat center center / 6px auto;
    position: absolute;
    right: 23px;
    top: 0;
    bottom: 0;
    margin: auto 0;
    transition: transform 0.3s;
  }
  &:hover {
    text-decoration: underline;
  }
}
@media screen and (min-width: 769px), print {
  .c-ir-top-link-list__itm-link:hover::after {
    transform: translateX(3px);
  }
  .c-ir-top-link-list__itm-link:hover {
    background-position: left;
  }
}
.c-ir-top-link-list__itm-sublist {
  border-top: 1px solid var(--kewpie-line-color-dddddd);
  padding: 16px 8px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin: 0 24px;
}
.c-ir-top-link-list__itm-sublist__link {
  display: block;
  font-size: 1.066666667rem;
  line-height: 1.4;
}
.c-ir-top-link-list__aside {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 60px;
  padding: 16px 0;
  align-self: center !important;
  margin-top: 32px;
}
.c-ir-top-link-list__aside-itm-link {
  font-size: 1.066666667rem;
  &::after {
    content: "";
    display: inline-block;
    width: 7px;
    height: 10px;
    margin-left: 8px;
    vertical-align: middle;
    margin-bottom: 4px;
    background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='8' height='14' viewBox='0 0 8 14' fill='none'><path d='M1 1L6.99999 7L1 13' stroke='%23333333' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/></svg>") no-repeat center center / contain;
  }
}
.l-main__inr.r-bg {
  background-color: #fcfbf4;
  padding: 48px 0;
  width: 100%;
  margin-top: 64px;
  .c-pnl-list {
    width: 1040px;
    margin: 0 auto;
  }
}
.page-ir-index .l-footer {
  margin-top: 0;
}
.top-section__more-detail {
  text-align: right;
  margin-top: 16px;
}
.top-section__more-detail__link {
  width: auto;
  padding-right: 1.5rem;
  white-space: nowrap;
  padding-right: 20px;
}
.top-section__more-detail__link::after {
  transition: transform 0.3s;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto 0;
}
.top-section__more-detail__link:hover {
  text-decoration: underline;
}
.top-section__more-detail__link:hover::after {
  right: -3px;
}
.top-section__more-detail:focus .top-section__more-detail__link {
  color: #fff;
  z-index: 1;
}
.top-section__more-detail:focus .top-section__more-detail__link::after {
  background-image: url(/assets/img/common/fig_arrow-02-wh.svg);
}
@media screen and (max-width: 768px) {
  .top-section__more-detail__link:hover::after {
    transform: translateX(0);
  }
}
.c-news-list .r-hdg,
.c-news-list .r-hdg.r-document__pdf {
  padding-left: 0;
  padding-right: 30px;
}
.c-news-list .r-hdg:before,
.c-news-list .r-hdg.r-document__pdf:after {
  left: initial;
  right: 0;
  border-color: var(--kewpie-red);
  top: 0;
  bottom: 0;
  margin: auto;
}
.c-news-list.r-type02 .r-itm > a .r-hdg,
.c-news-list .r-itm > a {
  width: 100%;
}
.c-news-list .r-notice {
  color: var(--kewpie-black);
  border-color: var(--kewpie-black);
}
.c-news-list.r-type02 .r-itm > a[target="_blank"] .r-hdg:not(.r-document__pdf) {
  padding-right: 1.2em;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABEAAAARCAMAAAAMs7fIAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA4ZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTQwIDc5LjE2MDQ1MSwgMjAxNy8wNS8wNi0wMTowODoyMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDpkM2ZjMjIwYy04NTQxLTRiYzktYTA0Ny1kMzBkMDM4M2NhYTgiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NjE5MjFGN0FDQkE4MTFFNzhFNDdDODYyNjdDMjI3MkIiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NjE5MjFGNzlDQkE4MTFFNzhFNDdDODYyNjdDMjI3MkIiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTcgKE1hY2ludG9zaCkiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpiY2YwYzAwNC1iNThlLTRmZTUtODIxOC0wNzZiMzFhYjUyODgiIHN0UmVmOmRvY3VtZW50SUQ9ImFkb2JlOmRvY2lkOnBob3Rvc2hvcDplMmE2N2ViMy1mNGJlLTExN2EtODQxNS1lY2YzOWE4ZjY5NmQiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz71iGIhAAAABlBMVEXkACv///9fP+52AAAAAnRSTlP/AOW3MEoAAAAoSURBVHjaYmAEAgYUgEuEEQaoKALiUU8E3dWYIigAqwiaakwRgAADAGR/AKLU2tzzAAAAAElFTkSuQmCC)
    no-repeat right 53%;
  background-size: 0.8em auto;
  &::before {
    content: none;
  }
}
.p-ir-second-cnt .p-ir-second-info__mark {
  background-color: transparent;
  border: 1px solid #ddd;
  cursor: pointer;
  padding: 0;
  appearance: none;
  top: initial;
  bottom: 0;
  right: initial;
  left: 0;
  color: #333;
}
.p-ir-second-cnt .p-ir-second-info {
  position: relative;
}
.top-section__more-detail__link:hover,
.top-section__more-detail__link:active,
.top-section__more-detail__link:focus {
  width: auto;
}
.p-ir-second-cnt .p-ir-second-info__mark {
  font-size: 0.866666667rem;
  padding-left: 17px;
  padding-right: 2px;
}
.p-ir-second-cnt .p-ir-second-info__hdg {
  text-align: center;
  font-size: 2rem;
  font-family: var(--font-ui-bold-family);
  width: 100%;
  padding: 0;
  margin-bottom: 16px;
}

@media screen and (max-width: 768px) {
  .p-ir-top-card {
    flex-direction: column;
    max-width: 100%;
    margin: 17.33333333vw auto 12.8vw;
    gap: 12.8vw;
  }
  .p-ir-top-card-itm {
    max-width: 100%;
    width: 100%;
    min-height: auto;
    padding: 8.533333333vw 6.4vw;
    gap: 4.266666667vw;
    border-radius: 4.266666667vw;
  }
  .p-ir-top-card-itm-hdg-link {
    font-size: 1.857142857rem;
    gap: 4.266666667vw;
    padding: 2.133333333vw 0;
    &::after {
      width: 7.466666667vw;
      height: 7.466666667vw;
      border-radius: 7.466666667vw;
      background-size: 1.466666667vw auto;
    }
  }
  .p-ir-top-card-itm-block {
    width: 100%;
    padding: 4.266666667vw 2.133333333vw;
    gap: 6.4vw;
  }
  .p-ir-top-card-itm-block-ttl {
    font-size: 1.071428571rem;
  }
  .p-ir-top-card-itm-block-link {
    margin-left: 5.333333333vw;
    font-size: 1.071428571rem;
    .r-pdf {
      &::after {
        margin-left: 2.133333333vw;
        width: 5.333333333vw;
        height: 5.333333333vw;
      }
    }
    .r-movie {
      &::after {
        margin-left: 2.133333333vw;
        width: 5.333333333vw;
        height: 4.533333333vw;
      }
    }
    .r-ex {
      &::after {
        margin-left: 2.133333333vw;
        width: 2.933333333vw;
        height: 2.933333333vw;
      }
    }
  }
  .p-ir-top-card-itm-block-inner {
    gap: 2.133333333vw;
  }
  .p-ir-top-card-itm-sub-txt {
    font-size: 1rem;
    width: 100%;
    margin-bottom: 2.133333333vw;
  }
  .p-ir-top-card-itm-block-date {
    font-size: 1.142857143rem;
  }
  .p-ir-top-card-itm-block-dl {
    grid-template-columns: 17.06666667vw 1fr;
  }
  .p-ir-top-card-itm-block-dl__dt {
    font-size: 1.071428571rem;
  }
  .p-ir-top-card-itm-block-dl__dd {
    font-size: 1.071428571rem;
    &.r-lerge {
      font-size: 2.285714286rem;
    }
  }
  .p-ir-top-card-itm-block-link-list {
    gap: 16vw;
    padding: 4.266666667vw 4vw;
    width: 100%;
  }
  .p-ir-top-card-itm-block-link-list-itm-link {
    font-size: 0.928571429rem;
    &::after {
      width: 1.333333333vw;
      height: 1.333333333vw;
      margin-left: 1.066666667vw;
      background-size: 1.333333333vw;
    }
    &[target="_blank"]::after {
      width: 2.6vw;
      height: 2.6vw;
      top: -0.5vw;
    }
  }
  .p-ir-top-card-itm-sub-txt-s {
    font-size: 0.714285714rem;
    width: 100%;
  }
  .c-ir-card-list {
    padding: 0;
    grid-template-columns: 1fr;
    gap: 6.4vw;
    &.r-4col {
      grid-template-columns: 1fr;
      gap: 6.4vw;
    }
  }
  .c-ir-card-list-itm-link {
    border-radius: 2.834666667vw;
  }
  .c-ir-card-list.r-4col .c-ir-card-list-itm-pic {
    aspect-ratio: 334 / 131;
  }
  .c-ir-card-list-itm-pic-itm-txt {
    min-height: auto;
    gap: 0;
    padding: 6.533333333vw 6.4vw 6.533333333vw 6.4vw;
    font-size: 1.071428571rem;
    &::after {
      width: 7.466666667vw;
      height: 7.466666667vw;
      border-radius: 7.466666667vw;
      background-size: 1.4vw auto;
    }
  }
  .r-4col .c-ir-card-list-itm-pic-itm-txt {
    font-size: 4.266666667vw;
  }
  .c-ir-top-link-list {
    grid-template-columns: 1fr;
    gap: 6.4vw;
    padding: 0;
  }
  .c-ir-top-link-list__itm {
    border-radius: 4.266666667vw;
  }
  .c-ir-top-link-list__itm-link {
    padding: 7.533333vw 6.4vw 6.266667vw 6.4vw;
    font-size: 1.428571429rem;
    &.r-small {
      padding: 7.533333333vw 10.4vw 7.533333333vw 6.4vw;
      font-size: 1.071428571rem;
    }
    &::after {
      width: 8.533333333vw;
      height: 8.533333333vw;
      border-radius: 8.533333333vw;
      background-size: 1.6vw;
      right: 4.266666667vw;
    }
  }
  .c-ir-top-link-list__itm-sublist {
    padding: 8.533333333vw 0;
    gap: 4.266666667vw;
    margin: 0 6.4vw;
  }
  .c-ir-top-link-list__itm-sublist__link {
    font-size: 1.142857143rem;
  }
  .c-ir-top-link-list__aside {
    flex-wrap: wrap;
    gap: 4vw 17vw;
    padding: 4.266666667vw 0;
    margin-top: 8.533333333vw;
  }
  .c-ir-top-link-list__aside-itm-link {
    font-size: 1rem;
    &::after {
      width: 2vw;
      height: 2vw;
      margin-left: 2.133333333vw;
      vertical-align: middle;
      background-size: auto 100%;
      margin-bottom: 1vw;
    }
  }
  .l-main__inr.r-bg {
    padding: 10.66666667vw 0;
    width: 100%;
    margin-top: 12.8vw;
    .c-pnl-list {
      width: 89.06666667vw;
      margin: 0 auto;
    }
  }
  .top-section__more-detail {
    text-align: right;
    margin-top: 3.733333333vw;
  }
  .top-section__more-detail__link {
    width: auto;
    padding-right: 1.5rem;
    white-space: nowrap;
    padding-right: 5.333333333vw;
  }
  .c-news-list .r-hdg,
  .c-news-list .r-hdg.r-document__pdf {
    padding-left: 0;
    padding-right: 5.333333333vw;
  }
  .p-ir-second-cnt .p-ir-second-info__mark {
    font-size: 0.928571429rem;
    padding-left: 4vw;
    padding-right: 1vw;
    position: absolute;
    border: 1px solid #ddd;
    background-image: url(/assets/img/project/ir/index/rss.jpg);
    background-repeat: no-repeat;
    background-position: left;
    background-position-y: 40%;
    background-position-x: 7%;
    -webkit-transition:
      color 0.2s,
      background-image 0.2s;
    transition:
      color 0.2s,
      background-image 0.2s;
    line-height: 1.5rem;
  }
  .p-ir-second-cnt .p-ir-second-info__hdg {
    font-size: 1.857142857rem;
    margin-bottom: 8.533333333vw;
  }
  .c-pnl-list.r-1col--sp {
    gap: 8.533333333vw;
  }
}
.c-sec.r-recommend {
  margin-top: 72px;
  .c-hdg--lv3 {
    margin-top: 0;
  }
}
.c-hdg--lv3ーrec {
  text-align: center;
  font-size: 1.6rem;
  font-family: var(--font-ui-bold-family);
  display: flex;
  align-items: center;
  gap:10px;
  margin-bottom: 27px;;
}
.c-hdg--lv3ーrec span {
  white-space: nowrap;
}
.c-hdg--lv3ーrec::before,
.c-hdg--lv3ーrec::after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 1px;
  background-color: var(--kewpie-red);
}
.c-ir-recommend-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 37px;
  margin-top: 8px;
  overflow: visible;
}
.c-ir-recommend-list-itm {
  background: #fff;
}
.c-ir-recommend-list-itm-link {
  padding: 0;
  display: block;
  width: 100%;
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  transition: box-shadow 0.7s;
}
@media screen and (min-width: 769px), print {
  .c-ir-recommend-list-itm-link:hover {
    text-decoration: none;
    box-shadow: 0 0 4px 3px rgba(0, 0, 0, 0.15);
  }
  .c-ir-recommend-list-itm-link:hover .c-ir-recommend-list-itm-txt {
    background-position: right 8px center;
  }
}
.c-ir-recommend-list-itm-pic {
  display: block;
  width: 100%;
  aspect-ratio: 212 / 121;
}
.c-ir-recommend-list-itm-pic-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.c-ir-recommend-list-itm-txt {
  font-family: var(--font-ui-bold-family);
  font-size: 0.933333333rem;
  padding: 6px 14px 4px 4px;
  transition: 0.3s;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='8' height='14' viewBox='0 0 8 14' fill='none'><path d='M1 1L6.99999 7L1 13' stroke='%23E4002B' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/></svg>") no-repeat right 12px center / 5px auto;
}
.c-ir-recommend-list-itm-txt.r-small {
  font-size: 0.9rem;
}
@media screen and (max-width: 768px) {
  .c-sec.r-recommend {
    padding: 6.266666667vw 6.4vw 6.4vw;
    margin-top: 32vw;
  }
  .c-ir-recommend-list {
    grid-template-columns: 1fr;
    gap: 6.4vw;
    margin-top: 2.133333333vw;
  }
  .c-ir-recommend-list-itm-link {
  }
  .c-ir-recommend-list-itm-txt {
    font-size: 1rem;
    padding: 0.5rem 1rem 0.5rem 0.5rem;
    background-size: 1.333333333vw auto;
  }

  /* 1列目（rowspan="2" の th） */
  .r-fix-row2 {
    overflow: visible;
  }
  .r-fix-row2 .r-fix1 {
    position: sticky;
    left: 0;
    z-index: 3;
    background: #f2f2f2;
  }
  .r-fix-row2 .r-fix1::after,
  .r-fix-row2 .r-fix2::after {
    content: "";
    display: block;
    width: 1px;
    height: 100%;
    background-color: #ddd;
    position: absolute;
    right: -1px;
    top: 0;
  }

  /* 2列目の th */
  .r-fix-row2 .r-fix2 {
    position: sticky;
    left: 16%; /* 1列目の幅（u-wd5per = 5%）分ずらす */
    z-index: 2;
    background: #f2f2f2;
  }
}

@media screen and (min-width: 769px), print {
  .c-form-select select {
    font-size: 1.066666667rem;
  }
  .c-txt-link__href {
    font-size: 1.066666667rem;
  }
}

@media screen and (max-width: 768px) {
  .c-tbl.r-narrow--sp > table .c-tbl__head,
  .c-tbl.r-narrow--sp > table .c-tbl__data {
    padding-right: 2.33333vw;
    padding-left: 2.33333vw;
  }
}

/* utilities */
.u-align-self-c {
  align-self: center !important;
}
.c-txt-link.r-document__pdf .c-txt-link__href {
  padding-left: 0;
}
.c-txt-link[class*="r-document"] .c-txt-link__href:after {
  position: relative;
  top: 3px;
  left: initial;
}

.is-slash {
  position: relative;
}

.is-slash::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom right, transparent calc(50% - 0.5px), #ccc, transparent calc(50% + 0.5px));
}

select[data-role="pulldown-data"] {
  -webkit-appearance: none;
  appearance: none;
  color: #333;
}
.c-sec__lyt.is-no-mt {
  margin-top: 0 !important;
}
.p-stock-price-frame-wrap {
  width: 100%;
  overflow: auto;
}
.p-ir-price--iframe {
  width: 100%;
  min-height: 1200px;
}

@media (max-width: 768px) {
  .p-ir-price--iframe {
    min-height: 2100px;
  }
  .p-ir-price--iframe.r-jp {
    min-height: 2000px;
  }
}
.c-meeting-jstream {
  aspect-ratio: 16 / 9;
  /* box-shadow:0 0 0 1px #ddd; */
}
/* .c-meeting-jstream::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow:0 0 0 1px #fff inset;
  pointer-events: none;
} */
[aria-hidden="false"] .c-meeting-jstream {
  min-width: 100%;
}

@media screen and (max-width: 768px) {
  .is-x-small .u-overflow-scroll .r-inner {
    width: 126vw;
  }
}

@media screen and (max-width: 768px) and (max-width: 768px) {
  .c-news-list.r-type02 .r-itm {
    font-size: 3.6vw;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .c-news-list.r-type02 .r-date {
    font-size: 3vw;
  }
  .u-pt200--sp {
    padding-top: 16.8vw !important;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .c-tbl.r-type02 .c-tbl__data.r-nowrap--sp:before {
    white-space: nowrap !important;
  }
}
@media screen and (min-width: 769px), print {
  .c-sec__lyt .c-sec__lyt__node + .c-sec__lyt__node {
    line-height: 1.7;
  }
}
.c-subcnt-bnr .c-subcnt-bnr__href {
  color: #333;
  border: 1px solid #aaa;
}
.c-subcnt-bnr__href.r-mailmagazin {
  padding-left: 40px;
}
.c-subcnt-bnr__href.r-mailmagazin:after {
  border-color: #aaa;
  width: 5px;
  height: 5px;
  right: 25px;
}
.c-subcnt-bnr__href.r-mailmagazin:before {
  left: 25px;
  background-image: url(/assets/img/project/ir/cmn/mail_black.svg);
}
@media screen and (min-width: 769px) and (min-width: 769px), print {
  .c-hdg--lv2 + .c-sec__block .c-hdg--lv3 {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 768px) {
  .c-hdg--lv2 + .c-sec__block .c-hdg--lv3 {
    font-size: clamp(1.571rem, 5.867vw, 2.2rem);
  }
  .c-hdg--lv2 + .c-hdg--lv3 {
    margin-top: 6.8vw;
  }
}
@media screen and (min-width: 769px), print {
  .c-tbl.r-small .c-tbl__head,
  .c-tbl.r-small .c-tbl__data {
    font-size: 1rem;
  }
  .c-hdg--lv2 + .c-hdg--lv3 {
    margin-top: calc(40px - (((1.26667rem * 1.9) - 1.26667rem) / 2));
  }
}

@media screen and (min-width: 769px) and (min-width: 769px), print {
  .c-tab-list .c-tab-list__itm {
    font-size: 1.4rem;
    font-weight: bold;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .c-tab-list .c-tab-list__itm {
    font-size: 4.86667vw;
    font-weight: bold;
  }
}
@media screen and (min-width: 769px), print {
  .c-tbl .c-tbl__head,
  .c-tbl .c-tbl__head,
  .c-tbl.r-small .c-tbl__head,
  .c-tbl.r-small .c-tbl__data {
    font-size: 1.06666667rem;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .c-tbl .c-tbl__head,
  .c-tbl .c-tbl__head,
  .c-tbl.r-small .c-tbl__head,
  .c-tbl.r-small .c-tbl__data {
    font-size: 1.067rem !important;
  }
}
.u-vertical-m-all th,.u-vertical-m-all td {
  vertical-align: middle !important;
}
div[role=tabpanel][aria-hidden=true] {
    display: none;
}
@media screen and (min-width: 769px), print {
  #irp-highlight-table-quarterly_r2026 td.c-tbl__data {
      padding: 2px 10px;
  }
  .c-hdg--lv1 + .c-sec {
    margin-top: 90.2px !important;
  }
    .c-hdg--lv1+.c-sec .c-hdg--lv2, .p-ir-illust-top+.c-sec .c-hdg--lv2 {
        margin-top: 20px;
    }
}
@media screen and (max-width: 768px) {
  .c-hdg--lv1 + .c-sec {
    margin-top: 23.46666667vw !important;
  }
    .c-hdg--lv1+.c-sec .c-hdg--lv2, .p-ir-illust-top+.c-sec .c-hdg--lv2 {
        margin-top: 0;
    }
}
.c-pnl-list__itm__box:hover h3.c-pnl-list__itm__txt {
  text-decoration: underline;
}
.p-ir-investors-guide-hdg--lv5 {
  font-weight: bold;
  margin-top: 2rem;
}
@media screen and (min-width: 769px), print {
  .u-minwdauto--pc {
    min-width: auto !important;
  }
}
@media screen and (max-width: 768px) {
  #irp-highlight-table-quarterly_r2026 .c2 {
  position: sticky;
  left: 34.8vw;
  z-index: 3;
  background: #f2f2f2;
  }
  #irp-highlight-table-quarterly_r2026 .c2::after {
    content: "";
    position: absolute;
    top: 0;
    right: -1px;
    width: 1px;
    height: 100%;
    background: #ddd;
  }
  #irp-highlight-table-seg_q_r2026 .c2 {
  position: sticky;
  left: 26.3vw;
  z-index: 3;
  background: #f2f2f2;
  }
  #irp-highlight-table-seg_q_r2026 .c2::after {
    content: "";
    position: absolute;
    top: 0;
    right: -1px;
    width: 1px;
    height: 100%;
    background: #ddd;
  }
  #irp-highlight-table-seg_q2_r2026 .c2 {
  position: sticky;
  left: 26.3vw;
  z-index: 3;
  background: #f2f2f2;
  }
  #irp-highlight-table-seg_q2_r2026 .c2::after {
    content: "";
    position: absolute;
    top: 0;
    right: -1px;
    width: 1px;
    height: 100%;
    background: #ddd;
  }
}

.c-nav-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  width: 100%;
}
.c-nav-list .c-nav-list__itm.role-anchor{
  margin: 0;
  padding: 0;
  border-bottom: solid 1px #aaa;
  text-align: center;
}
.c-nav-list__itm__link {
  width: 100%;;
  height: 100%;
    background:
    url("data:image/svg+xml,%3Csvg%20width='12'%20height='7'%20viewBox='0%200%2012%207'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3E%3Cpath%20d='M10.8333%200.833252L5.83324%205.83325L0.833235%200.833252'%20stroke='%23E4002B'%20stroke-width='1.66667'%20stroke-linecap='round'%20stroke-linejoin='round'/%3E%3C/svg%3E")
    no-repeat right 2px center / 10px auto;
    padding: 6px 16px 6px 6px;
    font-size: 1rem;
    font-family: var(--font-ui-bold-family);
    line-height: 1.2;
    display: flex !important;
    justify-content: center;
    align-items: center;
    min-height: 48px;
}
.c-nav-list .c-nav-list__itm__link:after {
    content: none;
}
@media screen and (max-width: 768px) {
  .c-nav-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 6vw;
  }
  .c-nav-list__itm__link {
      background-position: center right 1vw;
      background-size: 2.8vw auto;
      padding: 2vw 8vw 2vw 2vw;
  }
}

.l-lnav.r-sub-lnav {
  border: none !important;
  margin-top: 32px;
}
.l-lnav.r-sub-lnav .l-lnav__itm {
  border: none !important;
}
@media screen and (min-width: 769px), print {
    .l-lnav.r-sub-lnav .l-lnav__itm__link {
        padding: 8px 40px 8px 8px !important;
        font-size: 0.93333333rem;
    }
}
@media screen and (min-width: 769px), print {
    .c-subcnt-bnr {
        margin-top: 46px;
    }
}
@media screen and (max-width: 768px) {
  .l-lnav.r-sub-lnav {
    margin-top: 2vw;
  }
  .l-lnav.r-sub-lnav .l-lnav__itm__link {
      padding: 2vw 5vw 2vw 5.33333vw !important;
  }
}
@media screen and (min-width: 769px), print {
.l-header {
  height: auto !important;
  min-height: 96px !important;
}
.l-header__inner {
  height: auto !important;
  min-height: 95px !important;
}
}
.custom_graph .highcharts-point.is-keyboard-focus {
  stroke: #005fcc;
  stroke-width: 5px;
  filter: drop-shadow(0 0 3px #fff);
}
.c-tgl .c-tgl__itm.r-q-and-a .c-tgl__itm__ttl {
  color: #333 !important;
}
.u-fs32 {
  font-size: 32px !important;
  font-family: var(--font-ui-bold-family);
  font-weight: 700;
}
.u-fs24 {
  font-size: 24px !important;
  font-family: var(--font-ui-bold-family);
}
@media screen and (max-width: 768px) {
.u-fs32 {
  font-size: 5.64102564vw !important;
}
.u-fs24 {
  font-size: 4.61538462vw !important;
}
}