.sell-page-main,
.consult-page-main {
  font-family: -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
  color: #222222;
  background: #ffffff;
  line-height: 1.6;
  width: 100%;
  overflow-x: hidden;
}

.sell-container,
.consult-container {
  max-width: 1040px;
  margin: 0 auto;
  padding: 0 20px;
}
@media screen and (max-width: 767px) {
  .sell-container,
  .consult-container {
    padding: 0 16px;
  }
}

.consult-container {
  max-width: 960px;
}

.sell-section,
.consult-section {
  padding: 60px 0;
}
@media screen and (max-width: 767px) {
  .sell-section,
  .consult-section {
    padding: 40px 0;
  }
}
.sell-section.sell-bg-blue,
.consult-section.sell-bg-blue {
  background-color: #0d60d8;
  color: #ffffff;
}
.sell-section.sell-bg-gray,
.consult-section.sell-bg-gray {
  background-color: #f4f6f8;
}
.sell-section.sell-bg-white,
.consult-section.sell-bg-white {
  background-color: #ffffff;
}

.sell-section-head,
.consult-section-head {
  margin-bottom: 36px;
}
@media screen and (max-width: 767px) {
  .sell-section-head,
  .consult-section-head {
    margin-bottom: 24px;
  }
}

.sell-section-title,
.consult-section-title {
  font-size: 26px;
  font-weight: 800;
  color: #222222;
  margin: 0 0 10px 0;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .sell-section-title,
  .consult-section-title {
    font-size: 20px;
  }
}

.sell-section-subtitle,
.consult-section-subtitle {
  font-size: 14px;
  color: #555555;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .sell-section-subtitle,
  .consult-section-subtitle {
    font-size: 14px;
  }
}

.color-blue {
  color: #0d60d8 !important;
}

.fp-container {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 20px;
}
@media screen and (max-width: 767px) {
  .fp-container {
    padding: 0 16px;
  }
}

.fp-section {
  padding: 70px 0;
}
@media screen and (max-width: 767px) {
  .fp-section {
    padding: 44px 0;
  }
}
.fp-section.fp-bg-blue {
  background-color: #1d5bd8;
  color: #ffffff;
}
.fp-section.fp-bg-gray {
  background-color: #f4f6f8;
}

.fp-img-fluid {
  width: 90%;
  height: auto;
  display: block;
  margin: 0 auto;
}

.fp-section-header {
  text-align: center;
  margin-bottom: 44px;
}
@media screen and (max-width: 767px) {
  .fp-section-header {
    margin-bottom: 28px;
  }
}
.fp-section-header .fp-section-title {
  font-size: 30px;
  font-weight: 800;
  color: #1e293b;
  margin: 0 0 8px 0;
  letter-spacing: -0.5px;
}
@media screen and (max-width: 767px) {
  .fp-section-header .fp-section-title {
    font-size: 22px;
  }
}
.fp-section-header .fp-section-subtitle {
  font-size: 14px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .fp-section-header .fp-section-subtitle {
    font-size: clamp(12px, 3.6vw, 14px);
  }
}

.fp-section-footer {
  text-align: center;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .fp-section-footer {
    margin-top: 28px;
  }
}

.fp-sim-policy {
  font-size: 11px;
  color: #64748b;
  margin-top: 14px;
}
@media screen and (max-width: 767px) {
  .fp-sim-policy {
    font-size: 10.5px;
    margin-top: 12px;
  }
}
.fp-sim-policy a {
  color: #64748b;
  text-decoration: underline;
}
.fp-sim-policy a:hover {
  color: #0b62d4;
}

.sell-btn-blue-wide {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background-color: #0d60d8;
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  padding: 14px 40px;
  border-radius: 30px;
  text-decoration: none;
  transition: all 0.3s;
  box-shadow: 0 4px 12px rgba(13, 96, 216, 0.3);
}
.sell-btn-blue-wide:hover {
  background-color: #0947a6;
  color: #ffffff;
  transform: translateY(-2px);
}
@media screen and (max-width: 767px) {
  .sell-btn-blue-wide {
    width: 100%;
    max-width: 320px;
    padding: 14px 20px;
    font-size: 15px;
  }
}

.sell-btn-blue-rounded {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background-color: #0d60d8;
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  padding: 10px 24px;
  border-radius: 24px;
  text-decoration: none;
  transition: all 0.3s;
}
.sell-btn-blue-rounded:hover {
  background-color: #0947a6;
  color: #ffffff;
}

.sell-btn-orange-lg {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  max-width: 360px;
  background-color: #ff852d;
  color: #ffffff;
  font-size: 18px;
  font-weight: 800;
  padding: 16px 24px;
  border-radius: 30px;
  border: none;
  border-bottom: 4px solid #d96512;
  cursor: pointer;
  box-shadow: 0 4px 12px rgba(217, 101, 18, 0.25);
  transition: all 0.2s;
}
.sell-btn-orange-lg:hover {
  background-color: #f0771e;
  transform: translateY(-2px);
}
@media screen and (max-width: 767px) {
  .sell-btn-orange-lg {
    font-size: 16px;
    padding: 14px 20px;
    border-bottom-width: 3px;
  }
}

.consult-btn-orange {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background-color: #ff852d;
  color: #ffffff !important;
  font-size: 16px;
  font-weight: 800;
  width: 100%;
  max-width: 240px;
  height: 48px;
  border-radius: 9999px;
  border: none;
  border-bottom: 3px solid #d96512;
  cursor: pointer;
  box-shadow: 0 4px 12px rgba(217, 101, 18, 0.25);
  text-decoration: none;
  box-sizing: border-box;
  transition: transform 0.15s, box-shadow 0.15s, background-color 0.15s;
}
.consult-btn-orange i {
  font-size: 13px;
  transition: transform 0.2s ease;
}
.consult-btn-orange:hover {
  background-color: #f0771e;
  color: #ffffff !important;
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(217, 101, 18, 0.35);
}
.consult-btn-orange:hover i {
  transform: translateX(3px);
}
@media screen and (max-width: 767px) {
  .consult-btn-orange {
    height: 46px;
    font-size: 15px;
    max-width: 260px;
  }
}

.sell-btn-blue-sp {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background-color: #0d60d8;
  color: #ffffff;
  font-size: 15px;
  font-weight: 700;
  padding: 14px 20px;
  border-radius: 6px;
  text-decoration: none;
  box-shadow: 0 3px 10px rgba(13, 96, 216, 0.3);
}

.sell-btn-line-sp {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background-color: #06c755;
  color: #ffffff;
  font-size: 15px;
  font-weight: 700;
  padding: 14px 20px;
  border-radius: 6px;
  text-decoration: none;
  box-shadow: 0 3px 10px rgba(6, 199, 85, 0.3);
}
.sell-btn-line-sp i {
  font-size: 20px;
}

.sell-btn-maintenance {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background-color: #0d60d8;
  color: #ffffff;
  font-size: 15px;
  font-weight: 700;
  padding: 13px 34px;
  border-radius: 9999px;
  text-decoration: none;
  transition: background-color 0.2s, transform 0.2s, box-shadow 0.2s;
  box-shadow: 0 4px 12px rgba(13, 96, 216, 0.25);
}
.sell-btn-maintenance:hover {
  background-color: #0947a6;
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(13, 96, 216, 0.35);
  color: #ffffff;
}
.sell-btn-maintenance i {
  font-size: 12px;
}
@media screen and (max-width: 767px) {
  .sell-btn-maintenance {
    width: 100%;
    padding: 14px 20px;
    font-size: 15px;
  }
}

.fp-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  font-family: inherit;
  font-size: 16px;
  font-weight: 800;
  line-height: 1.4;
  padding: 14px 44px;
  border-radius: 50px;
  text-decoration: none;
  text-align: center;
  transition: all 0.25s ease;
  cursor: pointer;
  border: none;
  outline: none;
  appearance: none;
  -webkit-appearance: none;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .fp-btn {
    font-size: 14px;
    padding: 12px 24px;
    width: 100%;
    max-width: 320px;
  }
}
.fp-btn i {
  font-size: 13px;
  transition: transform 0.2s;
}
.fp-btn:hover i {
  transform: translateX(4px);
}
.fp-btn.fp-btn-primary {
  background: #0b62d4;
  color: #ffffff;
}
.fp-btn.fp-btn-primary:hover {
  background: #0947a6;
  color: #ffffff;
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(11, 98, 212, 0.3);
}

.sell-staff-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-bottom: 36px;
}
@media screen and (max-width: 767px) {
  .sell-staff-grid {
    grid-template-columns: 1fr;
    gap: 16px;
    margin-bottom: 28px;
  }
}

.staff-card {
  background: #ffffff;
  border-radius: 16px;
  padding: 36px 24px 32px;
  text-align: center;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
  border: none;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .staff-card {
    padding: 24px 18px 22px;
    border-radius: 12px;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    text-align: left;
  }
}
.staff-card .staff-photo {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto 20px;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .staff-card .staff-photo {
    width: 100px;
    height: 100px;
    margin-bottom: 0;
  }
}
.staff-card .staff-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.staff-card .staff-info {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .staff-card .staff-info {
    width: calc(100% - 120px);
  }
}
.staff-card .staff-info .staff-name {
  font-size: 20px;
  font-weight: 800;
  color: #222222;
  margin-bottom: 4px;
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  .staff-card .staff-info .staff-name {
    font-size: 18px;
  }
}
.staff-card .staff-info .staff-role {
  font-size: 13px;
  color: #64748b;
  margin-bottom: 14px;
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  .staff-card .staff-info .staff-role {
    font-size: 12px;
    margin-bottom: 12px;
  }
}
.staff-card .staff-info .staff-comment {
  font-size: 14px;
  color: #333333;
  line-height: 1.6;
  margin: 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .staff-card .staff-info .staff-comment {
    font-size: 13px;
    text-align: left;
  }
}

.sell-faq {
  background-color: #f8fafc;
}

.sell-faq-card {
  max-width: 800px;
  margin: 0 auto;
}

