/* Specific Commercial Transactions Act page */

.c-pagehead--sctl .c-pagehead__titles {
  margin-bottom: 0;
}

.c-pagehead--sctl .c-pagehead__breadcrumb li,
.c-pagehead--sctl .c-pagehead__breadcrumb span,
.c-pagehead--sctl .c-pagehead__sep {
  color: #d63232;
}

.c-pagehead--sctl .c-pagehead__breadcrumb a {
  color: #d63232;
}

.p-sctl {
  padding: 48px 0 120px;
}

@media (width <= 768px) {
  .p-sctl {
    padding: 32px 0 80px;
  }
}

.p-sctl .p-sctl__inner {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.p-sctl .p-sctl__list {
  margin: 0;
  padding: 0;
  border-top: 1px solid #e2e2e2;
}

.p-sctl .p-sctl__row {
  display: grid;
  grid-template-columns: 220px 1fr;
  gap: 24px;
  padding: 24px 0;
  border-bottom: 1px solid #e2e2e2;
}

@media (width <= 768px) {
  .p-sctl .p-sctl__row {
    grid-template-columns: 1fr;
    gap: 12px;
    padding: 20px 0;
  }
}

.p-sctl .p-sctl__term {
  color: #242424;
  margin: 0;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.8;
}

@media (width <= 768px) {
  .p-sctl .p-sctl__term {
    font-size: 14px;
  }
}

.p-sctl .p-sctl__desc {
  margin: 0;
}

.p-sctl .p-sctl__desc p {
  color: #242424;
  margin: 0;
  font-size: 15px;
  font-weight: 500;
  line-height: 2;
}

.p-sctl .p-sctl__desc p + p {
  margin-top: 8px;
}

@media (width <= 768px) {
  .p-sctl .p-sctl__desc p {
    font-size: 14px;
  }
}

.p-sctl .p-sctl__note {
  color: #666;
  font-size: 13px;
  font-weight: 500;
}

@media (width <= 768px) {
  .p-sctl .p-sctl__note {
    font-size: 12px;
  }
}

.p-sctl .p-sctl__desc a {
  color: #d63232;
  text-decoration: none;
}

.p-sctl .p-sctl__desc a:hover {
  opacity: 0.75;
}

.p-sctl .p-sctl__date {
  color: #242424;
  margin: 48px 0 0;
  font-size: 15px;
  font-weight: 500;
  line-height: 2;
  text-align: right;
}

@media (width <= 768px) {
  .p-sctl .p-sctl__date {
    margin-top: 36px;
    font-size: 14px;
  }
}
