table {
    font-size: 1rem;
}
tr {
    height: 30px;
}
.titleCol {
    border-bottom: 1px #c8c8c8 solid;
    vertical-align: bottom;
    font-size: 0.8rem;
    width: 4.5rem;
}
.infoCol {
    font-size: 0.8rem;
    padding: 10px 0 0 1px;
    vertical-align: bottom;
    border-bottom: 1px #c8c8c8 solid;
}
.titleColMultiRow {
    vertical-align: top;
}
.recruitmentInformation {
    padding: 20px 40px 40px 40px;
}
.aColor {
    color: blueviolet;
    text-decoration: underline;
}

  /* ボタンのデザイン */
  .sendButton {
    border: 0;
    line-height: 2.5;
    padding: 0 20px;
    font-size: 1rem;
    text-align: center;
    color: #fff;
    text-shadow: 1px 1px 1px #000;
    border-radius: 10px;
    background-color: #6d7b11;
    background-image: linear-gradient(
      to top left,
      rgba(0, 0, 0, 0.2),
      rgba(0, 0, 0, 0.2) 30%,
      rgba(0, 0, 0, 0)
    );
    box-shadow:
      inset 2px 2px 3px rgba(255, 255, 255, 0.6),
      inset -2px -2px 3px rgba(0, 0, 0, 0.6);
  }
  .sendButton {
    margin: 30px auto 0 auto;
  }
  .buttonContainer {
    width: 100%;
    align-items: center;
  }
  .stysendButtonled:hover {
    background-color: #b0962f;
  }
  button {
    display: block;
  }
