@charset "UTF-8";
/* .c-notice */
.c-notice {
  background-color: #FCE8EC;
}

@media screen and (max-width: 767px) {
  .c-notice {
    padding-top: calc(20 * var(--mc--quantity--of-design--horizontal));
    padding-bottom: calc(24 * var(--mc--quantity--of-design--horizontal));
    padding-left: var(--mc-layout--offset--of-outer-left);
    padding-right: var(--mc-layout--offset--of-outer-right);
    margin-top: calc(24 * var(--mc--quantity--of-design--horizontal));
    margin-bottom: calc(16 * var(--mc--quantity--of-design--horizontal));
  }
}


@media screen and (min-width: 768px) and (max-width: 1199px) {
  .c-notice {
    display: grid;
    grid-template-columns: calc(210 * var(--mc--quantity--of-design--horizontal)) 1fr;
    column-gap: 12px;
    align-items: center;
    padding: 12px;
    margin-top: 100px;
    margin-bottom: -10px;
    margin-left: calc(var(--mc-layout--offset--of-outer-left) + var(--mc-layout--offset--of-inner-left));
    margin-right: calc(var(--mc-layout--offset--of-outer-right) + var(--mc-layout--offset--of-inner-right));
  }
}


@media screen and (min-width: 1200px) and (max-width: 1439px) {
  .c-notice {
    display: grid;
    grid-template-columns: calc(210 * var(--mc--quantity--of-design--horizontal)) 1fr;
    column-gap: 12px;
    align-items: center;
    padding: 12px;
    margin-top: 100px;
    margin-bottom: -10px;
    margin-left: calc(var(--mc-layout--offset--of-outer-left) + var(--mc-layout--offset--of-inner-left));
    margin-right: calc(var(--mc-layout--offset--of-outer-right) + var(--mc-layout--offset--of-inner-right));
  }
}

@media print {
  .c-notice {
    display: grid;
    grid-template-columns: calc(210 * var(--mc--quantity--of-design--horizontal)) 1fr;
    column-gap: 12px;
    align-items: center;
    padding: 12px;
    margin-top: 100px;
    margin-bottom: -10px;
    margin-left: calc(var(--mc-layout--offset--of-outer-left) + var(--mc-layout--offset--of-inner-left));
    margin-right: calc(var(--mc-layout--offset--of-outer-right) + var(--mc-layout--offset--of-inner-right));
  }
}

@media screen and (min-width: 1440px) {
  .c-notice {
    display: grid;
    grid-template-columns: calc(210 * var(--mc--quantity--of-design--horizontal)) 1fr;
    column-gap: 12px;
    align-items: center;
    padding: 12px;
    margin-top: 100px;
    margin-bottom: -10px;
    margin-left: calc(var(--mc-layout--offset--of-outer-left) + var(--mc-layout--offset--of-inner-left));
    margin-right: calc(var(--mc-layout--offset--of-outer-right) + var(--mc-layout--offset--of-inner-right));
  }
}


@media screen and (max-width: 767px) {
  .c-notice__hdr1 {
    margin-bottom: calc(20 * var(--mc--quantity--of-design--horizontal));
  }
}


@media screen and (min-width: 768px) and (max-width: 1199px) {
  .c-notice__hdr1 {
    display: block grid;
    align-items: center;
    justify-content: center;
  }
}


@media screen and (min-width: 1200px) and (max-width: 1439px) {
  .c-notice__hdr1 {
    display: block grid;
    align-items: center;
    justify-content: center;
  }
}

@media print {
  .c-notice__hdr1 {
    display: block grid;
    align-items: center;
    justify-content: center;
  }
}

@media screen and (min-width: 1440px) {
  .c-notice__hdr1 {
    display: block grid;
    align-items: center;
    justify-content: center;
  }
}

.c-notice__ttl1 {
  display: inline grid;
  grid-template-columns: repeat(2, auto);
  align-items: center;
}

