@charset "UTF-8";
@media screen and (max-width: 767px) {
  .form-style #main {
    padding: 10px;
  }
}

.reform.reform {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 0 60px;
  color: #161616;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", YuGothic, Meiryo, sans-serif;
  font-size: 16px;
  line-height: 1.7;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .reform.reform {
    padding: 0;
  }
}
.reform.reform *,
.reform.reform *::before,
.reform.reform *::after {
  box-sizing: border-box;
}
.reform.reform .form_section,
.reform.reform .form_head,
.reform.reform .form_item,
.reform.reform .item_field,
.reform.reform .cemetery_group,
.reform.reform .cemetery_box {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
  clear: both;
}
.reform.reform .form_section::before, .reform.reform .form_section::after,
.reform.reform .form_head::before,
.reform.reform .form_head::after,
.reform.reform .form_item::before,
.reform.reform .form_item::after,
.reform.reform .item_field::before,
.reform.reform .item_field::after,
.reform.reform .cemetery_group::before,
.reform.reform .cemetery_group::after,
.reform.reform .cemetery_box::before,
.reform.reform .cemetery_box::after {
  content: none;
}
.reform.reform .campaign_img {
  display: block;
  margin: 20px auto 30px;
}
@media screen and (max-width: 767px) {
  .reform.reform .campaign_img {
    margin-top: 0;
  }
}
.reform.reform .campaign_img picture,
.reform.reform .campaign_img img {
  display: block;
  width: 100%;
  height: auto;
  max-width: 100%;
}
.reform.reform .campaign_img img {
  transition: 0.3s;
}
.reform.reform .campaign_img:hover img {
  transform: scale(1.02);
}
.reform.reform > a > img {
  display: block;
  width: 100%;
  height: auto;
  max-width: 100%;
  margin: 20px auto 30px;
}
.reform.reform .cp_info {
  display: none;
}
.reform.reform .txt_intro {
  margin: 30px 0;
  text-align: center;
  font-size: 16px;
  line-height: 1.9;
  color: #161616;
}
@media screen and (max-width: 767px) {
  .reform.reform .txt_intro {
    text-align: left;
  }
  .reform.reform .txt_intro br {
    display: none;
  }
}
.reform.reform .step_nav {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 0;
  margin: 30px 0 50px;
  padding: 0;
  list-style: none;
}
@media screen and (max-width: 767px) {
  .reform.reform .step_nav {
    width: 100%;
    justify-content: space-between;
  }
}
.reform.reform .step_nav .step {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 0 0 auto;
  width: 120px;
  padding: 0;
  margin: 0;
  background: none;
}
@media screen and (max-width: 767px) {
  .reform.reform .step_nav .step {
    width: auto;
  }
}
.reform.reform .step_nav .step::before {
  content: none;
}
.reform.reform .step_nav .step:not(:last-child)::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 18px;
  width: 100%;
  height: 6px;
  background: radial-gradient(circle farthest-side, #BBBBBB, #BBBBBB 40%, transparent 40%, transparent);
  background-size: 10px;
}
@media screen and (max-width: 767px) {
  .reform.reform .step_nav .step:not(:last-child)::after {
    width: 40vw;
  }
}
.reform.reform .step_nav .step .num {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  margin-bottom: 8px;
  background: #BBBBBB;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  border-radius: 50%;
  z-index: 1;
}
.reform.reform .step_nav .step .label {
  color: #BBBBBB;
  font-size: 16px;
  font-weight: 700;
}
.reform.reform .step_nav .step.current .num {
  background: #00BCA3;
}
.reform.reform .step_nav .step.current .label {
  color: #00BCA3;
}
.reform.reform .form_section {
  margin-bottom: 0;
  padding-bottom: 20px;
}
.reform.reform .form_section:last-child {
  padding-bottom: 0;
}
.reform.reform .form_section + .form_section {
  position: relative;
  padding-top: 20px;
}
.reform.reform .form_section + .form_section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: radial-gradient(circle farthest-side, #BBBBBB, #BBBBBB 30%, transparent 30%, transparent);
  background-size: 6px;
}
.reform.reform h2._sub {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 6px;
  padding: 0;
  color: #161616;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
  border: none;
  background: none;
}
.reform.reform h2._sub::before, .reform.reform h2._sub::after {
  content: none;
}
.reform.reform .form_lead {
  color: #161616;
  font-size: 14px;
}
.reform.reform ._sub .tag_required,
.reform.reform ._sub .tag_optional,
.reform.reform .item_ttl .tag_required,
.reform.reform .item_ttl .tag_optional {
  display: inline-block;
  padding: 3px 7px;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  border-radius: 4px;
  vertical-align: middle;
  line-height: 1;
  width: auto;
  height: auto;
  margin-left: 0;
}
.reform.reform ._sub .tag_required,
.reform.reform .item_ttl .tag_required {
  background: #EB4B45;
}
.reform.reform ._sub .tag_optional,
.reform.reform .item_ttl .tag_optional {
  background: #00BCA3;
}
.reform.reform .cemetery_group {
  display: flex;
  flex-direction: column;
  gap: 30px;
  margin: 30px 0 10px;
}
.reform.reform .cemetery_box {
  position: relative;
  padding: 22px 24px 18px;
  border: 1px solid #D5D5D5;
  border-radius: 6px;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .reform.reform .cemetery_box {
    padding: 22px 16px 16px;
  }
}
.reform.reform .area_label {
  position: absolute;
  top: -10px;
  left: 16px;
  padding: 0 10px;
  background: #fff;
  color: #161616;
  font-size: 16px;
  font-weight: 700;
}
.reform.reform .check_grid {
  display: block;
}
@media screen and (max-width: 767px) {
  .reform.reform .check_grid.check_grid {
    display: flex;
    flex-flow: column;
    font-size: 16px;
  }
}
.reform.reform .check_grid .mwform-checkbox-field,
.reform.reform .check_grid .mwform-radio-field {
  position: relative;
  display: inline-block;
  margin: 6px 0;
  padding-right: 8px;
  vertical-align: top;
  line-height: 1;
}
.reform.reform .check_grid .mwform-checkbox-field label,
.reform.reform .check_grid .mwform-radio-field label {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  min-height: 24px;
  cursor: pointer;
  font-size: 16px;
  color: #161616;
  font-weight: normal;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .reform.reform .check_grid .mwform-checkbox-field label,
  .reform.reform .check_grid .mwform-radio-field label {
    margin-left: 0;
  }
}
.reform.reform .check_grid .mwform-checkbox-field .mwform-checkbox-field-text,
.reform.reform .check_grid .mwform-checkbox-field .mwform-radio-field-text,
.reform.reform .check_grid .mwform-radio-field .mwform-checkbox-field-text,
.reform.reform .check_grid .mwform-radio-field .mwform-radio-field-text {
  color: #161616;
  transition: color 0.15s cubic-bezier(0.25, 0.1, 0.25, 1), font-weight 0.15s cubic-bezier(0.25, 0.1, 0.25, 1);
}
.reform.reform .check_grid .mwform-checkbox-field input[type=checkbox],
.reform.reform .check_grid .mwform-checkbox-field input[type=radio],
.reform.reform .check_grid .mwform-radio-field input[type=checkbox],
.reform.reform .check_grid .mwform-radio-field input[type=radio] {
  position: absolute;
  width: 24px;
  height: 24px;
  margin: 0;
  opacity: 0;
  cursor: pointer;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}
