@charset "utf-8";

.c-form_captcha {
  margin-top: 3rem;
  text-align: center;
}

.c-form__paging_captcha {
  margin-top: 3rem;
  text-align: center;
}

.c-text_captcha {
  margin-top: 0.1rem;
}

.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: red;
  font-weight: bold;
  font-style: normal;
}

textarea.formInput {
  width: 100%;
  resize: vertical;
}

#contentsAreaConfirm table {
  table-layout: fixed;
}

#contentsAreaConfirm td {
  word-wrap: break-word;
}