@media screen and (max-width: 767px) {
  .c-notice__ttl1 {
    column-gap: calc(8 * var(--mc--quantity--of-design--horizontal));
    font-size: calc(18 * var(--mc--quantity--of-design--horizontal));
    font-weight: 500;
    letter-spacing: 0.1em;
  }
}


@media screen and (min-width: 768px) and (max-width: 1199px) {
  .c-notice__ttl1 {
    column-gap: 8px;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0.1em;
  }
}


@media screen and (min-width: 1200px) and (max-width: 1439px) {
  .c-notice__ttl1 {
    column-gap: 8px;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0.1em;
  }
}

@media print {
  .c-notice__ttl1 {
    column-gap: 8px;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0.1em;
  }
}

@media screen and (min-width: 1440px) {
  .c-notice__ttl1 {
    column-gap: 8px;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0.1em;
  }
}

.c-notice__ttl1::before {
  content: "";
  aspect-ratio: 1;
  background: url("https://www.mitsubishicorp.com/assets_r24/images/cmn-icon_notice_1.svg") no-repeat center/contain;
}

@media screen and (max-width: 767px) {
  .c-notice__ttl1::before {
    width: calc(20 * var(--mc--quantity--of-design--horizontal));
  }
}


@media screen and (min-width: 768px) and (max-width: 1199px) {
  .c-notice__ttl1::before {
    width: 20px;
  }
}


@media screen and (min-width: 1200px) and (max-width: 1439px) {
  .c-notice__ttl1::before {
    width: 20px;
  }
}

@media print {
  .c-notice__ttl1::before {
    width: 20px;
  }
}

@media screen and (min-width: 1440px) {
  .c-notice__ttl1::before {
    width: 20px;
  }
}

.c-notice__bdy1 {
  display: block grid;
  grid-auto-flow: row;
  font-weight: 400;
}

@media screen and (max-width: 767px) {
  .c-notice__bdy1 {
    row-gap: calc(8 * var(--mc--quantity--of-design--horizontal));
    font-size: calc(15 * var(--mc--quantity--of-design--horizontal));
    letter-spacing: 0.06em;
    line-height: 1.6;
  }
}


@media screen and (min-width: 768px) and (max-width: 1199px) {
  .c-notice__bdy1 {
    row-gap: 4px;
    font-size: 16px;
    letter-spacing: 0.04em;
    line-height: 1.8;
  }
}


@media screen and (min-width: 1200px) and (max-width: 1439px) {
  .c-notice__bdy1 {
    row-gap: 4px;
    font-size: 16px;
    letter-spacing: 0.04em;
    line-height: 1.8;
  }
}

@media print {
  .c-notice__bdy1 {
    row-gap: 4px;
    font-size: 16px;
    letter-spacing: 0.04em;
    line-height: 1.8;
  }
}

@media screen and (min-width: 1440px) {
  .c-notice__bdy1 {
    row-gap: 4px;
    font-size: 16px;
    letter-spacing: 0.04em;
    line-height: 1.8;
  }
}

.c-notice__bdy1 :where(a) {
  display: block;
  background-color: #FFF;
}

@media screen and (max-width: 767px) {
  .c-notice__bdy1 :where(a) {
    padding-top: calc(var(--mc-layout--offset--of-inner-left) * 2 / 3);
    padding-bottom: calc(var(--mc-layout--offset--of-inner-left) * 2 / 3);
    padding-left: var(--mc-layout--offset--of-inner-left);
    padding-right: var(--mc-layout--offset--of-inner-right);
  }
}


@media screen and (min-width: 768px) and (max-width: 1199px) {
  .c-notice__bdy1 :where(a) {
    padding: 8px 36px;
    transition-property: color, box-shadow;
    transition-duration: 0.2s;
    transition-timing-function: ease-in;
  }
}


