@charset "UTF-8";
.estimate input[type=checkbox]:checked + .checkbox::before {
  content: none;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0px 1000px #fff inset;
  box-shadow: 0 0 0px 1000px #fff inset;
}

input[type=checkbox] {
  display: none;
}

.pagetop,
.fixed-container,
header.header,
nav.global {
  display: none;
}

.sp-only {
  display: none !important;
}

.estimate_renewal {
  font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", sans-serif;
  padding: 0;
  background: #f8f7ef;
}
.estimate_renewal input[type=radio] {
  visibility: visible;
}
.estimate_renewal .f_bold {
  font-weight: bold;
}
.estimate_renewal .f_green {
  color: #2ba461;
}
.estimate_renewal .f_red {
  color: #ff0000;
}
.estimate_renewal p {
  color: #000;
}
.estimate_renewal .estimate {
  min-width: 960px;
  border-radius: 13px;
  padding: 40px 80px;
  margin-top: 60px;
  background: #fff;
}
.estimate_renewal .header-parts {
  display: flex;
  align-items: center;
  gap: 30px;
  width: 100vw;
  padding: 20px 0 20px 60px;
  margin-left: calc(50% - 50vw);
  background: #fff;
}
.estimate_renewal .header-parts h1 {
  font-size: 24px;
  color: #525252;
}
.estimate_renewal .form-intro[data-show-step="1"] {
  text-align: center;
}
.estimate_renewal .form-intro[data-show-step="1"] p {
  font-size: 18px;
}
.estimate_renewal .form-intro[data-show-step="1"] p:first-child {
  display: inline-block;
  font-size: 26px;
  line-height: 1;
  padding: 0 15px 5px;
  margin-bottom: 0;
  border-bottom: 5px solid #2ba461;
}
.estimate_renewal .form-intro[data-show-step="1"] p:first-child span {
  font-size: 36px;
}
.estimate_renewal .form-intro[data-show-step="1"] p:nth-child(2) span {
  font-size: 12px;
}
.estimate_renewal .form-intro[data-show-step="1"] .f_red {
  color: #B76E6E;
}
.estimate_renewal .form-intro[data-show-step="3"] {
  text-align: center;
}
.estimate_renewal .form-intro[data-show-step="3"] p {
  font-size: 14px;
  color: #000;
}
.estimate_renewal .form-intro[data-show-step="3"] p span:first-of-type {
  font-size: 22px;
}
.estimate_renewal .form-intro[data-show-step="3"] p span:nth-of-type(2) {
  display: inline-block;
  font-size: 14px;
  padding: 0 10px;
  margin-bottom: 0;
  border-bottom: 1px solid #ff0000;
}
.estimate_renewal .progressBar {
  display: flex;
  align-items: center;
  gap: 5px;
  padding: 0;
}
.estimate_renewal .progressBar_step {
  position: relative;
  display: flex;
  align-items: center;
  gap: 7px;
  width: 25%;
  font-size: 18px;
  font-weight: bold;
  color: #2ba461;
  line-height: 1;
  padding: 20px 30px 20px 35px;
  background: #cdede0;
}
.estimate_renewal .progressBar_step::before {
  content: "";
  position: absolute;
  right: -20px;
  top: 0;
  width: 0;
  height: 0;
  border-top: 31px solid transparent;
  border-bottom: 31px solid transparent;
  border-left: 15px solid #fff;
  z-index: 1;
}
.estimate_renewal .progressBar_step::after {
  content: "";
  position: absolute;
  right: -15px;
  top: 0;
  width: 0;
  height: 0;
  border-top: 31px solid transparent;
  border-bottom: 31px solid transparent;
  border-left: 15px solid #cdede0;
  z-index: 2;
}
.estimate_renewal .progressBar_step:last-of-type::after {
  display: none;
}
.estimate_renewal .progressBar_step span {
  font-family: "DIN 2014", din-2014, sans-serif;
  font-size: 12px;
  color: #2ba461;
  line-height: 1;
  padding: 5px 10px;
  border-radius: 4px;
  background: #fff;
}
.estimate_renewal .progressBar_step.completed {
  color: #fff;
  background: #cdede0;
}
.estimate_renewal .progressBar_step.active {
  color: #fff;
  background: #2ba461;
}
.estimate_renewal .progressBar_step.active::after {
  border-left: 15px solid #2ba461;
}
.estimate_renewal .progressBar_step.active span {
  background: #fffcbc;
}
.estimate_renewal #mainForm .step_content h3 {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  width: fit-content;
  min-width: 300px;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  line-height: 1;
  color: #fff;
  border-radius: 16px;
  padding: 6px 30px;
  background: #525252;
}
.estimate_renewal #mainForm .step_content .mainForm_content {
  position: relative;
  padding: 0 65px;
}
.estimate_renewal #mainForm .step_content .mainForm_content::before {
  content: "";
  position: absolute;
  top: -40px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 0;
  width: 100%;
  border-top: 3px dotted #888;
}
.estimate_renewal #mainForm .step_content .mainForm_content--step2::before, .estimate_renewal #mainForm .step_content .mainForm_content--step3::before {
  top: 0;
}
.estimate_renewal #mainForm .step_content .mainForm_content .optional,
.estimate_renewal #mainForm .step_content .mainForm_content .required {
  font-size: 10px;
  line-height: 1;
  color: #fff;
  padding: 2px 10px;
  background: #b7b7b7;
}
.estimate_renewal #mainForm .step_content .mainForm_content .required {
  background: #c40000;
}
.estimate_renewal #mainForm .step_content .mainForm_content label {
  position: relative;
  font-size: 14px;
  color: #000;
}
.estimate_renewal #mainForm .step_content .mainForm_content .mainForm_item,
.estimate_renewal #mainForm .step_content .mainForm_content .confirm_item {
  display: flex;
  align-items: center;
  gap: 50px;
  padding: 10px 0;
  border-bottom: 3px dotted #e5e5e5;
}
.estimate_renewal #mainForm .step_content .mainForm_content .mainForm_item:last-child {
  border-bottom: none;
}
.estimate_renewal #mainForm .step_content .mainForm_content .mainForm_item:has(#moving_date) {
  border-bottom: none;
}
.estimate_renewal #mainForm .step_content .mainForm_content .mainForm_item_index {
  position: relative;
  min-width: 120px;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  line-height: 1.3;
  color: #000;
}
.estimate_renewal #mainForm .step_content .mainForm_content .mainForm_item.highlight {
  background-color: #fffcbc;
}
.estimate_renewal #mainForm .step_content .mainForm_content .mainForm_item .mainForm_edit {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  flex-grow: 1;
  gap: 10px;
  margin: 25px 0;
}
.estimate_renewal #mainForm .step_content .mainForm_content .mainForm_item .mainForm_edit--radio {
  gap: 30px;
}
.estimate_renewal #mainForm .step_content .mainForm_content .mainForm_item .mainForm_edit--radio label {
  display: flex;
  align-items: center;
  gap: 8px;
}
.estimate_renewal #mainForm .step_content .mainForm_content .mainForm_item .mainForm_edit_item {
  position: relative;
}
.estimate_renewal #mainForm .step_content .mainForm_content .mainForm_item .mainForm_edit_item_flag {
  position: absolute;
  top: -25px;
  left: 0;
  display: flex;
  align-items: center;
  gap: 5px;
}
.estimate_renewal #mainForm .step_content .mainForm_content .mainForm_item .mainForm_edit_item input:not([type=radio]):not([type=checkbox]),
.estimate_renewal #mainForm .step_content .mainForm_content .mainForm_item .mainForm_edit_item select {
  position: relative;
  font-size: 16px;
  width: inherit;
  min-width: 172px;
  border: 3px solid #888;
  border-radius: 4px;
  padding: 14px 10px;
}
.estimate_renewal #mainForm .step_content .mainForm_content .mainForm_item .mainForm_edit_item input:not([type=radio]):not([type=checkbox])::placeholder,
.estimate_renewal #mainForm .step_content .mainForm_content .mainForm_item .mainForm_edit_item select::placeholder {
  color: #d6d6d6;
}
.estimate_renewal #mainForm .step_content .mainForm_content .mainForm_item .mainForm_edit_item input:not([type=radio]):not([type=checkbox]):disabled,
.estimate_renewal #mainForm .step_content .mainForm_content .mainForm_item .mainForm_edit_item select:disabled {
  background-color: #f0f0f0;
  color: #aaa;
  cursor: not-allowed;
}
.estimate_renewal #mainForm .step_content .mainForm_content .mainForm_item .mainForm_edit_item select {
  appearance: none;
  -webkit-appearance: none;
  padding-right: 60px;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 16 16' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2 5l6 6 6-6' stroke='%23000' stroke-width='2' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 12px;
}
.estimate_renewal #mainForm .step_content .mainForm_content .mainForm_item .mainForm_edit_item input[type=radio] {
  appearance: none;
  -webkit-appearance: none;
  width: 17px;
  height: 17px;
  border: 3px solid #888;
  border-radius: 50%;
  cursor: pointer;
  flex-shrink: 0;
}
.estimate_renewal #mainForm .step_content .mainForm_content .mainForm_item .mainForm_edit_item input[type=radio]:checked {
  border-color: #2ba461;
  background-color: #2ba461;
  box-shadow: inset 0 0 0 3px #fff;
}
.estimate_renewal #mainForm .step_content .mainForm_content .mainForm_item .mainForm_edit_item .auto-button {
  font-size: 12px;
  line-height: 1;
  color: #888;
  padding: 6px 9px;
  margin-left: 5px;
  border: 1px solid #888;
}
.estimate_renewal #mainForm .step_content .mainForm_content .mainForm_item .mainForm_edit_item .check-icon {
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  display: none;
}
.estimate_renewal #mainForm .step_content .mainForm_content .mainForm_item .mainForm_edit_item .check-icon.show {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  color: #fff;
  font-size: 14px;
  border-radius: 50%;
  background: #2ba461;
}
.estimate_renewal #mainForm .step_content .mainForm_content .mainForm_item .mainForm_edit_item .check-icon.show::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  width: 5px;
  height: 9px;
  border-right: 3px solid #fff;
  border-bottom: 3px solid #fff;
  transform: rotate(45deg);
  margin: 2px auto 0;
}
.estimate_renewal #mainForm .step_content .mainForm_content .mainForm_item .mainForm_edit_item .error-message {
  position: absolute;
  bottom: -29px;
  left: 0;
  width: fit-content;
  white-space: nowrap;
  display: block;
  font-size: 14px;
  color: #fff;
  line-height: 1;
  padding: 5px;
  background: #cc0f00;
  opacity: 0;
}
.estimate_renewal #mainForm .step_content .mainForm_content .mainForm_item .mainForm_edit_item .error-message::after {
  content: "";
  position: absolute;
  top: 0;
  left: 5%;
  border-style: solid;
  border-width: 0 2.5px 5px 2.5px;
  border-color: transparent transparent #c40f00;
  translate: -50% -100%;
}
.estimate_renewal #mainForm .step_content .mainForm_content .mainForm_item .mainForm_edit_item .error-message.show {
  opacity: 1;
}
.estimate_renewal #mainForm .step_content .mainForm_content .mainForm_item .mainForm_edit_item input.error,
.estimate_renewal #mainForm .step_content .mainForm_content .mainForm_item .mainForm_edit_item select.error {
  border-color: #c40000 !important;
  background-color: #fde1de;
}
.estimate_renewal #mainForm .step_content .mainForm_content .mainForm_item .mainForm_edit_item input.valid,
.estimate_renewal #mainForm .step_content .mainForm_content .mainForm_item .mainForm_edit_item select.valid {
  border-color: #2ba461 !important;
  background-color: #eeffee;
}
.estimate_renewal #mainForm .step_content .mainForm_content .mainForm_item .mainForm_edit_item .email-suggest {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  z-index: 10;
  max-height: 200px;
  overflow-y: auto;
  display: none;
}
.estimate_renewal #mainForm .step_content .mainForm_content .mainForm_item .mainForm_edit_item .email-suggest:not(:empty) {
  display: block;
}
.estimate_renewal #mainForm .step_content .mainForm_content .mainForm_item .mainForm_edit_item .email-suggest .suggest-item {
  padding: 8px 12px;
  font-size: 14px;
  height: 40px;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.estimate_renewal #mainForm .step_content .mainForm_content .mainForm_item .mainForm_edit_item .email-suggest .suggest-item:hover {
  background: #f0f0f0;
}
.estimate_renewal #mainForm .step_content .mainForm_content .mainForm_item .mainForm_edit_item-address {
  width: 100%;
  margin-top: 40px;
}
.estimate_renewal #mainForm .step_content .mainForm_content .mainForm_item .mainForm_edit_item-email {
  width: 80%;
  position: relative;
}
.estimate_renewal #mainForm .step_content .mainForm_content .mainForm_item .mainForm_edit_item-email input {
  width: 100% !important;
}
.estimate_renewal #mainForm .step_content .mainForm_content .terms_intro {
  font-size: 16px;
  text-align: center;
}
.estimate_renewal #mainForm .step_content .mainForm_content .terms_annotation {
  font-size: 12px;
  line-height: 1.4;
  padding: 11px 0 11px 15px;
  border: 1px solid #e5e5e5;
}
.estimate_renewal #mainForm .step_content .mainForm_content .terms_choice {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  padding: 8px 0 8px 10px;
  margin-bottom: 5px;
  border-radius: 9px;
  background: #2ca461;
}
.estimate_renewal #mainForm .step_content .mainForm_content .fukidashi_mulch {
  position: relative;
  display: inline-block;
  margin-bottom: 10px;
  padding: 5px 10px;
  border: 2.5px solid #2ca461;
  border-radius: 9999px;
  background-color: #e6f2ed;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  color: #000;
}
.estimate_renewal #mainForm .step_content .mainForm_content .fukidashi_mulch::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 15%;
  border-style: solid;
  border-width: 10px 8.5px 0 8.5px;
  border-color: #2ca461 transparent transparent;
  translate: -50% 100%;
}
.estimate_renewal #mainForm .step_content .mainForm_content .fukidashi_mulch::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 15%;
  border-style: solid;
  border-width: 6.9px 5.9px 0 5.9px;
  border-color: #e6f2ed transparent transparent;
  translate: -50% 100%;
}
.estimate_renewal #mainForm .step_content .mainForm_content .services_item_wrap {
  display: block;
  padding: 20px 0;
  margin: 0;
  border-bottom: 3px dotted #e5e5e5;
}
.estimate_renewal #mainForm .step_content .mainForm_content .services_item_wrap--first {
  border-top: 3px dotted #e5e5e5;
}
.estimate_renewal #mainForm .step_content .mainForm_content .services_item_wrap:last-of-type {
  border-bottom: none;
}
.estimate_renewal #mainForm .step_content .mainForm_content .services_item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  cursor: default;
}
.estimate_renewal #mainForm .step_content .mainForm_content .services_item_text {
  display: block;
  flex: 1;
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  cursor: pointer;
}
.estimate_renewal #mainForm .step_content .mainForm_content .services_item .services_note {
  display: block;
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN W3";
  font-size: 14px;
  line-height: 1.3;
  margin-top: 5px;
}
.estimate_renewal #mainForm .step_content .mainForm_content .checkbox {
  display: inline-block;
  position: relative;
  width: 20px;
  height: 20px;
  border: 2px solid #ccc;
  border-radius: 4px;
  flex-shrink: 0;
  vertical-align: sub;
  cursor: pointer;
}
.estimate_renewal #mainForm .step_content .mainForm_content .checkbox.error {
  border-color: #c40000 !important;
  background-color: #fde1de;
}
.estimate_renewal #mainForm .step_content .mainForm_content input[type=checkbox]:checked + .checkbox {
  background-color: #2ba461;
  border-color: #2ba461;
}
.estimate_renewal #mainForm .step_content .mainForm_content input[type=checkbox]:checked + .checkbox::after {
  content: "";
  position: absolute;
  top: 3px;
  left: 5px;
  width: 3px;
  height: 7px;
  border-right: 3px solid #fff;
  border-bottom: 3px solid #fff;
  transform: rotate(45deg);
}
.estimate_renewal #mainForm .step_content .mainForm_content > .error-message {
  position: relative;
  display: inline-block;
  font-size: 14px;
  color: #fff;
  line-height: 1;
  background: transparent;
  padding: 5px;
  white-space: nowrap;
  margin-top: 8px;
  opacity: 0;
}
.estimate_renewal #mainForm .step_content .mainForm_content > .error-message.show {
  opacity: 1;
  background: #cc0f00;
}
.estimate_renewal #mainForm .step_content .mainForm_content > .error-message.show::after {
  content: "";
  position: absolute;
  top: 0;
  left: 5%;
  border-style: solid;
  border-width: 0 2.5px 5px 2.5px;
  border-color: transparent transparent #c40f00;
  translate: -50% -100%;
}
.estimate_renewal #mainForm .step_content .mainForm_content--step2 {
  padding-top: 1px;
}
.estimate_renewal #mainForm .step_content .mainForm_content--step2::before {
  top: 0;
}
.estimate_renewal #mainForm .step_content .mainForm_content--step2 .mainForm_edit_item input:not([type=radio]):not([type=checkbox]) {
  min-width: 300px;
}
.estimate_renewal #mainForm .step_content .step_content_bottom {
  text-align: center;
  padding: 20px 0;
  margin-top: 40px;
  background: #fffcbc;
}
.estimate_renewal #mainForm .step_content .step_content_bottom--step3 {
  margin-top: 0;
}
.estimate_renewal #mainForm .step_content .step_content_bottom .btn-next,
.estimate_renewal #mainForm .step_content .step_content_bottom .btn-submit {
  display: inline-block;
  width: 60%;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  padding: 28px 0;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}
