ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* テンプレート */

.all_form-wrap {
  width: 100%;
  margin-top: -20px;
  border-radius: 5px;
  z-index: 998;
  color: #000000;
  letter-spacing: 0.05em;
  height: auto;
}

.pardot_form {
  font-family: 'Noto Sans JP', 'Roboto', sans-serif, '游ゴシック体', YuGothic, '游ゴシック', 'Yu Gothic', sans-serif;
  padding: 0 5px;
}

.form-width-fix {
  padding: 30px 30px 0px 30px;
  /* box-shadow: 0px 0px 5px 0px rgba(146, 146, 146, 0.16); */
  background-color: #fff;
}

.input-wrapper {
  width: 100%;
  position: relative;
}

.pardot_form input.text,
form.form .pd-select .input-wrapper select,
form.form .input-wrapper input,
form.form .input-wrapper select,
form.form .form-field .select {
  box-sizing: border-box;
  width: 100%;
  height: 56px;
  margin-top: 2px;
  padding: 12px;
  font-size: 16px;
  border: none;
  background-color: #fff;
  border: solid 1px #dcdcdc;
}

.input-wrapper input[type='text'],
.input-wrapper select {
  font-size: 16px;
}

.error.no-label {
  color: #b62a20;
  font-size: 12px;
  font-weight: 400;
  margin-top: 5px;
}

form.form p.error.no-label:not(.form-field) {
  font-size: 13px;
  margin: -25px 0 20px 0;
  padding: 0;
}

/* プロジェクト */

.form_wrap_flex {
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
}

.form_wrap {
  position: relative;
  width: 100%;
}
.form p label {
  padding: 0;
  font-size: 14px;
}

form.form .field-label {
  width: auto;
  font-weight: 500;
  font-size: 12px;
  margin-bottom: 6px;
}

form.form .form-field {
  display: flex;
  margin: 0;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 0 0 25px 0;
  width: 100%;
}

form.form .form-field .description {
  font-size: 12px;
}

form.form .form-field.hidden {
  padding: 0;
}

form.form .pd-checkbox {
  justify-content: center;
  text-align: center;
}

.input-wrapper .value span {
  display: flex;
  align-items: center;
  gap: 5px;
}

form.form .pd-select .input-wrapper::before {
  display: none;
}

form.form .form-field.input-inline_2-1,
form.form .form-field.input-inline_2-2 {
  width: 100%;
}

form.form .form-field.input-inline_2-1::after {
  display: none;
}

/* form.form .submit input {
  font-size: 16px;
  background-color: #0088CC;
  height: 50px;
	font-weight: 500;
  width: 275px;
  color: #fff;
  outline: none;
  border: none;
  border-radius: 5px;
  margin: 15px auto 0;
  display: block;
  transition: 0.3s;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
} */
form.form .submit {
  margin: 0 0 15px;
  width: 60%;
}

.form input[type='checkbox'] {
  background-color: #f5f5f5;
  border: solid 1px #dcdcdc;
}

.form_bottom_link {
  color: #0000ee;
  text-align: center;
  padding-top: 3px;
  margin: 0;
  font-size: 14px;
}

.form_bottom_link a,
form.form .pd-checkbox .inline a {
  color: #0088cc;
}

.form_top_ttl {
  color: #000000;
  font-size: 18px;
  font-weight: 700;
  margin: 0 0 10px 0;
  text-align: left;
  line-height: 1.75rem;
}

.form_top_note {
  margin-top: 0;
  font-size: 14px;
  text-align: left;
  margin-bottom: 5px;
}

.form_top_note span {
  color: #b62a20;
}

form.form .input-wrapper input:focus,
form.form .input-wrapper select:focus {
  border-bottom: solid 1px #0088cc;
  outline: none;
}

form.form .form-field.pd-textarea textarea {
  width: 100%;
  border: solid 1px #dcdcdc;
  padding: 0;
}

.form-field.pd-textarea .field-label {
  margin-bottom: 10px;
}

.f-step1,
.f-step2,
.f-step3 {
  width: 100%;
}

.next-step,
.prev-step,
form.form .submit input {
  font-size: 14px;
  background-color: #0088cc;
  height: 42px;
  width: 60%;
  color: #fff;
  outline: none;
  border: none;
  border-radius: 99px;
  margin: 15px auto 0;
  display: block;
  transition: 0.3s;
}

form.form .submit input {
  width: 100%;
}

.prev-step {
  width: 35%;
  background-color: #fff;
  color: #000000;
  border: 2px solid #000;
}

.form_namewrap {
  display: flex;
  gap: 10px;
}

.form_namewrap .form_namewrap {
  width: 50%;
}

form.form .input-wrapper input[type='checkbox'] {
  width: 20px;
  height: 20px;
  margin-right: 7px;
  border-radius: 6px;
  background-color: #dadada;
  cursor: pointer;
  display: block;
  position: relative;
  appearance: auto;
}

.f-step_guide {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 25px;
}

.f-step_guide_list {
  display: flex;
  gap: 6px;
}

.f-step_guide_desc {
  font-size: 14px;
}

.f-step_guide_item {
  list-style-type: none;
  margin: 0;
  padding: 0;
  background: #f4f4f4;
  color: #000000;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  font-size: 12px;
}

.f-step_guide_item.f-current {
  background: #0088cc;
  color: #fff;
}

.button_wrap {
  display: flex;
}

select {
  -webkit-appearance: none;
  appearance: none;
}

.pd-select .input-wrapper::after {
  position: absolute;
  display: block;
  top: 9px;
  right: 24px;
  bottom: 0;
  width: 18px;
  height: 18px;
  margin: auto;
  background-image: url(https://www.hacomono.jp/images/common/icon_arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50%;
  transform: rotate(90deg);
  content: '';
  right: 12px;
  width: 14px;
  height: 14px;
}

.form.view_area_12 {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  border-radius: min(1.4814814815vw, 16px);
  box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.15);
  margin-bottom: 60px;
  padding-bottom: 60px;
}

/* SP */

@media screen and (max-width: 768px) {
  .all_form-wrap {
    width: 100%;
    padding-top: 30px;
    position: relative;
  }
  .form-width-fix {
    margin: 0 15px;
    padding: 0;
  }
  .next-step,
  .prev-step {
    width: 65%;
  }
  .prev-step {
    width: 35%;
  }
  .button_wrap {
    gap: 15px;
  }
  form.form .submit input {
    width: 100%;
  }
  form.form .submit {
    width: 65%;
  }
  .next-step,
  .prev-step,
  form.form .submit input {
    font-size: 12px;
  }
}
