/* キャプションをテーブルの上に表示して文字を左寄せ */
.c-article-table caption {
  caption-side: top;
  text-align: left;
}

/* テーブル内の文字を左寄せ */
.c-article-table th,
.c-article-table td {
  text-align: left;
}

/* 資料請求一覧のスタイル */
.data-table th:nth-child(1) {
    width: 30%;
}

.data-table th:nth-child(2) {
    width: 20%;
}

.data-table th:nth-child(3) {
    width: 50%;
}

/* プレゼント一覧のスタイル */
.present-table th:nth-child(1),
.present-table td:nth-child(1) {
    width: 30%;
}

.present-table th:nth-child(2),
.present-table td:nth-child(2) {
    width: 70%;
}