.estimate_renewal #mainForm .step_content .step_content_bottom .btn-next span,
.estimate_renewal #mainForm .step_content .step_content_bottom .btn-submit span {
  font-family: "DIN 2014", din-2014, sans-serif;
  font-size: 12px;
  padding: 3px 8px;
  margin-right: 8px;
  border-radius: 4px;
  background: #fff;
  vertical-align: middle;
}
.estimate_renewal #mainForm .step_content .step_content_bottom .btn-next::after,
.estimate_renewal #mainForm .step_content .step_content_bottom .btn-submit::after {
  content: " ›";
  font-size: 22px;
}
.estimate_renewal #mainForm .step_content .step_content_bottom .btn-next:hover:not(:disabled),
.estimate_renewal #mainForm .step_content .step_content_bottom .btn-submit:hover:not(:disabled) {
  opacity: 0.8;
}
.estimate_renewal #mainForm .step_content .step_content_bottom--step1 .btn-next,
.estimate_renewal #mainForm .step_content .step_content_bottom--step1 .btn-submit, .estimate_renewal #mainForm .step_content .step_content_bottom--step2 .btn-next,
.estimate_renewal #mainForm .step_content .step_content_bottom--step2 .btn-submit {
  background: #24aadd;
  box-shadow: 0 5px 0 rgb(19, 126, 167);
}
.estimate_renewal #mainForm .step_content .step_content_bottom--step1 .btn-next span,
.estimate_renewal #mainForm .step_content .step_content_bottom--step1 .btn-submit span, .estimate_renewal #mainForm .step_content .step_content_bottom--step2 .btn-next span,
.estimate_renewal #mainForm .step_content .step_content_bottom--step2 .btn-submit span {
  color: #24aadd;
}
.estimate_renewal #mainForm .step_content .step_content_bottom--step3 .btn-next,
.estimate_renewal #mainForm .step_content .step_content_bottom--step3 .btn-submit {
  background: #fe8400;
  box-shadow: 0 5px 0 rgb(209, 109, 1);
}
.estimate_renewal #mainForm .step_content .btn-prev {
  font-size: 15px;
  color: #888;
  background: #fff;
  border: 2px solid #888;
  border-radius: 4px;
  padding: 15px 25px;
  cursor: pointer;
  margin-right: 16px;
}
.estimate_renewal #mainForm .step_content .btn-prev::before {
  content: "‹ ";
  font-size: 22px;
}
.estimate_renewal #mainForm .step_content .btn-prev:hover {
  opacity: 0.8;
}
.estimate_renewal #mainForm .required-counter {
  height: 20px;
  margin: 3px 0 0;
  font-size: 14px;
  color: #c40000;
}
.estimate_renewal #mainForm #privacy-modal[aria-hidden=true] {
  display: none;
}
.estimate_renewal #mainForm #privacy-modal .modal__overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 100;
}
.estimate_renewal #mainForm #privacy-modal .modal__container {
  display: flex;
  flex-direction: column;
  width: 80%;
  max-width: 960px;
  height: 60vh;
  min-height: 540px;
  background: #fff;
  overflow: hidden;
}
.estimate_renewal #mainForm #privacy-modal .modal__header {
  flex-shrink: 0;
  padding: 22px 20px;
  background: #2ba461;
}
.estimate_renewal #mainForm #privacy-modal .modal__header h2 {
  font-size: 20px;
  color: #fff;
  line-height: 1;
  margin: 0;
}
.estimate_renewal #mainForm #privacy-modal .modal__content {
  flex: 1;
  overflow-y: auto;
  padding: 20px 30px;
}
.estimate_renewal #mainForm #privacy-modal .modal__content h3 {
  position: inherit;
  transform: inherit;
  display: inline-block;
  width: 100%;
  max-width: 100%;
  font-size: 20px;
  color: #2ba461;
  text-align: left;
  border-bottom: 1px solid #2ba461;
  padding-bottom: 10px;
  margin: 0;
  border-radius: 0;
  background: transparent;
}
.estimate_renewal #mainForm #privacy-modal .modal__content p {
  font-size: 18px;
  line-height: 1.6;
}
.estimate_renewal #mainForm #privacy-modal .modal__footer {
  flex-shrink: 0;
  padding: 10px 20px;
  text-align: center;
  background: #ededed;
}
.estimate_renewal #mainForm #privacy-modal .modal__footer button {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 7px;
  width: 45%;
  font-size: 26px;
  color: #fff;
  line-height: 1;
  padding: 20px 0;
  margin: 0 auto;
  border: none;
  border-radius: 32px;
  background: #707070;
  cursor: pointer;
}
.estimate_renewal #mainForm #privacy-modal .modal__footer button::before {
  content: "";
  display: inline-;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  font-size: 12px;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='10' cy='10' r='9' fill='white'/%3E%3Cpath d='M6 6l8 8M14 6l-8 8' stroke='%23707070' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
}
.estimate_renewal #mainForm #privacy-modal .modal__footer button:hover {
  opacity: 0.8;
}
.estimate_renewal #mainForm .confirm_content {
  padding: 0 65px;
}
.estimate_renewal #mainForm .confirm_content .confirm_item .confirm_label {
  min-width: 150px;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  line-height: 1.2;
}
.estimate_renewal #mainForm .confirm_content .confirm_item .confirm_value {
  flex: 1;
  font-size: 16px;
  color: #000;
  line-height: 1.6;
}
.estimate_renewal #mainForm .confirm_content .confirm_item .btn-edit-wrap {
  white-space: nowrap;
  font-size: 12px;
  color: #888;
}
.estimate_renewal #mainForm .confirm_content .confirm_item .btn-edit {
  font-size: 12px;
  color: #888;
}
.estimate_renewal #mainForm .confirm_content .confirm_item .btn-edit:hover {
  opacity: 0.8;
}
.estimate_renewal #mainForm .confirm_content_fukidashi {
  position: relative;
  width: 100%;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  line-height: 1;
  padding: 13px 0;
  margin: 15px auto;
  border-radius: 8px;
  background: #e6f2ed;
}
.estimate_renewal #mainForm .confirm_content_fukidashi::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  border-style: solid;
  border-width: 15px 7.5px 0 7.5px;
  border-color: #e6f2ed transparent transparent;
  translate: -50% 100%;
}
.estimate_renewal input.highlight:not([type=radio]),
.estimate_renewal select.highlight {
  background-color: #fffcbc !important;
  border-color: #f5a623 !important;
  transition: background-color 0.3s;
}
.estimate_renewal .services_item_wrap.highlight {
  background-color: #fffcbc;
  transition: background-color 0.3s;
}
.estimate_renewal .mainForm_edit--radio.highlight {
  background-color: #fffcbc;
  border-radius: 4px;
  transition: background-color 0.3s;
}
.estimate_renewal .estimate_thanks {
  text-align: center;
  padding: 25px 40px;
  margin: 45px 0 20px;
  border: 1px solid #e5e5e5;
}
.estimate_renewal .estimate_thanks h3 {
  font-size: 22px;
  font-weight: bold;
  margin: 0;
}
.estimate_renewal .estimate_thanks p {
  font-size: 16px;
  padding: 20px 0;
  margin: 0;
}
.estimate_renewal .estimate_thanks_message {
  padding-top: 0 !important;
  border-bottom: 3px dotted #e5e5e5;
}
.estimate_renewal .estimate_thanks_information {
  text-align: left;
}
.estimate_renewal .estimate_thanks_link-top {
  display: block;
  width: fit-content;
  text-decoration: underline;
  margin: 0 auto;
}

.bottom__ssl {
  text-align: center;
  margin: 20px 0;
}
.bottom__ssl #ss_gmo_globalsign_secured_site_seal {
  margin: 0 auto;
  background: #000;
}/*# sourceMappingURL=form-renewal.css.map */