/*scss*/
main section.article:nth-child(odd) { background: none; }

.table-base { width: 100%; text-align: center; letter-spacing: 0.1rem; }

.table-base:not(:first-child):not(.sp) { margin-top: 15px; }

.table-base th { padding: 1rem; border: 1px solid #5870AA; background: #c5d0e0; width: 25%; font-family: yu gothic; }

.table-base td { padding: 1rem; border: 1px solid #5870AA; background: #fff; }

.table-base:nth-child(even) { margin-top: 1.5rem; }

@media (max-width: 680px) { .table-base { margin: 1rem 0; }
  .table-base th { width: 30%; } }
