#programAbout{ display:flex; flex-wrap: wrap;  padding: 3% 4% 1.5%;  margin-bottom: 40px; background: #f2f8ff;}

#programAbout dt{  color:#003c89; position:relative; padding-left: 20px; margin-bottom: 5px; 
font-weight: 400; width: 14%; }

#programAbout dt::before{ position:absolute; content:""; width:15px; height:1px; background:#003c89;
   top: 12px; left:0  }

#programAbout dd{ width: 86%; margin-bottom: 13px; }

table{ width: 100%; margin-bottom: 50px; }

table th, table td{ padding: 10px 20px;  }
table th{ background: #003c89;  color: #fff;}
table td{ font-weight: 300; vertical-align: top; }
table td span{ font-size: 0.9em; }
table tr:nth-child(odd){ background:#f9fbfd }


#memberBox{ border-top: 1px solid #83a6cb; padding: 10px;  }
#memberBox dt{ font-weight: 400;margin-bottom: 5px;}

.time{ width: 100px; }


