@charset "UTF-8";
/* フォーム画面
====================================================================================================================================== */
form.assisted_form .input_guide {
  background-color: #f2f2f2;
  padding: 1.5em;
  margin-bottom: 1em;
}

form.assisted_form .input_guide p {
  margin-bottom: 0;
  line-height: 1.5em;
  text-align: center;
}

form.assisted_form .input_guide .number {
  color: #f00;
}

form.assisted_form table th .required {
  color: #f00;
  font-size: 0.8em;
  vertical-align: middle;
}

form.assisted_form table td {
  position: relative;
}

form.assisted_form table td .radio_check_list {
  display: inline-block;
  letter-spacing: -.4em;
}

form.assisted_form table td .radio_check_list li {
  display: inline-block;
  letter-spacing: normal;
  margin: 0.5em 1em 0.5em 0;
}

form.assisted_form table td .input_alert {
  margin-bottom: 0;
  position: relative;
  background-color: #d54040;
  color: #fff;
  font-size: 1rem;
  height: 2em;
  line-height: 2em;
  padding: 0 1em;
  border-radius: 5px;
  position: absolute;
  left: 1em;
  top: -1.5em;
}

form.assisted_form table td .input_alert:after {
  top: 100%;
  left: 20%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(213, 64, 64, 0);
  border-top-color: #d54040;
  border-width: 7px;
  margin-left: -7px;
}

form.assisted_form input[type="text"],
form.assisted_form input[type="email"],
form.assisted_form input[type="tel"],
form.assisted_form textarea {
  background: #e6e6e6;
  border: solid 2px #e6e6e6;
  box-shadow: none !important;
  outline: none;
  padding: 0.6em;
  color: #333;
  font-size: 16px;
  font-weight: normal;
  border-radius: 0;
  transition: background-color 0.3s, color 0.3s;
  vertical-align: middle;
  width: calc(100% - 2em);
  ime-mode: inactive;
}

form.assisted_form input[type="text"].zenkaku,
form.assisted_form input[type="email"].zenkaku,
form.assisted_form input[type="tel"].zenkaku,
form.assisted_form textarea.zenkaku {
  ime-mode: active;
}

form.assisted_form input[type="text"].on,
form.assisted_form input[type="email"].on,
form.assisted_form input[type="tel"].on,
form.assisted_form textarea.on {
  background: #f0e6c9;
  border: solid 2px #ddc06e;
}

form.assisted_form input[type="text"].on_ok,
form.assisted_form input[type="email"].on_ok,
form.assisted_form input[type="tel"].on_ok,
form.assisted_form textarea.on_ok {
  background: #f0e6c9;
  border: solid 2px #f0e6c9;
}

form.assisted_form textarea {
  height: 15em;
  line-height: 1.6;
}

form.assisted_form .input_ok_icon {
  display: inline-block;
  vertical-align: middle;
  margin-left: 0.3em;
  width: 22px;
  height: 22px;
  background: url(images/icon_checked.png) no-repeat center center;
  background-size: contain;
}

form.assisted_form .input_alert_area {
  text-align: center;
}

form.assisted_form .input_alert_area .input_yet {
  margin-bottom: 1.5em;
  background-color: #ff6969;
  color: #fff;
  padding: 1em 2em;
}

form.assisted_form .button_area input[type="submit"][disabled] {
  opacity: 0.3;
}

/*confilm*/
.error {
  color: #f33;
  font-weight: normal;
}

.error:before {
  content: "※";
}

@media screen and (max-width: 540px) {
  form.assisted_form table td .input_alert {
    font-size: 0.9375rem;
    left: 0.5em;
    top: -4.5em;
  }
}