.reform.reform .check_grid .mwform-checkbox-field label::before,
.reform.reform .check_grid .mwform-radio-field label::before {
  content: "";
  display: inline-block;
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  background: #fff;
  border: 1px solid #D5D5D5;
  border-radius: 3px;
  box-sizing: border-box;
  transition: background 0.15s cubic-bezier(0.25, 0.1, 0.25, 1), border-color 0.15s cubic-bezier(0.25, 0.1, 0.25, 1);
}
.reform.reform .check_grid .mwform-checkbox-field label::after,
.reform.reform .check_grid .mwform-radio-field label::after {
  content: "";
  position: absolute;
  opacity: 0;
  transition: opacity 0.15s cubic-bezier(0.25, 0.1, 0.25, 1);
  pointer-events: none;
}
.reform.reform .check_grid .mwform-checkbox-field input:focus-visible + label::before,
.reform.reform .check_grid .mwform-checkbox-field label:has(input:focus-visible)::before,
.reform.reform .check_grid .mwform-radio-field input:focus-visible + label::before,
.reform.reform .check_grid .mwform-radio-field label:has(input:focus-visible)::before {
  box-shadow: 0 0 0 3px rgba(0, 177, 154, 0.2);
}
.reform.reform .check_grid .mwform-checkbox-field {
  width: calc(50% - 8px);
}
@media screen and (max-width: 767px) {
  .reform.reform .check_grid .mwform-checkbox-field {
    width: 100%;
  }
}
.reform.reform .check_grid .mwform-checkbox-field label::after {
  left: 8px;
  top: 50%;
  width: 6px;
  height: 11px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: translateY(-65%) rotate(45deg);
}
.reform.reform .check_grid .mwform-checkbox-field label:has(input:checked)::before {
  background: #00B19A;
  border-color: #00B19A;
}
.reform.reform .check_grid .mwform-checkbox-field label:has(input:checked)::after {
  opacity: 1;
}
.reform.reform .check_grid .mwform-checkbox-field label:has(input:checked) .mwform-checkbox-field-text {
  color: #00B19A;
  font-weight: 700;
}
.reform.reform .check_grid .mwform-checkbox-field input[type=checkbox]:checked + label::before {
  background: #00B19A;
  border-color: #00B19A;
}
.reform.reform .check_grid .mwform-checkbox-field input[type=checkbox]:checked + label::after {
  opacity: 1;
}
.reform.reform .check_grid .mwform-checkbox-field input[type=checkbox]:checked + label .mwform-checkbox-field-text {
  color: #00B19A;
  font-weight: 700;
}
.reform.reform .check_grid .mwform-radio-field {
  margin-right: 24px;
}
.reform.reform .check_grid .mwform-radio-field:last-child {
  margin-right: 0;
}
.reform.reform .check_grid .mwform-radio-field label::before {
  border-radius: 50%;
  position: relative;
}
.reform.reform .check_grid .mwform-radio-field label::after {
  content: "";
  position: absolute;
  left: 4px;
  top: 50%;
  width: 16px;
  height: 16px;
  background: #00BCA3;
  border-radius: 50%;
  transform: translateY(-50%);
  opacity: 0;
  transition: opacity 0.15s cubic-bezier(0.25, 0.1, 0.25, 1);
  pointer-events: none;
  z-index: 2;
}
.reform.reform .check_grid .mwform-radio-field label:has(input:checked)::after {
  opacity: 1;
}
.reform.reform .check_grid .mwform-radio-field input[type=radio]:checked + label::after {
  opacity: 1;
}
.reform.reform .form_section .form_item {
  display: block;
  width: 100%;
  float: none;
  padding: 20px 0;
  margin: 0;
  background: none;
  border: none;
}
.reform.reform .form_section .form_item:first-child {
  padding-top: 0;
}
.reform.reform .form_section .form_item:last-child {
  padding-bottom: 0;
}
.reform.reform .form_section .form_item + .form_item {
  position: relative;
}
.reform.reform .form_section .form_item + .form_item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: radial-gradient(circle farthest-side, #BBBBBB, #BBBBBB 30%, transparent 30%, transparent);
  background-size: 6px;
}
.reform.reform .form_section .form_item.no_divider::before, .reform.reform .form_section .form_item.no_divider + .form_item::before {
  content: none;
}
.reform.reform .form_section .form_item::before, .reform.reform .form_section .form_item::after {
  content: none;
}
.reform.reform .form_section .form_item.last {
  padding-bottom: 20px;
}
.reform.reform .form_section .form_item.last::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: radial-gradient(circle farthest-side, #BBBBBB, #BBBBBB 30%, transparent 30%, transparent);
  background-size: 6px;
}
.reform.reform .form_section .cemetery_group + .form_item + .form_item {
  padding-top: 0;
}
.reform.reform .form_section .cemetery_group + .form_item + .form_item::before {
  content: none;
}
.reform.reform h3.item_ttl {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 12px;
  padding: 0;
  color: #161616;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
  border: none;
  background: none;
}
@media screen and (max-width: 767px) {
  .reform.reform h3.item_ttl {
    font-size: 16px;
  }
}
.reform.reform h3.item_ttl::before, .reform.reform h3.item_ttl::after {
  content: none;
}
.reform.reform h3.item_ttl_sub {
  margin-top: 20px;
}
.reform.reform .item_field {
  display: block;
  width: 100%;
}
.reform.reform .item_field label,
.reform.reform .item_field .mwform-checkbox-field-text,
.reform.reform .item_field .mwform-radio-field-text {
  color: #161616;
  font-size: 16px;
}
.reform.reform .item_field input[type=text],
.reform.reform .item_field input[type=email],
.reform.reform .item_field input[type=tel],
.reform.reform .item_field input[type=number],
.reform.reform .item_field input[type=date],
.reform.reform .item_field select,
.reform.reform .item_field textarea {
  width: 100%;
  max-width: 100%;
  padding: 10px 14px;
  background: #fff;
  border: 1px solid #D5D5D5;
  border-radius: 6px;
  font-size: 16px;
  font-family: inherit;
  color: #161616;
  box-sizing: border-box;
  transition: border-color 0.2s cubic-bezier(0.25, 0.1, 0.25, 1);
  vertical-align: middle;
  box-shadow: none;
}
.reform.reform .item_field input[type=text]:placeholder-shown,
.reform.reform .item_field input[type=email]:placeholder-shown,
.reform.reform .item_field input[type=tel]:placeholder-shown,
.reform.reform .item_field input[type=number]:placeholder-shown,
.reform.reform .item_field input[type=date]:placeholder-shown,
.reform.reform .item_field select:placeholder-shown,
.reform.reform .item_field textarea:placeholder-shown {
  color: #BBBBBB;
}
.reform.reform .item_field input[type=text]::-webkit-input-placeholder,
.reform.reform .item_field input[type=email]::-webkit-input-placeholder,
.reform.reform .item_field input[type=tel]::-webkit-input-placeholder,
.reform.reform .item_field input[type=number]::-webkit-input-placeholder,
.reform.reform .item_field input[type=date]::-webkit-input-placeholder,
.reform.reform .item_field select::-webkit-input-placeholder,
.reform.reform .item_field textarea::-webkit-input-placeholder {
  color: #BBBBBB;
}
.reform.reform .item_field input[type=text]:-moz-placeholder,
.reform.reform .item_field input[type=email]:-moz-placeholder,
.reform.reform .item_field input[type=tel]:-moz-placeholder,
.reform.reform .item_field input[type=number]:-moz-placeholder,
.reform.reform .item_field input[type=date]:-moz-placeholder,
.reform.reform .item_field select:-moz-placeholder,
.reform.reform .item_field textarea:-moz-placeholder {
  color: #BBBBBB;
  opacity: 1;
}
.reform.reform .item_field input[type=text]::-moz-placeholder,
.reform.reform .item_field input[type=email]::-moz-placeholder,
.reform.reform .item_field input[type=tel]::-moz-placeholder,
.reform.reform .item_field input[type=number]::-moz-placeholder,
.reform.reform .item_field input[type=date]::-moz-placeholder,
.reform.reform .item_field select::-moz-placeholder,
.reform.reform .item_field textarea::-moz-placeholder {
  color: #BBBBBB;
  opacity: 1;
}
.reform.reform .item_field input[type=text]:-ms-input-placeholder,
.reform.reform .item_field input[type=email]:-ms-input-placeholder,
.reform.reform .item_field input[type=tel]:-ms-input-placeholder,
.reform.reform .item_field input[type=number]:-ms-input-placeholder,
.reform.reform .item_field input[type=date]:-ms-input-placeholder,
.reform.reform .item_field select:-ms-input-placeholder,
.reform.reform .item_field textarea:-ms-input-placeholder {
  color: #BBBBBB;
}
.reform.reform .item_field input[type=text]:focus,
.reform.reform .item_field input[type=email]:focus,
.reform.reform .item_field input[type=tel]:focus,
.reform.reform .item_field input[type=number]:focus,
.reform.reform .item_field input[type=date]:focus,
.reform.reform .item_field select:focus,
.reform.reform .item_field textarea:focus {
  outline: none;
  border-color: #00BCA3;
  box-shadow: 0 0 0 3px rgba(0, 188, 163, 0.15);
}
.reform.reform .item_field select {
  appearance: none;
  -webkit-appearance: none;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14 8' fill='none' stroke='%23161616' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='1 1 7 7 13 1'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 10px auto;
  padding-right: 25px;
  cursor: pointer;
  height: 46px;
}
.reform.reform .item_field textarea {
  min-height: 140px;
  resize: vertical;
  line-height: 1.7;
}
.reform.reform .item_field input._large,
.reform.reform .item_field select._large,
.reform.reform .item_field textarea._large {
  width: 100%;
}
.reform.reform .item_field input._m,
.reform.reform .item_field select._m,
.reform.reform .item_field textarea._m {
  width: 177px;
  max-width: 100%;
}
.reform.reform .item_field input._s,
.reform.reform .item_field select._s,
.reform.reform .item_field textarea._s {
  width: 110px;
}
@media screen and (max-width: 767px) {
  .reform.reform .item_field input._s,
  .reform.reform .item_field select._s,
  .reform.reform .item_field textarea._s {
    width: 80px;
  }
}
.reform.reform .item_field input._l,
.reform.reform .item_field select._l,
.reform.reform .item_field textarea._l {
  width: 100%;
}
.reform.reform .item_field input._400 {
  width: 400px;
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  .reform.reform .item_field input._400 {
    width: 100%;
  }
}
.reform.reform .item_field input._181 {
  width: 181px;
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  .reform.reform .item_field input._181 {
    width: 100%;
  }
}
.reform.reform .zip_field {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .reform.reform .zip_field {
    gap: 5px;
  }
}
.reform.reform .zip_field .zip_mark {
  display: none;
}
.reform.reform .zip_field input.zip_first {
  width: 63px;
  text-align: center;
}
.reform.reform .zip_field input.zip_second {
  width: 74px;
  text-align: center;
}
.reform.reform .zip_field .zip_hyphen {
  margin: 0;
  color: #161616;
  font-weight: 700;
}
.reform.reform .zip_field .zipcode {
  padding: 10px 16px;
  background: #f9f9f9;
  border: 1px solid #D5D5D5;
  border-radius: 6px;
  font-size: 13px;
  cursor: pointer;
  transition: background 0.2s cubic-bezier(0.25, 0.1, 0.25, 1);
  width: auto;
  color: #161616;
}
.reform.reform .zip_field .zipcode:hover {
  background: rgb(236.25, 236.25, 236.25);
}
.reform.reform .date_select_field {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .reform.reform .date_select_field {
    gap: 5px;
  }
}
.reform.reform .date_select_field .date_unit {
  font-size: 16px;
  font-weight: normal;
  margin: 0 4px 0 -4px;
  color: #161616;
}
@media screen and (max-width: 767px) {
  .reform.reform .date_select_field .date_unit {
    margin: 0;
  }
}
.reform.reform .date_select_field select {
  width: auto;
  min-width: 90px;
}
@media screen and (max-width: 767px) {
  .reform.reform .date_select_field select {
    min-width: 75px;
  }
}
.reform.reform .time_field {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .reform.reform .time_field {
    gap: 5px;
  }
}
.reform.reform .time_field .time_unit {
  font-size: 16px;
  font-weight: normal;
  margin: 0 4px 0 -4px;
  color: #161616;
}
@media screen and (max-width: 767px) {
  .reform.reform .time_field .time_unit {
    margin: 0;
  }
}
.reform.reform .time_field select {
  width: 110px;
  max-width: 110px;
}
@media screen and (max-width: 767px) {
  .reform.reform .time_field select {
    width: 80px;
  }
}
.reform.reform .item_field.date_field {
  position: relative;
  width: 177px;
  max-width: 100%;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .reform.reform .item_field.date_field {
    width: auto;
  }
}
.reform.reform .item_field.date_field input {
  padding-right: 44px;
  cursor: pointer;
}
.reform.reform .item_field.date_field::after {
  content: "";
  position: absolute;
  right: 14px;
  top: 50%;
  transform: translateY(-50%);
  width: 18px;
  height: 18px;
  background-image: url(../img/p_form/ico-datepicker.svg);
  background-repeat: no-repeat;
  background-size: contain;
  pointer-events: none;
}
.reform.reform .ui-datepicker {
  padding: 12px;
  background: #fff;
  border: 1px solid #D5D5D5;
  border-radius: 6px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 16px;
  z-index: 9999;
}
.reform.reform .ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: 6px 0 10px;
  background: none;
  border: none;
  color: #161616;
}
.reform.reform .ui-datepicker .ui-datepicker-title {
  text-align: center;
  font-weight: 700;
  color: #161616;
}
.reform.reform .ui-datepicker .ui-datepicker-prev,
.reform.reform .ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 6px;
  width: 24px;
  height: 24px;
  cursor: pointer;
}
.reform.reform .ui-datepicker .ui-datepicker-prev:hover,
.reform.reform .ui-datepicker .ui-datepicker-next:hover {
  background: #f9f9f9;
  border-radius: 4px;
}
.reform.reform .ui-datepicker .ui-datepicker-prev span,
.reform.reform .ui-datepicker .ui-datepicker-next span {
  display: none;
}
.reform.reform .ui-datepicker .ui-datepicker-prev::before,
.reform.reform .ui-datepicker .ui-datepicker-next::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 8px;
  height: 8px;
  border-top: 2px solid #161616;
  border-right: 2px solid #161616;
}
.reform.reform .ui-datepicker .ui-datepicker-prev {
  left: 6px;
}
.reform.reform .ui-datepicker .ui-datepicker-prev::before {
  transform: translate(-30%, -50%) rotate(-135deg);
}
.reform.reform .ui-datepicker .ui-datepicker-next {
  right: 6px;
}
.reform.reform .ui-datepicker .ui-datepicker-next::before {
  transform: translate(-70%, -50%) rotate(45deg);
}
.reform.reform .ui-datepicker table {
  width: 100%;
  border-collapse: collapse;
}
.reform.reform .ui-datepicker table th {
  padding: 6px 0;
  color: #161616;
  font-weight: 700;
  font-size: 12px;
  text-align: center;
}
.reform.reform .ui-datepicker table td {
  padding: 2px;
  text-align: center;
}
.reform.reform .ui-datepicker table td a,
.reform.reform .ui-datepicker table td span {
  display: block;
  padding: 6px 0;
  color: #161616;
  text-decoration: none;
  border-radius: 4px;
  transition: background 0.15s cubic-bezier(0.25, 0.1, 0.25, 1);
}
.reform.reform .ui-datepicker table td a:hover {
  background: rgba(0, 177, 154, 0.1);
}
.reform.reform .ui-datepicker table td .ui-state-active {
  background: #00B19A;
  color: #fff;
}
.reform.reform .ui-datepicker table td .ui-state-disabled {
  color: #BBBBBB;
}
.reform.reform .privacy_check {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: wrap;
  margin: 0;
  padding-top: 15px;
  text-align: center;
  font-size: 16px;
  color: #161616;
}
.reform.reform .privacy_check_wrap {
  text-align: center;
}
.reform.reform .privacy_check .mwform-checkbox-field {
  display: inline-flex;
  margin-right: 8px;
  width: auto;
}
.reform.reform .privacy_check .mwform-checkbox-field label {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  cursor: pointer;
  color: #161616;
  font-weight: normal;
}
@media screen and (max-width: 767px) {
  .reform.reform .privacy_check .mwform-checkbox-field label {
    margin-left: 0;
  }
}
.reform.reform .privacy_check .mwform-checkbox-field input[type=checkbox] {
  position: absolute;
  width: 24px;
  height: 24px;
  margin: 0;
  opacity: 0;
  cursor: pointer;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.reform.reform .privacy_check .mwform-checkbox-field label::before {
  content: "";
  display: inline-block;
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  background: #fff;
  border: 1px solid #D5D5D5;
  border-radius: 3px;
  box-sizing: border-box;
  transition: background 0.15s cubic-bezier(0.25, 0.1, 0.25, 1), border-color 0.15s cubic-bezier(0.25, 0.1, 0.25, 1);
}
.reform.reform .privacy_check .mwform-checkbox-field label::after {
  content: "";
  position: absolute;
  left: 8px;
  top: 50%;
  width: 6px;
  height: 11px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: translateY(-65%) rotate(45deg);
  opacity: 0;
  transition: opacity 0.15s cubic-bezier(0.25, 0.1, 0.25, 1);
}
.reform.reform .privacy_check .mwform-checkbox-field label:has(input:checked)::before {
  background: #00B19A;
  border-color: #00B19A;
}
.reform.reform .privacy_check .mwform-checkbox-field label:has(input:checked)::after {
  opacity: 1;
}
.reform.reform .privacy_check .mwform-checkbox-field label:has(input:focus-visible)::before {
  box-shadow: 0 0 0 3px rgba(0, 177, 154, 0.2);
}
.reform.reform .privacy_check .mwform-checkbox-field .mwform-checkbox-field-text {
  display: none;
}
.reform.reform .privacy_check a:link, .reform.reform .privacy_check a:active, .reform.reform .privacy_check a:visited {
  color: #008CFF;
  cursor: pointer;
}
.reform.reform .privacy_check a:hover {
  color: #008CFF;
}
.reform.reform .privacy_check a {
  text-decoration: underline;
}
.reform.reform .privacy_check a:hover {
  text-decoration: none;
}
.reform.reform .form_btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
  margin-top: 30px;
}
.reform.reform .form_btn .submit_wrap {
  position: relative;
  display: inline-block;
  width: 100%;
  max-width: 300px;
}
.reform.reform .form_btn .submit_wrap::after {
  content: none;
}
.reform.reform .form_btn .form_main_btn,
.reform.reform .form_btn button[name=form_btn002],
.reform.reform .form_btn input[name=form_btn002] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  max-width: 300px;
  padding: 16px;
  background: #00BCA3;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
  box-shadow: none;
  text-shadow: none;
}
.reform.reform .form_btn .form_main_btn:hover,
.reform.reform .form_btn button[name=form_btn002]:hover,
.reform.reform .form_btn input[name=form_btn002]:hover {
  opacity: 0.7;
}
.reform.reform .form_btn .form_main_btn:active,
.reform.reform .form_btn button[name=form_btn002]:active,
.reform.reform .form_btn input[name=form_btn002]:active {
  transform: translateY(1px);
}
@media screen and (max-width: 767px) {
  .reform.reform .form_btn .form_main_btn,
  .reform.reform .form_btn button[name=form_btn002],
  .reform.reform .form_btn input[name=form_btn002] {
    min-width: 100%;
    width: 100%;
    padding: 16px 20px;
  }
}
.reform.reform .form_btn .form_back,
.reform.reform .form_btn button[value=修正する],
.reform.reform .form_btn input[value=修正する] {
  padding: 12px 32px;
  background: #fff;
  color: #161616;
  font-size: 16px;
  border: 1px solid #D5D5D5;
  border-radius: 6px;
  cursor: pointer;
  transition: background 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
  box-shadow: none;
  text-shadow: none;
}
.reform.reform .form_btn .form_back:hover,
.reform.reform .form_btn button[value=修正する]:hover,
.reform.reform .form_btn input[value=修正する]:hover {
  background: #f9f9f9;
}
.reform.reform .formlist {
  list-style: none;
  padding: 0;
  margin: 0;
}
.reform.reform .error {
  display: block;
  margin-top: 6px;
  color: #EB4B45;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.5;
}
.reform.reform .item_field:has(.error) input[type=text],
.reform.reform .item_field:has(.error) input[type=email],
.reform.reform .item_field:has(.error) input[type=tel],
.reform.reform .item_field:has(.error) input[type=number],
.reform.reform .item_field:has(.error) input[type=date],
.reform.reform .item_field:has(.error) select,
.reform.reform .item_field:has(.error) textarea {
  border-color: #EB4B45;
}
.reform.reform .item_field:has(.error) input[type=text]:focus,
.reform.reform .item_field:has(.error) input[type=email]:focus,
.reform.reform .item_field:has(.error) input[type=tel]:focus,
.reform.reform .item_field:has(.error) input[type=number]:focus,
.reform.reform .item_field:has(.error) input[type=date]:focus,
.reform.reform .item_field:has(.error) select:focus,
.reform.reform .item_field:has(.error) textarea:focus {
  border-color: #EB4B45;
  box-shadow: 0 0 0 3px rgba(235, 75, 69, 0.15);
}
.reform.reform .form_item.address_zip:has(.error) .zip_field input.zip_first,
.reform.reform .form_item.address_zip:has(.error) .zip_field input.zip_second {
  border-color: #EB4B45;
}
.reform.reform .form_item.address_zip:has(.error) .zip_field input.zip_first:focus,
.reform.reform .form_item.address_zip:has(.error) .zip_field input.zip_second:focus {
  border-color: #EB4B45;
  box-shadow: 0 0 0 3px rgba(235, 75, 69, 0.15);
}
.reform.reform .privacy_check_wrap:has(.error) .privacy_check .mwform-checkbox-field label::before {
  border-color: #EB4B45;
}
.reform.reform .cemetery_group .error,
.reform.reform .check_grid .mwform-checkbox-field .error,
.reform.reform .check_grid .mwform-radio-field .error {
  display: none;
}
.reform.reform .form_error_msg {
  display: none;
  margin: 8px 0 0;
  color: #EB4B45;
  font-size: 14px;
  line-height: 1.5;
}
.reform.reform .form_section:has(.form_error_msg):has(.error) .form_error_msg {
  display: block;
}

