/* =========================
   会社概要ページ
========================= */

.company-table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 30px;
  background: #fff;
  border-top: 1px solid #d8e2d8;
}

.company-table th,
.company-table td {
  border-bottom: 1px solid #d8e2d8;
  padding: 18px 20px;
  text-align: left;
  vertical-align: top;
  line-height: 1.8;
}

.company-table th {
  width: 220px;
  background: #f4f8f4;
  color: #2f5c54;
  font-weight: 700;
  white-space: nowrap;
}

.company-table td {
  background: #fff;
  color: #444;
}

/* section内余白 */

.section .company-table:first-child {
  margin-top: 10px;
}

/* リスト置換後の余白調整 */

.company-table + p {
  margin-top: 20px;
}

/* お問い合わせボタン */

.section .btn-primary {
  margin-top: 24px;
}

.company-page .section:first-of-type {
  padding-top: 50px;
}

.company-page .section {
  padding: 55px 0;
}

.company-page .section:first-of-type {
  padding-top: 50px;
}

.company-table th,
.company-table td {
  border-left: 1px solid #d8e2d8;
  border-right: 1px solid #d8e2d8;
}
/* =========================
   スマホ対応
========================= 

@media (max-width: 768px) {
  .company-table,
  .company-table tbody,
  .company-table tr,
  .company-table th,
  .company-table td {
    display: block;
    width: 100%;
  }

  .company-table tr {
    margin-bottom: 14px;
    border: 1px solid #d8e2d8;
    border-radius: 8px;
    overflow: hidden;
    background: #fff;
  }

  .company-table th {
    border-bottom: 1px solid #d8e2d8;
    background: #eef5ef;
    padding: 14px 16px;
  }

  .company-table td {
    border-bottom: none;
    padding: 14px 16px;
  }
}*/
