/* ------------------------------------------------------------- */
/* accomplishment-table                                          */
/* ------------------------------------------------------------- */
.accomplishment-table {
  background-color: #f6f6f6; }

.bg-db, .bg-lb {
  color: #fff; }

table {
  width: 50%;
  text-align: center; }

.f-18 {
  font-size: 1.8rem; }

th, td {
  border: solid 1px #d7d5dc;
  background-color: #fff;
  padding: 8px 0; }

@media (max-width: 768px) {
  table {
    width: 100%;
    padding: 0.9rem 0; }

  table:last-child {
    margin-top: 3rem; } }

/*220127*/
.support_wrap table{
	width: 50%;
	transition: 0.3s all;
}
.support_wrap table tr.sober {
	opacity: 0.3;
}
@media (max-width: 768px) {
	.support_wrap table{
	width: 100%;
}
}

.table_top_text {
	margin-bottom: 5rem; 
	line-height: 1.6; 
	text-align: center;
}
@media (max-width: 768px) {
	.table_top_text {
	margin-top: 3rem;
}
}