@charset "utf-8";

.contents{
    padding-left: 10px;
    padding-right: 10px;
    max-width: 1240px;
    margin: 0 auto 50px;
    display: flex;
    justify-content: space-between;
}
.main_contents{
    padding-top: 0px;
    padding-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
    flex-basis: 920px;
    display: block;
    justify-content: center;
    align-items: start;
    max-width: auto;
    height: auto;
    margin: 15px auto 0;
    background-color: #ffffff;
    border: 2px solid #000000;
    border-radius: 10px;
    position: relative;
}
.SUB_contents{
  padding-left: 10px;
  padding-right: 10px;
  max-width: 1240px;
  margin: 0 auto 50px;
  display: flex;
  justify-content: space-between;
}
.sub_contents{
  padding-top: 0px;
  padding-bottom: 20px;
  padding-left: 10px;
  padding-right: 10px;
  flex-basis: 920px;
  display: block;
  justify-content: center;
  align-items: start;
  max-width: auto;
  height: auto;
  margin: 15px auto 0;
  background-color: #ffffff;
  border: 2px solid #000000;
  border-radius: 10px;
  position: relative;
}
table {
    margin-top: 2rem;
    border: solid 2px lightgray;
    border-collapse: collapse;
  }
  th, td {
    border: solid 1px lightgray;
    border-collapse: collapse;
  }
  th {
    background-color: beige;
    padding: 0 0.5rem 0;
  }
  th#subjectLabel { width: 500px; }
  th#dataLabel { width: 250px; }
  td { text-align: center; }
  td input[type='checkbox'] { margin: 0; }