  .ct-sns-section {
    text-align: center;
    padding: 20px 0;
  }

  .ct-sns-title {
    color: #fff;
    font-size: 14px;
    margin-bottom: 10px;
  }

  .ct-sns-icons {
    display: flex;
    justify-content: center;
    gap: 20px;
  }

  .ct-sns-icon {
    width: 48px;
    height: 48px;
  }

  .ct-sns-section {
    text-align: center;
    padding: 20px 0;
    margin-bottom: 24px;
  }

  a.ct-sns-link {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #000 !important;
    border-radius: 5px;
    width: 50px;
    height: 50px;
  }

  a.ct-sns-link svg {
    color: #fff;
    width: 40px;
    height: 40px;
  }


  .ct-sns-section.fixed {
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9;
    background: url(../images/section/promise/bg.jpg) no-repeat top;
    background-size: cover;
    margin-bottom: 0px;
  }

  .ct-sns-section.fixed a.ct-sns-link {
    width: 40px;
    height: 40px;
  }

  .ct-sns-section.fixed a.ct-sns-link svg {
    width: 32px;
    height: 32px;
  }

  .ct-sns-section.footer {
    background-color: hsla(0, 0%, 95%, .15);
    padding-bottom: 70px;
  }

  .thanks-fv {
    min-height: calc(100vh - 286px);
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .thanks-fv .content {
    /* padding: 100px 0px; */
  }

  .thanks-fv .content img {
    display: block;
    margin: 0 auto 35px;
  }

  .thanks-fv .content p {
    display: block;
    text-align: center;
    color: #8e8e8e;
    font-size: 18px;
    margin-top: 10px;
    letter-spacing: 1px;
    font-weight: 500;
    margin-bottom: 24px;
  }

  .thanks-fv .content p.fs-12 {
    font-size: 12px;
    margin-bottom: 40px;
  }

  .thanks-fv .content a {
    display: inline-block;
    color: #07C7D3;
    margin-right: 2px;
  }

  .section-footer-thanks {
    padding-bottom: 55px;
  }