/* Lower-page additions for the PC repair site. */
.l-sub-img {
  height: 160px;
  margin-top: var(--mh--header--height);
  background: url(../img/common/bg_mv02_sp.jpg) no-repeat center / cover;
}

.l-sub-img__inner {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.l-sub-img__head {
  color: var(--mh--color--grayscale-100);
  font-size: 2.8rem;
  font-weight: 900;
  line-height: var(--mh--line-height--sm);
  text-align: center;
}

.transaction-info {
  margin-bottom: 40px;
  border-radius: 10px;
  background-color: var(--mh--color--secondary-100);
}

.transaction-info__inner {
  padding-block: 40px;
}

.transaction-info-data {
  overflow: hidden;
  border-radius: 10px;
  background-color: var(--mh--color--grayscale-100);
}

.transaction-info-data table {
  width: 100%;
  border-collapse: collapse;
}

.transaction-info-data > img {
  display: block;
  width: 100%;
  height: auto;
}

.c-table01 th,
.c-table01 td {
  padding: 20px;
  border-bottom: 1px dashed var(--mh--color--grayscale-500);
  text-align: left;
  vertical-align: middle;
}

.c-table01 th {
  color: var(--mh--color--secondary-500);
  font-weight: 700;
  line-height: var(--mh--line-height--sm);
}

.c-table01 tr:last-of-type td {
  border-bottom: 0;
}

@media (max-width: 767px) {
  .c-table01 th,
  .c-table01 td {
    display: block;
    width: 100%;
  }

  .c-table01 th {
    padding-bottom: 8px;
    border-bottom: 0;
  }

  .c-table01 td {
    padding-top: 8px;
  }
}

@media (min-width: 768px) {
  .l-sub-img {
    width: min(100% - 100px, 1400px);
    height: 260px;
    margin-inline: auto;
    background-image: url(../img/common/bg_mv02_pc.jpg);
    border-radius: 20px;
  }

  .l-sub-img__head {
    font-size: 5.2rem;
  }

  .transaction-info {
    width: min(100% - 100px, 1400px);
    margin-inline: auto;
    margin-bottom: 100px;
    border-radius: 20px;
  }

  .transaction-info__inner {
    padding-block: 100px;
  }

  .c-table01 th,
  .c-table01 td {
    min-height: 90px;
    padding-inline: 40px;
  }

  .c-table01 th {
    width: 280px;
    border-right: 1px dashed var(--mh--color--grayscale-500);
  }

  .c-table01 tr:last-of-type th {
    border-bottom: 0;
  }
}
