@charset "UTF-8";

@layer component {

  @media screen and (max-width: 767px) {
    .p-search {
      padding-top: calc(32 * 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);
    }
  }


  @media screen and (min-width: 768px) and (max-width: 1199px) {
    .p-search {
      padding-top: 80px;
      padding-left: calc(var(--mc-layout--offset--of-outer-left) + var(--mc-layout--offset--of-inner-left));
      padding-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) {
    .p-search {
      padding-top: 80px;
      padding-left: calc(var(--mc-layout--offset--of-outer-left) + var(--mc-layout--offset--of-inner-left));
      padding-right: calc(var(--mc-layout--offset--of-outer-right) + var(--mc-layout--offset--of-inner-right));
    }
  }

  @media print {
    .p-search {
      padding-top: 80px;
      padding-left: calc(var(--mc-layout--offset--of-outer-left) + var(--mc-layout--offset--of-inner-left));
      padding-right: calc(var(--mc-layout--offset--of-outer-right) + var(--mc-layout--offset--of-inner-right));
    }
  }

  @media screen and (min-width: 1440px) {
    .p-search {
      padding-top: 80px;
      padding-left: calc(var(--mc-layout--offset--of-outer-left) + var(--mc-layout--offset--of-inner-left));
      padding-right: calc(var(--mc-layout--offset--of-outer-right) + var(--mc-layout--offset--of-inner-right));
    }
  }

  .p-search__inner {
    background: #f7f7f8;
    padding: 40px 50px;
  }

  @media screen and (max-width: 767px) {
    .p-search__inner {
      padding: calc(30 * var(--mc--quantity--of-design--horizontal)) calc(16 * var(--mc--quantity--of-design--horizontal)) calc(20 * var(--mc--quantity--of-design--horizontal));
    }
  }

  .p-search__txt1 {
    font-size: 16px;
    letter-spacing: 0.03em;
    line-height: 1.8;
    color: #333;
  }

  @media screen and (max-width: 767px) {
    .p-search__txt1 {
      font-size: calc(15 * var(--mc--quantity--of-design--horizontal));
      letter-spacing: 0.1em;
      line-height: 1.8;
      letter-spacing: 0.03em;
    }
  }

  .p-search__form1 {
    margin-top: 15px;
    display: grid;
    /* grid-template-columns: auto auto 1fr auto; */
    grid-template-columns: auto 1fr;
    align-items: center;
    width: 100%;
  }

  @media screen and (min-width: 768px) and (max-width: 1199px) {
    .p-search__form1 {
      grid-template-columns: auto 1fr;
    }
  }


  @media screen and (max-width: 767px) {
    .p-search__form1 {
      grid-template-columns: auto 1fr;
    }
  }


  @media screen and (max-width: 767px) {
    .p-search__form1 {
      margin-top: calc(16 * var(--mc--quantity--of-design--horizontal));
      grid-template-columns: unset;
      grid-auto-rows: 1fr;
    }
  }

  .p-search__form1_kw1 {
    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;
  }

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


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


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


  @media screen and (max-width: 767px) {
    .p-search__form1_kw1 {
      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;
    }
  }

  .p-search__form1_kw1 :where(input) {
    border-radius: 0;
    width: 100%;
    height: 62px;
    display: grid;
    align-items: center;
    padding: 16px 16px 16px 52px;
    font-size: 16px;
    background-color: transparent;
    box-sizing: border-box;
    border: 1px solid #d5d5d5;
  }

  @media screen and (max-width: 767px) {
    .p-search__form1_kw1 :where(input) {
      padding: calc(16 * var(--mc--quantity--of-design--horizontal)) calc(16 * var(--mc--quantity--of-design--horizontal)) calc(16 * var(--mc--quantity--of-design--horizontal)) calc(52 * var(--mc--quantity--of-design--horizontal));
      font-size: calc(17 * var(--mc--quantity--of-design--horizontal));
      height: calc(60 * var(--mc--quantity--of-design--horizontal));
    }
  }

  .p-search__form1_year1 {
    /* margin-left: min(50px, 50 * var(--mc--quantity--of-design--horizontal)); */
    width: min(333px, 333 * var(--mc--quantity--of-design--horizontal));
    position: relative;
  }

  .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));
    }
  }

  .p-search__form1_op1 {
    margin-left: min(30px, 30 * var(--mc--quantity--of-design--horizontal));
    font-weight: 500;
    font-size: 16px;
    text-align: left;
    color: #3d3d3d;
    white-space: nowrap;
  }

  @media screen and (min-width: 1200px) and (max-width: 1439px) {
    .p-search__form1_op1 {
      margin-left: min(30px, 30 * var(--mc--quantity--of-design--horizontal));
    }
  }

  @media print {
    .p-search__form1_op1 {
      margin-left: min(30px, 30 * var(--mc--quantity--of-design--horizontal));
    }
  }

  @media screen and (min-width: 768px) and (max-width: 1199px) {
    .p-search__form1_op1 {
      margin-left: min(30px, 30 * var(--mc--quantity--of-design--horizontal));
    }
  }


  @media screen and (max-width: 767px) {
    .p-search__form1_op1 {
      margin-left: 0;
      font-size: calc(14 * var(--mc--quantity--of-design--horizontal));
      letter-spacing: -0.05em;
    }
  }

  .p-search__form1_op1 label {
    display: grid;
    grid-template-columns: auto 1fr;
    column-gap: 13px;
    align-items: center;
  }

  @media screen and (max-width: 767px) {
    .p-search__form1_op1 label {
      column-gap: calc(5 * var(--mc--quantity--of-design--horizontal));
    }
  }

  .p-search__form1_op1 label input[type=checkbox] {
    position: relative;
    width: 22px;
    height: 22px;
    border: 1px solid #000;
    border-radius: 2px;
    vertical-align: -5px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #fff;
  }

  @media screen and (max-width: 767px) {
    .p-search__form1_op1 label input[type=checkbox] {
      width: calc(18 * var(--mc--quantity--of-design--horizontal));
      height: calc(18 * var(--mc--quantity--of-design--horizontal));
      border-radius: calc(2 * var(--mc--quantity--of-design--horizontal));
      vertical-align: -1.3333333333vw;
    }
  }

  .p-search__form1_op1 label input[type=checkbox]:checked {
    background: #a22041;
    border-color: #a22041;
  }

  .p-search__form1_op1 label input[type=checkbox]:checked::before {
    position: absolute;
    top: 2px;
    left: 6px;
    transform: rotate(45deg);
    width: 5px;
    height: 10px;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    content: "";
  }

  @media screen and (max-width: 767px) {
    .p-search__form1_op1 label input[type=checkbox]:checked::before {
      top: calc(2 * var(--mc--quantity--of-design--horizontal));
      left: calc(5 * var(--mc--quantity--of-design--horizontal));
      width: calc(4 * var(--mc--quantity--of-design--horizontal));
      height: calc(8 * var(--mc--quantity--of-design--horizontal));
      border-width: 0 calc(2 * var(--mc--quantity--of-design--horizontal)) calc(2 * var(--mc--quantity--of-design--horizontal)) 0;
    }
  }

  .p-search__link {
    text-align: right;
  }

  /* .p-search__link {
    display: flex;
    justify-content: flex-end;
  } */

  @media screen and (max-width: 767px) {
    .p-search__link {
      margin-top: calc(27 * var(--mc--quantity--of-design--horizontal));
    }
  }
  
  .p-search__link {
      margin-top: 20px;
  }

  .p-search__link :where(a) {
    display: inline grid;
    grid-template-columns: repeat(2, auto);
    grid-template-rows: auto;
    align-items: center;
    letter-spacing: 0.1em;
    color: #0f2350;
  }

  @media screen and (max-width: 767px) {
    .p-search__link :where(a) {
      column-gap: calc(10 * var(--mc--quantity--of-design--horizontal));
      font-size: calc(17 * var(--mc--quantity--of-design--horizontal));
    }
  }


  .p-search__link :where(a) {
    column-gap: 8px;
    font-size: 18px;
  }

  .p-search__link :where(a)::before,
  .p-search__link :where(a)::after {
    content: "";
    grid-area: 1/1/2/2;
  }

  @media screen and (max-width: 767px) {

    .p-search__link :where(a)::before,
    .p-search__link:where(a)::after {
      width: calc(20 * var(--mc--quantity--of-design--horizontal));
      height: calc(20 * var(--mc--quantity--of-design--horizontal));
    }
  }


  .p-search__link :where(a)::before,
  .p-search__link :where(a)::after {
      width: 32px;
      height: 32px;
      transition-duration: 0.2s;
      transition-timing-function: ease-in;
  }

  .p-search__link :where(a)::before {
    background-color: #0F2350;
    mask: url("https://www.mitsubishicorp.com/assets_r24/images/cmn-mark_arrow_4.svg") no-repeat center center/contain;
  }

  @media screen and (min-width: 768px) and (max-width: 1199px) {
    .p-search__link :where(a)::before {
      transition-property: background-color;
    }
  }

  .p-search__link :where(a)::after {
    box-sizing: border-box;
    border-radius: 100vw;
    border: solid 2px #0F2350;
    background-color: transparent;
  }

  .p-search__link :where(a)::after {
    transition-property: border-color, background-color;
  }

  .p-search__link :where(a):hover {
    color: #a22041;
  }

  .p-search__link :where(a):hover::before,
  .p-search__link :where(a):hover::after {
    transition-duration: 0.3s;
    transition-timing-function: ease-out;
  }
  .p-search__link :where(a):hover::before {
    background-color: #FFF;
  }

  .p-search__link :where(a):hover::after {
    border-color: #a22041;
    background-color: #a22041;
  }


  @media screen and (max-width: 767px) {
    .p-result {
      padding-bottom: calc(40 * var(--mc--quantity--of-design--horizontal));
      padding-left: var(--mc-layout--offset--of-outer-left);
      padding-right: var(--mc-layout--offset--of-outer-right);
    }
  }


  @media screen and (min-width: 768px) and (max-width: 1199px) {
    .p-result {
      padding-top: 60px;
      padding-bottom: 120px;
      padding-left: calc(var(--mc-layout--offset--of-outer-left) + var(--mc-layout--offset--of-inner-left));
      padding-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) {
    .p-result {
      padding-top: 60px;
      padding-bottom: 120px;
      padding-left: calc(var(--mc-layout--offset--of-outer-left) + var(--mc-layout--offset--of-inner-left));
      padding-right: calc(var(--mc-layout--offset--of-outer-right) + var(--mc-layout--offset--of-inner-right));
    }
  }

  @media print {
    .p-result {
      padding-top: 60px;
      padding-bottom: 120px;
      padding-left: calc(var(--mc-layout--offset--of-outer-left) + var(--mc-layout--offset--of-inner-left));
      padding-right: calc(var(--mc-layout--offset--of-outer-right) + var(--mc-layout--offset--of-inner-right));
    }
  }

  @media screen and (min-width: 1440px) {
    .p-result {
      padding-top: 60px;
      padding-bottom: 120px;
      padding-left: calc(var(--mc-layout--offset--of-outer-left) + var(--mc-layout--offset--of-inner-left));
      padding-right: calc(var(--mc-layout--offset--of-outer-right) + var(--mc-layout--offset--of-inner-right));
    }
  }

  .p-result__txt1 {
    font-size: 22px;
    letter-spacing: 0.1em;
    padding: 28px 0 24px;
  }

  @media screen and (max-width: 767px) {
    .p-result__txt1 {
      font-size: calc(17 * var(--mc--quantity--of-design--horizontal));
      letter-spacing: 0.03em;
      padding: calc(7 * var(--mc--quantity--of-design--horizontal)) 0 calc(13 * var(--mc--quantity--of-design--horizontal));
    }
  }

  .p-result__txt1 b {
    font-size: 28px;
    font-weight: normal;
  }

  @media screen and (max-width: 767px) {
    .p-result__txt1 b {
      font-size: calc(22 * var(--mc--quantity--of-design--horizontal));
    }
  }

  .p-result__txt1 b span {
    font-weight: bold;
  }

  .p-result__txt2 {
    margin-top: 10px;
    border-top: 1px solid #d5d5d5;
    font-size: 16px;
    letter-spacing: 0.03em;
    line-height: 1.8;
    color: #333;
    padding: 39px 0 37px;
  }

  @media screen and (max-width: 767px) {
    .p-result__txt2 {
      margin-top: calc(1 * var(--mc--quantity--of-design--horizontal));
      font-size: calc(15 * var(--mc--quantity--of-design--horizontal));
      line-height: 1.8;
      padding: calc(27 * var(--mc--quantity--of-design--horizontal)) 0;
    }
  }

  .p-result__txt3 {
    border: 1px solid #d5d5d5;
    color: #333;
    padding: 37px 50px;
    font-size: 16px;
    letter-spacing: 0.03em;
    line-height: 1.8;
    margin-bottom: -40px;
  }

  @media screen and (max-width: 767px) {
    .p-result__txt3 {
      padding: calc(16 * var(--mc--quantity--of-design--horizontal)) calc(15 * var(--mc--quantity--of-design--horizontal));
      font-size: calc(15 * var(--mc--quantity--of-design--horizontal));
      line-height: 1.8;
      letter-spacing: 0.03em;
      margin-bottom: calc(10 * var(--mc--quantity--of-design--horizontal));
    }
  }

  .p-result__txt3 dl dt {
    font-weight: 500;
  }

  @media screen and (max-width: 767px) {
    .p-result__txt3 dl dt {
      margin-bottom: calc(4 * var(--mc--quantity--of-design--horizontal));
    }
  }

  .p-result__txt3 dl dd {
    position: relative;
    padding-left: 1em;
  }

  .p-result__txt3 dl dd::before {
    position: absolute;
    content: "・";
    left: 0;
    top: 0;
  }

  .c-list1 a .p-link01__ico {
      transition: filter 0.3s ease 0s;
      filter: invert(25%) sepia(65%) saturate(0%) hue-rotate(224deg) brightness(85%) contrast(116%);
  }

  @media print, screen and (min-width: 768px) and (max-width: 1199px) {
  /* @media screen and (min-width: 768px) and (max-width: 1199px) { */
    .c-list1 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;
    }
  }
  
  @media screen and (min-width: 1200px) and (max-width: 1439px) {
    .c-list1 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;
    }
  }
  
  @media screen and (min-width: 1440px) {
    .c-list1 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;
    }
  }
  
  .p-result__list > li.js-hide__limit,
  .p-result__list > li.js-hide__year,
  .p-result__list > li.js-hide__tse{
    display: none !important;
  }
  .c-list1__tarminal.js-hide__more{
    display: none !important;
  }
  .c-list1__nopost{
    display: none;
  }
  .c-list1__tarminal.js-hide__more-zero + .c-list1__nopost{
    display: block !important;
  }
}