.company-page__block-table {
  font-size: 14px;
  padding-top: 80px; }
  .company-page__block-table h2 {
    text-align: center;
    margin-bottom: 36px; }

.company-page__table-01 {
  font-size: 15px; }
  .company-page__table-01 table {
    width: 100%; }
    .company-page__table-01 table tr:last-child th {
      border-bottom: 1px solid #dae0c7; }
    .company-page__table-01 table tr:last-child td {
      padding-top: 26px;
      padding-bottom: 18px; }
    .company-page__table-01 table th, .company-page__table-01 table td {
      padding: 12px 38px; }
    .company-page__table-01 table td {
      border: 1px solid #cccccc; }
      .company-page__table-01 table td.table-wrap__td-green {
        background-color: #fbfbf9; }
    .company-page__table-01 table th {
      background-color: #dae0c7;
      border-bottom: 1px solid #fff;
      width: 220px;
      vertical-align: middle;
      color: #717d4b;
      font-weight: bold; }
    .company-page__table-01 table ul {
      line-height: 2.2;
      margin-top: 11px;
      margin-left: 10px; }
  @media only screen and (max-width: 500px) {
    .company-page__table-01 table tr:not(:last-child) {
      border-bottom: 5px solid transparent; }
    .company-page__table-01 table th, .company-page__table-01 table td {
      display: block;
      padding: 12px 25px; }
    .company-page__table-01 table th {
      width: 100%;
      border-bottom: none;
      text-align: left; } }

.company-page__table-02 {
  margin-bottom: 20px;
  font-size: 15px; }
  .company-page__table-02 .table-wrap {
    background-color: #f7f6f2;
    padding-bottom: 20px;
    padding-top: 40px; }
  .company-page__table-02 table tr:first-child th:before {
    content: "";
    background-color: #f7f6f2;
    width: 2px;
    height: 3px;
    right: -1px;
    top: 0;
    position: absolute;
    z-index: 1; }
  .company-page__table-02 table tr:last-child th {
    padding-bottom: 20px; }
  .company-page__table-02 table th {
    border-right: 1px solid #717d4b;
    text-align: right;
    padding-right: 42px;
    position: relative;
    padding-bottom: 45px;
    width: 200px; }
    .company-page__table-02 table th:after {
      content: "";
      position: absolute;
      width: 7px;
      height: 7px;
      border-radius: 100%;
      background-color: #717d4b;
      right: -4px;
      top: 3px; }
  .company-page__table-02 table td {
    padding: 0 10px 0 40px; }

.company-page__block-note {
  border: 1px solid #cccccc;
  padding: 25px 29px 30px;
  margin-bottom: 180px; }
  .company-page__block-note p {
    margin-bottom: 30px;
    font-size: 15px; }
  .company-page__block-note ul {
    font-size: 17px;
    margin-left: 40px; }
    .company-page__block-note ul li {
      display: inline-block;
      margin-right: 55px;
      position: relative;
      padding-left: 20px; }
      .company-page__block-note ul li:before {
        position: absolute;
        content: "";
        width: 10px;
        height: 10px;
        background-color: #717d4b;
        border-radius: 100%;
        left: 0;
        top: 3px; }
      .company-page__block-note ul li:last-child {
        margin-right: 0; }
      .company-page__block-note ul li.last {
        margin-right: 0; }
@media only screen and (max-width: 768px) {
  .company-page__block-table {
    padding-top: 75px; }
  .company-page__block-note {
    margin-bottom: 110px; }
  .company-page__block-note ul li {
    display: block;
    margin-right: 0; }
  .company-page__block-note ul li:not(:last-child) {
    margin-bottom: 10px; } }
@media only screen and (max-width: 500px) {
  .company-page__table-02 table th {
    white-space: nowrap;
    padding: 0 20px 40px 10px;
    width: auto; }
  .company-page__table-02 table td {
    line-height: 1.5;
    padding: 0 10px 20px 20px; }
  .company-page__block-note {
    padding: 25px; }
  .company-page__block-note p {
    margin-bottom: 25px;
    font-size: 14px; }
  .company-page__block-note ul {
    font-size: 16px;
    margin-left: 20px; } }

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