@charset "utf-8";

.corp_matrix_table {
  width: 100%;
  margin: auto;
  border-collapse: collapse;
  border-color: #d9d9d9;
}

.corp_matrix_table th {
  width: 10.5%;
  padding: 15px 10px;
  background-color: #005ca3;
  color: #ffffff;
  border: 1px solid #d9d9d9;
  text-align: center;
  vertical-align: middle;
  font-weight: normal;
}

.corp_matrix_table td {
  padding: 15px 10px;
  vertical-align: middle;
  border: 1px solid #d9d9d9;
  line-height: 1.4;
}

.corp_matrix_table tbody tr:nth-child(2n) td {
  background-color: initial;
}

.post {
  width: 14%;
  background-color: #e3eff9 !important;
  text-align: left;
}

.name {
  width: 12%;
  background-color: #e3eff9 !important;
  text-align: left;
}

.item {
  text-align: center;
}


/* 767px以下 */
@media screen and (max-width: 767px) {
.corp_matrix_table {
  width: max-content;
}

.corp_matrix_table th {
	padding: 10px 10px;
}

.name {
	font-size: 100%;
}





} /* @media */