#gFooter .copyright,
.copyright {
  margin: 60px calc(50% - 50vw) -60px;
  padding: 24px 20px;
  background: #f5f5f5;
  color: #161616;
  font-size: 14px;
  text-align: center;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  #gFooter .copyright,
  .copyright {
    margin: 40px calc(50% - 50vw) -40px;
    padding: 12px 20px 10px;
    font-size: 13px;
  }
}

.mw_wp_form_input .reform.reform .form_btn .submit_wrap::after {
  content: "▶";
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
  font-size: 12px;
  pointer-events: none;
}

.mw_wp_form_confirm .reform.reform > a.campaign_img,
.mw_wp_form_confirm .reform.reform > .txt_intro,
.mw_wp_form_confirm .reform.reform .form_head .form_lead,
.mw_wp_form_confirm .reform.reform .form_head .form_error_msg,
.mw_wp_form_confirm .reform.reform .privacy_check_wrap {
  display: none;
}
.mw_wp_form_confirm .reform.reform .step_nav .step .num {
  background: #BBBBBB;
  color: #fff;
}
.mw_wp_form_confirm .reform.reform .step_nav .step .label {
  color: #BBBBBB;
}
.mw_wp_form_confirm .reform.reform .step_nav .step:nth-child(1) .num {
  background: #BBBBBB;
  color: transparent;
  position: relative;
}
.mw_wp_form_confirm .reform.reform .step_nav .step:nth-child(1) .num::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 12px;
  height: 18px;
  border-right: 3px solid #fff;
  border-bottom: 3px solid #fff;
  transform: translate(-50%, -65%) rotate(45deg);
}
.mw_wp_form_confirm .reform.reform .step_nav .step:nth-child(2) .num {
  background: #00BCA3;
}
.mw_wp_form_confirm .reform.reform .step_nav .step:nth-child(2) .label {
  color: #00BCA3;
}
.mw_wp_form_confirm .reform.reform .step_nav + .form_section .form_head {
  padding-top: 0;
}
.mw_wp_form_confirm .reform.reform h2._sub {
  margin: 0 0 6px;
  font-size: 16px;
  font-weight: 700;
  color: #161616;
  gap: 10px;
}
.mw_wp_form_confirm .reform.reform h2._sub::before, .mw_wp_form_confirm .reform.reform h2._sub::after {
  content: none;
}
@media screen and (max-width: 767px) {
  .mw_wp_form_confirm .reform.reform h2._sub {
    font-size: 18px;
  }
}
.mw_wp_form_confirm .reform.reform .form_head {
  margin-bottom: 0;
  padding: 16px 0 0;
}
.mw_wp_form_confirm .reform.reform .form_section {
  margin: 0;
  padding: 0;
  border: none;
}
.mw_wp_form_confirm .reform.reform .form_section + .form_section {
  padding-top: 0;
}
.mw_wp_form_confirm .reform.reform .form_section .form_head {
  padding: 16px 0 0;
}
.mw_wp_form_confirm .reform.reform .form_section .form_item {
  position: relative;
  padding: 20px 0 15px;
  margin: 0;
}
.mw_wp_form_confirm .reform.reform .form_section .form_item::before {
  content: "";
}
.mw_wp_form_confirm .reform.reform .form_section .form_item:last-child {
  padding-bottom: 16px;
}
.mw_wp_form_confirm .reform.reform .form_section .form_head + .form_item {
  padding-top: 0;
}
.mw_wp_form_confirm .reform.reform .form_section .cemetery_group + .form_item {
  padding-top: 16px;
}
.mw_wp_form_confirm .reform.reform .form_section .cemetery_group + .form_item + .form_item {
  padding-top: 0;
}
.mw_wp_form_confirm .reform.reform .form_section .cemetery_group + .form_item + .form_item::before {
  content: none;
}
.mw_wp_form_confirm .reform.reform .form_section .cemetery_group {
  gap: 0;
  margin: 8px 0 0;
}
.mw_wp_form_confirm .reform.reform h3.item_ttl {
  margin: 0 0 6px;
  font-size: 16px;
  font-weight: 700;
  color: #161616;
}
@media screen and (max-width: 767px) {
  .mw_wp_form_confirm .reform.reform h3.item_ttl {
    font-size: 18px;
  }
}
.mw_wp_form_confirm .reform.reform h3.item_ttl_sub {
  display: none;
}
.mw_wp_form_confirm .reform.reform .form_section .form_head + .form_item h3.item_ttl {
  display: none;
}
.mw_wp_form_confirm .reform.reform .form_item.address_zip h3.item_ttl {
  font-size: 0;
  line-height: 0;
  gap: 0;
}
.mw_wp_form_confirm .reform.reform .form_item.address_zip h3.item_ttl .tag_required,
.mw_wp_form_confirm .reform.reform .form_item.address_zip h3.item_ttl .tag_optional {
  font-size: 14px;
  line-height: 1;
}
.mw_wp_form_confirm .reform.reform .form_item.address_zip h3.item_ttl::before {
  content: "住所";
  font-size: 16px;
  line-height: 1.4;
  font-weight: 700;
  color: #161616;
  margin-right: 10px;
}
@media screen and (max-width: 767px) {
  .mw_wp_form_confirm .reform.reform .form_item.address_zip h3.item_ttl::before {
    font-size: 18px;
  }
}
.mw_wp_form_confirm .reform.reform .form_item.address_pref h3.item_ttl,
.mw_wp_form_confirm .reform.reform .form_item.address_city h3.item_ttl,
.mw_wp_form_confirm .reform.reform .form_item.address_building h3.item_ttl {
  display: none;
}
.mw_wp_form_confirm .reform.reform .form_item.address_pref,
.mw_wp_form_confirm .reform.reform .form_item.address_city,
.mw_wp_form_confirm .reform.reform .form_item.address_building {
  border-top: none;
  padding-top: 0;
  padding-bottom: 0;
}
.mw_wp_form_confirm .reform.reform .form_item.address_building {
  padding-bottom: 16px;
}
.mw_wp_form_confirm .reform.reform .form_item.address_zip {
  padding-bottom: 0;
}
.mw_wp_form_confirm .reform.reform .form_item.address_pref,
.mw_wp_form_confirm .reform.reform .form_item.address_city {
  display: inline-block;
  width: auto;
  vertical-align: top;
}
.mw_wp_form_confirm .reform.reform .form_item.address_pref .item_field,
.mw_wp_form_confirm .reform.reform .form_item.address_city .item_field {
  display: inline-block;
  width: auto;
}
.mw_wp_form_confirm .reform.reform .form_item.address_pref .item_field input,
.mw_wp_form_confirm .reform.reform .form_item.address_pref .item_field select,
.mw_wp_form_confirm .reform.reform .form_item.address_city .item_field input,
.mw_wp_form_confirm .reform.reform .form_item.address_city .item_field select {
  display: inline;
  width: auto;
}
.mw_wp_form_confirm .reform.reform .form_item.address_pref {
  margin-right: 4px;
}
.mw_wp_form_confirm .reform.reform .form_item.address_pref::before {
  content: none;
}
.mw_wp_form_confirm .reform.reform .form_item.address_city::before,
.mw_wp_form_confirm .reform.reform .form_item.address_building::before {
  content: none;
}
.mw_wp_form_confirm .reform.reform .zip_field .zip_mark {
  display: inline;
  color: #161616;
  font-size: 16px;
  font-weight: normal;
  margin-right: 4px;
}
.mw_wp_form_confirm .reform.reform .item_field,
.mw_wp_form_confirm .reform.reform .item_field * {
  color: #161616 !important;
  font-weight: normal !important;
}
.mw_wp_form_confirm .reform.reform .item_field {
  font-size: 16px;
  color: #161616;
}
.mw_wp_form_confirm .reform.reform .item_field input[type=text],
.mw_wp_form_confirm .reform.reform .item_field input[type=email],
.mw_wp_form_confirm .reform.reform .item_field input[type=tel],
.mw_wp_form_confirm .reform.reform .item_field input[type=number],
.mw_wp_form_confirm .reform.reform .item_field input[type=date],
.mw_wp_form_confirm .reform.reform .item_field select,
.mw_wp_form_confirm .reform.reform .item_field textarea {
  all: unset;
  display: block;
  width: 100%;
  font-size: 16px;
  color: #161616;
  line-height: 1.6;
  background: none;
  border: none;
  padding: 0;
  box-shadow: none;
  appearance: none;
  -webkit-appearance: none;
  font-weight: normal;
}
.mw_wp_form_confirm .reform.reform .item_field textarea {
  white-space: pre-wrap;
}
.mw_wp_form_confirm .reform.reform .item_field select {
  background-image: none;
  padding-right: 0;
}
.mw_wp_form_confirm .reform.reform .zip_field {
  display: inline-flex;
  align-items: center;
  gap: 0;
}
.mw_wp_form_confirm .reform.reform .zip_field br {
  display: none;
}
.mw_wp_form_confirm .reform.reform .zip_field input.zip_first,
.mw_wp_form_confirm .reform.reform .zip_field input.zip_second {
  width: auto;
  text-align: left;
  padding: 0;
}
.mw_wp_form_confirm .reform.reform .zip_field .zip_hyphen {
  margin: 0;
  color: #161616;
}
.mw_wp_form_confirm .reform.reform .time_field {
  display: inline-flex;
  gap: 8px;
  align-items: baseline;
}
.mw_wp_form_confirm .reform.reform .time_field br {
  display: none;
}
.mw_wp_form_confirm .reform.reform .time_field select {
  width: auto;
  padding: 0;
}
.mw_wp_form_confirm .reform.reform .time_field .time_unit {
  display: none;
}
.mw_wp_form_confirm .reform.reform .item_field.date_field {
  width: auto;
  display: inline-block;
}
.mw_wp_form_confirm .reform.reform .item_field.date_field::after {
  display: none;
}
.mw_wp_form_confirm .reform.reform .item_field.date_field input {
  padding-right: 0;
  cursor: default;
}
.mw_wp_form_confirm .reform.reform .item_field.date_select_field {
  display: inline-flex;
  gap: 4px;
  align-items: baseline;
  flex-wrap: nowrap;
}
.mw_wp_form_confirm .reform.reform .item_field.date_select_field br {
  display: none;
}
.mw_wp_form_confirm .reform.reform .item_field.date_select_field select {
  width: auto;
  min-width: 0;
  padding: 0;
}
.mw_wp_form_confirm .reform.reform .item_field.date_select_field .date_unit {
  font-size: 16px;
  margin: 0 6px 0 2px;
  color: #161616;
}
@media screen and (max-width: 767px) {
  .mw_wp_form_confirm .reform.reform .item_field.date_select_field .date_unit {
    margin: 0;
  }
}
.mw_wp_form_confirm .reform.reform .cemetery_group {
  gap: 0;
  margin: 0;
}
.mw_wp_form_confirm .reform.reform .cemetery_box {
  padding: 0;
  border: none;
  background: none;
}
.mw_wp_form_confirm .reform.reform .area_label {
  display: none;
}
.mw_wp_form_confirm .reform.reform .check_grid .mwform-checkbox-field,
.mw_wp_form_confirm .reform.reform .check_grid .mwform-radio-field {
  position: static;
  display: block;
  width: auto;
  margin: 0;
  padding: 0;
}
.mw_wp_form_confirm .reform.reform .check_grid .mwform-checkbox-field label,
.mw_wp_form_confirm .reform.reform .check_grid .mwform-radio-field label {
  min-height: auto;
  gap: 0;
  cursor: default;
  font-weight: normal;
  color: #161616;
}
.mw_wp_form_confirm .reform.reform .check_grid .mwform-checkbox-field label::before, .mw_wp_form_confirm .reform.reform .check_grid .mwform-checkbox-field label::after,
.mw_wp_form_confirm .reform.reform .check_grid .mwform-radio-field label::before,
.mw_wp_form_confirm .reform.reform .check_grid .mwform-radio-field label::after {
  display: none;
}
.mw_wp_form_confirm .reform.reform .check_grid .mwform-checkbox-field input[type=checkbox],
.mw_wp_form_confirm .reform.reform .check_grid .mwform-checkbox-field input[type=radio],
.mw_wp_form_confirm .reform.reform .check_grid .mwform-radio-field input[type=checkbox],
.mw_wp_form_confirm .reform.reform .check_grid .mwform-radio-field input[type=radio] {
  display: none;
}
.mw_wp_form_confirm .reform.reform .check_grid .mwform-checkbox-field .mwform-checkbox-field-text,
.mw_wp_form_confirm .reform.reform .check_grid .mwform-checkbox-field .mwform-radio-field-text,
.mw_wp_form_confirm .reform.reform .check_grid .mwform-radio-field .mwform-checkbox-field-text,
.mw_wp_form_confirm .reform.reform .check_grid .mwform-radio-field .mwform-radio-field-text {
  color: #161616;
  font-weight: normal;
  font-size: 16px;
}
.mw_wp_form_confirm .reform.reform .form_btn {
  flex-direction: row;
  justify-content: center;
  gap: 16px;
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .mw_wp_form_confirm .reform.reform .form_btn {
    flex-flow: column-reverse;
    flex-wrap: wrap;
  }
}
.mw_wp_form_confirm .reform.reform .form_btn .form_back,
.mw_wp_form_confirm .reform.reform .form_btn button[value=内容を修正する],
.mw_wp_form_confirm .reform.reform .form_btn input[value=内容を修正する] {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 250px;
  padding: 14px 16px 14px 32px;
  background: #fff;
  color: #A4A4A4;
  font-size: 16px;
  font-weight: 700;
  border: 1px solid #A4A4A4;
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
  text-decoration: none;
  box-shadow: none;
  text-shadow: none;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 10'%3E%3Cpolygon points='8 0 8 10 0 5' fill='%23A4A4A4'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: left 15px center;
  background-size: 8px 10px;
}
.mw_wp_form_confirm .reform.reform .form_btn .form_back:hover,
.mw_wp_form_confirm .reform.reform .form_btn button[value=内容を修正する]:hover,
.mw_wp_form_confirm .reform.reform .form_btn input[value=内容を修正する]:hover {
  opacity: 0.7;
}
@media screen and (max-width: 767px) {
  .mw_wp_form_confirm .reform.reform .form_btn .form_back,
  .mw_wp_form_confirm .reform.reform .form_btn button[value=内容を修正する],
  .mw_wp_form_confirm .reform.reform .form_btn input[value=内容を修正する] {
    max-width: 250px;
    margin-bottom: 0;
    padding: 14px 12px 14px 28px;
    font-size: 16px;
    background-position: left 12px center;
  }
}
.mw_wp_form_confirm .reform.reform .form_btn .submit_wrap {
  width: 100%;
  max-width: 300px;
}
@media screen and (max-width: 767px) {
  .mw_wp_form_confirm .reform.reform .form_btn .submit_wrap {
    max-width: 300px;
  }
}
.mw_wp_form_confirm .reform.reform .form_btn .form_main_btn,
.mw_wp_form_confirm .reform.reform .form_btn button[name=form_btn002],
.mw_wp_form_confirm .reform.reform .form_btn input[name=form_btn002] {
  padding: 14px 32px 14px 16px;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .mw_wp_form_confirm .reform.reform .form_btn .form_main_btn,
  .mw_wp_form_confirm .reform.reform .form_btn button[name=form_btn002],
  .mw_wp_form_confirm .reform.reform .form_btn input[name=form_btn002] {
    padding: 14px 28px 14px 12px;
    font-size: 16px;
  }
}
.mw_wp_form_confirm .reform.reform .form_btn .submit_wrap::after {
  content: "▶";
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
  font-size: 12px;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .mw_wp_form_confirm .reform.reform .form_btn .submit_wrap::after {
    right: 12px;
    font-size: 11px;
  }
}

