.sec {
  background: #fff;
}
.sec_head {
  background: #0139b8;
  padding: 10px 0 0;
  position: relative;
}
.sec_head:after {
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0px 0px 100px 100vw;
  border-color: transparent transparent #fff transparent;
  content: "";
}
.sec_ttle {
  text-align: center;
  height: 185px;
  color: #fff;
  font-size: 24px;
  margin: 0;
}
@media screen and (max-width: 38.73em) {
  .sec_ttle {
    font-size: 18px;
  }
}
.sec_body {
  position: relative;
  margin-top: -130px;
  padding: 0 10px;
}
@media screen and (min-width: 38.74em) {
  .sec_head {
    background: #0139b8;
    padding: 10px 0 0;
    position: relative;
  }
  .sec_head:after {
    display: none;
  }
}

.form-new_container {
  background: #fff;
  border-radius: 4px;
  padding: 20px 10px 10px;
}
.form-new_container hr {
  margin-top: 20px;
  color: #D6D9E7;
}
.form-new_flow {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.form-new_flow li {
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: #cdcdcd;
  position: relative;
  border-radius: 12px;
}
.form-new_flow li.active {
  background: #0139b8;
}
.form-new_flow li + li {
  margin-left: 48px;
}
.form-new_flow li + li:before {
  display: block;
  position: absolute;
  left: -43px;
  top: 50%;
  transform: translateY(-50%);
  width: 38px;
  height: 1px;
  background: #cdcdcd;
  content: "";
}
.form-new_table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
.form-new_table * {
  box-sizing: border-box;
}
.form-new_table tr th {
  display: block;
  width: 100%;
  background: #e9f5fa;
  font-weight: 700;
  padding: 8px 10px;
  box-sizing: border-box;
  text-align: left;
}
.form-new_table tr td {
  display: block;
  width: 100%;
  text-align: left;
  padding: 10px 10px 20px;
  font-size: 16px;
}
.form-new_table tr td .instruction {
  color: #7d7d7d;
  font-size: 11px;
  line-height: 1.2;
  display: block;
  margin-bottom: 10px;
}
.form-new_table tr td .ERR {
  margin: 3px 0 0;
  padding: 0;
  color: #EC5504;
}
.form-new_table tr td input[type=tel],
.form-new_table tr td input[type=email],
.form-new_table tr td input[type=text],
.form-new_table tr td textarea {
  width: 100%;
  display: block;
  padding: 10px 2px;
  box-sizing: border-box;
  border: 1px solid #d6d9e7;
  border-radius: 4px;
  font-size: 16px;
}
.form-new_table tr td input[type=tel].required-focus,
.form-new_table tr td input[type=email].required-focus,
.form-new_table tr td input[type=text].required-focus,
.form-new_table tr td textarea.required-focus {
  background: #FDF1E6;
  border-color: #EC5504;
}
.form-new_table tr td select {
  width: 100%;
  display: block;
  padding: 10px 8px;
  box-sizing: border-box;
  border: 1px solid #d6d9e7;
  border-radius: 4px;
}
@media screen and (max-width: 38.73em) {
  .form-new_table tr td select {
    max-width: 100%;
  }
}
.form-new_table tr td input[type=radio] {
  display: none;
}
.form-new_label {
  display: block;
  width: 46.5%;
  border-radius: 4px;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.12);
  border: solid 1px #d6d9e7;
}
.form-new_label:nth-child(even) {
  margin-left: auto;
}
@media screen and (min-width: 38.74em) {
  .form-new_container {
    background: #fff;
    border-radius: 12px;
    padding: 40px 30px;
    max-width: 940px;
    margin: 0 auto;
    box-sizing: border-box;
  }
  .form-new_flow li {
    width: 40px;
    height: 40px;
    border-radius: 20px;
  }
  .form-new_table {
    margin-bottom: 40px;
  }
  .form-new_table tr th {
    display: table-cell;
    width: 30%;
    background: #e9f5fa;
    font-weight: 700;
    padding: 8px 10px;
    box-sizing: border-box;
    text-align: left;
    border: 1px solid #eee;
  }
  .form-new_table tr td {
    display: table-cell;
    width: 70%;
    text-align: left;
    padding: 8px 10px;
    border: 1px solid #eee;
  }
  .form-new_table tr td .instruction {
    color: #7d7d7d;
    font-size: 11px;
    line-height: 1.2;
    display: block;
    margin-bottom: 10px;
  }
  .form-new_table tr td .ERR {
    margin: 3px 0 0;
    padding: 0;
    color: #EC5504;
  }
  .form-new_table tr td input[type=tel],
  .form-new_table tr td input[type=email],
  .form-new_table tr td input[type=text],
  .form-new_table tr td textarea {
    width: 400px;
    display: block;
    padding: 10px 2px;
    box-sizing: border-box;
    border: 1px solid #d6d9e7;
    border-radius: 4px;
  }
  .form-new_table tr td input[type=tel].required-focus,
  .form-new_table tr td input[type=email].required-focus,
  .form-new_table tr td input[type=text].required-focus,
  .form-new_table tr td textarea.required-focus {
    background: #FDF1E6;
    border-color: #EC5504;
  }
  .form-new_table tr td select {
    width: 100%;
    display: block;
    padding: 10px 8px;
    box-sizing: border-box;
    border: 1px solid #d6d9e7;
    border-radius: 4px;
  }
  .form-new_table tr td input[type=radio] {
    display: none;
  }
}
.form-new .note {
  font-size: 12px;
}

