@charset "utf-8";
.top-j {
    background-color: #1891D8;
}
.top-j a {
    color: white;
}
.table3 th {
  width: 81%;
  text-align: initial;
}
table {
  margin-bottom: 20px;
}
table th {
  border-right: 1px solid #b4d0ef;
}
table th:last-child {
  border-right: none;
}
table td {
  width: 33%;
  border-right: 1px solid #b4d0ef;
}
table td:last-child {
  width: 35%;
  border-right: none;
}
table tr:nth-child(2) td:nth-child(2) {
  width: 37%;
}
table tr:nth-child(2) td:nth-child(3) {
  width: 10%;
}
@media (max-width: 520px) {
  .btn-area {
    display: block;
  }
  .btn {
    width: 100%;
  }
  table th {
    padding: 10px;
    width: 20%;
    background: #f1f1f1;
  }
  table td {
    padding: 10px;
  }
  .table3 th, .table3 td {
    display: block !important;
    width: 100% !important;
    border-top: none !important;
    border-right: none;
    border-bottom: none;
  }
  .table3 td {
    margin-bottom: 15px;
  }
  table td:last-child {
    border-right: none;
    border-top: none;
  }
}