.testTopTable {
  width: 100%;
}

.testTopTable tr th, .testTopTable tr td {
  border: 1px solid #ccc;
  padding: 5px;
  vertical-align: middle;
}

.testTopTable tr .w60 {
  width: 60%;
}

.testTopTable tr .w20 {
  width: 20%;
}

.testTopTable tr .w10 {
  width: 10%;
}

.testTopTable tr td.tabA {
  background: #e2c74b;
}

.testTopTable tr td.tabB {
  background: #69d5d1;
}

.testTopTable tr td.tabC {
  background: #f67373;
}

.testTopTable tr td a {
  display: block;
  text-align: center;
  color: #fff;
}

.testBtn a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 100%;
  min-width: 300px;
  height: 50px;
  margin-bottom: 10px;
  color: #000;
  position: relative;
}

.testBtn a::after {
  content: "";
  background: url(/common/img/common/ico_target.svg);
  background-size: contain;
  height: 12px;
  width: 12px;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
}

.testBtn.btnA a {
  border: 2px solid #e2c74b;
}

.testBtn.btnB a {
  border: 2px solid #69d5d1;
}

.testBtn.btnC a {
  border: 2px solid #f67373;
}

.testNote {
  color: #888888;
}

.link_bn li {
  border: 4px solid #1372dd;
}
