.agreeBox {
  background: white;
  overflow: hidden;
  overflow: auto;
  height: calc(100vh - 0px);
}
.agreeBox .centerBox {
  padding-right: 20px;
}
.centerBox {
  width: 1000px;
  margin: 30px auto;
}
.centerBox h1 {
  text-align: center;
  font-weight: bold;
}
.centerBox h3 {
  font-size: 20px;
  font-weight: bold;
}
.centerBox p {
  text-indent: 1.5em;
  text-align: justify;
}
.centerBox ul {
  margin-bottom: 20px;
  padding-inline-start: 0;
  text-indent: 1em;
}
.centerBox .bold {
  font-weight: bold;
}
@media screen and (max-width: 600px) {
  .centerBox {
    width: 90%;
    margin: 20px auto;
    margin-right: 0;
  }
}
table {
  width: 100%;
  border-collapse: collapse;

  margin: 20px auto;

  table-layout: fixed;
  text-align: center;
}

table td,
table th {
  border: 1px solid #cad9ea;

  color: #666;

  height: 30px;
}

table thead th {
  background-color: #cce8eb;

  width: 100px;
}

table tr:nth-child(odd) {
  background: #fff;
}
table td a {
  word-wrap: break-word;
  word-break: normal;
}
table tr:nth-child(even) {
  background: #f5fafa;
}
