@charset "utf-8";

/* オリジナルcss */

table {
  margin-inline: auto;
  margin-block: 65px 85px;
}

.section__ttl {
  margin-top: 80px;
}

textarea {
  width: 80vw;
  max-width: 720px;
}

input {
  width: 80vw;
  max-width: 720px;
}

th {
  display: flex;
}



.submit-button {
  margin-bottom: 150px !important;
  margin-inline: auto !important;
  background: #fff;
  color: #99cc33 !important;
  border: #9c3 1px solid;
  border-radius: 10000px;
  width: 280px;
  height: 32px;
  transition: 0.3s all ease;
}

.submit-button.top32px{
  margin-top: 32px !important;
}
.submit-button a{
  color: #99cc33 !important;
}
.submit-button:hover a{
  color: #fff !important;
}

.submit-button:hover {
  background: #99cc33;
  border-radius: 1000px;
  color: #fff !important;
  transition: 0.3s all ease;
  cursor: pointer;
}


.table > tbody:nth-child(1) {
  display: flex;
  flex-direction: column;
  gap: 12px;
}