@charset "UTF-8";
/*!---------------------------*
 * ICT Program : about.css    *
**----------------------------*/
/*! indivisual setting
***--------------------------------------------------*/
/*! section #history
*** ------------------------------------------------------------*/
/* Table　#histTbl */
#histTbl {
  width: 100%;
  border-spacing: 0.5rem 1.5rem;
  border-collapse: separate;
}
#histTbl tr {
  line-height: 1.6;
}
@media screen and (max-width: 480px) {
  #histTbl tr {
    display: grid;
  }
  #histTbl tr:not(:first-child) {
    margin-top: 1.5rem;
  }
}
#histTbl tr th {
  font-weight: 500;
  width: fit-content;
  min-width: 11rem;
  margin-bottom: 5px;
  border-bottom: dashed 2px #60CAAD;
}
#histTbl tr td {
  border-bottom: solid 1px rgba(157, 165, 162, 0.64);
}
@media screen and (max-width: 480px) {
  #histTbl tr td {
    border-bottom: none;
    border-left: solid 0.5rem rgba(157, 165, 162, 0.64);
    margin-left: 0.25rem;
    padding-left: 1rem;
  }
}
