.contents{
    width: 95%;
    margin: 2rem auto 2rem auto;
    padding: 2rem 0 1rem 0;
}

h1{
    font-size: 1.75rem;
    font-weight: normal;
}

p{
  font-size: 0.6rem;
  letter-spacing: 0.3px;
  font-weight: normal;
  margin: 0 0.5rem 2rem 0.5rem;
}

.table{
  margin: 2rem 0;
  font-size: 0.6rem;
  border-collapse: collapse;
  width: 100%;
}
.table th, .table td {
  border: 1px solid var(--font-color);
  padding: 1rem 0.5rem ;
}
.table th {
  color: var(--font-color);
  background-color: #e8e8e8;
  font-weight: bold;
  text-align: center;
  width: 20%;
  min-width: 4rem;
}
.table .title{
  padding: 0.75rem 0.5rem ;
  font-size: 0.8rem;
  font-weight: normal;
}


.contents .time{
  margin-top: 3rem;
}
.contents .time p{
  margin: 0rem;
  margin-top: 0.3rem;
}