.ja-homepage {
	--ja-orange: #ed5a24;
	--ja-orange-dark: #d94814;
	--ja-orange-action: #cc4817;
	--ja-ink: #1f2427;
	--ja-muted: #667078;
	--ja-line: #e7e2dc;
	--ja-warm: #f7f3ee;
	--ja-warm-light: #fbf9f6;
	--ja-green: #16845a;
	--ja-dark: #202529;
	min-width: 320px;
	overflow-x: clip;
	color: var(--ja-ink);
	background: #fff;
	font-family: "Noto Sans JP", "Yu Gothic", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
	font-size: 16px;
	line-height: normal;
	-webkit-font-smoothing: antialiased;
}

.ja-homepage *,
.ja-homepage *::before,
.ja-homepage *::after {
	box-sizing: border-box;
}

.ja-homepage [hidden] {
	display: none !important;
}

.ja-homepage h1,
.ja-homepage h2,
.ja-homepage h3,
.ja-homepage p,
.ja-homepage figure,
.ja-homepage dl,
.ja-homepage dd {
	margin: 0;
}

.ja-homepage a {
	color: inherit;
	text-decoration: none;
}

.ja-homepage button,
.ja-homepage input {
	font: inherit;
}

.ja-homepage button {
	color: inherit;
}

.ja-homepage img {
	display: block;
	max-width: 100%;
}

.ja-homepage a:focus-visible,
.ja-homepage button:focus-visible,
.ja-homepage input:focus-visible,
.ja-homepage summary:focus-visible {
	outline: 3px solid rgba(204, 72, 23, 0.34);
	outline-offset: 3px;
}

.ja-shell {
	width: min(1280px, calc(100% - 80px));
	margin-inline: auto;
}

.ja-visually-hidden,
.ja-skip-link:not(:focus) {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

.ja-skip-link:focus {
	position: fixed;
	z-index: 100;
	top: 8px;
	left: 8px;
	padding: 10px 14px;
	color: #fff;
	border-radius: 4px;
	background: var(--ja-dark);
}

.ja-icon {
	width: 18px;
	height: 18px;
	flex: 0 0 auto;
	fill: currentcolor;
	stroke: none;
}

.ja-kicker {
	color: var(--ja-orange-dark);
	font-size: 12px;
	font-weight: 900;
	letter-spacing: 0;
}

.ja-section {
	padding: 64px 0;
}

.ja-section-heading {
	margin-bottom: 28px;
}

.ja-section-heading h2,
.ja-faq__heading h2 {
	margin-top: 8px;
	font-size: 38px;
	line-height: 1.35;
	font-weight: 700;
	letter-spacing: 0;
	text-wrap: balance;
}

.ja-section-heading > p,
.ja-section-heading--row > p {
	color: var(--ja-muted);
	font-size: 14px;
	line-height: 1.8;
}

.ja-section-heading--center {
	text-align: center;
}

.ja-section-heading--center > p:last-child {
	margin-top: 12px;
}

.ja-section-heading--row {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 60px;
}

.ja-section-heading--row > p {
	max-width: 540px;
	padding-bottom: 4px;
}

.ja-primary-button {
	display: inline-flex;
	min-height: 48px;
	align-items: center;
	justify-content: center;
	gap: 9px;
	padding: 0 23px;
	color: #fff;
	border: 1px solid var(--ja-orange-action);
	border-radius: 5px;
	background: var(--ja-orange-action);
	font-size: 14px;
	font-weight: 900;
	cursor: pointer;
	transition: background-color 160ms ease, border-color 160ms ease;
}

.ja-primary-button:hover {
	color: #fff;
	border-color: #b83d12;
	background: #b83d12;
}

.ja-primary-button:active {
	border-color: #a93710;
	background: #a93710;
}

.ja-primary-button:disabled,
.ja-primary-button[aria-disabled="true"] {
	border-color: #b7babb;
	background: #b7babb;
	cursor: wait;
}

.ja-hero {
	position: relative;
	min-height: 610px;
	background: var(--ja-warm-light);
}

.ja-hero__content {
	display: grid;
	width: min(1440px, 100%);
	min-height: 610px;
	grid-template-columns: 48% 52%;
	grid-template-rows: minmax(0, 1fr);
	margin-inline: auto;
}

.ja-hero__copy {
	min-width: 0;
	min-height: 0;
	padding: 76px 48px 260px clamp(40px, calc(50vw - 640px), 80px);
	background: #fbf8f4;
}

.ja-hero__copy h1 {
	max-width: 580px;
	margin-top: 15px;
	font-size: 55px;
	line-height: 1.28;
	font-weight: 700;
	letter-spacing: 0;
	text-wrap: balance;
}

.ja-hero__lead {
	max-width: 520px;
	margin-top: 24px;
	color: #586169;
	font-size: 16px;
	line-height: 1.9;
	text-wrap: pretty;
}

.ja-hero__media {
	min-width: 0;
	min-height: 0;
	overflow: hidden;
	background: #eee8e0;
}

.ja-hero__media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: 61% center;
}