.sell-faq-list {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.faq-item {
  background: #ffffff;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.02);
}

.faq-question {
  padding: 18px 20px;
  display: flex;
  align-items: center;
  gap: 14px;
  cursor: pointer;
  user-select: none;
  transition: background 0.2s;
}
@media screen and (max-width: 767px) {
  .faq-question {
    padding: 14px 16px;
    gap: 10px;
  }
}
.faq-question:hover {
  background: #f8fbff;
}

.faq-q-icon {
  font-size: 18px;
  font-weight: 900;
  color: #0d60d8;
}

.faq-q-text {
  flex: 1;
  font-size: 15.5px;
  font-weight: 700;
  color: #0d60d8;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .faq-q-text {
    font-size: 14px;
  }
}

.faq-toggle-icon {
  width: 16px;
  height: 16px;
  position: relative;
  flex-shrink: 0;
}
.faq-toggle-icon::before, .faq-toggle-icon::after {
  content: "";
  position: absolute;
  background-color: #0d60d8;
  transition: transform 0.25s ease;
}
.faq-toggle-icon::before {
  top: 7px;
  left: 0;
  width: 16px;
  height: 2px;
}
.faq-toggle-icon::after {
  top: 0;
  left: 7px;
  width: 2px;
  height: 16px;
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
}

.faq-answer-inner {
  padding: 0 20px 18px 48px;
}
@media screen and (max-width: 767px) {
  .faq-answer-inner {
    padding: 0 16px 14px 40px;
  }
}

.faq-a-text {
  font-size: 14px;
  color: #4a5568;
  line-height: 1.65;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .faq-a-text {
    font-size: 12.5px;
  }
}

.faq-item.is-active .faq-toggle-icon::after {
  transform: rotate(90deg);
  opacity: 0;
}

.sell-section-btn-wrap {
  margin-top: 48px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sell-section-btn-wrap {
    margin-top: 32px;
  }
}

.sell-form-section,
.consult-form-section {
  background-color: #0d60d8;
  padding: 60px 0;
}
@media screen and (max-width: 767px) {
  .sell-form-section,
  .consult-form-section {
    padding: 40px 0 50px;
  }
}

.sell-form-wrap {
  background: #ebf2f9;
  width: 1000px;
  max-width: 100%;
  margin: 0 auto;
  padding: 60px 100px;
  border-radius: 20px;
}
@media screen and (max-width: 767px) {
  .sell-form-wrap {
    padding: 30px 10px;
  }
}

.sell-form-head {
  margin-bottom: 32px;
}
.sell-form-head .form-badge-ribbon {
  display: inline-block;
  color: #0d60d8;
  font-size: 16px;
  font-weight: 800;
  letter-spacing: 0.05em;
  margin-bottom: 8px;
}
@media screen and (max-width: 767px) {
  .sell-form-head .form-badge-ribbon {
    font-size: 14px;
  }
}
.sell-form-head .form-title {
  font-size: 30px;
  font-weight: 900;
  color: #1a202c;
  margin: 0 0 10px 0;
  letter-spacing: -0.01em;
}
@media screen and (max-width: 767px) {
  .sell-form-head .form-title {
    font-size: 22px;
  }
}
.sell-form-head .form-subtitle {
  font-size: 13.5px;
  color: #4a5568;
  line-height: 1.6;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .sell-form-head .form-subtitle {
    font-size: 12px;
  }
}

.sell-main-form,
.consult-main-form {
  width: 100%;
}

.form-consult-section {
  margin-bottom: 28px;
}
.form-consult-section .form-consult-title {
  font-size: 16px;
  font-weight: 800;
  color: #1a202c;
  margin-bottom: 14px;
}
@media screen and (max-width: 767px) {
  .form-consult-section .form-consult-title {
    font-size: 14.5px;
  }
}
.form-consult-section .form-consult-title .label-note {
  font-size: 14px;
  font-weight: 500;
  color: #4a5568;
  margin-left: 4px;
}
.form-consult-section .form-consult-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 14px;
}
@media screen and (max-width: 767px) {
  .form-consult-section .form-consult-tags {
    gap: 8px;
  }
}
.form-consult-section .form-consult-tags .consult-tag-item {
  background: #ffffff;
  border-radius: 4px;
  padding: 10px 16px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  user-select: none;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04);
  transition: background-color 0.2s, box-shadow 0.2s;
}
@media screen and (max-width: 767px) {
  .form-consult-section .form-consult-tags .consult-tag-item {
    padding: 8px 12px;
    font-size: 12px;
  }
}
.form-consult-section .form-consult-tags .consult-tag-item input[type=checkbox] {
  display: none;
}
.form-consult-section .form-consult-tags .consult-tag-item .custom-checkbox {
  width: 16px;
  height: 16px;
  border: 1px solid #d1d5db;
  border-radius: 2px;
  background: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: all 0.2s ease;
  position: relative;
}
.form-consult-section .form-consult-tags .consult-tag-item .custom-checkbox::after {
  content: "";
  display: none;
  width: 5px;
  height: 9px;
  border: solid #0b60d8;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  margin-bottom: 2px;
}
.form-consult-section .form-consult-tags .consult-tag-item input[type=checkbox]:checked + .custom-checkbox {
  border-color: #0b60d8;
  background-color: #f0f7ff;
}
.form-consult-section .form-consult-tags .consult-tag-item input[type=checkbox]:checked + .custom-checkbox::after {
  display: block;
}
.form-consult-section .form-consult-tags .consult-tag-item .tag-text {
  font-size: 14px;
  font-weight: 500;
  color: #222222;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .form-consult-section .form-consult-tags .consult-tag-item .tag-text {
    font-size: 13px;
  }
}
.form-consult-section .form-consult-tags .consult-tag-item:hover {
  background-color: #f8fbff;
}

.consult-form-group {
  margin-bottom: 20px;
}
.consult-form-group .form-group-label {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 12px;
}
.consult-form-group .form-group-label .label-name {
  font-size: 15px;
  font-weight: 800;
  color: #1a202c;
}
.consult-form-group .form-group-label .label-note {
  font-size: 12.5px;
  color: #64748b;
}
.consult-form-group .form-group-label .badge-required {
  background-color: #64748b;
  color: #ffffff;
  font-size: 10.5px;
  font-weight: 700;
  padding: 2px 6px;
  border-radius: 3px;
  line-height: 1.2;
}

.form-inputs-table,
.form-fields-table {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.form-row {
  display: grid;
  grid-template-columns: 200px 1fr;
  align-items: center;
  gap: 16px;
  margin-bottom: 16px;
}
@media screen and (max-width: 767px) {
  .form-row {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 6px;
    margin-bottom: 14px;
  }
}

.form-label {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 6px;
}
.form-label .label-name {
  font-size: 14px;
  font-weight: 700;
  color: #2d3748;
}
.form-label .badge-required {
  background-color: #64748b;
  color: #ffffff;
  font-size: 10.5px;
  font-weight: 700;
  padding: 2px 6px;
  border-radius: 3px;
  line-height: 1.2;
}
.form-label .badge-optional {
  border: 1px solid #cbd5e1;
  color: #64748b;
  background-color: #ffffff;
  font-size: 10.5px;
  font-weight: 700;
  padding: 1px 5px;
  border-radius: 3px;
  line-height: 1.2;
}
.form-label .label-subnote {
  display: block;
  width: 100%;
  font-size: 11px;
  color: #64748b;
  font-weight: 500;
  margin-top: 2px;
}

.form-field {
  width: 100%;
  position: relative;
}
.form-field.form-field-triplet {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}
@media screen and (max-width: 767px) {
  .form-field.form-field-triplet {
    grid-template-columns: 1fr;
    gap: 8px;
  }
}

.form-field-method-cards {
  width: 100%;
  position: relative;
  display: flex;
  gap: 12px;
}
@media screen and (max-width: 767px) {
  .form-field-method-cards.sp-full {
    flex-direction: column;
  }
}
.form-field-method-cards .method-card {
  flex: 1 1 0;
  min-width: 0;
}
@media screen and (max-width: 767px) {
  .form-field-method-cards .method-card.sp-full {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .form-field-method-cards {
    gap: 8px;
  }
}

.method-card {
  display: block;
  cursor: pointer;
  user-select: none;
}
.method-card input[type=radio] {
  display: none;
}
.method-card .method-card-inner {
  background: #ffffff;
  border: 1px solid #0d60d8;
  border-radius: 4px;
  padding: 10px 12px;
  text-align: center;
  transition: all 0.2s ease;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 50px;
}
.method-card .method-card-inner .method-title {
  color: #0d60d8;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.3;
}
.method-card .method-card-inner .method-desc {
  color: #0d60d8;
  font-size: 11.5px;
  font-weight: 500;
  margin-top: 2px;
  line-height: 1.2;
}
.method-card:hover .method-card-inner {
  background-color: #f0f7ff;
}
.method-card input[type=radio]:checked + .method-card-inner {
  background-color: #0d60d8;
  box-shadow: inset 0 0 0 1px #0d60d8;
}
.method-card input[type=radio]:checked + .method-card-inner .method-title,
.method-card input[type=radio]:checked + .method-card-inner .method-desc {
  color: #ffffff;
}

.form-control {
  width: 100%;
  height: 46px;
  padding: 0 14px;
  background: #ffffff;
  border: 1px solid #d8e2ec;
  border-radius: 4px;
  font-size: 14px;
  color: #1a202c;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.04);
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .form-control {
    font-size: 16px;
  }
}
.form-control::placeholder {
  color: #a0aec0;
}
.form-control:focus {
  outline: 2px solid #0d60d8;
  outline-offset: -1px;
  border-color: #0d60d8;
}

.form-textarea {
  height: auto;
  min-height: 100px;
  padding: 12px 14px;
  resize: vertical;
}

.select-wrap {
  position: relative;
}
.select-wrap select {
  appearance: none;
  -webkit-appearance: none;
  padding-right: 36px;
  cursor: pointer;
}
.select-wrap .select-arrow {
  position: absolute;
  right: 14px;
  top: 50%;
  transform: translateY(-50%);
  color: #64748b;
  pointer-events: none;
  font-size: 13px;
}

.form-err {
  display: none;
  color: #ef4444;
  font-size: 12px;
  font-weight: 600;
  margin-top: 5px;
  line-height: 1.3;
}

.has-error .form-control {
  outline: 2px solid #ef4444 !important;
  box-shadow: 0 0 0 3px rgba(239, 68, 68, 0.12) !important;
}
.has-error .form-err {
  display: block;
}

.sell-form-submit-wrap,
.form-submit-wrap {
  margin-top: 10px;
}

.sell-submit-btn-wrap {
  display: inline-block;
  position: relative;
  width: 100%;
  max-width: 360px;
  transition: transform 0.15s ease;
}
@media screen and (max-width: 767px) {
  .sell-submit-btn-wrap {
    max-width: 100%;
  }
}
.sell-submit-btn-wrap i {
  position: absolute;
  right: 24px;
  top: 50%;
  margin: 0;
  transform: translateY(-50%);
  color: #ffffff;
  font-size: 14px;
  pointer-events: none;
  transition: transform 0.2s ease;
}
@media screen and (max-width: 767px) {
  .sell-submit-btn-wrap i {
    right: 20px;
  }
}
.sell-submit-btn-wrap:hover {
  transform: translateY(-2px);
}
.sell-submit-btn-wrap:hover i {
  transform: translateY(-50%) translateX(3px);
}
.sell-submit-btn-wrap:hover .sell-btn-orange-submit {
  background-color: #f0771e !important;
  box-shadow: 0 6px 16px rgba(217, 101, 18, 0.35);
}
.sell-submit-btn-wrap:active {
  transform: translateY(0);
}
.sell-submit-btn-wrap:active .sell-btn-orange-submit {
  box-shadow: 0 2px 6px rgba(217, 101, 18, 0.25);
}

.sell-btn-orange-submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  background-color: #ff852d !important;
  color: #ffffff !important;
  font-size: 18px !important;
  font-weight: 800;
  width: 100%;
  max-width: 360px !important;
  height: 56px;
  padding: 0 30px;
  border-radius: 9999px !important;
  border: none;
  border-bottom: 3px solid #d96512;
  cursor: pointer;
  box-shadow: 0 4px 12px rgba(217, 101, 18, 0.25);
  box-sizing: border-box;
  transition: transform 0.15s, box-shadow 0.15s, background-color 0.15s;
  text-align: center;
  letter-spacing: 0.02em;
}
.sell-btn-orange-submit i {
  font-size: 13px;
  transition: transform 0.2s ease;
}
.sell-btn-orange-submit:hover {
  background-color: #f0771e;
  color: #ffffff !important;
  box-shadow: 0 6px 16px rgba(217, 101, 18, 0.35);
}
.sell-btn-orange-submit:hover i {
  transform: translateX(3px);
}
@media screen and (max-width: 767px) {
  .sell-btn-orange-submit {
    height: 52px;
    font-size: 16px;
    max-width: 100%;
    padding: 0 16px;
  }
}

.sell-hero {
  padding: 20px 0 0;
  background: #ffffff url("../../../img/sell/fv-bg.png") no-repeat center bottom 220px/100% auto;
  position: relative;
}
.sell-hero::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 220px;
  background-color: #0d60d8;
  z-index: 1;
  pointer-events: none;
}
.sell-hero .sell-container {
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .sell-hero::after {
    height: 180px;
  }
}

