.tableSet001 {
  border-top: 1px solid #ccc; }
  .column_a01 .tableSet001 {
    margin-bottom: 5em; }
  .tableSet001 th, .tableSet001 td {
    border-bottom: 1px solid #ccc;
    padding: 0.75em;
    font-size: 1em;
    line-height: 1.5; }
  .tableSet001 th {
    width: 12em;
    background: #eee; }
  .tableSet001 td ul li {
    padding: 0.125em 0; }
  .tableSet001 td.omit_br br {
    display: block; }
    @media screen and (max-width: 1199px) {
      .tableSet001 td.omit_br br {
        display: none; } }
  .tableSet001 td span.ex_days {
    -webkit-text-decoration: line-through #f00;
    text-decoration: line-through #f00;
    display: block;
    margin-top: 0.5em;
    color: #999; }
  .tableSet001 td .detail {
    margin-top: 0.25em;
    color: #f00;
    font-weight: bold; }

@media screen and (max-width: 599px) {
  .tableSet001 {
    border-top: none; }
    .tableSet001 th, .tableSet001 td {
      border: 0;
      display: block;
      width: 100%;
      padding: 0.5em;
      font-size: 0.875rem; }
    .tableSet001 th {
      border-radius: 6px;
      text-align: left;
      border-bottom: 0; }
      .tableSet001 th br {
        display: none; }
    .tableSet001 td {
      margin-bottom: 1em; } }

.about_ss_btn {
  margin: 1em 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  @media screen and (max-width: 599px) {
    .about_ss_btn {
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; } }
  .about_ss_btn a {
    display: block;
    background: #ef5c4e;
    color: #fff;
    font-size: 1.25em;
    text-align: center;
    padding: 0.325em 3em;
    border-radius: 0.25em; }
    @media screen and (max-width: 599px) {
      .about_ss_btn a {
        padding: 0.325em 1em; } }

.member_wrap {
  margin: 0 1em 3em; }
  @media screen and (max-width: 599px) {
    .member_wrap {
      margin: 0 0.5em 2em; } }
  .member_wrap h3 {
    color: #4dc2bb;
    border-bottom: 1px solid #4dc2bb;
    font-size: 1.25em;
    margin: 0 0 1em;
    padding-bottom: 0.25em; }
  .member_wrap ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .member_wrap ul li {
      text-align: center;
      margin: 0 0 1.5em;
      padding: 0 1em;
      width: 20%; }
      @media screen and (max-width: 999px) {
        .member_wrap ul li {
          width: 25%; } }
      @media screen and (max-width: 599px) {
        .member_wrap ul li {
          padding: 0 0.5em;
          width: 50%; } }
    .member_wrap ul .portrait {
      margin: 0 auto 0.75em;
      background: #eee;
      border-radius: 6px;
      width: 100%;
      position: relative;
      padding-bottom: 100%;
      padding-top: 0px;
      height: 0;
      overflow: hidden; }
      .member_wrap ul .portrait .ins {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%; }
      .member_wrap ul .portrait img {
        width: 100%; }
    .member_wrap ul .name {
      margin: 0 0 0.25em; }
    .member_wrap ul .company {
      font-size: 0.825em;
      line-height: 1.3; }

.chairman_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .chairman_wrap > div {
    width: 50%; }
    .chairman_wrap > div li {
      width: 40%; }
      @media screen and (max-width: 999px) {
        .chairman_wrap > div li {
          width: 50%; } }
  @media screen and (max-width: 599px) {
    .chairman_wrap {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; }
      .chairman_wrap > div {
        width: auto; } }

table.committee {
  width: 100%;
  border: 1px solid #ccc; }
  table.committee th, table.committee td {
    border: 1px solid #ccc;
    vertical-align: middle;
    line-height: 1.5em; }
  table.committee th {
    padding: 0.6em 1.2em;
    font-weight: bold;
    padding: 0.6em 0;
    text-align: center;
    background: #eee;
    width: 12em;
    min-width: 4em; }
  table.committee td {
    padding: 0.6em 1.2em; }
    table.committee td.tdt {
      font-weight: bold; }
    table.committee td:nth-of-type(1) {
      white-space: nowrap;
      width: 12em; }
    table.committee td br {
      display: none; }
      @media screen and (max-width: 599px) {
        table.committee td br {
          display: block; } }
  @media screen and (max-width: 999px) {
    table.committee th, table.committee td:nth-of-type(1) {
      width: auto; } }
