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

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


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

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

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

  @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;
    }
  }

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


  .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__form1_btn1 {
    margin-left: min(20px, 20 * var(--mc--quantity--of-design--horizontal));
    width: min(250px, 250 * var(--mc--quantity--of-design--horizontal));
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 10px;
  }

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

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

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


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


  @media screen and (min-width: 768px) and (max-width: 1199px) {
    .p-search__form1_btn1 {
      margin-top: calc(30 * var(--mc--quantity--of-design--horizontal));
      column-gap: calc(10 * var(--mc--quantity--of-design--horizontal));
    }
  }


  @media screen and (max-width: 767px) {
    .p-search__form1_btn1 {
      margin-top: calc(30 * var(--mc--quantity--of-design--horizontal));
      column-gap: calc(10 * var(--mc--quantity--of-design--horizontal));
      font-size: calc(16 * var(--mc--quantity--of-design--horizontal));
      grid-template-columns: calc(179 * var(--mc--quantity--of-design--horizontal)) 1fr;
    }
  }

  .p-search__form1_btn1 :where(input) {
    width: 100%;
    height: 60px;
    border: 1px solid #d5d5d5;
    font-size: 20px;
    letter-spacing: 0.1em;
    line-height: 1;
  }

  @media screen and (max-width: 767px) {
    .p-search__form1_btn1 :where(input) {
      height: calc(56 * var(--mc--quantity--of-design--horizontal));
      font-size: calc(20 * var(--mc--quantity--of-design--horizontal));
    }
  }

  .p-search__form1_btn1 :where(input[type=submit]) {
    background: #000;
    color: #fff;
  }

  .p-search__form1_btn1 :where(input[type=submit]):hover {
    background: #A22041;
  }

  .p-search__form1_btn1 :where(input[type=reset]) {
    background: #fff;
    color: #000;
    font-size: 16px;
  }

  @media screen and (max-width: 767px) {
    .p-search__form1_btn1 :where(input[type=reset]) {
      font-size: calc(16 * var(--mc--quantity--of-design--horizontal));
    }
  }

  .p-search__form1_btn1 :where(input[type=reset]):hover {
    background: #A22041;
    color: #fff;
  }

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