.sell-hero-grid {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 32px;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .sell-hero-grid {
    flex-direction: column;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
  }
}

.sell-hero-content {
  flex: 1 1 50%;
  max-width: 530px;
}
@media screen and (max-width: 767px) {
  .sell-hero-content {
    flex: 1 1 100%;
    max-width: 100%;
    width: 100%;
    text-align: center;
    background: url("../../../img/sell/fv-bg-sp.png") no-repeat center bottom/100% auto;
  }
}
.sell-hero-content .sell-hero-badge {
  display: inline-block;
  background-color: #0b60d8;
  color: #ffffff;
  font-size: 15px;
  font-weight: 700;
  padding: 5px 18px;
  border-radius: 4px;
  margin-bottom: 22px;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .sell-hero-content .sell-hero-badge {
    display: block;
    width: 90%;
    max-width: 320px;
    margin: 0 auto 8px;
    font-size: 14px;
    padding: 3px 5px;
  }
}
.sell-hero-content .sell-hero-title {
  font-size: 38px;
  font-weight: 900;
  line-height: 1.34;
  color: #0b60d8;
  margin: 0 0 20px 0;
  letter-spacing: -0.5px;
}
@media screen and (max-width: 767px) {
  .sell-hero-content .sell-hero-title {
    font-size: 22px;
    line-height: 1.35;
    margin-bottom: 8px;
  }
}
.sell-hero-content .sell-hero-subtitle {
  font-size: 17px;
  font-weight: 500;
  color: #444444;
  line-height: 1.65;
  margin: 0 0 15px 0;
}
@media screen and (max-width: 767px) {
  .sell-hero-content .sell-hero-subtitle {
    font-size: 14px;
    line-height: 1.55;
    margin-bottom: 0;
  }
}
.sell-hero-content .sell-hero-link-wrap {
  font-size: 16px;
  font-weight: 700;
  color: #111111;
  line-height: 1.5;
}
.sell-hero-content .sell-hero-link-wrap .sell-hero-link {
  color: #0d60d8;
  text-decoration: underline;
  text-underline-offset: 4px;
  transition: opacity 0.2s;
}
.sell-hero-content .sell-hero-link-wrap .sell-hero-link:hover {
  opacity: 0.8;
}

.sell-hero-card {
  flex: 0 0 460px;
  width: 460px;
  background-color: #fff8ee;
  border-radius: 20px;
  padding: 15px 24px;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .sell-hero-card {
    flex: 1 1 100%;
    width: 100%;
    max-width: 100%;
    border-radius: 16px;
    padding: 6px 10px;
    margin: 0 0 6px;
  }
}
.sell-hero-card .sell-card-section {
  margin-bottom: 10px;
}
.sell-hero-card .sell-card-section:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .sell-hero-card .sell-card-section {
    margin-bottom: 18px;
  }
}
.sell-hero-card .sell-card-heading {
  color: #fa8426;
  font-size: 18px;
  font-weight: 800;
  text-align: center;
  margin: 0 0 14px 0;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767px) {
  .sell-hero-card .sell-card-heading {
    font-size: 16px;
    margin-bottom: 3px;
  }
}
.sell-hero-card .sell-card-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
@media screen and (max-width: 767px) {
  .sell-hero-card .sell-card-row {
    display: block;
    width: 100%;
  }
}
.sell-hero-card .sell-card-img {
  flex: 0 0 142px;
  max-width: 142px;
}
.sell-hero-card .sell-card-img img {
  width: 100%;
  height: auto;
  display: block;
}
@media screen and (max-width: 767px) {
  .sell-hero-card .sell-card-img {
    display: none;
  }
}
.sell-hero-card .sell-card-badges {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media screen and (max-width: 767px) {
  .sell-hero-card .sell-card-badges {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
  }
}
.sell-hero-card .sell-card-badge-item {
  background: #ffffff;
  border-radius: 6px;
  padding: 4px 12px;
  font-size: 14px;
  font-weight: 700;
  color: #333333;
  text-align: center;
  white-space: nowrap;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04);
}
@media screen and (max-width: 767px) {
  .sell-hero-card .sell-card-badge-item {
    padding: 3px 6px;
    font-size: 12px;
  }
}

.sell-hero-link-wrap.sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .sell-hero-link-wrap.sp {
    display: block;
    text-align: center;
    font-size: clamp(12px, 4vw, 15px);
    font-weight: 800;
    color: #111111;
    line-height: 1.5;
    margin-top: 10px;
  }
  .sell-hero-link-wrap.sp .sell-hero-link {
    color: #0d60d8;
    text-decoration: underline;
    text-underline-offset: 4px;
  }
}

.sell-sim-card {
  background: #edf4fc;
  border-radius: 20px;
  padding: 20px 36px;
  margin: 10px auto 0;
  max-width: 680px;
  box-sizing: border-box;
  position: relative;
  z-index: 5;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}
@media screen and (max-width: 767px) {
  .sell-sim-card {
    border-radius: 16px;
    padding: 10px;
    margin: 10px auto 0;
  }
}
.sell-sim-card .sell-sim-header {
  text-align: center;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .sell-sim-card .sell-sim-header {
    margin-bottom: 18px;
  }
}
.sell-sim-card .sell-sim-header .sell-sim-title {
  font-size: 26px;
  font-weight: 900;
  color: #0b60d8;
  margin: 0 0 8px 0;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767px) {
  .sell-sim-card .sell-sim-header .sell-sim-title {
    font-size: clamp(16px, 4.5vw, 18px);
    margin-bottom: 6px;
  }
}
.sell-sim-card .sell-sim-header .sell-sim-subtitle {
  font-size: 13.5px;
  color: #475569;
  font-weight: 500;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .sell-sim-card .sell-sim-header .sell-sim-subtitle {
    font-size: 12px;
    line-height: 1.4;
  }
}
.sell-sim-card .sell-sim-inputs {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin: 0 auto;
  max-width: 560px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .sell-sim-card .sell-sim-inputs {
    gap: 10px;
    max-width: 100%;
  }
}
.sell-sim-card .sell-sim-inputs .sell-sim-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
@media screen and (max-width: 767px) {
  .sell-sim-card .sell-sim-inputs .sell-sim-row {
    gap: 10px;
  }
}
.sell-sim-card .sell-sim-inputs .sell-sim-row .sell-sim-label {
  flex: 0 0 210px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 15px;
  font-weight: 800;
  color: #222222;
  margin: 0;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .sell-sim-card .sell-sim-inputs .sell-sim-row .sell-sim-label {
    flex: 0 0 115px;
    font-size: 12.5px;
    line-height: 1.35;
  }
}
.sell-sim-card .sell-sim-inputs .sell-sim-row .sell-sim-label .label-arrows {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-left: 8px;
  color: #0b60d8;
  font-size: 12px;
  line-height: 0.8;
  gap: 1px;
}
.sell-sim-card .sell-sim-inputs .sell-sim-row .sell-sim-label .label-arrows i {
  display: block;
}
@media screen and (max-width: 767px) {
  .sell-sim-card .sell-sim-inputs .sell-sim-row .sell-sim-label .label-arrows {
    font-size: 11px;
    margin-left: 4px;
  }
}
.sell-sim-card .sell-sim-inputs .sell-sim-row .sell-sim-field {
  flex: 1;
  position: relative;
}
.sell-sim-card .sell-sim-inputs .sell-sim-row .sell-sim-field .sell-input-select,
.sell-sim-card .sell-sim-inputs .sell-sim-row .sell-sim-field .sell-sim-fake-select {
  width: 100%;
  height: 48px;
  background-color: #ffffff;
  border: 1px solid #d8e2ec;
  border-radius: 4px;
  padding: 0 14px;
  font-size: 14px;
  color: #333333;
  font-weight: 600;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.03);
  outline: none;
  appearance: none;
  -webkit-appearance: none;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.sell-sim-card .sell-sim-inputs .sell-sim-row .sell-sim-field .sell-input-select:focus,