.reform.reform_complete .step_nav .step.done .num {
  background: #BBBBBB;
  color: transparent;
  position: relative;
}
.reform.reform_complete .step_nav .step.done .num::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 12px;
  height: 18px;
  border-right: 3px solid #fff;
  border-bottom: 3px solid #fff;
  transform: translate(-50%, -65%) rotate(45deg);
}
.reform.reform_complete .step_nav .step.done .label {
  color: #BBBBBB;
}
.reform.reform_complete .step_nav .step.current .num {
  background: #00BCA3;
}
.reform.reform_complete .step_nav .step.current .label {
  color: #00BCA3;
}
.reform.reform_complete .complete_msg {
  margin: 0;
  text-align: center;
  font-size: 16px;
  line-height: 1.9;
  color: #161616;
}
.reform.reform_complete .complete_msg:first-of-type {
  margin-top: 40px;
}
.reform.reform_complete .complete_msg + .complete_msg {
  margin-top: 1.9em;
}
.reform.reform_complete .complete_msg:last-of-type {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .reform.reform_complete .complete_msg {
    text-align: left;
    font-size: 16px;
  }
  .reform.reform_complete .complete_msg br {
    display: none;
  }
}
.reform.reform_complete .form_btn {
  margin-top: 40px;
}
.reform.reform_complete .form_btn .submit_wrap::after {
  content: "▶";
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
  font-size: 12px;
  pointer-events: none;
}
.reform.reform_complete .form_btn a.form_main_btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  max-width: 300px;
  padding: 16px;
  background: #00BCA3;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
  text-decoration: none;
  box-shadow: none;
  text-shadow: none;
}
.reform.reform_complete .form_btn a.form_main_btn:hover {
  opacity: 0.7;
  color: #fff;
  text-decoration: none;
}
.reform.reform_complete .form_btn a.form_main_btn:active {
  transform: translateY(1px);
}
.reform.reform_complete .form_btn a.form_main_btn:link, .reform.reform_complete .form_btn a.form_main_btn:visited {
  color: #fff;
}
@media screen and (max-width: 767px) {
  .reform.reform_complete .form_btn a.form_main_btn {
    min-width: 100%;
    width: 100%;
    padding: 16px 20px;
  }
}
