:root {
  --pink: #e85f86;
  --pink-dark: #dc426b;
  --pink-border: #ec99af;
  --line: #ead9de;
  --text: #514547;
  --blue: #4b91d9;
  --gutter: clamp(6px, 1.5385vw, 10px);
}

.red { color: #d52d2d; }
.blue { color: #1475b8; }
.yellow { background: linear-gradient(transparent 60%, #ff6 60%); }

* { box-sizing: border-box; }
html, body { min-height: 100%; margin: 0; }
body {
  background: #ececec;
  color: var(--text);
  font-family: "Noto Sans JP", "Noto Sans CJK JP", "Yu Gothic", Meiryo, sans-serif;
  -webkit-font-smoothing: antialiased;
}
button { font: inherit; }
img { max-width: 100%; }

.page {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  overflow: hidden;
  background: #fff;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.site-header {
  position: relative;
  height: 30px;
  padding: 5px 8px 0;
  background: #fff;
}
.brand {
  display: flex;
  align-items: center;
  height: 21px;
}
.brand-logo {
  display: block;
  width: 124px;
  height: auto;
}
.pr {
  position: absolute;
  top: 11px;
  right: 8px;
  margin: 0;
  color: #9a9193;
  font-size: 8px;
  line-height: 1.25;
  letter-spacing: .01em;
}

.comparison-sort-button {
  width: 100%;
  margin: 0;
  padding: 0;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: 0;
  background: transparent;
  color: inherit;
  font: inherit;
  line-height: inherit;
  cursor: pointer;
}
.hero {
  position: relative;
  width: calc(100% - (var(--gutter) * 2));
  margin: 0 var(--gutter);
}
.hero-board {
  display: block;
  width: 100%;
  height: auto;
}
.hero-date {
  position: relative;
  z-index: 1;
  width: auto;
  height: 24px;
  min-height: 24px;
  margin: 0 0 1px;
  padding: 0 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(236, 153, 175, .7);
  border-radius: 999px;
  background: #fff4f7;
  box-shadow: none;
  color: #e95076;
  font-size: 11.5px;
  line-height: 1;
  font-weight: 900;
  white-space: nowrap;
}
.hero-copy {
  position: absolute;
  z-index: 2;
  top: 7%;
  left: 4%;
  width: 58%;
  height: 86%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: transparent;
  text-align: center;
  pointer-events: none;
}
.hero-copy h1 {
  position: relative;
  z-index: 1;
  margin: 0;
  color: #514046;
  font-size: clamp(20px, 5.3vw, 27px);
  line-height: 1.08;
  font-weight: 900;
  letter-spacing: -.055em;
  white-space: nowrap;
}
.hero-copy strong {
  position: relative;
  z-index: 1;
  display: block;
  margin-top: 2px;
  color: #e84d77;
  font-size: clamp(34px, 8.75vw, 46px);
  line-height: .98;
  font-weight: 900;
  letter-spacing: .025em;
}
.hero-accent {
  position: relative;
  z-index: 1;
  width: 48%;
  height: 3px;
  margin-top: 4px;
  border-radius: 999px;
  background: linear-gradient(90deg, #55b7a8 0 38%, #eeabc0 38% 100%);
}

.search-box {
  width: calc(100% - (var(--gutter) * 2));
  height: auto;
  min-height: 112px;
  margin: 4px var(--gutter) 0;
  overflow: hidden;
  border: 1px solid #ef9bb0;
  border-radius: 8px 8px 0 0;
  background: #fff;
  transition: min-height .2s ease;
}
.search-box.has-result {
  height: auto;
  min-height: 156px;
}
.search-box.has-result .search-inner {
  padding-bottom: 16px;
}
.search-box.has-result .wizard-viewport {
  padding-bottom: 8px;
}
.search-box h2 {
  height: 24px;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #e96889;
  color: #fff;
  font-size: clamp(10.5px, 2.7vw, 14px);
  line-height: 1;
  font-weight: 900;
}
.search-inner {
  height: auto;
  min-height: 88px;
  padding: 4px 7px 10px;
}
.wizard-progress {
  height: 6px;
  margin: 0 0 2px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3px;
}
.wizard-progress span {
  width: 5px;
  height: 5px;
  border-radius: 5px;
  background: #f2d3da;
}
.wizard-progress span.is-active {
  width: 14px;
  background: #e96889;
}
.wizard-viewport {
  width: 100%;
  overflow: hidden;
}
.wizard-track {
  width: 300%;
  display: flex;
  transform: translateX(0);
  transition: transform .32s ease;
}
.wizard-step {
  width: 33.333333%;
  flex: 0 0 33.333333%;
}
.wizard-step p {
  margin: 0 0 4px;
  color: #75676a;
  font-size: clamp(11px, 2.82vw, 14px);
  line-height: 13px;
  font-weight: 800;
  text-align: center;
}
.choice-grid {
  width: 100%;
  display: grid;
  gap: 3px;
  margin: 0 auto;
}
.age-grid {
  max-width: 480px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.choice-grid--two {
  max-width: 430px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.choice-grid button {
  height: 21px;
  padding: 0 3px;
  border: 1px solid #f3a6b8;
  border-radius: 5px;
  background: #fff;
  color: #75676a;
  font-size: clamp(9.2px, 2.35vw, 12px);
  line-height: 1;
  font-weight: 800;
  white-space: nowrap;
}
.search-result-button {
  width: 116px;
  height: 24px;
  margin: 7px auto 6px;
  padding: 0;
  display: block;
  border: 0;
  border-radius: 14px;
  background: linear-gradient(180deg, #f47b98, #e95a80);
  box-shadow: 0 2px 0 #cf3f67, 0 4px 8px rgba(207,63,103,.13);
  color: #fff;
  font-size: 10px;
  line-height: 1;
  font-weight: 900;
  cursor: pointer;
}
.search-result-button[hidden] { display: none; }
.choice-grid button.is-selected {
  border-color: #e96889;
  background: #e96889;
  color: #fff;
}

.comparison-intro {
  position: relative;
  z-index: 2;
  width: calc(100% - (var(--gutter) * 2));
  height: 86px;
  margin: 14px var(--gutter) 0;
  border-top: 0;
  text-align: center;
}
.comparison-intro > img {
  position: absolute;
  z-index: 3;
  left: 7px;
  bottom: -3px;
  width: clamp(56px, 15.5vw, 74px);
  height: auto;
  object-fit: contain;
}
.comparison-intro > div {
  position: relative;
  z-index: 2;
  width: 100%;
  height: auto;
  padding-top: 5px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: 3px;
}
.comparison-intro p {
  width: max-content;
  margin: 0 auto;
  padding: 1px 8px;
  border-radius: 9px;
  background: #fff3f5;
  color: #e85f86;
  font-size: clamp(10px, 2.56vw, 13px);
  line-height: 1.3;
  font-weight: 800;
}
.comparison-intro h2 {
  margin: 0;
  color: #44353a;
  font-size: clamp(21px, 5.38vw, 29px);
  line-height: 1.1;
  font-weight: 900;
}
.comparison-intro strong {
  display: block;
  margin: 0;
  color: #44373b;
  font-size: clamp(9.5px, 2.44vw, 13px);
  line-height: 1.3;
}

.comparison {
  position: relative;
  z-index: 1;
  width: calc(100% - (var(--gutter) * 2));
  margin: 0 var(--gutter) 28px;
  overflow: hidden;
  border: 2px solid var(--pink-border);
  border-radius: 8px;
  background: #fff;
}
.comparison-tabs {
  height: 42px;
  padding: 4px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 4px;
  border-bottom: 1px solid #f3cbd5;
  background: #fff3f7;
}
.comparison-tab {
  position: relative;
  padding: 0;
  border: 1px solid #efccd5;
  border-radius: 7px;
  background: #fff;
  color: #6c5d60;
  font-size: clamp(11.5px, 2.95vw, 15px);
  font-weight: 900;
  cursor: pointer;
}
.comparison-tab.is-active {
  border-color: #e8678d;
  background: #e8678d;
  color: #fff;
}
.comparison-tab.is-active::after {
  content: "";
  position: absolute;
  z-index: 4;
  bottom: -7px;
  left: 50%;
  transform: translateX(-50%);
  border-top: 7px solid #e8678d;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
}
.state-panel {
  position: relative;
  overflow: hidden;
}
.state-panel[hidden] { display: none !important; }
.table-crop { width: 100%; }

.compare-table {
  width: 100%;
  margin: 2px 0 0;
  border-collapse: collapse;
  table-layout: fixed;
  color: #514547;
}
.compare-table th,
.compare-table td {
  border: 1px solid var(--line);
  text-align: center;
  vertical-align: middle;
}
.compare-table thead th {
  height: 59px;
  padding: 2px;
  border-color: #fff;
  background: #ec7d9c;
  color: #fff;
  font-size: clamp(10.5px, 2.69vw, 13.5px);
  line-height: 1.15;
  font-weight: 900;
}
.compare-table td {
  padding: 1px 4px;
  overflow: hidden;
  font-size: clamp(9.8px, 2.51vw, 12.8px);
  line-height: 1.42;
}
.compare-table td:last-child {
  padding-right: 1px;
  padding-left: 1px;
  overflow: visible;
}
.compare-table td:first-child {
  padding: 1px 2px;
  border-left-width: 4px;
  border-left-color: transparent;
}
.compare-table tr.rank-1 td:first-child { border-left-color: #c8aa22; }
.compare-table tr.rank-2 td:first-child { border-left-color: #aeb5bb; }
.compare-table tr.rank-3 td:first-child { border-left-color: #bd7545; }
.compare-table tbody tr.rank-1 td { background: #fffaf0; }
.compare-table tbody tr.rank-2 td { background: #fcfcfd; }
.compare-table tbody tr.rank-3 td { background: #fff8f3; }
.compare-table tbody tr.rank-4 td { background: #fffbfc; }
.compare-table tbody tr.rank-5 td { background: #fff; }
.compare-table tbody tr:nth-child(n+6) td { background: #fff; }

.sort-icon {
  display: block;
  width: 20px;
  height: 14px;
  margin: 2px auto 0;
}

.summary-table .site-col { width: 31%; }
.summary-table .rating-col { width: 16%; }
.summary-table .jobs-col { width: 14%; }
.summary-table .feature-col { width: 23%; }
.summary-table .detail-col { width: 16%; }
.summary-table tbody tr.rank-1 { height: 86px; }
.summary-table tbody tr.rank-2,
.summary-table tbody tr.rank-3 { height: 91px; }
.summary-table tbody tr.rank-4 { height: 94px; }
.summary-table tbody tr.rank-5 { height: 74px; }
.summary-table tbody tr:nth-child(n+6) { height: 76px; }
.summary-table td:nth-last-child(2) {
  padding-left: 7px;
  text-align: left;
  font-size: clamp(10.3px, 2.64vw, 13.5px);
  line-height: 1.48;
}

.site-cell {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.rank-medal {
  width: 34px;
  height: 39px;
  margin: 0 auto -1px;
  flex: none;
}
.plain-rank {
  position: relative;
  width: 24px;
  height: 24px;
  margin: 0 auto 3px;
  display: grid;
  place-items: center;
  flex: none;
}
.plain-rank img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.plain-rank b {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  color: #666a6c;
  font-size: 10px;
  line-height: 24px;
  font-weight: 900;
  text-align: center;
}
.service-logo {
  display: block;
  width: auto;
  max-width: min(100%, 104px);
  height: auto;
  max-height: 24px;
  margin-inline: auto;
  object-fit: contain;
}
.service-logo-link {
  display: block;
  max-width: 100%;
}
.service-logo--1 { width: 97px; max-height: 21px; }
.service-logo--2 { width: 102px; max-height: 30px; }
.service-logo--3 { width: 94px; max-height: 31px; }
.service-logo--4 { width: 102px; max-height: 18px; }
.service-logo--5 { width: 94px; max-height: 24px; }
.service-text-link {
  display: block;
  max-width: 96%;
  margin-top: 1px;
  color: #2e79cf;
  font-size: clamp(7.6px, 1.95vw, 10px);
  line-height: 1.15;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 1px;
  overflow-wrap: anywhere;
}
.service-name-link {
  color: #667075;
  font-size: clamp(9px, 2.3vw, 11px);
  line-height: 1.2;
  font-weight: 800;
}
.site-cell small {
  display: block;
  margin-top: 2px;
  color: #65595b;
  font-size: 7px;
  font-weight: 500;
}

.rating-stars {
  display: inline-flex;
  align-items: center;
  line-height: 1;
}
.rating-stars--comparison {
  --star-size: 10.5px;
  display: flex;
  justify-content: center;
  gap: .25px;
}
.rating-stars--detail {
  --star-size: clamp(10px, 2.7vw, 13px);
  gap: 1px;
}
.rating-stars__star {
  --fill: 0%;
  position: relative;
  display: block;
  width: var(--star-size);
  height: var(--star-size);
  flex: none;
}
.rating-stars__star::before,
.rating-stars__star::after {
  content: "";
  position: absolute;
  inset: 0;
  background: #ddd;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='m12 1.7 3.09 6.26 6.91 1-5 4.88 1.18 6.89L12 17.48l-6.18 3.25L7 13.84 2 8.96l6.91-1L12 1.7Z'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='m12 1.7 3.09 6.26 6.91 1-5 4.88 1.18 6.89L12 17.48l-6.18 3.25L7 13.84 2 8.96l6.91-1L12 1.7Z'/%3E%3C/svg%3E") center / contain no-repeat;
}
.rating-stars__star::after {
  background: #f3a000;
  clip-path: inset(0 calc(100% - var(--fill)) 0 0);
}
.summary-table td:nth-child(2) {
  padding-right: 1px;
  padding-left: 1px;
}
.rating-stars--comparison .rating-stars__star::before,
.rating-stars--comparison .rating-stars__star::after,
.rating-stars--detail .rating-stars__star::before,
.rating-stars--detail .rating-stars__star::after {
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-mask: none;
  mask: none;
}
.rating-stars--comparison .rating-stars__star::before,
.rating-stars--detail .rating-stars__star::before {
  background-color: transparent;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='m12 1.7 3.09 6.26 6.91 1-5 4.88 1.18 6.89L12 17.48l-6.18 3.25L7 13.84 2 8.96l6.91-1L12 1.7Z' fill='%23fffdf9' stroke='%23d88718' stroke-width='1.5' stroke-linejoin='round'/%3E%3C/svg%3E");
}
.rating-stars--comparison .rating-stars__star::after,
.rating-stars--detail .rating-stars__star::after {
  background-color: transparent;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='m12 1.7 3.09 6.26 6.91 1-5 4.88 1.18 6.89L12 17.48l-6.18 3.25L7 13.84 2 8.96l6.91-1L12 1.7Z' fill='%23f3a000' stroke='%23d88718' stroke-width='1.5' stroke-linejoin='round'/%3E%3C/svg%3E");
}
.rating-value {
  display: block;
  margin-top: 3px;
  color: #ee5d22;
  font-size: 15px;
  line-height: 1;
}
.evaluation-mark {
  display: block;
  width: 28px;
  height: 28px;
  margin: 0 auto 2px;
  object-fit: contain;
}
.evaluation-mark-none {
  display: block;
  margin: 0 auto 4px;
  color: #756d70;
  font-size: 10px;
  line-height: 1.2;
  font-weight: 700;
  white-space: nowrap;
}
.job-value {
  display: block;
  font-size: clamp(11.5px, 2.95vw, 14.5px);
  white-space: nowrap;
}
.job-count-display {
  display: inline-flex;
  align-items: flex-start;
  flex-wrap: nowrap;
  gap: 1px;
  white-space: nowrap;
  line-height: 1;
}
.job-count-main {
  display: block;
  line-height: 1;
}
.job-count-suffix {
  position: relative;
  top: 0;
  display: block;
  margin: 0;
  padding: 0;
  font-size: .68em;
  line-height: 1;
  vertical-align: baseline;
}
.orange-text { color: #f06a2e; }
.blue-text { color: var(--blue); }
.gray-text { color: #9fa1a4; }
.pink-text { color: #e74b77; }
.gold-text { color: #9a6820; }

.detail-button {
  position: relative;
  width: 52px;
  max-width: none;
  min-width: 0;
  height: 33px;
  margin: 0 auto;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 7px;
  background: linear-gradient(180deg, #ef6088 0%, #e94f79 100%);
  box-shadow: 0 3px 0 #cf3e67, 0 5px 7px rgba(202,63,100,.13);
  color: #fff;
  font-size: 11.5px;
  line-height: 1;
  font-weight: 900;
  white-space: nowrap;
}
.detail-button:not(:disabled):active {
  transform: translateY(2px);
  box-shadow: 0 1px 0 #cf3e67, 0 2px 4px rgba(202,63,100,.1);
}
.detail-button > span {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.detail-button > img {
  position: absolute;
  right: 5px;
  width: 6px;
  height: 10px;
}
.detail-button:disabled {
  opacity: .35;
  cursor: default;
}

.service-table .site-col { width: 29.3%; }
.service-table .area-col { width: 16.5%; }
.service-table .contact-col { width: 18.7%; }
.service-table .timing-col { width: 19.5%; }
.service-table .detail-col { width: 16%; }
.service-table tbody tr { height: 116px; }
.service-table td > b {
  display: block;
  margin-top: 4px;
  font-size: 13px;
  line-height: 1.25;
  white-space: nowrap;
}
.service-table td > small {
  display: block;
  margin-top: 4px;
  color: #7c6a6e;
  font-size: 9.5px;
  line-height: 1.3;
  font-weight: 700;
}
.area-mark,
.timing-icon {
  display: block;
  width: 24px;
  height: 24px;
  margin: 0 auto 4px;
  object-fit: contain;
}
.contact-list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
  width: max-content;
  margin: 0 auto;
}
.contact-list span {
  display: flex;
  align-items: center;
  gap: 4px;
  color: #514547;
  font-size: 10.5px;
  line-height: 1.25;
  white-space: nowrap;
}
.contact-list img {
  width: 16px;
  height: 16px;
  flex: none;
}

.jobs-table .site-col { width: 30%; }
.jobs-table .types-col { width: 15%; }
.jobs-table .styles-col { width: 20%; }
.jobs-table .private-col { width: 19%; }
.jobs-table .detail-col { width: 16%; }
.jobs-table tbody tr { height: 122px; }
.jobs-table td > small {
  display: block;
  margin-top: 5px;
  color: #65595b;
  font-size: 9px;
  line-height: 1.3;
  font-weight: 700;
  white-space: nowrap;
}
.jobs-table .profession-lines {
  line-height: 1.15;
}
.jobs-table .profession-line {
  display: block;
  line-height: 1.15;
}
.jobs-table td > b {
  display: block;
  font-size: 11.5px;
  line-height: 1.4;
}
.supported-icon {
  display: block;
  width: 42px;
  height: auto;
  margin: 0 auto;
}
.work-list {
  width: max-content;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
}
.work-list span {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 10.5px;
  line-height: 1.2;
  font-weight: 700;
  white-space: nowrap;
}
.work-list img {
  width: 16px;
  height: 16px;
  flex: none;
}
.private-mark {
  display: block;
  width: 20px;
  height: 20px;
  margin: 0 auto 5px;
  object-fit: contain;
}

.extra-rank-row td:first-child { border-left-color: transparent !important; }
.comparison:not(.is-expanded) .extra-rank-row {
  opacity: .22;
  pointer-events: none;
}
.comparison.is-expanded .extra-rank-row {
  opacity: 1;
  pointer-events: auto;
}

.fade-cover {
  position: absolute;
  z-index: 2;
  right: 0;
  bottom: 73px;
  left: 0;
  height: 70px;
  background: linear-gradient(to bottom, rgba(255,255,255,0), #fff 76%);
  pointer-events: none;
}
.more-button {
  position: absolute;
  z-index: 4;
  left: 50%;
  width: 196px;
  height: 37px;
  padding: 0;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 22px;
  background: #f77d91;
  box-shadow: 0 3px 0 #d94767, 0 7px 12px rgba(221,76,104,.15);
  color: #fff;
  font-size: 11px;
  line-height: 1;
  font-weight: 900;
}
.more-label {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.more-icon {
  position: absolute;
  top: 5px;
  right: 9px;
  width: 27px;
  height: 27px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255,255,255,.78);
  border-radius: 50%;
}
.more-icon img { width: 12px; height: 8px; }
.source-note {
  position: absolute;
  z-index: 3;
  left: 0;
  width: 100%;
  height: 42.78125px;
  margin: 0;
  padding: 4px 8px;
  background: #fff;
  color: #806d71;
  font-size: 8px;
  line-height: 1.55;
}
.jobs-legend {
  position: absolute;
  left: 0;
  width: 100%;
  height: 40.1875px;
  margin: 0;
  padding: 5px 8px 0;
  color: #8b777a;
  font-size: 7px;
  line-height: 1.35;
}
.jobs-legend strong { color: #ea6585; }
.jobs-legend small { font-size: 6px; }

.comparison--summary:not(.is-expanded) { height: 601.890625px; }
.comparison--summary:not(.is-expanded) .state-panel { height: 555.890625px; }
.comparison--summary:not(.is-expanded) .more-button { top: 466.109375px; }
.comparison--summary:not(.is-expanded) .source-note { top: 513.109375px; }

.comparison--service:not(.is-expanded) { height: 804.28125px; }
.comparison--service:not(.is-expanded) .state-panel { height: 758.28125px; }
.comparison--service:not(.is-expanded) .more-button { top: 668.5px; }
.comparison--service:not(.is-expanded) .source-note { top: 715.5px; }

.comparison--jobs:not(.is-expanded) { height: 873.46875px; }
.comparison--jobs:not(.is-expanded) .state-panel { height: 827.46875px; }
.comparison--jobs:not(.is-expanded) .jobs-legend { top: 712.5px; }
.comparison--jobs:not(.is-expanded) .more-button { top: 737.6875px; }
.comparison--jobs:not(.is-expanded) .source-note { top: 784.6875px; }

.comparison.is-expanded { height: auto; }
.comparison.is-expanded .state-panel {
  height: auto;
  overflow: visible;
}
.comparison.is-expanded .fade-cover { display: none; }
.comparison.is-expanded .jobs-legend {
  position: static;
  height: auto;
  min-height: 40px;
}
.comparison.is-expanded .more-button {
  position: relative;
  top: auto;
  left: auto;
  margin: 16px auto 20px;
  transform: none;
}
.comparison.is-expanded .more-icon img { transform: rotate(180deg); }
.comparison.is-expanded .source-note {
  position: static;
  height: auto;
  min-height: 43px;
}

@media (max-width: 389px) {
  .pr { font-size: 8px; }
  .compare-table td { padding-right: 2px; padding-left: 2px; font-size: 9.4px; }
  .summary-table td:nth-last-child(2) { padding-left: 4px; }
  .service-logo--1 { width: 90px; }
  .service-logo--4 { width: 94px; }
}

@media (min-width: 768px) {
  .pr { font-size: 10px; }
}

@media (min-width: 480px) {
  .comparison-intro > img { left: 8px; }
  .compare-table td:nth-last-child(2) { padding-right: 8px; }
}
/* 案件詳細カード専用。上部比較表のレイアウトとは分離。 */
.service-detail-card {
  position: relative;
  width: calc(100% - (var(--gutter) * 2));
  margin: 14px var(--gutter) 30px;
  overflow: hidden;
  border: 1px solid #efb1c2;
  border-radius: 14px;
  background: #fff;
  color: #514547;
}
.service-detail-card--rank-4,
.service-detail-card--rank-5 {
  color: #514547;
}
.service-detail-card::before {
  content: "";
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  left: 0;
  height: 7px;
  border-radius: 13px 13px 55% 55%;
  background: #e75d83;
  pointer-events: none;
}
.service-detail-card__header {
  min-height: 58px;
  padding: 12px 10px 7px;
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr) 68px;
  align-items: center;
  gap: 7px;
  border-bottom: 1px solid #efcbd5;
  background: #fffafb;
}
.service-detail-card__rank {
  width: 36px;
  height: 42px;
  object-fit: contain;
}
.service-detail-card__rank-plain {
  position: relative;
  width: 36px;
  height: 42px;
}
.service-detail-card__rank-plain img {
  display: block;
  width: 36px;
  height: 42px;
}
.service-detail-card__rank-plain b {
  position: absolute;
  top: 0;
  left: 0;
  width: 36px;
  height: 36px;
  padding: 0;
  display: grid;
  place-items: center;
  color: #666a6c;
  font-size: 18px;
  line-height: 1;
  font-weight: 900;
  transform: translateY(2px);
}
@media (max-width: 767px) {
  .service-detail-card__rank-plain b {
    transform: translateY(4px);
  }
}
.service-detail-card__heading {
  min-width: 0;
}
.service-detail-card__heading h2 {
  margin: 0;
  color: #3e3336;
  font-size: clamp(17px, 4.62vw, 23px);
  line-height: 1.1;
  font-weight: 900;
  white-space: nowrap;
}
.service-name-ad-link {
  color: inherit;
  text-decoration: none;
}
.service-detail-card__heading p {
  margin: 4px 0 0;
  color: #e65b82;
  font-size: clamp(10px, 2.7vw, 13.5px);
  line-height: 1.2;
  font-weight: 900;
  white-space: nowrap;
}
.service-detail-card__rating {
  align-self: center;
  text-align: center;
}
.service-detail-card__rating > span {
  display: block;
  color: #776a6d;
  font-size: clamp(8px, 2.05vw, 10px);
  line-height: 1;
  font-weight: 900;
}
.service-detail-card__rating > strong {
  display: block;
  margin-top: 3px;
  color: #302a2c;
  font-size: clamp(19px, 5.13vw, 25px);
  line-height: 1;
  font-weight: 900;
}
.service-detail-card__rating > strong b {
  margin-right: 2px;
  color: #eb658c;
}
.service-detail-card__body {
  padding-top: 9px;
}
.service-detail-card__banner {
  display: block;
  width: calc(100% - 18px);
  height: auto;
  margin: 0 9px;
  border: 1px solid #e5e5e5;
  border-radius: 9px;
  object-fit: contain;
}
.service-banner-ad-link {
  display: block;
  color: inherit;
  text-decoration: none;
}
.service-detail-card__features {
  margin: 10px 9px 9px;
  padding: 12px 12px 11px;
  border: 1px solid #f0bdca;
  border-radius: 10px;
  background: #fff6f8;
}
.service-detail-card__features h3 {
  margin: 0 0 8px;
  color: #e04d77;
  font-size: clamp(13px, 3.46vw, 17px);
  line-height: 1.2;
  font-weight: 900;
  text-align: center;
}
.service-detail-card__features ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.service-detail-card__features li {
  position: relative;
  margin-top: 5px;
  padding-left: 14px;
  font-size: clamp(10.5px, 2.82vw, 14px);
  line-height: 1.38;
}
.service-detail-card__features li::before {
  content: "";
  position: absolute;
  top: .52em;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #ec668d;
}
.service-detail-card__tabs {
  position: relative;
  height: 44px;
  margin: 0 10px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}
.service-detail-card__tab {
  position: relative;
  padding: 0;
  border: 1px solid #ddd0d4;
  background: #f7f4f5;
  color: #73676a;
  font-size: clamp(14px, 3.72vw, 18px);
  line-height: 1;
  font-weight: 900;
  cursor: pointer;
}
.service-detail-card__tab.is-active {
  border: 2px solid #ed8fad;
  background: #fff;
  color: #e6507b;
}
.service-detail-card__tab.is-active::after {
  content: "";
  position: absolute;
  z-index: 3;
  bottom: -8px;
  left: 50%;
  transform: translateX(-50%);
  border-top: 8px solid #ed8fad;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
}
.service-detail-card__panel[hidden] {
  display: none !important;
}
.service-detail-card__summary-grid {
  min-height: 90px;
  margin: 8px 8px 0;
  display: grid;
  grid-template-columns: 22% 21% 24% 33%;
  border-top: 1px solid #efc4cf;
  border-bottom: 1px solid #efc4cf;
}
.service-detail-card__summary-item {
  min-width: 0;
  padding: 8px 3px 6px;
  border-right: 1px solid #ead6dc;
  text-align: center;
}
.service-detail-card__summary-item:last-child {
  border-right: 0;
}
.service-detail-card__summary-item h3 {
  min-height: 18px;
  margin: 0 0 5px;
  padding-bottom: 4px;
  border-bottom: 2px solid #f0c2ce;
  color: #66575b;
  font-size: clamp(10px, 2.7vw, 13px);
  line-height: 1;
  font-weight: 900;
  white-space: nowrap;
}
.service-detail-card__summary-item > strong {
  display: block;
  margin-top: 4px;
  color: #e25c2d;
  font-size: clamp(15px, 3.97vw, 19px);
  line-height: 1;
  font-weight: 900;
  white-space: nowrap;
}
.service-detail-card__rating-stars {
  display: flex;
  justify-content: center;
  padding-top: 5px;
}
.service-detail-card__rating-stars + strong {
  margin-top: 1px;
}
.service-detail-card__jobs-mark {
  display: block;
  color: #ed7839;
  font-size: clamp(28px, 7.44vw, 35px);
  line-height: .7;
}
.service-detail-card__jobs-mark + .service-detail-card__summary-jobs-value {
  width: 100%;
  margin-top: 0;
  display: flex;
  justify-content: center;
  color: #5b4f52;
  font-size: clamp(10px, 2.7vw, 13px);
}
.service-detail-card__summary-item--contact,
.service-detail-card__summary-item--employment {
  text-align: left;
}
.service-detail-card__summary-item--contact h3,
.service-detail-card__summary-item--employment h3 {
  text-align: center;
}
.service-detail-card__summary-item--contact > span,
.service-detail-card__summary-item--employment > span {
  margin-top: 4px;
  display: flex;
  align-items: center;
  gap: 3px;
  font-size: clamp(9.5px, 2.56vw, 12.5px);
  line-height: 1.1;
  white-space: nowrap;
}
.service-detail-card__summary-item--employment > span {
  gap: 2px;
  font-size: clamp(9.5px, 2.44vw, 12px);
}
.service-detail-card__summary-item--contact > span img,
.service-detail-card__summary-item--employment > span img {
  width: 14px;
  height: 14px;
  flex: none;
  object-fit: contain;
}
.service-detail-card__cta {
  position: relative;
  width: calc(100% - 40px);
  height: 48px;
  margin: 11px 20px 12px;
  padding: 0 36px 0 12px;
  border: 0;
  border-radius: 9px;
  background: linear-gradient(180deg, #e45a81 0%, #db4772 100%);
  box-shadow: 0 4px 0 #c63560, 0 7px 12px rgba(198,53,96,.15);
  color: #fff;
  font-size: clamp(14px, 3.72vw, 18px);
  line-height: 1.1;
  font-weight: 900;
  cursor: pointer;
}
a.service-detail-card__cta {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  text-decoration: none;
}
.service-detail-card__cta b {
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-53%);
  font-size: 31px;
  line-height: 1;
  font-weight: 700;
}
.service-detail-card__reviews {
  margin: 16px 8px 10px;
  overflow: hidden;
  border: 2px solid #ef9db4;
  border-radius: 0 0 10px 10px;
  background: #fff;
}
.service-detail-card__reviews > h3 {
  margin: 0;
  padding: 10px;
  background: #fff8fa;
  color: #e45880;
  font-size: clamp(17px, 4.49vw, 21px);
  line-height: 1.1;
  font-weight: 900;
}
.service-detail-card__reviews > h3 span {
  display: inline-block;
  padding: 6px 8px;
  border-radius: 2px;
  background: #e8648b;
  color: #fff;
  font-size: .72em;
}
.service-detail-card__review {
  margin: 0 14px;
  padding: 17px 0;
  display: grid;
  grid-template-columns: 64px minmax(0, 1fr);
  gap: 11px;
  border-bottom: 1px dashed #cbbfc2;
}
.service-detail-card__review:nth-of-type(2) {
  border-bottom: 0;
}
.service-detail-card__review-avatar {
  width: 62px;
  height: 62px;
  overflow: hidden;
  border: 2px solid #efb2c3;
  border-radius: 50%;
  background: #f3f5fb;
}
.service-detail-card__review-avatar img {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
  border-radius: 0;
  background: none;
  box-shadow: none;
  object-fit: cover;
}
.service-detail-card__review-avatar--40 img {
  transform: translateX(2px) scale(1.01);
  transform-origin: center;
}
.service-detail-card__review.has-no-avatar {
  grid-template-columns: minmax(0, 1fr);
}
.service-detail-card__review-meta {
  margin: 1px 0 6px;
  color: #6e6064;
  font-size: clamp(10.5px, 2.82vw, 13.5px);
  line-height: 1.2;
  font-weight: 800;
}
.service-detail-card__review-meta b {
  margin-left: 6px;
  color: #ea5c85;
  font-size: 1.12em;
}
.service-detail-card__review h4 {
  margin: 0 0 8px;
  color: #e75d85;
  font-size: clamp(14px, 3.72vw, 18px);
  line-height: 1.25;
  font-weight: 900;
}
.service-detail-card__review > div > p:last-child {
  margin: 0;
  color: #4d4446;
  font-size: clamp(11px, 2.95vw, 14px);
  line-height: 1.65;
}
.service-detail-card__reviews-more {
  width: calc(100% - 22px);
  height: 38px;
  margin: 4px 11px 10px;
  padding: 0;
  border: 1px solid #efb2c3;
  border-radius: 21px;
  background: #fff;
  color: #e85d85;
  font-size: clamp(11px, 2.95vw, 14px);
  line-height: 1;
  font-weight: 900;
  cursor: pointer;
}
.service-detail-card__reviews-more-icon {
  margin-left: 4px;
  font-size: 11px;
}
.service-detail-card__reviews-extra {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows .24s ease;
}
.service-detail-card__reviews-extra.is-open {
  grid-template-rows: 1fr;
}
.service-detail-card__reviews-extra-inner {
  min-height: 0;
  overflow: hidden;
}
.service-detail-card__review--extra:first-child {
  border-top: 1px dashed #cbbfc2;
}
.service-detail-card__review--extra:last-child {
  border-bottom: 0;
}
.service-detail-card:not(.service-detail-card--rank-1) .service-detail-card__header {
  min-height: 70px;
}
.service-detail-card:not(.service-detail-card--rank-1) .service-detail-card__heading p {
  white-space: normal;
}
.service-detail-card--rank-5 .service-detail-card__summary-item--employment > span {
  align-items: flex-start;
  white-space: normal;
}
.service-detail-card__cta--register {
  width: calc(100% - 22px);
  height: 48px;
  margin: 11px 11px 16px;
  font-size: clamp(15px, 3.97vw, 19px);
}
.service-detail-card__jobs-content {
  margin: 8px 8px 0;
  padding: 12px 13px 0;
  border: 2px solid #ef9db4;
  border-radius: 0 0 10px 10px;
  background: #fff;
}
.service-detail-card__public-jobs {
  padding: 6px 3px 12px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 10px;
  border-bottom: 1px solid #e8e0e2;
}
.service-detail-card__public-jobs > span {
  font-size: clamp(11px, 3.08vw, 15px);
  line-height: 1;
  font-weight: 900;
}
.service-detail-card__public-jobs small {
  margin-left: 5px;
  color: #a59a9d;
  font-size: .67em;
  font-weight: 500;
}
.service-detail-card__public-jobs strong {
  display: inline-flex;
  align-items: baseline;
  color: #df4f7a;
  font-size: clamp(21px, 5.64vw, 27px);
  line-height: 1;
  font-weight: 900;
  white-space: nowrap;
}
.service-detail-card__summary-jobs-value {
  display: inline-flex;
  align-items: baseline;
  white-space: nowrap;
}
.service-detail-card__public-jobs-suffix {
  margin-left: 1px;
  font-size: .72em;
  line-height: 1;
  vertical-align: baseline;
}
.service-detail-card__jobs-section {
  padding: 16px 7px;
  border-bottom: 1px solid #e8e0e2;
}
.service-detail-card__jobs-section h3,
.service-detail-card__recommend h3 {
  margin: 0;
  color: #4d4144;
  font-size: clamp(14px, 3.72vw, 18px);
  line-height: 1.2;
  font-weight: 900;
}
.service-detail-card__jobs-section h3 > img {
  display: inline-block;
  width: 26px;
  height: 26px;
  margin-right: 6px;
  object-fit: contain;
  vertical-align: -7px;
}
.service-detail-card__check-grid,
.service-detail-card__work-grid {
  margin: 13px 2px 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  row-gap: 15px;
  list-style: none;
}
.service-detail-card__check-grid li,
.service-detail-card__work-grid li {
  position: relative;
  padding-left: 27px;
  font-size: clamp(11px, 3.08vw, 15px);
  line-height: 1.2;
  font-weight: 800;
  white-space: nowrap;
}
.service-detail-card__check-grid li::before {
  content: "✓";
  position: absolute;
  left: 4px;
  color: #3ba58f;
  font-size: 18px;
  line-height: .8;
  font-weight: 900;
}
.service-detail-card__work-grid li {
  min-height: 22px;
  display: flex;
  align-items: center;
  gap: 8px;
  padding-left: 0;
}
.service-detail-card__work-grid img {
  width: 22px;
  height: 22px;
  flex: none;
}
.service-detail-card__area-grid {
  margin: 13px 0 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.service-detail-card__area-grid > div {
  padding: 2px 7px;
  text-align: center;
}
.service-detail-card__area-grid > div + div {
  border-left: 1px solid #e1d8db;
}
.service-detail-card__area-grid dt {
  color: #9a8e91;
  font-size: clamp(9px, 2.44vw, 12px);
}
.service-detail-card__area-grid dd {
  margin: 9px 0 0;
  color: #4e4447;
  font-size: clamp(11.5px, 3.08vw, 15px);
  line-height: 1.2;
  font-weight: 900;
  white-space: nowrap;
}
.service-detail-card__area-grid dd > img {
  width: 17px;
  height: 17px;
  margin-right: 4px;
  object-fit: contain;
  vertical-align: -4px;
}
.service-detail-card__recommend {
  position: relative;
  min-height: 124px;
  padding: 15px 70px 14px 3px;
}
.service-detail-card__recommend ul {
  margin: 11px 0 0;
  padding: 0;
  list-style: none;
}
.service-detail-card__recommend li {
  position: relative;
  margin-top: 5px;
  padding-left: 13px;
  font-size: clamp(9.5px, 2.56vw, 12.5px);
  line-height: 1.35;
}
.service-detail-card__recommend li::before {
  content: "";
  position: absolute;
  top: .5em;
  left: 2px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #e9537d;
}
.service-detail-card__recommend > img {
  position: absolute;
  right: -2px;
  bottom: 0;
  width: 72px;
  height: auto;
  object-fit: contain;
}

.site-footer {
  margin-top: 4px;
  border-top: 1px solid #efcbd5;
  background: #fff8fa;
  color: #66575b;
}
.site-footer__links {
  padding: 14px var(--gutter) 12px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 8px 14px;
}
.site-footer__links a {
  padding: 3px 0;
  color: #65595b;
  font-size: clamp(10.5px, 2.82vw, 13px);
  line-height: 1.35;
  text-decoration: none;
  white-space: nowrap;
}
.site-footer__links a:focus-visible {
  border-radius: 4px;
  outline: 2px solid #e76389;
  outline-offset: 1px;
}
.site-footer__links a[aria-disabled="true"] {
  cursor: default;
}
.site-footer__bottom {
  padding: 13px var(--gutter) 16px;
  border-top: 1px solid #f0dce2;
  text-align: center;
}
.site-footer__name {
  margin: 0;
  color: #4d4144;
  font-size: clamp(13px, 3.46vw, 16px);
  line-height: 1.2;
  font-weight: 900;
}
.site-footer__copyright {
  margin: 6px 0 0;
  font-size: clamp(10px, 2.56vw, 12px);
  line-height: 1.3;
}
@media (max-width: 389px) {
  .service-detail-card__header {
    grid-template-columns: 40px minmax(0, 1fr) 64px;
    gap: 5px;
    padding-right: 8px;
    padding-left: 8px;
  }
  .service-detail-card__heading h2 {
    font-size: 16px;
  }
  .service-detail-card__heading p {
    font-size: 9.5px;
  }
  .service-detail-card__summary-grid {
    grid-template-columns: 22% 21% 24% 33%;
  }
  .service-detail-card__summary-item {
    padding-right: 2px;
    padding-left: 2px;
  }
  .service-detail-card__summary-item--contact > span,
  .service-detail-card__summary-item--employment > span {
    font-size: 9.5px;
    gap: 2px;
  }
  .service-detail-card__summary-item--employment > span {
    gap: 0;
    align-items: flex-start;
    white-space: normal;
  }
  .service-detail-card__summary-item--employment > span img {
    width: 10px;
    height: 10px;
  }
  .service-detail-card__cta {
    width: calc(100% - 28px);
    margin-right: 14px;
    margin-left: 14px;
    font-size: 13.5px;
  }
  .service-detail-card__cta--register {
    width: calc(100% - 22px);
    margin-right: 11px;
    margin-left: 11px;
    font-size: 14.5px;
  }
  .service-detail-card__review {
    grid-template-columns: 56px minmax(0, 1fr);
    gap: 9px;
  }
  .service-detail-card__review-avatar {
    width: 54px;
    height: 54px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .service-detail-card__reviews-extra {
    transition: none;
  }
}
/* CMS V2 feature-page common template */
.feature-hero { margin: 0 auto 18px; max-width: 1280px; background: #eff9f8; }
.feature-hero img { display: block; width: 100%; height: auto; }
.feature-hero__missing { margin: 0; padding: 48px 16px; text-align: center; color: #667; }
.feature-intro { margin: 0 auto 22px; padding: 20px; max-width: 1080px; line-height: 1.8; background: #fff; }
.feature-page__cards { padding-top: 18px; }
.feature-page .comparison--feature-best5,
.feature-page .comparison--feature-best5:not(.is-expanded) { height: auto; }
.feature-page .comparison--feature-best5 .state-panel,
.feature-page .comparison--feature-best5:not(.is-expanded) .state-panel {
  height: auto;
  overflow: visible;
}
.feature-page .comparison--feature-best5 .source-note {
  position: static;
  height: auto;
  min-height: 43px;
}
.feature-page .comparison--feature-best5 .jobs-legend {
  position: static;
  height: auto;
  min-height: 40px;
}
.visually-hidden { position: absolute !important; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }

/* Improvement C: independent priority selections; no global image changes. */
.priority-choice { position: relative; display: block; min-width: 0; }
.priority-choice input { position: absolute; opacity: 0; width: 1px; height: 1px; }
.priority-choice span { display: flex; align-items: center; justify-content: center; gap: 5px; min-height: 42px; padding: 6px; border: 1px solid #ead9de; border-radius: 7px; background: #fff; font-size: clamp(11px, 2.9vw, 15px); text-align: center; cursor: pointer; }
.priority-choice span::before { content: ""; flex: 0 0 12px; width: 12px; height: 12px; border: 1px solid #c0a5ae; border-radius: 3px; }
.priority-choice input:checked + span { border-color: #e85d85; background: #fff7f9; color: #c52f5a; font-weight: 800; }
.priority-choice input:checked + span::before { content: "✓"; background: #e85d85; border-color: #e85d85; color: #fff; line-height: 12px; font-size: 11px; }
.priority-choice input:focus-visible + span { outline: 3px solid rgba(232,93,133,.4); outline-offset: 2px; }
.wizard-step p small { font-size: .75em; }

/* Improvement C: shared privacy mark, scoped to the existing public footer. */
.site-footer__privacy-mark {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 2px var(--gutter) 12px;
  color: inherit;
  text-align: center;
}
.site-footer__privacy-mark img {
  display: block;
  flex: none;
  width: 70px;
  height: 70px;
  object-fit: contain;
}
.site-footer__privacy-mark p {
  max-width: 100%;
  margin: 7px auto 0;
  font-size: 11px;
  line-height: 1.6;
  overflow-wrap: anywhere;
}

.site-footer__privacy-mark p span { display: inline-block; }

/* Improvement C approved design R2 */

.search-box, .search-box.has-result {min-height:0;}
.search-inner, .search-box.has-result .search-inner {min-height:0;padding:4px 7px 10px;}
.search-box.has-result .wizard-viewport {padding-bottom:0;}
.wizard-track {align-items:flex-start;}

.search-box .priority-choice span {height:21px;min-height:21px;padding:0 3px;border:1px solid #f3a6b8;border-radius:5px;color:#75676a;font-size:clamp(9.2px,2.35vw,12px);line-height:1;font-weight:800;white-space:nowrap;}
.search-box .priority-choice span::before {display:none;}
.search-box .priority-choice input:checked + span {border-color:#e96889;background:#e96889;color:#fff;}
.site-footer__privacy-mark {width:calc(100% - 32px);max-width:340px;margin:0 auto;padding:0 0 12px;}
.site-footer__privacy-mark img {width:70px;height:70px;}
.site-footer__privacy-mark p {margin:8px auto 0;font-size:11px;line-height:1.7;}
.site-footer__privacy-mark p span {display:inline;}

.wizard-step {position:relative;}
.wizard-back {display:block;width:max-content;margin:9px 0 0;padding:2px 0;border:0;background:none;color:#88787e;font:inherit;font-size:10px;line-height:16px;text-decoration:none;cursor:pointer;}
.wizard-step[data-step="3"] {padding-bottom:25px;}
.wizard-step[data-step="3"] .wizard-back {position:absolute;left:0;bottom:0;margin:0;}
