/* ------------------------------
 承認画面
--------------------------------*/
#tessera__authorize .tessera {
  padding: 1.6rem 0;
  color: #606060;
}
#tessera__authorize h1 {
  text-align: center;
  font-weight: bold;
  font-size: 1.8rem;
}
#tessera__authorize .form-note {
  margin-bottom: 1rem;
  text-align: center;
  font-weight: 700;
  font-size: 1.8rem;
}
#tessera__authorize table {
  width: 874px;
  margin: 0 auto;
}
@media (max-width: 833px) {
  #tessera__authorize table {
    width: auto;
    margin: 0 2rem;
  }
}
#tessera__authorize table thead,
#tessera__authorize table tbody {
  display: none;
}
#tessera__authorize caption {
  font-weight: 400;
  font-size: 1.8rem;
}
#tessera__authorize caption .info0 {
  font-weight: 700;
}
#tessera__authorize caption .info3 {
  margin-top: 1rem;
  font-weight: 700;
}
#tessera__authorize .btns {
  display: flex;
  justify-content: center;
  gap: 3rem;
  margin: 1rem 0 0;
}
#tessera__authorize .btns button {
  width: 28rem;
  padding: .8rem 0 1.2rem;
  border: 1px solid #bbb;
  background-color: #eee;
  text-align: center;
  font-size: 1.8rem;
  line-height: 1;
  cursor: pointer;
}
