section.notice {
  padding: 200px 200px;
}

.page-title {
  margin-bottom: 60px;
}

.page-title h3 {
  margin-top: 45px;
  font-size: 28px;
  font-family: "Jalnan";
  color: #006A3F;
  font-weight: 400;
  text-align: center;
}

table {
  width: 100%;
  margin: auto;
  border-collapse: collapse;
  line-height: 24px;  
}

table td,
th {
  border-top: 1px solid #a8a8a8;
  border-bottom: 1px solid #a8a8a8;
  border-right: 1px solid #a8a8a8;
  border-collapse: collapse;
  text-align: left;
  padding: 10px;  
}

th {
  /* background: rgb(221, 221, 221);
  color: black; */
  background: #006A3F;
  color: #fff;
  text-align: center;
}

td{
  font-size: 14px;
}

a {
  text-decoration: none;
  color: black;
}

a:hover {
  text-decoration: underline;
}

.btn {
  display: inline-block;
  padding: 10px 30px;
  font-size: 15px;
  font-weight: 400;
  background: transparent;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  text-transform: uppercase;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  border: 1px solid #ccc;
  float: right;
}

.btn:hover {
  color: #fff;
  background-color: #006A3F;
}