.sell-sim-card .sell-sim-inputs .sell-sim-row .sell-sim-field .sell-sim-fake-select:focus {
  border: 2px solid #0b60d8;
}
@media screen and (max-width: 767px) {
  .sell-sim-card .sell-sim-inputs .sell-sim-row .sell-sim-field .sell-input-select,
  .sell-sim-card .sell-sim-inputs .sell-sim-row .sell-sim-field .sell-sim-fake-select {
    height: 44px;
    padding: 0 10px;
    font-size: 12px;
  }
}
.sell-sim-card .sell-sim-inputs .sell-sim-row .sell-sim-field.is-focused .sell-input-select, .sell-sim-card .sell-sim-inputs .sell-sim-row .sell-sim-field.is-focused .sell-sim-fake-select, .sell-sim-card .sell-sim-inputs .sell-sim-row .sell-sim-field:hover .sell-input-select, .sell-sim-card .sell-sim-inputs .sell-sim-row .sell-sim-field:hover .sell-sim-fake-select {
  border: 2px solid #0b60d8;
}
.sell-sim-card .sell-sim-assurance {
  text-align: center;
  margin: 22px 0 18px;
}
@media screen and (max-width: 767px) {
  .sell-sim-card .sell-sim-assurance {
    margin: 16px 0 14px;
  }
}
.sell-sim-card .sell-sim-assurance .assurance-title {
  font-size: 17px;
  font-weight: 800;
  color: #0b60d8;
  margin: 0 0 4px 0;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767px) {
  .sell-sim-card .sell-sim-assurance .assurance-title {
    font-size: clamp(15px, 5vw, 16px);
  }
}
.sell-sim-card .sell-sim-assurance .assurance-desc {
  font-size: 12.5px;
  font-weight: 500;
  color: #64748b;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .sell-sim-card .sell-sim-assurance .assurance-desc {
    font-size: clamp(9px, 3.3vw, 11px);
    line-height: 1.4;
  }
}
.sell-sim-card .sell-sim-submit-wrap {
  text-align: center;
}
.sell-sim-card .sell-sim-submit-wrap .sell-btn-sim-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background-color: #ff852d;
  color: #ffffff;
  font-size: 18px;
  font-weight: 800;
  height: 56px;
  width: 100%;
  max-width: 360px;
  border-radius: 9999px;
  border: none;
  border-bottom: 4px solid #d96512;
  cursor: pointer;
  box-shadow: 0 4px 12px rgba(217, 101, 18, 0.25);
  transition: transform 0.15s, box-shadow 0.15s, background-color 0.15s;
}
.sell-sim-card .sell-sim-submit-wrap .sell-btn-sim-pill i {
  font-size: 14px;
  transition: transform 0.2s ease;
}
.sell-sim-card .sell-sim-submit-wrap .sell-btn-sim-pill:hover {
  background-color: #f0771e;
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(217, 101, 18, 0.35);
}
.sell-sim-card .sell-sim-submit-wrap .sell-btn-sim-pill:hover i {
  transform: translateX(3px);
}
@media screen and (max-width: 767px) {
  .sell-sim-card .sell-sim-submit-wrap .sell-btn-sim-pill {
    height: 50px;
    font-size: 16px;
    border-bottom-width: 3px;
  }
}
.sell-sim-card .sell-sim-result-box {
  margin-top: 24px;
  background: #ffffff;
  border-radius: 10px;
  padding: 24px;
  border: 2px solid #ff852d;
  text-align: center;
}
.sell-sim-card .sell-sim-result-box .result-title {
  font-size: 16px;
  font-weight: 800;
  color: #222222;
  margin: 0 0 10px 0;
}
.sell-sim-card .sell-sim-result-box .result-price-range {
  font-size: 28px;
  font-weight: 900;
  color: #d96512;
  margin-bottom: 10px;
}
.sell-sim-card .sell-sim-result-box .result-price-range small {
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .sell-sim-card .sell-sim-result-box .result-price-range {
    font-size: 22px;
  }
}
.sell-sim-card .sell-sim-result-box .result-desc {
  font-size: 12px;
  color: #777777;
  margin: 0 0 16px 0;
}
.sell-sim-card .sell-sim-result-box .sell-btn-blue-sm {
  display: inline-block;
  background-color: #0d60d8;
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  padding: 10px 24px;
  border-radius: 20px;
  text-decoration: none;
}
.sell-sim-card .sell-sim-result-box .sell-btn-blue-sm:hover {
  background-color: #0947a6;
}

.sell-hero-sp-ctas {
  display: none;
}
@media screen and (max-width: 767px) {
  .sell-hero-sp-ctas {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    margin-top: 16px;
    align-items: stretch;
  }
  .sell-hero-sp-ctas .sell-btn-blue-sp {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #ffffff;
    border-radius: 6px;
    padding: 0;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    text-decoration: none;
    height: 48px;
    overflow: hidden;
  }
  .sell-hero-sp-ctas .sell-btn-blue-sp img {
    max-width: 85%;
    max-height: 22px;
    width: auto;
    height: auto;
    display: block;
    object-fit: contain;
  }
  .sell-hero-sp-ctas .sell-btn-blue-sp:last-child {
    background: transparent;
    box-shadow: none;
  }
  .sell-hero-sp-ctas .sell-btn-blue-sp:last-child img {
    max-width: 100%;
    max-height: none;
    width: 100%;
    height: auto;
  }
}

.sell-achievements {
  padding: 50px 0 60px;
}
@media screen and (max-width: 767px) {
  .sell-achievements {
    padding: 36px 0 44px;
  }
}
.sell-achievements .sell-head-badge {
  margin-bottom: 28px;
  text-align: center;
}
.sell-achievements .sell-head-badge img {
  max-width: 320px;
  width: 100%;
  height: auto;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .sell-achievements .sell-head-badge img {
    max-width: 240px;
  }
}

.sell-achievement-groups {
  display: flex;
  flex-direction: column;
  gap: 28px;
}
@media screen and (max-width: 767px) {
  .sell-achievement-groups {
    gap: 18px;
  }
}

.achievement-group {
  background: #ffffff;
  border-radius: 16px;
  padding: 24px 28px 28px;
  color: #222222;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
}
@media screen and (max-width: 767px) {
  .achievement-group {
    border-radius: 12px;
    padding: 18px 12px;
  }
}
.achievement-group .achievement-group-title {
  text-align: center;
  font-size: 22px;
  font-weight: 800;
  color: #222222;
  margin: 0 0 20px;
  letter-spacing: 0.03em;
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  .achievement-group .achievement-group-title {
    font-size: 19px;
    margin: 0 0 16px;
  }
}
.achievement-group .achievement-cards-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
}
@media screen and (max-width: 767px) {
  .achievement-group .achievement-cards-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}
