.p-archive-whitepaper__posts {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;

  @media (max-width: 680px) {
    flex-direction: column;
  }
}

.p-archive-whitepaper article {
  width: calc((100% - 40px) / 3);
  border: 1px #d6d6d6 solid;

  @media (max-width: 680px) {
    width: 100%;
  }

  div {
    padding: 30px 20px;

    h3 {
      font-size: 20px;
      line-height: 1.5em;
    }

    h4 {
      color: #4da634;
      margin-bottom: 4px;
      font-size: 13px;
    }
  }
}

.p-whitepaper {
  display: flex;
  width: 1280px;
  margin: 0 auto;
  font-size: 15px;
  line-height: 150%;

  @media (max-width: 1280px) {
    flex-direction: column;
    width: 100%;
    font-size: 14px;
  }

  .content-left,
  .content-right {
    padding: 0 40px;
    width: 50%;

    @media (max-width: 1280px) {
      padding: 0 20px;
      width: 100%;
      margin-top: 40px;
    }
  }
}

.content-left {
  h2 {
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 40px;
    line-height: 1.5em;

    @media (max-width: 1280px) {
      font-size: 16px;
      text-align: left;
    }
  }

  .preview {
    width: 100%;
    margin-bottom: 20px;
  }
}

.contact {
  padding: 24px;
  background-color: #f6f6f6;
  border-radius: 12px;
  margin-top: 40px;
}

.contact__pc {
  display: block;
  @media (max-width: 1280px) {
    display: none;
  }
}

.contact__sp {
  display: none;
  @media (max-width: 1280px) {
    display: block;
  }
}

.content-right {
  table {
    width: 100%;

    th,
    td {
      padding: 6px;
      @media (max-width: 1280px) {
        display: block;
      }
    }

    th {
      width: 200px;
      text-align: left;

      @media (max-width: 1280px) {
        width: 100%;
      }
    }

    td {
      input[type='text'],
      input[type='tel'],
      input[type='email'] {
        width: 100%;
        background-color: #f6f6f6;
        border: 0;
        padding: 8px;
      }
    }
  }

  .submit-area {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
  }

  input[type='submit'],
  input[type='button'] {
    background: #fff;
    color: #000;
    width: 100%;
    max-width: 460px;
    font-size: 1.6rem;
    margin: 30px auto;
    border-radius: 32.5px;
    padding: 16px 24px;
    border-color: #4da634;
  }

  input[type='submit']:hover,
  input[type='button']:hover {
    color: #fff;
    background-color: #4da634;
  }

  .form-memo {
    padding: 24px;
    background-color: #f6f6f6;
    border-radius: 12px;
    margin: 20px 0;
  }
}

.consultant {
  display: flex;
  padding-top: 20px;
  gap: 20px;
  margin-top: 20px;
  border-top: 1px solid #f6f6f6;

  @media (max-width: 1280px) {
    font-size: 13px;
  }

  .consultant-photo {
    width: 140px;
    flex-shrink: 0;

    @media (max-width: 1280px) {
      width: 25%;
    }

    img {
      width: 100%;
    }
  }

  .consultant-info {
    flex: 1;
  }
}

.about-whitepaper {
  border: 2px solid #f6f6f6;
  padding: 20px;
  border-radius: 12px;

  h3 {
    font-weight: 600;
    margin-bottom: 8px;
  }
}

.thanks-page {
  padding: 20px;
  border: 1px solid #4da634;

  h2 {
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 20px;

    @media (max-width: 1280px) {
      font-size: 16px;
    }
  }
}

.privacy {
  border-top: 1px solid #d9d7d5;
  padding-top: 20px;
  margin-top: 20px;
}

.privacy a {
  color: #337ab7;
}

.privacy a:hover {
  text-decoration: underline;
}
