/* ================================================================================
   about
   ================================================================================ */

/* -----------------------------------------------
   sec01
   ---------------------------------------------- */
.sec01 section ol li > div{
  display: flex;
  justify-content: space-between;
}
.sec01 section ol li > div > div{
  width: 530px;
}
.sec01 section ol li table {
  border: 1px solid #E7E7E7;
  width:475px;
}
.sec01 section ol li table th {
  white-space: nowrap;
  width: 10em;
}
.sec01 section ol li table th,
.sec01 section ol li table td {
  padding: .2em .5em;
  font-size: .8em;
  font-weight: normal;
}
.sec01 section ol li table tr:nth-child(2n+1) {
  background-color: #dbf0f2;
}
.sec01 section ol li table tr:nth-child(2n+0) {
  background-color: #f0f9f9;
}