table {
  border-radius: 40px;
  overflow: hidden;
  width: 97%;
  margin: 50px auto 0px;
  color: #565656;
  text-align: center;
  font-size: 24px;
}

colgroup {
  border-right: 3px solid #EFBEB3;
}

.table-note {
  padding: 10px;
  font-size: 20px;
  color: #565656;
  text-align: center;
}

thead {
  background-color: #0B4368;
  color: #fff;
  font-weight: 600;
}

.roll_1 {
  background-color: rgb(239, 220, 216);
}

.roll_2 {
  background-color: rgba(239, 220, 216, 0.65);
}

th, td {
  padding: 10px 30px;
}

@media only screen and (max-width: 1023px) {
  table {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: block;
    max-width: 435px;
    margin: 30px auto 0px;
    gap: 0;
    text-align: center;
    border-radius: 30px;
    font-size: 16px;
  }
  .table-note {
    font-size: 16px;
  }
}