.achievement-group .achievement-card {
  border-radius: 10px;
  overflow: hidden;
  background: #ffffff;
  display: flex;
  flex-direction: column;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.06);
}
.achievement-group .achievement-card .card-main {
  display: flex;
  background-color: #fff6eb;
  min-height: 144px;
}
@media screen and (max-width: 767px) {
  .achievement-group .achievement-card .card-main {
    min-height: 130px;
  }
}
.achievement-group .achievement-card .card-main .card-thumb {
  width: 53%;
  flex: 0 0 53%;
  overflow: hidden;
}
.achievement-group .achievement-card .card-main .card-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.achievement-group .achievement-card .card-main .card-info {
  width: 47%;
  flex: 1;
  padding: 14px 16px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .achievement-group .achievement-card .card-main .card-info {
    padding: 10px 12px;
  }
}
.achievement-group .achievement-card .card-main .card-info .card-loc {
  font-size: 14px;
  font-weight: 700;
  color: #222222;
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  .achievement-group .achievement-card .card-main .card-info .card-loc {
    font-size: 13px;
  }
}
.achievement-group .achievement-card .card-main .card-info .card-spec {
  font-size: 15px;
  font-weight: 800;
  color: #222222;
  line-height: 1.3;
  margin-top: 1px;
}
@media screen and (max-width: 767px) {
  .achievement-group .achievement-card .card-main .card-info .card-spec {
    font-size: 14px;
  }
}
.achievement-group .achievement-card .card-main .card-info .card-divider {
  height: 1px;
  background-color: #eddac3;
  margin: 7px 0 6px;
  width: 100%;
}
.achievement-group .achievement-card .card-main .card-info .card-price-label {
  font-size: 12px;
  font-weight: 500;
  color: #333333;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .achievement-group .achievement-card .card-main .card-info .card-price-label {
    font-size: 11px;
  }
}
.achievement-group .achievement-card .card-main .card-info .card-price-val {
  color: #f36c21;
  line-height: 1.1;
  margin-top: 2px;
  display: flex;
  align-items: baseline;
}
.achievement-group .achievement-card .card-main .card-info .card-price-val strong {
  font-size: 22px;
  font-weight: 900;
  letter-spacing: -0.02em;
}
@media screen and (max-width: 767px) {
  .achievement-group .achievement-card .card-main .card-info .card-price-val strong {
    font-size: 19px;
  }
}
.achievement-group .achievement-card .card-main .card-info .card-price-val span {
  font-size: 13px;
  font-weight: 800;
  margin-left: 2px;
}
@media screen and (max-width: 767px) {
  .achievement-group .achievement-card .card-main .card-info .card-price-val span {
    font-size: 12px;
  }
}
.achievement-group .achievement-card .card-footer-banner {
  background-color: #f47721;
  padding: 8px 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
@media screen and (max-width: 767px) {
  .achievement-group .achievement-card .card-footer-banner {
    padding: 7px 8px;
    gap: 6px;
  }
}
.achievement-group .achievement-card .card-footer-banner .card-badge {
  background-color: #ffffff;
  color: #2b2b2b;
  font-size: 11px;
  font-weight: 800;
  padding: 2px 7px;
  border-radius: 4px;
  white-space: nowrap;
  line-height: 1.4;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767px) {
  .achievement-group .achievement-card .card-footer-banner .card-badge {
    font-size: 10px;
    padding: 2px 5px;
  }
}
.achievement-group .achievement-card .card-footer-banner .card-diff-text {
  color: #ffffff;
  font-size: 13px;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  line-height: 1;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .achievement-group .achievement-card .card-footer-banner .card-diff-text {
    font-size: 12px;
  }
}
.achievement-group .achievement-card .card-footer-banner .card-diff-text strong {
  font-size: 23px;
  font-weight: 900;
  margin: 0 2px 0 5px;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .achievement-group .achievement-card .card-footer-banner .card-diff-text strong {
    font-size: 20px;
    margin: 0 1px 0 3px;
  }
}
.achievement-group .achievement-card .card-footer-banner .card-diff-text .unit {
  font-size: 13px;
  font-weight: 800;
}
@media screen and (max-width: 767px) {
  .achievement-group .achievement-card .card-footer-banner .card-diff-text .unit {
    font-size: 11px;
  }
}
.achievement-group .achievement-card .card-footer-banner .card-diff-text .arrow-up-icon {
  height: 16px;
  width: auto;
  margin-left: 2px;
  display: inline-block;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .achievement-group .achievement-card .card-footer-banner .card-diff-text .arrow-up-icon {
    height: 14px;
  }
}

.sell-maintenance-box {
  background: #edf3fa;
  border-radius: 16px;
  padding: 36px 44px;
  color: #222222;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
  margin-top: 28px;
}
@media screen and (max-width: 767px) {
  .sell-maintenance-box {
    border-radius: 16px;
    padding: 28px 20px 24px;
    margin-top: 18px;
  }
}
.sell-maintenance-box .maintenance-box-inner {
  display: grid;
  grid-template-columns: 1fr 340px;
  align-items: center;
  gap: 32px;
}
@media screen and (max-width: 767px) {
  .sell-maintenance-box .maintenance-box-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0;
  }
}
@media screen and (max-width: 767px) {
  .sell-maintenance-box .maintenance-text-col {
    width: 100%;
    text-align: center;
  }
}
.sell-maintenance-box .maintenance-title {
  font-size: 22px;
  font-weight: 800;
  color: #0d60d8;
  margin: 0 0 14px 0;
  line-height: 1.4;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767px) {
  .sell-maintenance-box .maintenance-title {
    font-size: 19px;
    margin-bottom: 12px;
  }
}
.sell-maintenance-box .maintenance-desc {
  font-size: 14px;
  font-weight: 500;
  color: #333333;
  line-height: 1.65;
  margin: 0 0 24px 0;
}
@media screen and (max-width: 767px) {
  .sell-maintenance-box .maintenance-desc {
    font-size: 13.5px;
    text-align: left;
    margin-bottom: 16px;
    line-height: 1.6;
  }
}
.sell-maintenance-box .maintenance-img-col {
  text-align: center;
}
.sell-maintenance-box .maintenance-img-col img {
  max-width: 340px;
  width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .sell-maintenance-box .maintenance-img-col {
    width: 100%;
    margin-bottom: 20px;
  }
  .sell-maintenance-box .maintenance-img-col img {
    max-width: 280px;
  }
}
.sell-maintenance-box .maintenance-btn-wrap.pc {
  display: block;
}
@media screen and (max-width: 767px) {
  .sell-maintenance-box .maintenance-btn-wrap.pc {
    display: none;
  }
}
.sell-maintenance-box .maintenance-btn-wrap.sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .sell-maintenance-box .maintenance-btn-wrap.sp {
    display: block;
    width: 100%;
  }
}

.sell-comparison-card {
  background: #ffffff;
  border-radius: 16px;
  padding: 40px 36px 36px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
}
@media screen and (max-width: 767px) {
  .sell-comparison-card {
    padding: 28px 12px;
    border-radius: 12px;
  }
}
.sell-comparison-card .sell-comparison-title {
  text-align: center;
  font-size: 26px;
  font-weight: 800;
  color: #0d60d8;
  margin: 0 0 28px 0;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 767px) {
  .sell-comparison-card .sell-comparison-title {
    font-size: 22px;
    margin-bottom: 20px;
  }
}
.sell-comparison-card .sell-comparison-table-wrap {
  overflow-x: auto;
  margin-bottom: 32px;
}
@media screen and (max-width: 767px) {
  .sell-comparison-card .sell-comparison-table-wrap {
    margin-bottom: 24px;
  }
}
.sell-comparison-card .sell-comparison-table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}
.sell-comparison-card .sell-comparison-table th,
.sell-comparison-card .sell-comparison-table td {
  padding: 18px 8px;
  text-align: center;
  vertical-align: middle;
  line-height: 1.35;
}
@media screen and (max-width: 767px) {
  .sell-comparison-card .sell-comparison-table th,
  .sell-comparison-card .sell-comparison-table td {
    padding: 14px 4px;
  }
}
.sell-comparison-card .sell-comparison-table th {
  font-weight: 700;
  border: none;
  padding: 16px 8px;
}
@media screen and (max-width: 767px) {
  .sell-comparison-card .sell-comparison-table th {
    padding: 12px 3px;
  }
}
.sell-comparison-card .sell-comparison-table th.col-head {
  background: transparent;
  width: 24%;
}
@media screen and (max-width: 767px) {
  .sell-comparison-card .sell-comparison-table th.col-head {
    width: 23%;
  }
}
.sell-comparison-card .sell-comparison-table th.col-highlight {
  background-color: #0d60d8;
  color: #ffffff;
  width: 26%;
}
@media screen and (max-width: 767px) {
  .sell-comparison-card .sell-comparison-table th.col-highlight {
    width: 27%;
  }
}
.sell-comparison-card .sell-comparison-table th.col-highlight .th-logo-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
}
.sell-comparison-card .sell-comparison-table th.col-highlight .th-logo-wrap img {
  max-width: 96px;
  width: 100%;
  height: auto;
  display: block;
}
@media screen and (max-width: 767px) {
  .sell-comparison-card .sell-comparison-table th.col-highlight .th-logo-wrap img {
    max-width: 76px;
  }
}
.sell-comparison-card .sell-comparison-table th.col-other {
  background-color: #c9cbcf;
  color: #333333;
  font-size: 15px;
  font-weight: 700;
  width: 25%;
}
@media screen and (max-width: 767px) {
  .sell-comparison-card .sell-comparison-table th.col-other {
    font-size: 13px;
    width: 25%;
  }
}
.sell-comparison-card .sell-comparison-table th.col-other:last-child {
  border-left: 1px solid #ffffff;
}
.sell-comparison-card .sell-comparison-table td {
  border-bottom: 1px solid #e5e9f0;
}
.sell-comparison-card .sell-comparison-table td.row-label {
  font-weight: 800;
  text-align: left;
  color: #222222;
  font-size: 15px;
  padding-left: 12px;
}
@media screen and (max-width: 767px) {
  .sell-comparison-card .sell-comparison-table td.row-label {
    font-size: 13px;
    padding-left: 2px;
  }
}
.sell-comparison-card .sell-comparison-table td.row-highlight {
  background-color: #edf4fc;
  color: #0d60d8;
  font-weight: 800;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .sell-comparison-card .sell-comparison-table td.row-highlight {
    font-size: 14.5px;
  }
}
.sell-comparison-card .sell-comparison-table td.row-other {
  background-color: #ffffff;
  color: #333333;
  font-weight: 500;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .sell-comparison-card .sell-comparison-table td.row-other {
    font-size: 13px;
  }
}
.sell-comparison-card .sell-comparison-btn-wrap {
  text-align: center;
}
.sell-comparison-card .sell-comparison-btn-wrap .sell-btn-blue-wide {
  padding: 16px 48px;
  font-weight: 800;
  border-radius: 9999px;
  gap: 12px;
  box-shadow: 0 4px 14px rgba(13, 96, 216, 0.3);
}
.sell-comparison-card .sell-comparison-btn-wrap .sell-btn-blue-wide:hover {
  box-shadow: 0 6px 18px rgba(13, 96, 216, 0.4);
}
.sell-comparison-card .sell-comparison-btn-wrap .sell-btn-blue-wide i {
  font-size: 13px;
}
@media screen and (max-width: 767px) {
  .sell-comparison-card .sell-comparison-btn-wrap .sell-btn-blue-wide {
    padding: 14px 20px;
  }
}

