/* フッター部分 */
.procedure__footer {
  margin: 30px 0;
  /* display: none; */ /* デフォルトで非表示 */
  text-align: center;
  font-size: 16px;
}

.procedure__footer-kojin {color: #2DA3F6;font-family: "Zen Kaku Gothic New";font-size: 14px;font-style: normal;font-weight: 400;line-height: normal;text-decoration-line: underline;text-decoration-style: solid;text-decoration-skip-ink: none;text-decoration-thickness: auto;text-underline-offset: auto;text-underline-position: from-font;text-align: center;}

.procedure__checkbox {
  margin: 0;
  display: block;
  text-align: center;
  /* margin-bottom: 15px; */
  font-size: 14px;
}

.procedure__submit {
  display: block;
  /* max-width: 280px; */
  margin: 13px auto 0;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  border: none;
  cursor: pointer;
  border-radius: 138.535px;
  background: #363F92;
  box-shadow: 0px 4.824px 0px 0px #212652;
  width: 326.811px;
  height: 63.915px;
  flex-shrink: 0;
}
