:is(:is(.page-use-payment .grid-table) .grid-table-body:has(.expand)) .grid-table-row:not(.action):last-child {
  border-bottom: 1px solid var(--border-gray);
}

@media screen and (min-width: 768.95px) {
  .page-use-payment .grid-table > .grid-table-body .grid-table-row:not(.action) > .grid-table-cell:nth-child(1) {
    text-align: right;
    padding: var(--spacing-xs) 9em;
  }

  .page-use-payment .grid-table > .grid-table-body .grid-table-row:not(.action) > .grid-table-cell:nth-child(2) {
    text-align: right;
    padding: var(--spacing-xs) 12em;
  }
}

.page-use-payment #expand3 ~ .section-footer > label.btn::before {
  content: "ミニマム・ペイメント（少額）コースの場合";
}

.page-use-payment #expand3:checked ~ .section-footer > label.btn::before {
  content: "閉じる";
}

.page-use-payment .circle {
  font-size: 1.125rem;
  margin-bottom: 1em;
}

.page-use-payment-tentou .step-card-group figure {
  border: 1px solid var(--border-gray);
}

@media screen and (max-width: 768px) {
  :is(.page-use-payment-kouza .table) thead {
    display: none;
  }
}
