/* footer-pre-info（PCのみ・フッター直上） */
.footer-pre-info {
  display: none;
  background-color: #fff;
  border-top: 1px solid #e0e0e0;
}

@media screen and (min-width: 768px) {
  .footer-pre-info {
    display: block;
    padding: 48px 0 40px;
  }

  .footer-pre-info__inner {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    max-width: 1143px;
    margin: 0 auto;
    width: 97%;
    box-sizing: border-box;
  }

  .footer-pre-info__column {
    flex: 1 1 0;
    min-width: 0;
    padding: 0 28px;
    border-left: 1px solid #ccc;
    color: #000;
    font-size: 1.3rem;
    line-height: 1.75;
    font-weight: 400;
  }

  .footer-pre-info__column:first-child {
    border-left: none;
    padding-left: 0;
  }

  .footer-pre-info__column:last-child {
    padding-right: 0;
  }

  .footer-pre-info__heading {
    font-size: 1.6rem;
    font-weight: bold;
    margin: 0 0 12px;
    line-height: 1.4;
  }

  .footer-pre-info__lead {
    margin: 0 0 10px;
  }

  .footer-pre-info__payment-list {
    margin: 0 0 20px;
    padding-left: 1.4em;
    list-style: disc;
  }

  .footer-pre-info__payment-list li {
    margin-bottom: 2px;
  }

  .footer-pre-info__block {
    margin-bottom: 18px;
  }

  .footer-pre-info__block:last-child {
    margin-bottom: 0;
  }

  .footer-pre-info__subheading {
    font-size: 1.3rem;
    font-weight: bold;
    margin: 0 0 6px;
    line-height: 1.5;
  }

  .footer-pre-info__block p {
    margin: 0;
  }

  .footer-pre-info__image {
    margin: 12px 0 0;
  }

  .footer-pre-info__image img {
    display: block;
    max-width: 100%;
    height: auto;
  }
}
