.section {
  margin-bottom: 100px; }
  .section:first-of-type {
    margin-top: 0; }
  @media screen and (max-width: 750px) {
    .section {
      margin-bottom: 13.3333333333vw; } }

table.personal-info-table {
  width: 100%;
  margin: 2em auto; }
  @media screen and (max-width: 750px) {
    table.personal-info-table {
      font-size: 2.8rem;
      font-size: 3.7333333333vw;
      margin: 1em auto; } }
  table.personal-info-table td,
  table.personal-info-table th {
    border: 1px solid #ccc;
    padding: 1em;
    vertical-align: middle; }
  table.personal-info-table th {
    background-color: #F6F6F6;
    text-align: center; }
    table.personal-info-table th:first-of-type {
      width: 500px; }
      @media screen and (max-width: 750px) {
        table.personal-info-table th:first-of-type {
          width: 40.8vw; } }
  table.personal-info-table td:first-of-type p {
    margin-left: 1.5em;
    text-indent: -1.5em; }
  table.personal-info-table td ul li {
    margin-left: 1em;
    text-indent: -1em; }

dl.inquiry-list {
  margin-top: 1em; }
  dl.inquiry-list dt {
    font-weight: bold; }
  dl.inquiry-list dd {
    padding-left: 2em; }

/*# sourceMappingURL=privacy.css.map */