.fp-cases .fp-cases-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}
@media screen and (max-width: 767px) {
  .fp-cases .fp-cases-grid {
    grid-template-columns: 1fr 1fr;
    gap: 12px;
  }
}
.fp-cases .fp-case-card {
  background: #ffffff;
  border-radius: 16px;
  padding: 24px 28px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  .fp-cases .fp-case-card {
    padding: 16px 12px;
    border-radius: 12px;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.05);
  }
}
.fp-cases .fp-case-card .fp-case-title {
  font-size: 19px;
  font-weight: 800;
  color: #0d60d8;
  margin: 0 0 16px 0;
  text-align: center;
  line-height: 1.35;
}
@media screen and (max-width: 767px) {
  .fp-cases .fp-case-card .fp-case-title {
    font-size: 14px;
    margin-bottom: 10px;
    min-height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.fp-cases .fp-case-card .fp-case-body {
  display: flex;
  gap: 20px;
  align-items: flex-start;
  flex: 1;
}
@media screen and (max-width: 767px) {
  .fp-cases .fp-case-card .fp-case-body {
    flex-direction: column;
    gap: 0;
  }
}
.fp-cases .fp-case-card .fp-case-img {
  flex-shrink: 0;
  width: 140px;
  height: 140px;
  border-radius: 8px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .fp-cases .fp-case-card .fp-case-img {
    width: 100%;
    height: 110px;
    border-radius: 6px;
    margin-bottom: 10px;
  }
}
.fp-cases .fp-case-card .fp-case-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.fp-cases .fp-case-card .fp-case-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .fp-cases .fp-case-card .fp-case-content {
    width: 100%;
  }
}
.fp-cases .fp-case-card .fp-case-content .fp-case-meta {
  font-size: 14px;
  color: #475569;
  font-weight: 600;
  margin: 0 0 6px 0;
}
@media screen and (max-width: 767px) {
  .fp-cases .fp-case-card .fp-case-content .fp-case-meta {
    font-size: 12px;
    margin-bottom: 6px;
  }
}
.fp-cases .fp-case-card .fp-case-content .fp-case-desc {
  font-size: 13.5px;
  color: #334155;
  line-height: 1.6;
  margin: 0 0 14px 0;
  flex: 1;
}
@media screen and (max-width: 767px) {
  .fp-cases .fp-case-card .fp-case-content .fp-case-desc {
    font-size: 12px;
    line-height: 1.5;
    margin-bottom: 10px;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
}
.fp-cases .fp-case-card .fp-case-content .fp-case-link {
  align-self: flex-end;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #0d60d8;
  font-size: 13px;
  font-weight: 800;
  text-decoration: none;
  margin-top: auto;
}
@media screen and (max-width: 767px) {
  .fp-cases .fp-case-card .fp-case-content .fp-case-link {
    font-size: 11.5px;
    gap: 4px;
  }
}
.fp-cases .fp-case-card .fp-case-content .fp-case-link i {
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .fp-cases .fp-case-card .fp-case-content .fp-case-link i {
    font-size: 12px;
  }
}
.fp-cases .fp-case-card .fp-case-content .fp-case-link:hover {
  text-decoration: underline;
}

.sell-survey-card {
  background: #ffffff;
  border-radius: 16px;
  padding: 36px 36px 32px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
  margin-bottom: 28px;
}
@media screen and (max-width: 767px) {
  .sell-survey-card {
    padding: 24px 14px 20px;
    border-radius: 12px;
    margin-bottom: 20px;
  }
}
.sell-survey-card .survey-graphs-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .sell-survey-card .survey-graphs-grid {
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    margin-bottom: 20px;
  }
}
.sell-survey-card .survey-graphs-grid .survey-graph-item {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.sell-survey-card .survey-graphs-grid .survey-graph-item .graph-heading-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #0d60d8;
  color: #ffffff;
  font-size: 18px;
  font-weight: 800;
  padding: 12px 24px;
  border-radius: 9999px;
  margin-bottom: 24px;
  letter-spacing: 0.02em;
  line-height: 1.35;
  width: 100%;
  max-width: 380px;
}
@media screen and (max-width: 767px) {
  .sell-survey-card .survey-graphs-grid .survey-graph-item .graph-heading-badge {
    font-size: 13.5px;
    padding: 8px 6px;
    border-radius: 10px;
    min-height: 48px;
    max-width: 100%;
    margin-bottom: 14px;
    line-height: 1.3;
  }
}
.sell-survey-card .survey-graphs-grid .survey-graph-item .graph-img-wrap {
  width: 100%;
}
.sell-survey-card .survey-graphs-grid .survey-graph-item .graph-img-wrap img {
  max-width: 270px;
  width: 100%;
  height: auto;
  margin: 0 auto;
  display: block;
}
@media screen and (max-width: 767px) {
  .sell-survey-card .survey-graphs-grid .survey-graph-item .graph-img-wrap img {
    max-width: 155px;
  }
}
.sell-survey-card .survey-summary-badge {
  text-align: center;
  font-size: 28px;
  font-weight: 800;
  color: #222222;
  padding-top: 0;
  border-top: none;
  line-height: 1.3;
}
.sell-survey-card .survey-summary-badge strong {
  font-size: 38px;
  color: #ff852d;
  font-weight: 900;
  margin: 0 3px;
}
@media screen and (max-width: 767px) {
  .sell-survey-card .survey-summary-badge {
    font-size: 22px;
  }
  .sell-survey-card .survey-summary-badge strong {
    font-size: 32px;
  }
}

.survey-slider {
  width: 1000px;
  max-width: 100%;
  margin: 40px auto 0;
  position: relative;
}
.survey-slider .slick-list {
  overflow: hidden;
}
.survey-slider .slick-slide {
  opacity: 1 !important;
  transition: transform 0.4s ease;
  padding: 0 12px;
  outline: none;
  box-sizing: border-box;
}
.survey-slider .slick-slide img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 12px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}
.survey-slider .slick-slide.slick-center,
.survey-slider .slick-slide.slick-current.slick-center {
  opacity: 1 !important;
  z-index: 10;
}
.survey-slider .slick-slide.slick-center img,
.survey-slider .slick-slide.slick-current.slick-center img {
  transform: scale(1.02);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
}
.survey-slider .slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 20;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background-color: rgba(45, 45, 45, 0.85);
  border: none;
  outline: none;
  cursor: pointer;
  padding: 0;
  font-size: 0;
  line-height: 0;
  color: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25);
  transition: background-color 0.25s ease, transform 0.25s ease;
}
.survey-slider .slick-arrow:hover {
  background-color: rgba(20, 20, 20, 0.95);
  transform: translateY(-50%) scale(1.08);
}
.survey-slider .slick-arrow:active {
  transform: translateY(-50%) scale(0.95);
}
.survey-slider .slick-arrow:before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
}
.survey-slider .slick-prev {
  left: 10px;
}
.survey-slider .slick-prev:before {
  border-top: 3px solid #ffffff;
  border-left: 3px solid #ffffff;
  transform: rotate(-45deg);
  margin-left: 3px;
}
.survey-slider .slick-next {
  right: 10px;
}
.survey-slider .slick-next:before {
  border-top: 3px solid #ffffff;
  border-right: 3px solid #ffffff;
  transform: rotate(45deg);
  margin-right: 3px;
}
@media screen and (max-width: 767px) {
  .survey-slider {
    width: 100%;
    margin-top: 20px;
  }
  .survey-slider .slick-slide {
    padding: 0;
    opacity: 1 !important;
  }
  .survey-slider .slick-slide.slick-center img {
    transform: none;
  }
  .survey-slider .slick-arrow {
    width: 36px;
    height: 36px;
  }
  .survey-slider .slick-arrow:before {
    width: 8px;
    height: 8px;
    border-width: 2.5px;
  }
  .survey-slider .slick-prev {
    left: 10px;
  }
  .survey-slider .slick-next {
    right: 10px;
  }
}

.slick-slider {
  margin-bottom: 0 !important;
}

.sell-banner-matomete {
  padding: 30px 0 60px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sell-banner-matomete {
    padding: 20px 0 40px;
  }
}
.sell-banner-matomete .matomete-banner-link {
  display: inline-block;
  max-width: 720px;
  width: 100%;
  transition: opacity 0.3s;
}
.sell-banner-matomete .matomete-banner-link:hover {
  opacity: 0.9;
}
.sell-banner-matomete .matomete-banner-link img {
  width: 100%;
  height: auto;
  border-radius: 8px;
}

.sell-wizard-modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(15, 23, 42, 0.65);
  backdrop-filter: blur(4px);
  z-index: 99999;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px;
  box-sizing: border-box;
}

.sell-wizard-modal-dialog {
  width: 100%;
  max-width: 480px;
  animation: wizardPopIn 0.25s ease-out;
}

@keyframes wizardPopIn {
  from {
    opacity: 0;
    transform: scale(0.95) translateY(10px);
  }
  to {
    opacity: 1;
    transform: scale(1) translateY(0);
  }
}
.sell-wizard-modal-content {
  background: #edf4fb;
  border-radius: 16px;
  padding: 24px 28px 28px;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.2);
  position: relative;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .sell-wizard-modal-content {
    padding: 20px 16px 24px;
  }
}

.sell-wizard-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
.sell-wizard-header .sell-wizard-header-left {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1px;
}
.sell-wizard-header .sell-wizard-header-left .sell-wizard-back-btn {
  background: none;
  border: none;
  color: #94a3b8;
  font-size: 11.5px;
  font-weight: 500;
  cursor: pointer;
  padding: 0 4px;
  line-height: 1.2;
  display: inline-flex;
  align-items: center;
  gap: 3px;
  transition: color 0.2s;
}
.sell-wizard-header .sell-wizard-header-left .sell-wizard-back-btn i {
  font-size: 9.5px;
}
.sell-wizard-header .sell-wizard-header-left .sell-wizard-back-btn:hover {
  color: #475569;
}
.sell-wizard-header .sell-wizard-header-left .sell-wizard-skip-btn {
  background: none;
  border: none;
  color: #0d60d8;
  font-size: 13.5px;
  font-weight: 700;
  cursor: pointer;
  padding: 2px 4px;
  border-radius: 4px;
  line-height: 1.2;
  transition: background 0.2s;
}
.sell-wizard-header .sell-wizard-header-left .sell-wizard-skip-btn:hover {
  background: rgba(13, 96, 216, 0.08);
}
.sell-wizard-header .sell-wizard-dots {
  display: flex;
  align-items: center;
  gap: 8px;
}
.sell-wizard-header .sell-wizard-dots .wizard-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #cbd5e1;
  transition: all 0.3s;
}
.sell-wizard-header .sell-wizard-dots .wizard-dot.is-active {
  background-color: #334155;
  width: 9px;
  height: 9px;
}
.sell-wizard-header .sell-wizard-close-btn {
  background: none;
  border: none;
  color: #64748b;
  font-size: 18px;
  cursor: pointer;
  padding: 4px 8px;
  border-radius: 4px;
  transition: all 0.2s;
}
.sell-wizard-header .sell-wizard-close-btn:hover {
  color: #1e293b;
  background: rgba(0, 0, 0, 0.05);
}

.sell-wizard-step {
  display: none;
}
.sell-wizard-step.is-active {
  display: block;
  animation: wizardStepFade 0.3s ease;
}
.sell-wizard-step .sell-wizard-step-num {
  font-size: 12px;
  font-weight: 700;
  color: #64748b;
  text-align: center;
  margin-bottom: 6px;
  letter-spacing: 0.5px;
}
.sell-wizard-step .sell-wizard-title {
  font-size: 18px;
  font-weight: 800;
  color: #1e293b;
  text-align: center;
  margin: 0 0 20px 0;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .sell-wizard-step .sell-wizard-title {
    font-size: 16px;
    margin-bottom: 16px;
  }
}