.ja-hero__search-wrap {
	position: absolute;
	z-index: 4;
	right: 0;
	bottom: 26px;
	left: 0;
}

.ja-search-panel {
	width: min(820px, 64%);
	min-height: 202px;
	padding: 0 24px 17px;
	border: 1px solid #e7e1da;
	border-radius: 8px;
	background: #fff;
	box-shadow: 0 13px 35px rgba(51, 43, 36, 0.11);
}

.ja-search-tabs {
	display: flex;
	height: 52px;
	align-items: center;
	gap: 30px;
	border-bottom: 1px solid #ece8e3;
}

.ja-search-tabs button {
	position: relative;
	display: flex;
	height: 100%;
	align-items: center;
	gap: 7px;
	padding: 0 6px;
	color: #586168;
	border: 0;
	background: transparent;
	font-size: 13px;
	font-weight: 800;
	cursor: pointer;
}

.ja-search-tabs button::after {
	position: absolute;
	right: 0;
	bottom: -1px;
	left: 0;
	height: 2px;
	content: "";
	background: var(--ja-orange);
	transform: scaleX(0);
	transition: transform 160ms ease;
}

.ja-search-tabs button.is-active {
	color: var(--ja-orange-dark);
}

.ja-search-tabs button.is-active::after {
	transform: scaleX(1);
}

.ja-search-form {
	display: flex;
	align-items: stretch;
	gap: 10px;
	margin-top: 14px;
}

.ja-search-field,
.ja-search-upload {
	display: flex;
	min-width: 0;
	height: 51px;
	flex: 1 1 0;
	align-items: center;
	gap: 9px;
	padding: 0 14px;
	color: #879096;
	border: 1px solid #dcd8d3;
	border-radius: 5px;
	background: #fff;
}

.ja-search-field:focus-within,
.ja-search-upload:focus-within {
	border-color: var(--ja-orange);
	box-shadow: 0 0 0 3px rgba(237, 90, 36, 0.09);
}

.ja-search-field input {
	min-width: 0;
	flex: 1 1 0;
	color: var(--ja-ink);
	border: 0;
	outline: 0;
	background: transparent;
	font-size: 14px;
}

.ja-search-field input::placeholder {
	color: #767d82;
}

.ja-search-upload {
	cursor: pointer;
}

.ja-search-upload input {
	position: absolute;
	width: 1px;
	height: 1px;
	opacity: 0;
}

.ja-search-upload > span {
	display: flex;
	min-width: 0;
	align-items: center;
	gap: 8px;
}

