@layer component {
  .p-ir-managementpolicy .p-panel01__list {
    row-gap: calc(6* var(--base-unit));
  }
  @media screen and (max-width: 767px) {
    .p-ir-managementpolicy .p-panel01__list {
      row-gap: calc(3* var(--base-unit));
    }
  }
  .p-ir-managementpolicy__note {
      margin: calc(1 * var(--base-unit)) 0 0;
      width: var(--width-contents);
      font-weight: 400;
      font-size: calc(1.4 * var(--base-unit));
      letter-spacing: 0.03em;
      line-height: 1.8;
      color: #fff;
  }
  @media screen and (max-width: 1199px) {
      .p-ir-managementpolicy__note {
          margin-top: calc(1.8 * var(--base-unit));
          font-size: calc(1.4 * var(--base-unit));
          line-height: 1.8;
      }
  }
  @media screen and (max-width: 767px) {
      .p-ir-managementpolicy__note {
          margin-top: calc(0.9 * var(--base-unit));
          font-size: calc(1.4 * var(--base-unit));
          line-height: 1.8;
      }
  }
  .p-panel01__img--1 > img {
      max-height: initial !important;
  }
  .p-panel01__img--s {
      background: linear-gradient(0deg, #ffffff 0%, #f2f2f2 100%) !important;
  }
  .p-panel01__img--s img {
      width: 96% !important;
      display: block;
      margin-inline: auto;
  }
  @media print, screen and (min-width: 768px) {
      .p-btn01.p-btn01--col3 .p-btn01__list {
          grid-template-columns: repeat(2, 1fr);
      }
  }
  .p-ir-managementpolicy-section .p-panel01__txt {
    display: block;
    padding-top: 25px;
    padding-bottom: 40px;
  }
  @media screen and (max-width: 767px) {
    .p-ir-managementpolicy-section .p-panel01__txt {
      padding-top: 15px;
      padding-bottom: 15px;
    }
  }

  .p-panel01__txt__ctr {
    height: 91.188px;
    display: flex;
    align-items: center;
  }
  .p-panel01__txt:has(.p-panel01__txt__ctr) {
    padding-top: 32.5px;
    padding-bottom: 32.5px;
  }
  @media screen and (max-width: 767px) {
    .p-panel01__txt__ctr {
      display: block;
      height: auto;
    }
  }
  .p-ir-managementpolicy__note--asterisk {
    padding-right: calc(1* var(--base-unit));
  }
  @media screen and (max-width: 767px) {
    .p-notes01__list>li>div:first-child {
      padding-right: calc(1* var(--base-unit));
      min-width: unset;
    }
  }
}


/*関連リンク*/
@layer component {
  .p-ir-mp-reratedLlink {
    margin: calc(8* var(--base-unit)) 0 0;
    background-size: cover;
    background-repeat: no-repeat;
  }
  @media screen and (max-width: 767px) {
    .p-ir-mp-reratedLlink {
        margin: calc(4* var(--base-unit)) 0 0;
        padding-top: calc(30 * var(--mc--quantity--of-design--horizontal));
        padding-bottom: calc(30 * var(--mc--quantity--of-design--horizontal));
        padding-left: var(--mc-layout--offset--of-outer-left);
        padding-right: var(--mc-layout--offset--of-outer-right);
        background-image: image-set(url("https://www.mitsubishicorp.com/jp/en/ir/managementpolicy/assets_r24/images/index-basic_bg_1-w768@2x.webp") 2x, url("https://www.mitsubishicorp.com/jp/en/ir/managementpolicy/assets_r24/images/index-basic_bg_1-w768.webp") type("image/webp"), url("https://www.mitsubishicorp.com/jp/en/ir/managementpolicy/assets_r24/images/index-basic_bg_1-w768.jpg") type("image/jpeg"));
    }
  }
  @media screen and (min-width: 768px) {
    .p-ir-mp-reratedLlink {
      padding-top: 80px;
      padding-bottom: 100px;
    }
  }
  @media print, screen and (min-width: 768px) and (max-width: 1199px) {
    .p-ir-mp-reratedLlink {
      background-image: image-set(url("https://www.mitsubishicorp.com/jp/en/ir/managementpolicy/assets_r24/images/index-basic_bg_1-w1200@2x.webp") 2x, url("https://www.mitsubishicorp.com/jp/en/ir/managementpolicy/assets_r24/images/index-basic_bg_1-w1200.webp") type("image/webp"), url("https://www.mitsubishicorp.com/jp/en/ir/managementpolicy/assets_r24/images/index-basic_bg_1-w1200.jpg") type("image/jpeg"));
    }
  }
  @media screen and (min-width: 1200px) {
    .p-ir-mp-reratedLlink {
      background-image: image-set(url("https://www.mitsubishicorp.com/jp/en/ir/managementpolicy/assets_r24/images/index-basic_bg_1-w1920@2x.webp") 2x, url("https://www.mitsubishicorp.com/jp/en/ir/managementpolicy/assets_r24/images/index-basic_bg_1-w1920.webp") type("image/webp"), url("https://www.mitsubishicorp.com/jp/en/ir/managementpolicy/assets_r24/images/index-basic_bg_1-w1920.jpg") type("image/jpeg"));
    }
  }

  .p-ir-mp-reratedLlink__lst1 {
    display: grid;
  }

  .p-ir-mp-reratedLlink__lst1 a {
    display: block;
    width: 100%;
    height: 100%;
  }

  @media screen and (max-width: 767px) {
    .p-ir-mp-reratedLlink__lst1 {
      grid-template-columns: 100%;
      row-gap: calc(6 * var(--mc--quantity--of-design--horizontal));
    }
  }

  @media print, screen and (min-width: 768px) {
    .p-ir-mp-reratedLlink__lst1 {
      gap: 1px;
      width: 100%;
      background-color: #D5D5D5;
      margin: calc(4* var(--base-unit)) auto 0;
      width: var(--width-contents);
    }
  }

  @media screen and (min-width: 768px) and (max-width: 1199px) {
    .p-ir-mp-reratedLlink__lst1 {
      grid-template-columns: repeat(2, 1fr);
    }
  }
  
  @media print, screen and (min-width: 1200px) {
    .p-ir-mp-reratedLlink__lst1 {
      grid-template-columns: repeat(6, 1fr);
    }
    .p-ir-mp-reratedLlink__lst1 li:nth-of-type(1) {
      grid-area: 1 / 1 / 2 / 4;
    }
    .p-ir-mp-reratedLlink__lst1 li:nth-of-type(2) {
      grid-area: 1 / 4 / 2 / 7;
    }

    .p-ir-mp-reratedLlink__lst1 li:nth-of-type(1) .p-ir-mp-reratedLlink__pnl1,
    .p-ir-mp-reratedLlink__lst1 li:nth-of-type(2) .p-ir-mp-reratedLlink__pnl1 {
      aspect-ratio: 600/270;
    }
  }

  .p-ir-mp-reratedLlink__pnl1 {
    display: grid;
    background-color: #FFF;
  }

  @media screen and (max-width: 767px) {
    .p-ir-mp-reratedLlink__pnl1 {
      grid-template-columns: calc(50 * var(--mc--quantity--of-design--horizontal)) 1fr;
      grid-template-rows: auto auto;
      align-items: center;
      padding: calc(16 * var(--mc--quantity--of-design--horizontal));
    }
  }

  @media print, screen and (min-width: 768px) {
    .p-ir-mp-reratedLlink__pnl1 {
      aspect-ratio: 440/300;
      grid-template-rows: repeat(2, auto);
      justify-items: center;
      transition-property: background-color, color;
      transition-duration: 0.2s;
      transition-timing-function: ease-in;
      box-sizing: border-box;
      padding: 3em 3em;
      width: 100%;
      height: 100%;
    }
  }

  @media print, screen and (min-width: 768px) {
    a:focus .p-ir-mp-reratedLlink__pnl1,
    a:hover .p-ir-mp-reratedLlink__pnl1 {
      transition-duration: 0.3s;
      transition-timing-function: ease-out;
      background-color: #A22041;
      color: #FFF;
    }
  }

  @media screen and (min-width: 768px){
    a .p-ir-mp-reratedLlink__pnl1 :where(div), a .p-ir-mp-reratedLlink__pnl1 :where(div) {
      transition-duration: 0.2s;
      transition-timing-function: ease-in;
    }
    a:focus .p-ir-mp-reratedLlink__pnl1 :where(div), a:hover .p-ir-mp-reratedLlink__pnl1 :where(div) {
      filter: brightness(0) invert(1);
      transition-duration: 0.2s;
      transition-timing-function: ease-in;
    }
  }

  @media print, screen and (min-width: 768px) {
    .p-ir-mp-reratedLlink__pnl1 :where(div) {
      align-self: end;
    }
  }

  @media screen and (max-width: 767px) {
    .p-ir-mp-reratedLlink__pnl1 :where(div) :where(img) {
      width: 100%;
    }
  }

  .p-ir-mp-reratedLlink__pnl1 :where(figcaption) {
    display: grid;
    font-weight: 500;
    letter-spacing: 0.1em;
  }

  @media screen and (max-width: 767px) {
    .p-ir-mp-reratedLlink__pnl1 :where(figcaption) {
      row-gap: calc(6 * var(--mc--quantity--of-design--horizontal));
      font-size: calc(17 * var(--mc--quantity--of-design--horizontal));
      line-height: 1.4117647059;
    }
  }

  @media print, screen and (min-width: 768px) {
    .p-ir-mp-reratedLlink__pnl1 :where(figcaption) {
      align-self: start;
      grid-template-columns: repeat(2, auto);
      grid-template-rows: repeat(2, auto);
      align-items: center;
      justify-items: end;
      gap: 0 10px;
      margin-top: 24px;
      font-size: 18px;
      text-align: center;
    }
  }

  .p-ir-mp-reratedLlink__pnl1 :where(figcaption)::before,
  .p-ir-mp-reratedLlink__pnl1 :where(figcaption)::after {
    content: "";
  }
  @media print, screen and (max-width: 767px) {
    .p-ir-mp-reratedLlink__pnl1 :where(figcaption)::before {
      content: none;
    }
    .p-ir-mp-reratedLlink__pnl1::after {
      content: "";
      width: calc(22 * var(--mc--quantity--of-design--horizontal));
      height: calc(22 * var(--mc--quantity--of-design--horizontal));
    }
  }
  .p-ir-mp-reratedLlink__pnl1 :where(figcaption)::before {
    background-color: #666;
    mask: url("https://www.mitsubishicorp.com/assets_r24/images/cmn-mark_arrow_1.svg") no-repeat center/contain;
  }
  @media print, screen and (max-width: 767px) {
    .p-ir-mp-reratedLlink__pnl1::after {
      background-color: #666;
      mask: url("https://www.mitsubishicorp.com/assets_r24/images/cmn-mark_arrow_1.svg") no-repeat center/contain;
      grid-row: span 2 / span 2;
      grid-column-start: 3;
      grid-row-start: 1;
    }
  }

  @media screen and (max-width: 767px) {
    .p-ir-mp-reratedLlink__pnl1 :where(figcaption)::before {
      grid-area: 1/2/span 2/3;
      align-self: center;
      width: calc(22 * var(--mc--quantity--of-design--horizontal));
      height: calc(22 * var(--mc--quantity--of-design--horizontal));
    }
    
    .p-ir-mp-reratedLlink__pnl1__icon {
        grid-row: span 2 / span 2;
        max-width: calc(38 * var(--mc--quantity--of-design--horizontal));
    }
  }

  @media print, screen and (min-width: 768px) {
    .p-ir-mp-reratedLlink__pnl1 :where(figcaption)::before {
      grid-area: 1/2/2/3;
      justify-self: start;
      width: 28px;
      height: 28px;
      transition: background-color 0.2s ease-in;
    }
  }

  @media print, screen and (min-width: 768px) {
    a:focus .p-ir-mp-reratedLlink__pnl1 :where(figcaption)::before,
    a:hover .p-ir-mp-reratedLlink__pnl1 :where(figcaption)::before {
      transition-duration: 0.3s;
      transition-timing-function: ease-out;
      background-color: #FFF;
    }
  }

  .p-ir-mp-reratedLlink__pnl1 :where(figcaption)::after {
    content: attr(data-attr);
    font-family: "Neue Helvetica";
    text-transform: uppercase;
    font-weight: 400;
  }
  @media screen and (max-width: 767px) {
    .p-ir-mp-reratedLlink__pnl1 :where(figcaption)::after {
      font-size: calc(14 * var(--mc--quantity--of-design--horizontal));
      letter-spacing: 0.07em;
      font-weight: 400;
    }
  }

  @media print, screen and (min-width: 768px) {
    .p-ir-mp-reratedLlink__pnl1 :where(figcaption)::after {
      grid-area: 2/1/3/-1;
      justify-self: center;
      font-size: 16;
      letter-spacing: 0.11em;
    }
  }

  .p-ir-mp-reratedLlink .p-notes01 {
    width: fit-content;
    margin: 0;
  }
  @media screen and (max-width: 767px) {
    .p-ir-mp-reratedLlink .p-notes01 {
      grid-column: 2;
      grid-row: 2;
      font-size: 14px;
      margin-top: calc(1* var(--base-unit));
    }
  }



}