@keyframes wizardStepFade {
  from {
    opacity: 0;
    transform: translateY(6px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.sell-wizard-options-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.sell-wizard-options-list .sell-wizard-option-item {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  padding: 13px 16px;
  display: flex;
  align-items: center;
  gap: 12px;
  cursor: pointer;
  transition: all 0.2s;
  user-select: none;
}
.sell-wizard-options-list .sell-wizard-option-item input[type=radio] {
  display: none;
}
.sell-wizard-options-list .sell-wizard-option-item .wizard-radio-circle {
  width: 16px;
  height: 16px;
  border: 2px solid #cbd5e1;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: all 0.2s;
}
.sell-wizard-options-list .sell-wizard-option-item .wizard-radio-circle::after {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: transparent;
  transition: all 0.2s;
}
.sell-wizard-options-list .sell-wizard-option-item .wizard-option-label {
  font-size: 14px;
  font-weight: 700;
  color: #334155;
}
.sell-wizard-options-list .sell-wizard-option-item:hover {
  border-color: #93c5fd;
  background: #f8fbff;
}
.sell-wizard-options-list .sell-wizard-option-item input[type=radio]:checked + .wizard-radio-circle {
  border-color: #0d60d8;
}
.sell-wizard-options-list .sell-wizard-option-item input[type=radio]:checked + .wizard-radio-circle::after {
  background-color: #0d60d8;
}
.sell-wizard-options-list .sell-wizard-option-item input[type=radio]:checked ~ .wizard-option-label {
  color: #0947a6;
}

.sell-wizard-input-box {
  margin-bottom: 20px;
}
.sell-wizard-input-box .wizard-input-field {
  position: relative;
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  overflow: hidden;
}
.sell-wizard-input-box .wizard-input-field .wizard-input-control {
  width: 100%;
  height: 52px;
  padding: 0 44px 0 16px;
  border: none;
  font-size: 18px;
  font-weight: 700;
  color: #1e293b;
  box-sizing: border-box;
}
.sell-wizard-input-box .wizard-input-field .wizard-input-control:focus {
  outline: none;
}
.sell-wizard-input-box .wizard-input-field .wizard-unit {
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 15px;
  font-weight: 700;
  color: #64748b;
  pointer-events: none;
}

.sell-wizard-submit-wrap {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 8px;
}
.sell-wizard-submit-wrap .sell-btn-wizard-next {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background-color: #ff852d;
  color: #ffffff;
  font-size: 16px;
  font-weight: 800;
  width: 100%;
  max-width: 240px;
  height: 48px;
  border-radius: 9999px;
  border: none;
  border-bottom: 3px solid #d96512;
  cursor: pointer;
  box-shadow: 0 4px 12px rgba(217, 101, 18, 0.25);
  transition: transform 0.15s, box-shadow 0.15s, background-color 0.15s;
}
.sell-wizard-submit-wrap .sell-btn-wizard-next i {
  font-size: 13px;
  transition: transform 0.2s ease;
}
.sell-wizard-submit-wrap .sell-btn-wizard-next:hover {
  background-color: #f0771e;
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(217, 101, 18, 0.35);
}
.sell-wizard-submit-wrap .sell-btn-wizard-next:hover i {
  transform: translateX(3px);
}
@media screen and (max-width: 767px) {
  .sell-wizard-submit-wrap .sell-btn-wizard-next {
    height: 46px;
    font-size: 15px;
  }
}

.sell-wizard-footer-hint {
  text-align: center;
  font-size: 12px;
  color: #64748b;
  margin-top: 18px;
}

.consult-hero {
  background: url(../../../img/consultation/fv-bg.png) no-repeat center center/cover;
  padding: 48px 0 40px;
}
@media screen and (max-width: 767px) {
  .consult-hero {
    padding: 28px 0 32px;
    background-image: url(../../../img/consultation/fv-bg-sp.png);
  }
}
.consult-hero .consult-hero-grid {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  align-items: center;
  gap: 30px;
}
@media screen and (max-width: 767px) {
  .consult-hero .consult-hero-grid {
    display: flex;
    flex-direction: column;
    text-align: center;
    gap: 20px;
  }
}
.consult-hero .consult-hero-badge {
  display: inline-block;
  background: #0d60d8;
  color: #ffffff;
  font-size: 14px;
  font-weight: 800;
  padding: 6px 18px;
  border-radius: 5px;
  margin-bottom: 16px;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767px) {
  .consult-hero .consult-hero-badge {
    font-size: 12px;
    padding: 5px 14px;
    margin-bottom: 12px;
  }
}
.consult-hero .consult-hero-title {
  font-size: 38px;
  font-weight: 900;
  color: #0d60d8;
  line-height: 1.25;
  margin: 0 0 16px;
  letter-spacing: -0.02em;
}
@media screen and (max-width: 767px) {
  .consult-hero .consult-hero-title {
    font-size: 28px;
    margin-bottom: 12px;
  }
}
.consult-hero .consult-hero-subtitle {
  font-size: 14.5px;
  color: #333333;
  line-height: 1.65;
  margin: 0 0 20px;
}
@media screen and (max-width: 767px) {
  .consult-hero .consult-hero-subtitle {
    font-size: 13px;
    margin-bottom: 16px;
  }
}
.consult-hero .consult-hero-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 10px;
  margin-bottom: 28px;
}
@media screen and (max-width: 767px) {
  .consult-hero .consult-hero-tags {
    justify-content: center;
    margin-bottom: 20px;
  }
}
.consult-hero .consult-hero-tags .consult-tag-pill {
  display: inline-flex;
  align-items: center;
  border: 1.5px solid #0d60d8;
  background: #ffffff;
  color: #0d60d8;
  font-size: 13px;
  font-weight: 700;
  padding: 5px 14px;
  border-radius: 4px;
}
@media screen and (max-width: 767px) {
  .consult-hero .consult-hero-tags .consult-tag-pill {
    font-size: 11.5px;
    padding: 4px 10px;
  }
}
.consult-hero .consult-hero-img-wrap {
  text-align: center;
}
.consult-hero .consult-hero-img-wrap.pc {
  display: block;
}
@media screen and (max-width: 767px) {
  .consult-hero .consult-hero-img-wrap.pc {
    display: none;
  }
}
.consult-hero .consult-hero-img-wrap.sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .consult-hero .consult-hero-img-wrap.sp {
    display: block;
    margin-bottom: 20px;
  }
}
.consult-hero .consult-hero-img-wrap .consult-hero-img {
  max-width: 100%;
  height: auto;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .consult-hero .consult-hero-img-wrap .consult-hero-img {
    max-width: 260px;
  }
}

.consult-topics {
  background-color: #ebf3f9;
}
.consult-topics .consult-topics-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .consult-topics .consult-topics-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }
}
.consult-topics .consult-topic-card {
  background: #ffffff;
  border-radius: 12px;
  padding: 24px 20px 20px;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.04);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  text-align: center;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.consult-topics .consult-topic-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.08);
}
@media screen and (max-width: 767px) {
  .consult-topics .consult-topic-card {
    flex-direction: row;
    align-items: center;
    text-align: left;
    padding: 16px 18px;
    gap: 12px;
  }
}
.consult-topics .consult-topic-card .topic-card-body {
  margin-bottom: 16px;
}
@media screen and (max-width: 767px) {
  .consult-topics .consult-topic-card .topic-card-body {
    margin-bottom: 0;
    flex: 1;
  }
}
.consult-topics .consult-topic-card .topic-card-body .topic-card-title {
  font-size: 16.5px;
  font-weight: 800;
  color: #0d60d8;
  line-height: 1.35;
  margin: 0 0 6px;
}
@media screen and (max-width: 767px) {
  .consult-topics .consult-topic-card .topic-card-body .topic-card-title {
    font-size: 16px;
  }
}
.consult-topics .consult-topic-card .topic-card-body .topic-card-desc {
  font-size: 12.5px;
  color: #4a5568;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .consult-topics .consult-topic-card .topic-card-body .topic-card-desc {
    font-size: 11.5px;
  }
}
.consult-topics .consult-topic-card .topic-card-img {
  display: flex;
  justify-content: center;
  align-items: center;
}
.consult-topics .consult-topic-card .topic-card-img img {
  width: 200px;
  height: auto;
  object-fit: contain;
}
@media screen and (max-width: 767px) {
  .consult-topics .consult-topic-card .topic-card-img img {
    width: 120px;
  }
}

.consult-steps {
  background-color: #ebf3f9;
}
@media screen and (max-width: 767px) {
  .consult-steps .consult-container {
    padding: 0 20px;
  }
}
.consult-steps .fp-flow-steps {
  display: flex;
  align-items: stretch;
  justify-content: center;
  gap: 14px;
  max-width: 1040px;
  margin: 40px auto 0;
}
@media screen and (max-width: 767px) {
  .consult-steps .fp-flow-steps {
    flex-direction: column;
    gap: 0;
    margin-top: 24px;
    width: 100%;
    max-width: 100%;
  }
}
.consult-steps .fp-flow-arrow {
  color: #0d60d8;
  font-size: 24px;
  font-weight: 700;
  flex-shrink: 0;
  user-select: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .consult-steps .fp-flow-arrow {
    font-size: 22px;
    margin: 10px auto;
  }
}
.consult-steps .fp-flow-step {
  flex: 1;
  background: #ffffff;
  border-radius: 14px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.05);
  text-align: center;
  position: relative;
  padding: 40px 18px 28px;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .consult-steps .fp-flow-step {
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    text-align: left;
    padding: 24px 20px 20px 22px;
    max-width: 100%;
    border-radius: 16px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.05);
    gap: 16px;
  }
}
.consult-steps .fp-flow-step .step-num {
  position: absolute;
  top: -22px;
  left: 50%;
  transform: translateX(-50%);
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #f76e10;
  color: #ffffff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .consult-steps .fp-flow-step .step-num {
    top: -12px;
    left: -8px;
    transform: none;
    width: 48px;
    height: 48px;
    box-shadow: 0 2px 8px rgba(247, 110, 16, 0.3);
  }
}
.consult-steps .fp-flow-step .step-num .step-lbl {
  font-size: 8px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.5px;
  margin-bottom: 1px;
}
@media screen and (max-width: 767px) {
  .consult-steps .fp-flow-step .step-num .step-lbl {
    font-size: 9px;
    font-weight: 800;
  }
}
.consult-steps .fp-flow-step .step-num .step-val {
  font-size: 16px;
  font-weight: 900;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .consult-steps .fp-flow-step .step-num .step-val {
    font-size: 21px;
    font-weight: 900;
  }
}
.consult-steps .fp-flow-step .step-icon-img {
  width: 120px;
  height: 120px;
  margin: 0 auto 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .consult-steps .fp-flow-step .step-icon-img {
    order: 1;
    width: 76px;
    height: 76px;
    margin: 0;
  }
}
.consult-steps .fp-flow-step .step-icon-img img,
.consult-steps .fp-flow-step .step-icon-img .fp-flow-icon {
  max-height: 120px;
  max-width: 120px;
  width: 100%;
  height: auto;
  object-fit: contain;
}
@media screen and (max-width: 767px) {
  .consult-steps .fp-flow-step .step-icon-img img,
  .consult-steps .fp-flow-step .step-icon-img .fp-flow-icon {
    max-height: 76px;
    max-width: 76px;
    width: 76px;
    height: 76px;
  }
}
.consult-steps .fp-flow-step .step-info {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .consult-steps .fp-flow-step .step-info {
    order: 2;
    flex: 1;
    text-align: left;
    padding-right: 0;
  }
}
.consult-steps .fp-flow-step h4 {
  font-size: 18px;
  font-weight: 800;
  color: #0b60d8;
  margin: 0 0 8px;
  line-height: 1.35;
  min-height: auto;
  display: block;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .consult-steps .fp-flow-step h4 {
    font-size: 18px;
    margin: 0 0 6px 0;
    text-align: left;
    font-weight: 800;
    letter-spacing: -0.2px;
  }
}
.consult-steps .fp-flow-step p {
  font-size: 13.5px;
  line-height: 1.55;
  margin: 0;
  color: #333333;
  min-height: auto;
  display: block;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .consult-steps .fp-flow-step p {
    font-size: 14px;
    color: #222222;
    text-align: left;
    line-height: 1.55;
    font-weight: 500;
  }
}