.ja-search-upload b {
	overflow: hidden;
	color: var(--ja-ink);
	font-size: 13px;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.ja-search-upload small {
	color: var(--ja-muted);
	font-size: 10px;
}

.ja-search-submit {
	min-width: 186px;
	height: 51px;
}

.ja-search-panel__meta {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 14px;
	margin-top: 12px;
}

.ja-market-strip {
	display: flex;
	min-width: 0;
	align-items: center;
	gap: 13px;
}

.ja-market-strip__label {
	flex: 0 0 auto;
	color: #7b848a;
	font-size: 11px;
	font-weight: 700;
}

.ja-market-strip__items {
	display: flex;
	min-width: 0;
	align-items: center;
	gap: 5px;
}

.ja-market-logo {
	display: flex;
	min-width: 62px;
	height: 35px;
	align-items: center;
	justify-content: center;
	gap: 5px;
	padding: 3px 7px;
	border: 1px solid #e6e2dd;
	border-radius: 4px;
	background: #fff;
	cursor: pointer;
}

.ja-market-logo:hover {
	border-color: #c9c4bf;
	background: #fcfaf8;
}

.ja-market-logo:focus-visible {
	outline: 2px solid var(--ja-orange);
	outline-offset: 2px;
}

.ja-market-logo img {
	width: 24px;
	height: 23px;
	flex: 0 0 auto;
	border-radius: 3px;
	object-fit: contain;
}

.ja-market-logo--taobao img {
	background: #ff5000;
}

.ja-market-logo--market-1688 img {
	background: #ff6000;
}

.ja-market-logo--tmall img {
	background: #ff0036;
}

.ja-market-logo--pdd img,
.ja-market-logo--xianyu img {
	width: 22px;
	height: 22px;
}

.ja-market-logo > span {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	line-height: 1.05;
}

.ja-market-logo b {
	color: #4a5054;
	font-size: 10px;
}

.ja-market-logo small {
	display: none;
	color: #949a9e;
	font-size: 7px;
}

.ja-hero__proof {
	display: flex;
	flex: 0 0 auto;
	align-items: center;
	gap: 8px;
	color: #3d494f;
	font-size: 11px;
	font-weight: 700;
	white-space: nowrap;
}

.ja-hero__proof .ja-icon {
	color: var(--ja-green);
}

.ja-hero__proof [data-search-feedback-static] {
	display: flex;
}

.ja-hero__proof[data-state="preparing"] [data-search-feedback-static],
.ja-hero__proof[data-state="uploading"] [data-search-feedback-static],
.ja-hero__proof[data-state="navigating"] [data-search-feedback-static] {
	display: none;
}

.ja-trust {
	min-height: 105px;
	border-bottom: 1px solid var(--ja-line);
	background: #fff;
}

.ja-trust__grid {
	display: grid;
	min-height: 104px;
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.ja-trust__grid article {
	display: flex;
	min-width: 0;
	align-items: center;
	justify-content: center;
	gap: 13px;
	border-right: 1px solid var(--ja-line);
}

.ja-trust__grid article:last-child {
	border-right: 0;
}

.ja-trust__icon {
	width: 27px;
	height: 27px;
	flex: 0 0 auto;
	color: #30383d;
	fill: currentcolor;
	stroke: none;
}

.ja-trust__grid article > div {
	display: flex;
	min-width: 0;
	flex-direction: column;
	gap: 4px;
}

.ja-trust__grid strong {
	font-size: 15px;
}

.ja-trust__grid span {
	color: var(--ja-muted);
	font-size: 12px;
}

.ja-fees {
	padding: 58px 0 64px;
	background: #fff;
}

.ja-fees .ja-section-heading {
	align-items: flex-end;
	margin-bottom: 24px;
}

.ja-fees .ja-section-heading--row > p {
	max-width: 470px;
}

.ja-fee-calculator {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 330px;
	overflow: hidden;
	border: 1px solid var(--ja-line);
	border-radius: 8px;
	background: #fff;
	box-shadow: 0 8px 24px rgba(43, 39, 35, 0.043);
}

.ja-fee-first-payment {
	min-width: 0;
	min-height: 228px;
	padding: 24px 28px 27px;
}

.ja-fee-payment-heading {
	display: flex;
	min-height: 55px;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	padding-bottom: 17px;
	border-bottom: 1px solid var(--ja-line);
}

.ja-fee-payment-heading > div {
	display: flex;
	align-items: center;
	gap: 11px;
}

.ja-fee-payment-heading > div span {
	display: grid;
	width: 31px;
	height: 31px;
	place-items: center;
	color: #fff;
	border-radius: 50%;
	background: var(--ja-orange);
	font-size: 11px;
	font-weight: 900;
}

.ja-fee-payment-heading strong {
	font-size: 16px;
}

.ja-fee-payment-heading small {
	color: var(--ja-muted);
	font-size: 12px;
}

.ja-fee-fields {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	margin-top: 22px;
}

.ja-fee-field {
	min-width: 0;
	padding: 0 24px;
	border-right: 1px solid var(--ja-line);
}

.ja-fee-field:first-child {
	padding-left: 0;
}

.ja-fee-field:last-child {
	padding-right: 0;
	border-right: 0;
}

.ja-fee-field > span {
	display: block;
	color: #525b61;
	font-size: 13px;
	font-weight: 800;
}

.ja-fee-field > strong {
	display: block;
	min-height: 32px;
	margin-top: 12px;
	font-size: 25px;
	line-height: 1.3;
}

.ja-fee-field > small {
	display: flex;
	width: 132px;
	min-height: 33px;
	align-items: center;
	margin-top: 10px;
	padding: 0 7px;
	color: #7a8287;
	border: 1px solid #ddd9d5;
	border-radius: 4px;
	background: #faf9f7;
	font-size: 10px;
}

.ja-fee-total {
	display: flex;
	min-width: 0;
	min-height: 228px;
	flex-direction: column;
	justify-content: center;
	padding: 30px 32px;
	border-left: 1px solid var(--ja-line);
	background: #fff7f2;
}

.ja-fee-total > span {
	color: #525b61;
	font-size: 13px;
	font-weight: 800;
}

.ja-fee-total > strong {
	margin-top: 11px;
	color: var(--ja-orange-dark);
	font-size: 36px;
	line-height: 1.2;
}

.ja-fee-total > small {
	margin-top: 4px;
	color: #899095;
	font-size: 11px;
}

.ja-fee-total > div {
	display: flex;
	align-items: center;
	gap: 7px;
	margin-top: 18px;
	padding-top: 16px;
	color: #506158;
	border-top: 1px solid #efd9cf;
	font-size: 12px;
	font-weight: 700;
}

.ja-fee-total .ja-icon {
	color: var(--ja-green);
}

.ja-fee-second-payment {
	display: grid;
	min-height: 54px;
	grid-column: 1 / -1;
	grid-template-columns: auto 1fr auto minmax(260px, 0.8fr);
	align-items: center;
	gap: 12px;
	padding: 16px 28px;
	border-top: 1px solid var(--ja-line);
	background: #faf9f7;
}

.ja-fee-second-payment > .ja-icon {
	color: var(--ja-green);
}

.ja-fee-second-payment > div {
	display: flex;
	min-width: 0;
	align-items: center;
	gap: 9px;
}

.ja-fee-second-payment b,
.ja-fee-second-payment > strong {
	font-size: 14px;
}

.ja-fee-second-payment span {
	color: var(--ja-muted);
	font-size: 12px;
}

.ja-fee-second-payment > small {
	color: var(--ja-muted);
	font-size: 11px;
	line-height: 1.6;
}

.ja-fee-note {
	display: flex;
	align-items: flex-start;
	gap: 9px;
	margin-top: 13px;
	color: #6e777d;
	font-size: 12px;
	line-height: 1.7;
}

.ja-fee-note .ja-icon {
	margin-top: 1px;
	color: #9a7c68;
}

.ja-workflow {
	padding: 68px 0 72px;
	background: #faf9f7;
}

.ja-process {
	display: grid;
	min-height: 570px;
	grid-template-columns: minmax(0, 1.14fr) minmax(430px, 0.86fr);
	overflow: hidden;
	border: 1px solid var(--ja-line);
	border-radius: 8px;
	background: #fff;
	box-shadow: 0 12px 34px rgba(43, 39, 35, 0.06);
}

.ja-process__visual {
	position: relative;
	min-height: 570px;
	overflow: hidden;
	background: #ebe7e1;
}

.ja-process__visual > img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.ja-process__visual figcaption {
	position: absolute;
	right: 24px;
	bottom: 24px;
	left: 24px;
	display: grid;
	grid-template-columns: 46px minmax(0, 1fr);
	align-items: start;
	gap: 14px;
	padding: 19px 20px;
	color: #fff;
	background: rgba(26, 30, 32, 0.86);
}

.ja-process__visual figcaption > span {
	display: grid;
	width: 42px;
	height: 42px;
	place-items: center;
	border-radius: 50%;
	background: var(--ja-orange);
	font-size: 12px;
	font-weight: 900;
}

.ja-process__visual figcaption strong {
	font-size: 18px;
}

.ja-process__visual figcaption p {
	margin-top: 5px;
	color: #d9dddf;
	font-size: 13px;
	line-height: 1.7;
}

.ja-process__groups {
	min-width: 0;
	border-left: 1px solid var(--ja-line);
}

.ja-process__group + .ja-process__group {
	border-top: 8px solid #f4f1ed;
}

.ja-process__group > header {
	display: flex;
	min-height: 62px;
	align-items: center;
	gap: 11px;
	padding: 12px 20px;
	color: var(--ja-orange-dark);
	background: #fff8f4;
}

.ja-process__group > header.is-green {
	color: var(--ja-green);
	background: #f4faf7;
}

.ja-process__group > header > div {
	display: flex;
	flex-direction: column;
	gap: 3px;
}

.ja-process__group > header strong {
	color: var(--ja-ink);
	font-size: 14px;
	font-weight: 900;
}

.ja-process__group > header small {
	color: var(--ja-muted);
	font-size: 11px;
}

.ja-process-step {
	display: grid;
	width: 100%;
	min-height: 62px;
	grid-template-columns: 34px minmax(0, 1fr) 20px;
	align-items: center;
	gap: 11px;
	padding: 9px 17px;
	border: 0;
	border-top: 1px solid var(--ja-line);
	background: #fff;
	text-align: left;
	cursor: pointer;
}

.ja-process-step:hover {
	background: #fcfaf8;
}

.ja-process-step.is-active {
	background: #fff7f2;
	box-shadow: inset 3px 0 0 var(--ja-orange);
}

.ja-process-step > span {
	color: var(--ja-orange-dark);
	font-size: 12px;
	font-weight: 900;
}

.ja-process-step strong {
	display: block;
	font-size: 14px;
	line-height: 1.45;
}

.ja-process-step small {
	display: block;
	margin-top: 2px;
	color: var(--ja-muted);
	font-size: 11.5px;
	line-height: 1.45;
}

.ja-process-step > .ja-icon {
	color: #9ba1a5;
}

.ja-services {
	padding: 68px 0 72px;
	background: #fff;
}

.ja-services__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 22px;
}

.ja-service-card {
	position: relative;
	display: grid;
	min-width: 0;
	min-height: 430px;
	grid-template-columns: 1fr;
	grid-template-rows: 205px minmax(0, 1fr);
	overflow: hidden;
	border: 1px solid #dfdcd8;
	border-radius: 8px;
	background: #fff;
}

.ja-service-card.is-primary {
	border-color: var(--ja-orange);
}

.ja-service-card__recommend {
	position: absolute;
	z-index: 2;
	top: 0;
	left: 18px;
	padding: 6px 12px;
	color: #fff;
	background: var(--ja-orange);
	font-size: 10px;
	font-weight: 900;
}

.ja-service-card__image {
	width: 100%;
	height: 205px;
	grid-row: 1;
	object-fit: cover;
}

.ja-service-card__body {
	z-index: 1;
	display: flex;
	min-width: 0;
	grid-row: 2;
	flex-direction: column;
	padding: 25px 25px 23px;
}

.ja-service-card__icon {
	width: 24px;
	height: 24px;
	flex: 0 0 auto;
	color: var(--ja-orange-dark);
	fill: currentcolor;
	stroke: none;
}

.ja-service-card__body > p {
	margin-top: 10px;
	color: #727b81;
	font-size: 12px;
	font-weight: 700;
}

.ja-service-card__body h3 {
	margin-top: 8px;
	font-size: 23px;
}

.ja-service-card__body > span {
	display: block;
	margin-top: 10px;
	color: var(--ja-muted);
	font-size: 13px;
	line-height: 1.8;
}

.ja-service-card__body > a,
.ja-inspection__meta > a,
.ja-shipping__head > a,
.ja-faq__support > a {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	margin-top: auto;
	padding-top: 17px;
	color: var(--ja-orange-dark);
	font-size: 13px;
	font-weight: 900;
}

.ja-service-card__body > a:hover,
.ja-inspection__meta > a:hover,
.ja-faq__support > a:hover {
	text-decoration: underline;
	text-underline-offset: 4px;
}

.ja-inspection {
	padding: 66px 0 70px;
	background: var(--ja-warm-light);
}

.ja-inspection .ja-section-heading {
	margin-bottom: 26px;
}

.ja-inspection .ja-section-heading h2 {
	font-size: 36px;
}

.ja-inspection__board {
	display: grid;
	min-height: 438px;
	grid-template-columns: 340px minmax(0, 1fr);
	overflow: hidden;
	border: 1px solid var(--ja-line);
	border-radius: 8px;
	background: #fff;
	box-shadow: 0 9px 28px rgba(38, 33, 30, 0.05);
}

.ja-inspection__meta {
	display: flex;
	min-width: 0;
	flex-direction: column;
	padding: 24px;
	border-right: 1px solid var(--ja-line);
}

.ja-inspection__top {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 8px;
	padding-bottom: 11px;
	border-bottom: 1px solid var(--ja-line);
}

.ja-inspection__top > span {
	color: #7b8388;
	font-size: 12px;
	font-weight: 800;
}

.ja-inspection__top b {
	display: flex;
	align-items: center;
	gap: 4px;
	color: var(--ja-green);
	font-size: 12px;
}

.ja-inspection__meta dl {
	margin-top: 13px;
}

.ja-inspection__meta dl > div {
	display: grid;
	grid-template-columns: 92px minmax(0, 1fr);
	gap: 9px;
	padding: 9px 0;
	border-bottom: 1px solid #efedea;
	font-size: 12px;
}

.ja-inspection__meta dt {
	color: #858c90;
}

.ja-inspection__meta dd {
	color: #333a3e;
	font-weight: 700;
	overflow-wrap: anywhere;
}

.ja-inspection__checks {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 10px 12px;
	margin-top: 18px;
	padding-top: 16px;
	border-top: 1px solid var(--ja-line);
}

.ja-inspection__checks span {
	display: flex;
	align-items: center;
	gap: 5px;
	color: #425049;
	font-size: 12px;
	font-weight: 800;
}

.ja-inspection__checks .ja-icon {
	color: var(--ja-green);
}

.ja-inspection__checks small {
	grid-column: 1 / -1;
	margin-top: 4px;
	color: #858c90;
	font-size: 11px;
	line-height: 1.7;
}

.ja-inspection__meta > a {
	margin-top: auto;
}

.ja-inspection__gallery {
	display: grid;
	min-width: 0;
	grid-template-columns: 1.55fr 1fr 1fr;
	grid-template-rows: 175px 175px;
	gap: 10px;
	padding: 15px;
}

.ja-inspection__gallery figure {
	position: relative;
	min-width: 0;
	overflow: hidden;
	border-radius: 4px;
	background: #eeeae5;
}

.ja-inspection__gallery figure:first-child {
	grid-row: 1 / 3;
}

.ja-inspection__gallery figure:nth-child(4) {
	grid-column: 2 / 4;
}

.ja-inspection__gallery img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.ja-inspection__gallery figure:first-child img {
	object-position: 54% 42%;
}

.ja-inspection__gallery figure:nth-child(2) img,
.ja-inspection__gallery figure:nth-child(3) img {
	object-position: center;
}

.ja-inspection__gallery figure.is-detail img {
	object-position: 72% 62%;
}

.ja-inspection__gallery figcaption {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	padding: 10px 12px;
	color: #fff;
	background: rgba(27, 30, 32, 0.72);
	font-size: 11px;
}

.ja-shipping {
	padding: 64px 0 68px;
	background: #fff;
}

.ja-shipping .ja-section-heading {
	margin-bottom: 25px;
}

.ja-shipping .ja-section-heading h2 {
	font-size: 36px;
}

.ja-shipping__layout {
	overflow: hidden;
	border: 1px solid var(--ja-line);
	border-radius: 8px;
	background: #fff;
}

.ja-shipping__head {
	display: flex;
	min-height: 79px;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	padding: 20px 24px;
	border-bottom: 1px solid var(--ja-line);
}

.ja-shipping__head > div {
	display: flex;
	align-items: center;
	gap: 8px;
	font-size: 13px;
}

.ja-shipping__head > div .ja-icon {
	color: var(--ja-orange);
}

.ja-shipping__head span {
	color: #80878c;
}

.ja-shipping__head strong {
	font-size: 14px;
}

.ja-shipping__head > a {
	height: 38px;
	margin: 0;
	padding: 0 14px;
	color: var(--ja-ink);
	border: 1px solid #dcd8d3;
	border-radius: 4px;
}

.ja-shipping__head > a:hover {
	border-color: var(--ja-orange);
	color: var(--ja-orange-dark);
}

.ja-shipping__table-wrap {
	overflow-x: auto;
}

.ja-shipping__table {
	width: 100%;
	min-width: 760px;
	border-collapse: collapse;
	font-size: 13px;
}

.ja-shipping__table th,
.ja-shipping__table td {
	padding: 14px 18px;
	border-bottom: 1px solid #e9e6e2;
	text-align: left;
}

.ja-shipping__table th {
	color: #6c7479;
	background: #f7f6f4;
	font-size: 12px;
	font-weight: 900;
}

.ja-shipping__table td:first-child {
	font-weight: 800;
}

.ja-shipping__table tbody tr:first-child {
	background: #fffaf7;
}

.ja-tracking-dot {
	display: inline-block;
	width: 7px;
	height: 7px;
	margin-right: 5px;
	border-radius: 50%;
	background: var(--ja-green);
}

.ja-shipping__note {
	margin: 0;
	padding: 14px 18px;
	color: #8a9195;
	background: #faf9f7;
	font-size: 11px;
	line-height: 1.7;
}

.ja-faq {
	padding: 64px 0 72px;
	background: #fff;
}

.ja-faq__heading {
	margin-bottom: 26px;
}

.ja-faq__heading h2 {
	font-size: 36px;
}

.ja-faq__layout {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 330px;
	gap: 32px;
	align-items: start;
}

.ja-faq__list {
	border-top: 1px solid var(--ja-line);
}

.ja-faq__list details {
	border-bottom: 1px solid var(--ja-line);
}

.ja-faq__list summary {
	display: grid;
	min-height: 66px;
	grid-template-columns: 29px minmax(0, 1fr) 24px;
	align-items: center;
	gap: 6px;
	padding: 0 18px;
	list-style: none;
	cursor: pointer;
}

.ja-faq__list summary::-webkit-details-marker {
	display: none;
}

.ja-faq__list summary > span {
	color: var(--ja-orange);
	font-size: 13px;
	font-weight: 900;
}

.ja-faq__list summary strong {
	font-size: 14px;
}

.ja-faq__list summary > .ja-icon {
	color: #80888d;
	transition: transform 180ms ease;
}

.ja-faq__list details[open] summary > .ja-icon {
	transform: rotate(180deg);
}

.ja-faq__list details > div {
	padding: 0 48px 20px;
}

.ja-faq__list details > div p {
	color: var(--ja-muted);
	font-size: 13px;
	line-height: 1.9;
}

.ja-faq__support {
	align-self: start;
	min-height: 301px;
	padding: 30px;
	background: var(--ja-warm);
}

.ja-faq__support-icon {
	width: 30px;
	height: 30px;
	color: var(--ja-orange-dark);
	fill: currentcolor;
	stroke: none;
}

.ja-faq__support .ja-kicker {
	margin-top: 18px;
}

.ja-faq__support h3 {
	margin-top: 8px;
	font-size: 22px;
	line-height: 1.55;
}

.ja-faq__support > p:not(.ja-kicker) {
	margin-top: 12px;
	color: var(--ja-muted);
	font-size: 13px;
	line-height: 1.8;
}

.ja-faq__support > a {
	margin-top: 22px;
	padding-top: 0;
}

@media (max-width: 1180px) {

	.ja-hero__copy h1 {
		font-size: 48px;
	}

	.ja-search-panel {
		width: 72%;
	}

	.ja-search-panel__meta .ja-hero__proof {
		display: none;
	}

	.ja-fee-calculator {
		grid-template-columns: minmax(0, 1fr) 290px;
	}

	.ja-process {
		grid-template-columns: minmax(0, 1fr) 430px;
	}

	.ja-inspection__board {
		grid-template-columns: 310px minmax(0, 1fr);
	}
}

@media (max-width: 900px) {

	.ja-shell {
		width: min(100% - 40px, 1280px);
	}

	.ja-hero,
	.ja-hero__content {
		height: auto;
	}

	.ja-hero__content {
		grid-template-columns: 1fr;
	}

	.ja-hero__copy {
		padding: 54px 24px 42px;
	}

	.ja-hero__media {
		height: 390px;
	}

	.ja-hero__search-wrap {
		position: relative;
		right: auto;
		bottom: auto;
		left: auto;
		margin-top: -46px;
		padding-bottom: 28px;
	}

	.ja-search-panel {
		width: 100%;
	}

	.ja-search-panel__meta .ja-hero__proof {
		display: flex;
	}

	.ja-trust,
	.ja-trust__grid {
		height: auto;
	}

	.ja-trust__grid {
		grid-template-columns: 1fr 1fr;
	}

	.ja-trust__grid article {
		min-height: 82px;
		border-bottom: 1px solid var(--ja-line);
	}

	.ja-section-heading--row {
		display: grid;
		gap: 12px;
	}

	.ja-fee-calculator {
		grid-template-columns: 1fr;
	}

	.ja-fee-total {
		border-top: 1px solid var(--ja-line);
		border-left: 0;
	}

	.ja-fee-second-payment {
		grid-template-columns: auto 1fr;
	}

	.ja-fee-second-payment > strong,
	.ja-fee-second-payment > small {
		grid-column: 2;
	}

	.ja-process,
	.ja-inspection__board,
	.ja-faq__layout {
		grid-template-columns: 1fr;
	}

	.ja-process__visual {
		min-height: 460px;
	}

	.ja-process__groups {
		border-top: 1px solid var(--ja-line);
		border-left: 0;
	}

	.ja-services__grid {
		grid-template-columns: 1fr;
	}

	.ja-service-card {
		grid-template-columns: 1fr 1fr;
		grid-template-rows: 1fr;
	}

	.ja-service-card__body,
	.ja-service-card__image {
		grid-row: 1;
	}

	.ja-service-card__image {
		grid-column: 2;
		height: 100%;
	}

	.ja-inspection__meta {
		border-right: 0;
		border-bottom: 1px solid var(--ja-line);
	}
}

@media (max-width: 640px) {

	.ja-shell {
		width: min(100% - 28px, 1280px);
	}

	.ja-section,
	.ja-fees,
	.ja-workflow,
	.ja-services,
	.ja-inspection,
	.ja-shipping,
	.ja-faq {
		padding: 52px 0;
	}

	.ja-hero__copy h1 {
		font-size: 38px;
	}

	.ja-hero__lead {
		font-size: 14px;
	}

	.ja-hero__media {
		height: 300px;
	}

	.ja-search-panel {
		padding: 0 13px 13px;
	}

	.ja-search-tabs {
		justify-content: space-between;
		gap: 4px;
	}

	.ja-search-tabs button {
		font-size: 11px;
	}

	.ja-search-form {
		flex-wrap: wrap;
	}

	.ja-search-field,
	.ja-search-upload,
	.ja-search-submit {
		width: 100%;
		flex-basis: 100%;
	}

	.ja-search-panel__meta {
		align-items: flex-start;
		flex-direction: column;
	}

	.ja-market-strip {
		align-items: flex-start;
	}

	.ja-market-strip__items {
		flex-wrap: wrap;
	}

	.ja-trust__grid {
		grid-template-columns: 1fr;
	}

	.ja-trust__grid article {
		justify-content: flex-start;
		padding: 0 18px;
		border-right: 0;
	}

	.ja-fee-first-payment {
		padding: 20px;
	}

	.ja-fee-payment-heading {
		align-items: flex-start;
		flex-direction: column;
		gap: 8px;
	}

	.ja-fee-fields {
		grid-template-columns: 1fr;
		gap: 19px;
	}

	.ja-fee-field,
	.ja-fee-field:first-child,
	.ja-fee-field:last-child {
		padding: 0 0 19px;
		border-right: 0;
		border-bottom: 1px solid var(--ja-line);
	}

	.ja-fee-field:last-child {
		padding-bottom: 0;
		border-bottom: 0;
	}

	.ja-process__visual {
		min-height: 360px;
	}

	.ja-process__visual figcaption {
		right: 14px;
		bottom: 14px;
		left: 14px;
	}

	.ja-process-step small {
		display: none;
	}

	.ja-service-card {
		min-height: 0;
		grid-template-columns: 1fr;
		grid-template-rows: 210px auto;
	}

	.ja-service-card__image {
		height: 210px;
		grid-row: 1;
		grid-column: 1;
	}

	.ja-service-card__body {
		grid-row: 2;
	}

	.ja-inspection__gallery {
		grid-template-columns: 1fr 1fr;
		grid-template-rows: 250px 155px 155px;
	}

	.ja-inspection__gallery figure:first-child {
		grid-area: 1 / 1 / auto / 3;
	}

	.ja-inspection__gallery figure:nth-child(4) {
		grid-column: 1 / 3;
	}

	.ja-shipping__table {
		min-width: 760px;
	}
}

@media (prefers-reduced-motion: reduce) {

	.ja-homepage *,
	.ja-homepage *::before,
	.ja-homepage *::after {
		scroll-behavior: auto !important;
		transition-duration: 0.01ms !important;
		animation-duration: 0.01ms !important;
		animation-iteration-count: 1 !important;
	}
}