@media screen and (min-width: 1200px) and (max-width: 1439px) {
  .c-notice__bdy1 :where(a) {
    padding: 8px 36px;
    transition-property: color, box-shadow;
    transition-duration: 0.2s;
    transition-timing-function: ease-in;
  }
}

@media print {
  .c-notice__bdy1 :where(a) {
    padding: 8px 36px;
    transition-property: color, box-shadow;
    transition-duration: 0.2s;
    transition-timing-function: ease-in;
  }
}

@media screen and (min-width: 1440px) {
  .c-notice__bdy1 :where(a) {
    padding: 8px 36px;
    transition-property: color, box-shadow;
    transition-duration: 0.2s;
    transition-timing-function: ease-in;
  }
}


@media screen and (min-width: 768px) and (max-width: 1199px) {
  .c-notice__bdy1 :where(a):hover {
    transition-duration: 0.3s;
    transition-timing-function: ease-out;
    color: #A22040;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  }
}


@media screen and (min-width: 1200px) and (max-width: 1439px) {
  .c-notice__bdy1 :where(a):hover {
    transition-duration: 0.3s;
    transition-timing-function: ease-out;
    color: #A22040;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  }
}

@media print {
  .c-notice__bdy1 :where(a):hover {
    transition-duration: 0.3s;
    transition-timing-function: ease-out;
    color: #A22040;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  }
}

@media screen and (min-width: 1440px) {
  .c-notice__bdy1 :where(a):hover {
    transition-duration: 0.3s;
    transition-timing-function: ease-out;
    color: #A22040;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  }
}

.c-notice:not(:has(.c-notice__bdy1 li)) {
  display: none;
}

/* .c-info */
.c-info {
  border: solid 1px #D5D5D5;
}

/* .c-info */
.c-info {
  border: solid 1px #D5D5D5;
}

@media screen and (max-width: 767px) {
  .c-info {
    padding-top: calc(20 * var(--mc--quantity--of-design--horizontal));
    padding-bottom: calc(20 * var(--mc--quantity--of-design--horizontal));
    padding-left: var(--mc-layout--offset--of-inner-left);
    padding-right: var(--mc-layout--offset--of-inner-right);
    margin-bottom: calc(39 * var(--mc--quantity--of-design--horizontal));
    margin-left: var(--mc-layout--offset--of-outer-left);
    margin-right: var(--mc-layout--offset--of-outer-right);
  }
}


@media screen and (min-width: 768px) and (max-width: 1199px) {
  .c-info {
    display: grid;
    grid-template-columns: calc(var(--mc-layout--width-column) * 3 + var(--mc-layout--gap) * 2) 1fr;
    column-gap: var(--mc-layout--gap);
    padding-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 64px;
    margin-left: calc(var(--mc-layout--offset--of-outer-left) + var(--mc-layout--offset--of-inner-left));
    margin-right: calc(var(--mc-layout--offset--of-outer-right) + var(--mc-layout--offset--of-inner-right));
  }
}


@media screen and (min-width: 1200px) and (max-width: 1439px) {
  .c-info {
    display: grid;
    grid-template-columns: calc(var(--mc-layout--width-column) * 3 + var(--mc-layout--gap) * 2) 1fr;
    column-gap: var(--mc-layout--gap);
    padding-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 64px;
    margin-left: calc(var(--mc-layout--offset--of-outer-left) + var(--mc-layout--offset--of-inner-left));
    margin-right: calc(var(--mc-layout--offset--of-outer-right) + var(--mc-layout--offset--of-inner-right));
  }
}

@media print {
  .c-info {
    display: grid;
    grid-template-columns: calc(var(--mc-layout--width-column) * 3 + var(--mc-layout--gap) * 2) 1fr;
    column-gap: var(--mc-layout--gap);
    padding-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 64px;
    margin-left: calc(var(--mc-layout--offset--of-outer-left) + var(--mc-layout--offset--of-inner-left));
    margin-right: calc(var(--mc-layout--offset--of-outer-right) + var(--mc-layout--offset--of-inner-right));
  }
}

@media screen and (min-width: 1440px) {
  .c-info {
    display: grid;
    grid-template-columns: calc(var(--mc-layout--width-column) * 3 + var(--mc-layout--gap) * 2) 1fr;
    column-gap: var(--mc-layout--gap);
    padding-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 64px;
    margin-left: calc(var(--mc-layout--offset--of-outer-left) + var(--mc-layout--offset--of-inner-left));
    margin-right: calc(var(--mc-layout--offset--of-outer-right) + var(--mc-layout--offset--of-inner-right));
  }
}

.c-info__ttl1 {
  font-weight: 500;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 767px) {
  .c-info__ttl1 {
    border-bottom: solid 1px #D5D5D5;
    padding-bottom: calc(16 * var(--mc--quantity--of-design--horizontal));
    margin-bottom: calc(20 * var(--mc--quantity--of-design--horizontal));
    font-size: calc(18 * var(--mc--quantity--of-design--horizontal));
  }
}


@media screen and (min-width: 768px) and (max-width: 1199px) {
  .c-info__ttl1 {
    display: grid;
    align-items: center;
    justify-content: center;
    border-right: solid 1px #D5D5D5;
    font-size: 18px;
  }
}


@media screen and (min-width: 1200px) and (max-width: 1439px) {
  .c-info__ttl1 {
    display: grid;
    align-items: center;
    justify-content: center;
    border-right: solid 1px #D5D5D5;
    font-size: 18px;
  }
}

@media print {
  .c-info__ttl1 {
    display: grid;
    align-items: center;
    justify-content: center;
    border-right: solid 1px #D5D5D5;
    font-size: 18px;
  }
}

@media screen and (min-width: 1440px) {
  .c-info__ttl1 {
    display: grid;
    align-items: center;
    justify-content: center;
    border-right: solid 1px #D5D5D5;
    font-size: 18px;
  }
}

.c-info__lst1 {
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  .c-info__lst1 {
    font-size: calc(15 * var(--mc--quantity--of-design--horizontal));
    letter-spacing: 0.06em;
    line-height: 1.6;
  }
}


@media screen and (min-width: 768px) and (max-width: 1199px) {
  .c-info__lst1 {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 20px;
    font-size: 16px;
    letter-spacing: 0.1em;
    line-height: 1.5;
  }
}


@media screen and (min-width: 1200px) and (max-width: 1439px) {
  .c-info__lst1 {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 20px;
    font-size: 16px;
    letter-spacing: 0.1em;
    line-height: 1.5;
  }
}

@media print {
  .c-info__lst1 {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 20px;
    font-size: 16px;
    letter-spacing: 0.1em;
    line-height: 1.5;
  }
}

@media screen and (min-width: 1440px) {
  .c-info__lst1 {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 20px;
    font-size: 16px;
    letter-spacing: 0.1em;
    line-height: 1.5;
  }
}


@media screen and (max-width: 767px) {
  .c-info__lst1 :where(li):not(:last-child) {
    border-bottom: solid 1px #D5D5D5;
    padding-bottom: calc(16 * var(--mc--quantity--of-design--horizontal));
    margin-bottom: calc(16 * var(--mc--quantity--of-design--horizontal));
  }
}


@media screen and (min-width: 768px) and (max-width: 1199px) {
  .c-info__lst1 :where(li):not(:last-child) {
    margin-bottom: 16px;
  }
}


@media screen and (min-width: 1200px) and (max-width: 1439px) {
  .c-info__lst1 :where(li):not(:last-child) {
    margin-bottom: 16px;
  }
}

@media print {
  .c-info__lst1 :where(li):not(:last-child) {
    margin-bottom: 16px;
  }
}

@media screen and (min-width: 1440px) {
  .c-info__lst1 :where(li):not(:last-child) {
    margin-bottom: 16px;
  }
}

.c-info__lst1 :where(li > a) {
  display: inline grid;
  grid-template-columns: repeat(2, auto);
  align-items: center;
}

@media screen and (max-width: 767px) {
  .c-info__lst1 :where(li > a) {
    column-gap: calc(13 * var(--mc--quantity--of-design--horizontal));
  }
}


@media screen and (min-width: 768px) and (max-width: 1199px) {
  .c-info__lst1 :where(li > a) {
    column-gap: 1em;
    position: relative;
  }
}


@media screen and (min-width: 1200px) and (max-width: 1439px) {
  .c-info__lst1 :where(li > a) {
    column-gap: 1em;
    position: relative;
  }
}

@media print {
  .c-info__lst1 :where(li > a) {
    column-gap: 1em;
    position: relative;
  }
}

@media screen and (min-width: 1440px) {
  .c-info__lst1 :where(li > a) {
    column-gap: 1em;
    position: relative;
  }
}

.c-info__lst1 :where(li > a)::before {
  content: "";
  aspect-ratio: 1;
  background-color: #000;
}

@media screen and (max-width: 767px) {
  .c-info__lst1 :where(li > a)::before {
    width: calc(20 * var(--mc--quantity--of-design--horizontal));
    mask: url("https://www.mitsubishicorp.com/assets_r24/images/cmn-mark_arrow_3.svg") no-repeat center/contain;
  }
}


@media screen and (min-width: 768px) and (max-width: 1199px) {
  .c-info__lst1 :where(li > a)::before {
    order: 1;
    width: 1em;
    mask: url("https://www.mitsubishicorp.com/assets_r24/images/cmn-mark_arrow_2.svg") no-repeat center/contain;
  }
}


@media screen and (min-width: 1200px) and (max-width: 1439px) {
  .c-info__lst1 :where(li > a)::before {
    order: 1;
    width: 1em;
    mask: url("https://www.mitsubishicorp.com/assets_r24/images/cmn-mark_arrow_2.svg") no-repeat center/contain;
  }
}

@media print {
  .c-info__lst1 :where(li > a)::before {
    order: 1;
    width: 1em;
    mask: url("https://www.mitsubishicorp.com/assets_r24/images/cmn-mark_arrow_2.svg") no-repeat center/contain;
  }
}

@media screen and (min-width: 1440px) {
  .c-info__lst1 :where(li > a)::before {
    order: 1;
    width: 1em;
    mask: url("https://www.mitsubishicorp.com/assets_r24/images/cmn-mark_arrow_2.svg") no-repeat center/contain;
  }
}

.c-info__lst1 :where(li > a)::after {
  content: "";
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .c-info__lst1 :where(li > a)::after {
    display: block;
    height: 1px;
    position: absolute;
    bottom: -0.25em;
    background-color: #000;
    transition: width 0.2s ease-in;
    width: 0;
  }
}


@media screen and (min-width: 1200px) and (max-width: 1439px) {
  .c-info__lst1 :where(li > a)::after {
    display: block;
    height: 1px;
    position: absolute;
    bottom: -0.25em;
    background-color: #000;
    transition: width 0.2s ease-in;
    width: 0;
  }
}

@media print {
  .c-info__lst1 :where(li > a)::after {
    display: block;
    height: 1px;
    position: absolute;
    bottom: -0.25em;
    background-color: #000;
    transition: width 0.2s ease-in;
    width: 0;
  }
}

@media screen and (min-width: 1440px) {
  .c-info__lst1 :where(li > a)::after {
    display: block;
    height: 1px;
    position: absolute;
    bottom: -0.25em;
    background-color: #000;
    transition: width 0.2s ease-in;
    width: 0;
  }
}


@media screen and (min-width: 768px) and (max-width: 1199px) {
  .c-info__lst1 :where(li > a):hover::after {
    transition-duration: 0.3s;
    transition-timing-function: ease-out;
    width: 100%;
  }
}


@media screen and (min-width: 1200px) and (max-width: 1439px) {
  .c-info__lst1 :where(li > a):hover::after {
    transition-duration: 0.3s;
    transition-timing-function: ease-out;
    width: 100%;
  }
}

@media print {
  .c-info__lst1 :where(li > a):hover::after {
    transition-duration: 0.3s;
    transition-timing-function: ease-out;
    width: 100%;
  }
}

@media screen and (min-width: 1440px) {
  .c-info__lst1 :where(li > a):hover::after {
    transition-duration: 0.3s;
    transition-timing-function: ease-out;
    width: 100%;
  }
}

.c-info:not(:has(.c-info__lst1 li)) {
  display: none;
}



@layer component {
  .p-search__form1_year1 {
    width: min(333px, 333 * var(--mc--quantity--of-design--horizontal));
    background: #fff url("https://www.mitsubishicorp.com/assets_r24/images/cmn-mark_magnifier_1.svg") no-repeat 16px center/30px auto;
    position: relative;
    margin-left: 0;
  }


  @media screen and (min-width: 768px) and (max-width: 1199px) {
    .p-search__form1_year1 {
      grid-column: 1/-1;
      width: 100%;
      margin-left: 0;
    }
  }

  @media screen and (max-width: 767px) {
    .p-search__form1_year1 {
      grid-column: 1/-1;
      width: 100%;
      margin-left: 0;
    }
  }

  @media screen and (min-width: 768px) and (max-width: 1199px) {
    .p-search__form1_year1 {
      margin-bottom: calc(12 * var(--mc--quantity--of-design--horizontal));
      margin-left: 0;
    }
  }

  @media screen and (max-width: 767px) {
    .p-search__form1_year1 {
      margin-bottom: calc(12 * var(--mc--quantity--of-design--horizontal));
      background-size: calc(30 * var(--mc--quantity--of-design--horizontal)) auto;
      background-position: calc(16 * var(--mc--quantity--of-design--horizontal)) center;
      margin-left: 0;
    }
  }

  .p-search__form1_year1::after {
    content: "";
    width: 0;
    height: 0;
    border-top: 6px solid #000;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    pointer-events: none;
    position: absolute;
    right: 15px;
    top: 29px;
  }

  @media screen and (max-width: 767px) {
    .p-search__form1_year1::after {
      border-width: calc(8 * var(--mc--quantity--of-design--horizontal)) calc(7 * var(--mc--quantity--of-design--horizontal)) 0;
      right: calc(15 * var(--mc--quantity--of-design--horizontal));
      top: calc(24 * var(--mc--quantity--of-design--horizontal));
    }
  }

  .p-search__form1_year1 select {
    width: 100%;
    height: 62px;
    display: grid;
    align-items: center;
    padding: 16px;
    font-size: 16px;
    background: #fff;
    box-sizing: border-box;
    border-radius: 0;
    border: 1px solid #d5d5d5;
    -webkit-appearance: none;
    appearance: none;
  }

  .p-search__form1_year1 select::-ms-expand {
    display: none;
  }

  @media screen and (max-width: 767px) {
    .p-search__form1_year1 select {
      width: 100%;
      height: calc(54 * var(--mc--quantity--of-design--horizontal));
      padding: calc(16 * var(--mc--quantity--of-design--horizontal));
      font-size: calc(16 * var(--mc--quantity--of-design--horizontal));
    }
  }
  
}

@media screen and (min-width: 768px) {
  .c-notice__bdy1 a:hover .p-link01__ico{
    transition-duration: 0.2s;
  }
  .c-notice__bdy1 a:hover .p-link01__ico{
    filter: invert(19%) sepia(72%) saturate(1936%) hue-rotate(320deg) brightness(96%) contrast(100%);
    transition-duration: 0.2s;
    transition-timing-function: ease-in;
  }
}