.form_btn_list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.form_btn_item {
  box-sizing: border-box;
  width: calc(50% - 6px);
  margin: 6px 0;
}
.form_btn_item input {
  display: none;
}
.form_btn_item input[type=radio] + label {
  box-sizing: content-box;
  display: flex !important;
  justify-content: center;
  align-items: center;
  color: #444444;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
  margin: 0 !important;
  min-height: 3.2rem;
  width: calc(100% - 1.6rem - 4px);
  max-width: 100%;
  border-radius: 6px !important;
  padding: 0.8em 0.8rem !important;
  border: 2px solid #D6D9E7 !important;
  box-shadow: 0px 2px 3px 0px rgba(7, 3, 4, 0.1) !important;
  background-color: #fff !important;
  cursor: pointer !important;
}
.form_btn_item input[type=radio] + label:hover {
  background-color: #fffbdf !important;
  border-color: #ffe40a !important;
}
.form_btn_item input[type=radio] + label::before {
  content: none !important;
}
.form_btn_item input[type=radio]:checked + label {
  background-color: #fffbdf !important;
  border-color: #ffe40a !important;
}
.form_btn_item input[type=radio]:checked + label::after {
  content: none;
}

.button.back + .button.submit {
  margin-top: 10px;
}

@media screen and (max-width: 38.73em) {
  .input-group {
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
    position: relative;
  }
  .input-group label {
    display: block !important;
    align-items: center;
    justify-content: center;
  }
}
.rd-progress-bar {
  width: 100%;
  background: #fff;
  padding: 0 15px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  box-sizing: border-box;
}
.rd-progress-bar__inner {
  max-width: 840px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  padding: 20px 0;
}
@media screen and (max-width: 38.73em) {
  .rd-progress-bar__inner {
    padding: 15px 0;
  }
}
.rd-progress-bar__unit {
  width: calc(100% - 80px);
  height: 24px;
  background: #eee;
  box-shadow: inset -2px 5px 8px #c7c7c7;
  border-radius: 50px;
}
.rd-progress-bar__unit--item {
  width: 0;
  height: 100%;
  border-radius: 50px;
  background: linear-gradient(to top, #019d5c, #06e98a);
  transition: 1s all;
}
.rd-progress-bar__number {
  width: 60px;
  margin: 0;
  margin-left: 20px;
  text-align: right;
  font-size: 20px;
  font-weight: 700;
}

.checked-inner {
  position: relative;
  display: block;
  width: fit-content;
}
@media screen and (max-width: 38.73em) {
  .checked-inner:not(.sp-fit) {
    width: 100%;
  }
}

.check-img {
  display: none;
  line-height: 1;
  position: absolute;
  top: 20px;
  right: 1.4rem;
  transform: translatey(-50%);
  z-index: 1;
}
.check-img.show {
  display: block;
}
@media screen and (max-width: 38.73em) {
  .check-img {
    right: 1.6rem;
  }
}

.required-focus + .check-img {
  display: none;
}

.required-radio .check-img {
  right: 0.3rem;
}

.show > .check-img {
  display: block;
}

.disabled-input {
  background-color: #bbb !important;
}

.address-trigger {
  text-align: left;
}

#unknown-postcode-checkbox {
  display: none;
}

input[type=checkbox] + label.unknown-postcode-checkbox_label {
  max-width: 100%;
  width: fit-content;
  padding: 0.8em 2.1em 0.8em 2.1em;
}

input[type=checkbox] + label.unknown-postcode-checkbox_label::before {
  content: none;
}

input[type=checkbox]:checked + label.unknown-postcode-checkbox_label::after {
  content: none;
}

.address-form {
  margin-top: 40px;
}

@media screen and (max-width: 749px) {
  input[type=checkbox] + label.unknown-postcode-checkbox_label {
    max-width: 100%;
    width: fit-content;
    padding: 0.8em 1em 0.8em 1em;
  }
}

/*# sourceMappingURL=sformmail_v4.css.map */