.consult-stats-section {
  background: #0b60d8;
  padding: 34px 0;
}
@media screen and (max-width: 767px) {
  .consult-stats-section {
    padding: 24px 0;
  }
}
.consult-stats-section .consult-stats-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .consult-stats-section .consult-stats-grid {
    gap: 3px;
  }
}
.consult-stats-section .consult-stat-item {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}
@media screen and (max-width: 767px) {
  .consult-stats-section .consult-stat-item {
    gap: 4px;
  }
}
.consult-stats-section .consult-stat-item .crown-wreath {
  height: 70px;
  width: auto;
  object-fit: contain;
}
@media screen and (max-width: 767px) {
  .consult-stats-section .consult-stat-item .crown-wreath {
    height: 38px;
  }
}
.consult-stats-section .consult-stat-item .stat-content {
  text-align: center;
  color: #ffffff;
}
.consult-stats-section .consult-stat-item .stat-num-wrap {
  display: flex;
  align-items: baseline;
  justify-content: center;
  line-height: 1;
  margin-bottom: 6px;
}
@media screen and (max-width: 767px) {
  .consult-stats-section .consult-stat-item .stat-num-wrap {
    margin-bottom: 3px;
  }
}
.consult-stats-section .consult-stat-item .stat-num-wrap .stat-star {
  color: #facc15;
  font-size: 24px;
  margin-right: 4px;
}
@media screen and (max-width: 767px) {
  .consult-stats-section .consult-stat-item .stat-num-wrap .stat-star {
    font-size: 14px;
    margin-right: 2px;
  }
}
.consult-stats-section .consult-stat-item .stat-num-wrap .stat-approx {
  font-size: 18px;
  font-weight: 800;
  margin-right: 3px;
}
@media screen and (max-width: 767px) {
  .consult-stats-section .consult-stat-item .stat-num-wrap .stat-approx {
    font-size: 11px;
    margin-right: 1px;
  }
}
.consult-stats-section .consult-stat-item .stat-num-wrap .stat-num {
  font-size: 38px;
  font-weight: 900;
  letter-spacing: -0.01em;
}
@media screen and (max-width: 767px) {
  .consult-stats-section .consult-stat-item .stat-num-wrap .stat-num {
    font-size: 18px;
  }
}
.consult-stats-section .consult-stat-item .stat-num-wrap .stat-unit {
  font-size: 18px;
  font-weight: 800;
  margin-left: 3px;
}
@media screen and (max-width: 767px) {
  .consult-stats-section .consult-stat-item .stat-num-wrap .stat-unit {
    font-size: 11px;
    margin-left: 1px;
  }
}
.consult-stats-section .consult-stat-item .stat-label {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767px) {
  .consult-stats-section .consult-stat-item .stat-label {
    font-size: 9.5px;
  }
}

.consult-reviews {
  background: #eef0f2;
}
.consult-reviews .consult-reviews-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 36px;
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .consult-reviews .consult-reviews-grid {
    grid-template-columns: 1fr;
    gap: 28px;
    margin-top: 24px;
    margin-bottom: 16px;
  }
}
.consult-reviews .consult-review-card {
  border-radius: 12px;
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.06);
  background: #ffffff;
  display: flex;
  flex-direction: column;
  position: relative;
}
@media screen and (max-width: 767px) {
  .consult-reviews .consult-review-card {
    margin-top: 10px;
  }
}
.consult-reviews .consult-review-card .review-card-head {
  background: #0b60d8;
  color: #ffffff;
  padding: 10px 16px 10px 14px;
  border-radius: 12px 12px 0 0;
  display: flex;
  align-items: center;
  gap: 12px;
  position: relative;
}
.consult-reviews .consult-review-card .review-card-head .review-avatar {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background: #ffffff;
  flex-shrink: 0;
  margin-top: -20px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12);
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .consult-reviews .consult-review-card .review-card-head .review-avatar {
    width: 48px;
    height: 48px;
    margin-top: -16px;
  }
}
.consult-reviews .consult-review-card .review-card-head .review-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.consult-reviews .consult-review-card .review-card-head .review-user-info {
  flex: 1;
}
.consult-reviews .consult-review-card .review-card-head .review-user-info .review-user-name {
  font-size: 16px;
  font-weight: 800;
  line-height: 1.25;
  margin-bottom: 2px;
  color: #ffffff;
}
.consult-reviews .consult-review-card .review-card-head .review-user-info .review-user-meta {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.9);
  font-weight: 500;
  line-height: 1.2;
}
.consult-reviews .consult-review-card .review-card-body {
  background: #ffffff;
  padding: 18px 20px 22px;
  border-radius: 0 0 12px 12px;
  flex: 1;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  .consult-reviews .consult-review-card .review-card-body {
    padding: 16px 16px 18px;
  }
}
.consult-reviews .consult-review-card .review-card-body .review-rating {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 12px;
}
.consult-reviews .consult-review-card .review-card-body .review-rating .rating-stars {
  display: inline-flex;
  align-items: center;
  gap: 2px;
  font-size: 16px;
  line-height: 1;
}
.consult-reviews .consult-review-card .review-card-body .review-rating .rating-stars .star,
.consult-reviews .consult-review-card .review-card-body .review-rating .rating-stars i {
  color: #e2e8f0;
}
.consult-reviews .consult-review-card .review-card-body .review-rating .rating-stars .star.active, .consult-reviews .consult-review-card .review-card-body .review-rating .rating-stars .star.is-active,
.consult-reviews .consult-review-card .review-card-body .review-rating .rating-stars i.active,
.consult-reviews .consult-review-card .review-card-body .review-rating .rating-stars i.is-active {
  color: #ffb800;
}
.consult-reviews .consult-review-card .review-card-body .review-rating .rating-stars img {
  height: 20px;
  width: auto;
  object-fit: contain;
  display: block;
}
.consult-reviews .consult-review-card .review-card-body .review-rating .rating-num {
  font-size: 14px;
  font-weight: 700;
  color: #ffb800;
  line-height: 1;
  margin-left: 2px;
}
.consult-reviews .consult-review-card .review-card-body .review-text {
  font-size: 15px;
  color: #222222;
  line-height: 1.55;
  margin: 0 0 14px;
  flex: 1;
}
@media screen and (max-width: 767px) {
  .consult-reviews .consult-review-card .review-card-body .review-text {
    font-size: 14px;
  }
}
.consult-reviews .consult-review-card .review-card-body .review-tag {
  font-size: 12px;
  color: #888888;
  line-height: 1.3;
  margin: 0;
  padding: 0;
}
.consult-reviews .consult-reviews-note {
  text-align: left;
  font-size: 12px;
  color: #777777;
  margin: 0;
}

.consult-purpose-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}
@media screen and (max-width: 767px) {
  .consult-purpose-grid {
    grid-template-columns: 1fr;
    gap: 8px;
  }
}
.consult-purpose-grid .consult-purpose-item {
  background: #ffffff;
  border: 1px solid #d8e2ec;
  border-radius: 6px;
  padding: 12px 14px;
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  user-select: none;
  transition: all 0.2s ease;
}
.consult-purpose-grid .consult-purpose-item input[type=radio] {
  display: none;
}
.consult-purpose-grid .consult-purpose-item .custom-radio-check {
  width: 18px;
  height: 18px;
  border: 1.5px solid #cbd5e1;
  border-radius: 3px;
  background: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  position: relative;
  transition: all 0.2s ease;
}
.consult-purpose-grid .consult-purpose-item .custom-radio-check::after {
  content: "";
  display: none;
  width: 5px;
  height: 9px;
  border: solid #0d60d8;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  margin-bottom: 2px;
}
.consult-purpose-grid .consult-purpose-item .purpose-text {
  font-size: 14px;
  font-weight: 600;
  color: #1e293b;
}
.consult-purpose-grid .consult-purpose-item.is-checked {
  border-color: #0d60d8;
  background: #f0f7ff;
}
.consult-purpose-grid .consult-purpose-item.is-checked .custom-radio-check {
  border-color: #0d60d8;
  background: #f0f7ff;
}
.consult-purpose-grid .consult-purpose-item.is-checked .custom-radio-check::after {
  display: block;
}
.consult-purpose-grid .consult-purpose-item.is-checked .purpose-text {
  color: #0d60d8;
  font-weight: 700;
}
.consult-purpose-grid .consult-purpose-item--full {
  grid-column: span 2;
}
@media screen and (max-width: 767px) {
  .consult-purpose-grid .consult-purpose-item--full {
    grid-column: span 1;
  }
}
.consult-purpose-grid .consult-purpose-item:hover {
  background: #f8fbff;
}

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