.cms_block_table_container { width: calc(100% + 12px); margin: -6px 0 -6px -6px; }
.cms_block_table_box { display: block; overflow-x: auto; white-space: nowrap; }
table.cms_block_table { width: 100%; border-collapse: separate; border-spacing: 6px; }
table.cms_block_table td { font-weight: 300; font-size: 15px; line-height: 23px; padding: 8px 30px; }
table.cms_block_table > thead td { text-align: center; background: var(--primary-30); }
table.cms_block_table > tbody td { background: var(--tertiary); }
table.cms_block_table > tbody > tr:nth-of-type(2n) > td { background: #EAEAEA; }
@media screen and (max-width: 767px) { table.cms_block_table td { font-size: 13px; line-height: 20px; } }