@charset "UTF-8";
/* -----------------------------------
    役員一覧・組織図 PC
----------------------------------- */
@media print,screen and (min-width: 751px) {
  .main-content {
    padding-top: 50px;
  }

  .information-list-container {
    margin-bottom: 50px;
  }

  .no-notice {
    border: 1px solid #d5d5d5;
    padding: 20px;
    font-size: 1.6rem;
  }

  .officer-table {
    max-width: 800px;
    margin: 0 auto;
    margin-bottom: 70px;
  }
  .officer-table table {
    width: 100%;
    border-top: 1px solid #d5d5d5;
  }
  .officer-table table th,
  .officer-table table td {
    font-size: 1.6rem;
    border-bottom: 1px solid #d5d5d5;
    padding: 35px 5px 35px 10px;
    line-height: 1.5;
  }
  .officer-table table .officer-title {
    font-weight: bold;
    text-align: left;
    padding: 22px 0 22px 250px;
  }
  .officer-table table .officer-name {
    width: 50%;
    padding-left: 32px;
  }
  .officer-table table .officer-name p {
    margin-bottom: 10px;
  }
  .officer-table table .officer-name p:last-child {
    margin-bottom: 0;
  }

  .organization-chart {
    margin-bottom: 90px;
  }

  .chart-image {
    width: 630px;
    margin: 0 auto;
  }
}
/* -----------------------------------
    役員一覧・組織図 SP
----------------------------------- */
@media only screen and (max-width: 750px) {
  .main-content {
    padding: 30px 0 0;
  }

  .officer-table {
    width: 89.333%;
    margin: 0 auto 14.667%;
  }
  .officer-table table {
    width: 100%;
    border-bottom: 1px solid #d5d5d5;
  }
  .officer-table table tbody {
    width: 100%;
  }
  .officer-table table tr::after {
    content: '';
    clear: both;
    display: table;
  }
  .officer-table table th,
  .officer-table table td {
    font-size: 4vw;
    line-height: 1.5;
    border-top: 1px solid #d5d5d5;
  }
  .officer-table table .officer-title {
    width: 40%;
    font-weight: bold;
    padding-top: 6.667%;
    padding-left: 2.667%;
    padding-right: 2.667%;
    margin-bottom: 3.333%;
    text-align: left;
  }
  .officer-table table .officer-name {
    width: 60%;
    width: 89.333%;
    padding-left: 5.333%;
    padding-right: 2.667%;
    padding-bottom: 6.667%;
  }
  .officer-table table .officer-name p {
    margin-bottom: 3.077%;
  }
  .officer-table table .officer-name p:last-child {
    margin-bottom: 0;
  }

  .organization-chart {
    margin-bottom: 50px;
  }

  .chart-image {
    max-width: 630px;
    width: 94.667%;
    margin: 0 auto;
  }
}
