@charset "utf-8";

.c-form_captcha {
  margin-top: 100px;
  text-align: center;
}
@media screen and (max-width: 519px) {
  .c-form_captcha {
    margin-top: 84px;
  }
}
.c-text_captcha {
  margin-top: .5em;
}

.c_captcha_img {
  height: 80px;
  width: 250px;
}

#get_captcha {
  cursor: pointer;
}

/* form表示用 */

.inputComment {
  font-size: 1.4rem;
}

.formInputConfirm {
  width: 100%;
  word-break: break-all;
  white-space: pre-wrap;
}

#captcha_message {
  color: #e50000;
  font-weight: 500;
}
#swip_captcha{
  margin-top: 20px;
}

textarea.formInput {
  width: 100%;
  resize: vertical;
}

#contentsAreaConfirm table {
  table-layout: fixed;
}

#contentsAreaConfirm td {
  word-wrap: break-word;
}

#err_message li {
  list-style-type: none;
}
