﻿@charset "UTF-8";

html,
body {
    margin: 0;
    padding: 0;
    background: #fff;
    overflow-x: hidden;
}

body {
    overflow-x: auto;
    font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", sans-serif !important;
    color: #111111;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

@media (min-width: 768px) {
    .sp-only {
        display: none !important;
    }
}

@media (max-width: 1150px) {
    .pc-only {
        display: none !important;
    }
}

img {
    display: block;
    max-width: 100%;
}

.dr-import-header {
    position: relative;
    width: 100%;
    background: #000000;
    color: #ffffff;
    overflow: hidden;
}

.dr-import-header__inner {
    width: 1140px;
    margin: 0 auto;
    padding: 14px 0 20px;
}

.dr-import-header__service-area {
    margin: 0 0 8px;
    color: #f3f3f3;
    font-size: 11px;
    line-height: 1.25;
    font-weight: 400;
    letter-spacing: 0.02em;
    white-space: nowrap;
}

.dr-import-header__main {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 40px;
}

.dr-import-header__brand {
    display: block;
    line-height: 1;
    text-decoration: none;
    min-height: 58px;
}

.dr-import-header__brand:hover,
.dr-import-header__brand:focus {
    opacity: 0.96;
}

.dr-import-header__brand-image {
    display: block;
    width: 232px;
    height: auto;
}

.dr-import-header__shop {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding-top: 2px;
    min-width: 255px;
}

.dr-import-header__shop-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 18px;
    background: #e40000;
    color: #ffffff;
    border-radius: 6px;
    font-size: 15px;
    line-height: 1;
    font-weight: 700;
    letter-spacing: 0.02em;
}

.dr-import-header__shop-hours {
    margin: 0;
    color: #ffffff;
    font-size: 15px;
    line-height: 1.3;
    font-weight: 700;
    letter-spacing: 0.01em;
    white-space: nowrap;
    margin-top: 9px;
}

.dr-import-hero-offer {
    width: 100%;
    background: #CC0000;
    color: #ffffff;
    overflow: hidden;
}

.dr-import-hero-offer__visual {
    position: relative;
    height: 560px;
    background: #1a1a1a;
}

.dr-import-hero-offer__visual-bg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #1a1a1a;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.dr-import-hero-offer__visual-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background:
        linear-gradient(180deg,
            rgba(0, 0, 0, 0.18) 0%,
            rgba(0, 0, 0, 0.15) 40%,
            rgba(0, 0, 0, 0.32) 100%);
}

.dr-import-hero-offer__inner {
    position: relative;
    width: 100%;
    max-width: 1440px;
    height: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    gap: 54px;
    align-items: center;
}

.dr-import-hero-offer__copy-line {
    margin: 0;
    color: #ffffff;
    font-weight: 800;
    letter-spacing: 0.01em;
    text-shadow: 3px 3px 3px #3b3b3b;
}

.dr-import-hero-offer__copy-line--primary {
    font-size: 80px;
    line-height: 1.02;
}

.dr-import-hero-offer__copy-line--secondary {
    margin-top: 16px;
    font-size: 80px;
    line-height: 1.02;
}

.dr-import-hero-offer__copy-accent {
    color: #e60000;
}

.dr-import-hero-offer__price-card {
    display: flex;
    align-items: stretch;
    background: #ffffffd6;
    border: 3px solid #d69a15;
    border-radius: 22px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.18);
    padding: 35px 27px;
    gap: 20px;
}

.dr-import-hero-offer__price-side,
.dr-import-hero-offer__price-main {
    position: relative;
    z-index: 1;
}

.dr-import-hero-offer__price-side {
    flex: 0 0 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    align-self: stretch;
}

.dr-import-hero-offer__price-side-text {
    display: inline-block;
    writing-mode: vertical-rl;
    text-orientation: upright;
    font-size: 24px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.08em;
    color: #555555;
}

.dr-import-hero-offer__price-main {
    flex: 1 1 auto;
    min-width: 0;
}

.dr-import-hero-offer__price-head {
    align-items: flex-start;
    position: relative;
}

.dr-import-hero-offer__price-amount {
    display: flex;
    align-items: flex-end;
    margin: 0;
    line-height: 1;
    color: #de0000;
}

.dr-import-hero-offer__price-number {
    font-size: 64px;
    font-weight: 900;
    line-height: 0.9;
    letter-spacing: 0.01em;
}

.dr-import-hero-offer__price-unit {
    margin-left: 2px;
    font-size: 32px;
    font-weight: 900;
    line-height: 1;
    letter-spacing: 0.01em;
}

.dr-import-hero-offer__price-tax {
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    color: #222222;
    white-space: nowrap;
    position: absolute;
    top: 0;
    right: 0;
    margin: 7px;
    margin-right: 1px;
}

.dr-import-hero-offer__price-note {
    margin: 14px 0 0;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 0.01em;
    color: #de0000;
}

.dr-import-hero-offer__top-button {
    position: fixed;
    right: 150px;
    bottom: 20px;
    z-index: 1000;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 56px;
    padding: 0;
    border: 0;
    background: transparent;
    line-height: 0;
    text-decoration: none;
    cursor: pointer;
}

.dr-import-hero-offer__top-button-image {
    display: block;
    width: 100%;
    height: auto;
}

@media (hover: hover) {
    .dr-import-hero-offer__top-button:hover {
        opacity: 0.85;
    }
}

.dr-import-hero-offer__form-wrap {
    position: relative;
    z-index: 3;
    width: 100%;
    max-width: 1008px;
    margin: -38px auto 0;
}

.dr-import-hero-offer__form-card {
    width: 100%;
    padding: 35px 45px 50px;
    background: #f1f1f1;
    border: 2px solid #121212;
    border-radius: 24px;
    box-shadow:
        0 2px 0 rgba(0, 0, 0, 0.22),
        0 8px 18px rgba(0, 0, 0, 0.08);
    color: #111111;
}

.dr-import-hero-offer__form-heading-wrap {
    position: relative;
    text-align: center;
    margin-bottom: 24px;
}

.dr-import-hero-offer__form-heading {
    position: relative;
    display: inline-block;
    margin: 0;
    padding: 0 21px;
    font-size: 20px;
    line-height: 1.2;
    font-weight: 900;
    letter-spacing: 0;
    color: #111111;
}

.dr-import-hero-offer__form-heading span {
    color: #e00000;
    position: relative;
}

.dr-import-hero-offer__form-heading span::before,
.dr-import-hero-offer__form-heading span::after {
    content: "";
    position: absolute;
    width: 5px;
    height: 5px;
    background: #111111;
    border-radius: 50%;
    top: -5px;
}

.dr-import-hero-offer__form-heading span::before {
    left: 8px;
}

.dr-import-hero-offer__form-heading span::after {
    right: 7px;
}

.dr-import-hero-offer__form-heading::before,
.dr-import-hero-offer__form-heading::after {
    content: "";
    position: absolute;
    top: 14px;
    width: 22px;
    height: 1px;
    background: #111111;
    transform-origin: center;
}

.dr-import-hero-offer__form-heading::before {
    left: 0;
    transform: rotate(46deg);
}

.dr-import-hero-offer__form-heading::after {
    right: 0;
    transform: rotate(-46deg);
}

.dr-import-hero-offer__form {
    display: grid;
    grid-template-columns: 1fr 1fr 246px;
    column-gap: 18px;
    align-items: end;
    margin-bottom: 0;
}

.dr-import-hero-offer__field {
    min-width: 0;
}

.dr-import-hero-offer__label {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 4px;
    padding-left: 2px;
}

.dr-import-hero-offer__required {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 47px;
    height: 22px;
    padding: 0 8px;
    background: #ffffff;
    border: 1px solid #ff3b30;
    border-radius: 6px;
    color: #ff3b30;
    font-size: 12px;
    line-height: 1;
    font-weight: 700;
    letter-spacing: 0;
}

.dr-import-hero-offer__label-text {
    font-size: 15px;
    line-height: 1;
    font-weight: 700;
    color: #111111;
    letter-spacing: 0;
}

.dr-import-hero-offer__input {
    display: block;
    width: 100%;
    height: 52px;
    padding: 0 18px;
    border: 1px solid #2d2d2d;
    border-radius: 12px;
    background: #f7f7f7;
    box-shadow: none;
    font-size: 11px;
    line-height: 52px;
    font-weight: 400;
    color: #222222;
    outline: none;
    appearance: none;
}

.dr-import-hero-offer__input::placeholder {
    color: #6d6d6d;
    opacity: 1;
}

.dr-import-hero-offer__input:focus {
    background: #ffffff;
}

.dr-import-hero-offer__submit-wrap {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
}

.dr-import-hero-offer__submit {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    width: 246px;
    height: 52px;
    padding: 0 24px;
    border: 0;
    border-radius: 999px;
    background: #000000;
    color: #ffffff;
    cursor: pointer;
    box-shadow: none;
}

.dr-import-hero-offer__submit-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 29px;
    background: #ffffff;
    border-radius: 6px;
    color: #de0000;
    font-size: 13px;
    line-height: 1;
    font-weight: 800;
    letter-spacing: 0;
}

.dr-import-hero-offer__submit-text {
    font-size: 20px;
    line-height: 1;
    font-weight: 900;
    letter-spacing: 0.14em;
    color: #ffffff;
    transform: translateX(2px);
}

.dr-import-hero-offer__benefit-band {
    position: relative;
    width: 100%;
    max-width: 1138px;
    margin: auto;
    margin-top: 50px;
    padding-bottom: 50px;
}

.dr-import-hero-offer__benefit-inner {
    position: relative;
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    color: #fff;
    font-family: "Noto Sans JP", sans-serif;
    display: flex;
    gap: 53px;
    justify-content: center;
    align-items: center;
}

.dr-import-hero-offer__benefit-left {
    text-align: center;
}

.dr-import-hero-offer__benefit-pill {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 296px;
    height: 70px;
    background: #fff;
    border-radius: 16px;
    color: #cc0000;
    font-size: 25px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0;
}

.dr-import-hero-offer__benefit-left-title {
    margin-top: 33px !important;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.25;
}

.dr-import-hero-offer__benefit-left-note {
    margin-top: 13px !important;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.35;
}

.dr-import-hero-offer__benefit-center {
    width: 444px;
    height: 262px;
}

.dr-import-hero-offer__laurel {
    width: 88px;
    height: 168px;
    flex: 0 0 auto;
}

.dr-import-hero-offer__laurel svg {
    display: block;
    width: 100%;
    height: 100%;
}

.dr-import-hero-offer__laurel--right {
    transform: scaleX(-1);
}

.dr-import-hero-offer__benefit-center-text {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transform: translateY(5px);
    text-align: center;
    width: max-content;
    margin: auto;
}

.dr-import-hero-offer__benefit-center-text p+p {
    margin-top: 6px;
}

.dr-import-hero-offer__benefit-right {
    text-align: center;
}

.dr-import-hero-offer__benefit-right-top,
.dr-import-hero-offer__benefit-right-middle {
    font-size: 25px;
    font-weight: 700;
    line-height: 1.35;
    letter-spacing: 0;
}

.dr-import-hero-offer__benefit-right-middle {
    margin-top: 2px;
}

.dr-import-hero-offer__benefit-right-main {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    margin-top: 12px !important;
    line-height: 1;
    white-space: nowrap;
}

.dr-import-hero-offer__benefit-right-number {
    font-size: 96px;
    font-weight: 700;
    line-height: 0.9;
    letter-spacing: -0.03em;
}

.dr-import-hero-offer__benefit-right-percent {
    position: relative;
    top: -6px;
    margin-left: 2px;
    font-size: 48px;
    font-weight: 700;
    line-height: 1;
}

.dr-import-hero-offer__benefit-disclaimer {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.55;
    letter-spacing: 0;
    text-align: left;
    white-space: nowrap;
    width: max-content;
    margin: auto;
    margin-right: 0;
    margin-top: 30px;
}

.dr-import-hero-offer__submit:hover,
.dr-import-hero-offer__submit:focus {
    background: #191919;
}

.dr-import-support {
    width: 100%;
    background: #d9d9d9;
    color: #111111;
}

.dr-import-support__maker-area {
    padding: 50px 0;
    background: #f3f3f3;
}

.dr-import-support__maker-box {
    width: 1138px;
    margin: 0 auto;
    padding: 50px;
    border: 2px solid #262626;
    background: #f7f7f7;
}

.dr-import-support__maker-title {
    margin: 0;
    font-size: 36px;
    line-height: 1.2;
    font-weight: 800;
    letter-spacing: 0.02em;
    text-align: center;
    color: #111111;
}

.dr-import-support__maker-text {
    font-size: 16px;
    line-height: 2.25;
    font-weight: 500;
    letter-spacing: 0.02em;
    text-align: center;
    color: #222222;
    margin: 40px 0 0;
}

.dr-import-support__worries-area {
    width: 100%;
    background: #D9D9D9;
    overflow: hidden;
    padding: 0;
}

.dr-import-support__worries-inner {
    position: relative;
    padding: 50px 0 0;
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    box-sizing: border-box;
}

.dr-import-support__worries-title {
    margin: 0;
    color: #111111;
    font-size: 28px;
    line-height: 1;
    font-weight: 900;
    letter-spacing: 0;
    white-space: nowrap;
    width: max-content;
    margin: auto;
}

.dr-import-support__worries-layout {
    position: relative;
    width: 100%;
}

.dr-import-support__worries-list {
    width: 750px;
    margin: auto;
    margin-top: 50px;
    padding-bottom: 50px;
}

.dr-import-support__worry-pill+.dr-import-support__worry-pill {
    margin-top: 31px;
}

.dr-import-support__worry-pill {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    background: #f7f7f7;
    border: 3px solid #111111;
    border-radius: 999px;
    box-sizing: border-box;
    margin: auto;
    padding: 32px 0;
}

.dr-import-support__worry-text {
    display: inline-block;
    color: #CC0000;
    font-size: 20px;
    line-height: 1;
    font-weight: 800;
    letter-spacing: 0;
    transform: translateY(1px);
    white-space: nowrap;
}

.dr-import-support__worries-figure {
    position: absolute;
    right: 255px;
    bottom: 0;
    width: 216px;
    margin: 0;
    z-index: 3;
}

.dr-import-support__worries-figure-placeholder {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 150px;
    height: 180px;
    border: 1px solid #cfcfcf;
    background: linear-gradient(180deg, #efefef 0%, #dddddd 100%);
    color: transparent;
}

.dr-import-support__worries-image {
    display: block;
    width: 100%;
    height: auto;
}

.dr-import-support__promises-area {
    padding: 34px 0 46px;
    background: #f3f3f3;
}

.dr-import-support__promises-inner {
    width: 1090px;
    margin: 0 auto;
}

.dr-import-support__promises-title {
    margin: 0;
    font-size: 18px;
    line-height: 1.25;
    font-weight: 800;
    letter-spacing: 0.02em;
    text-align: center;
    color: #111111;
}

.dr-import-support__promise-grid {
    display: grid;
    grid-template-columns: repeat(3, 360px);
    justify-content: center;
    column-gap: 31px;
    margin-top: 53px;
}

.dr-import-support__promise-card {
    background: #F7F7F7;
    border-radius: 10px;
    padding: 46px 56px 30px;
    box-sizing: border-box;
}

.dr-import-support__promise-head {
    text-align: center;
}

.dr-import-support__promise-card-title {
    margin: 0;
    text-align: center;
    color: #111111;
    font-size: 24px;
    line-height: 1.1;
    font-weight: 700;
    letter-spacing: 0;
}

.dr-import-support__promise-card-subtitle {
    margin: 17px 0 0;
    text-align: center;
    color: #111111;
    font-size: 16px;
    line-height: 1.2;
    font-weight: 500;
    letter-spacing: 0;
}

.dr-import-support__promise-photo {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 102px;
    margin: 12px 10px 12px;
    border: 0;
    color: transparent;
    font-size: 16px;
    line-height: 1;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    overflow: hidden;
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.06);
}

.dr-import-support__promise-photo--price {
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0.00)),
        linear-gradient(135deg, #c7d2dc 0%, #9caab6 45%, #6f7f8d 100%);
}

.dr-import-support__promise-photo--service {
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0.00)),
        linear-gradient(135deg, #68788a 0%, #324052 55%, #1c2735 100%);
}

.dr-import-support__promise-photo--tech {
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0.00)),
        linear-gradient(135deg, #b3bec7 0%, #7c8f9e 48%, #495969 100%);
}

.dr-import-support__promise-list {
    list-style: none;
    margin: 16px 0 0;
    padding: 0;
    width: 111%;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}

.dr-import-support__promise-item {
    position: relative;
    padding-left: 19px;
    color: #111111;
    font-size: 16px;
    line-height: 1.45;
    font-weight: 300;
    letter-spacing: 0;
}

.dr-import-support__promise-item+.dr-import-support__promise-item {
    margin-top: 3px;
}

.dr-import-support__promise-item::before {
    content: "";
    position: absolute;
    left: 0;
    top: 5px;
    width: 15px;
    height: 15px;
    background: url("/app/img/lp/promise-check.svg") no-repeat center center / contain;
}

.dr-import-quick-estimate {
    width: 100%;
    background: #fff;
    overflow: hidden;
    padding: 50px 0;
}

.dr-import-quick-estimate__inner {
    position: relative;
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    box-sizing: border-box;
}

.dr-import-quick-estimate__heading-wrap {
    text-align: center;
}

.dr-import-quick-estimate__heading {
    margin: 0;
    padding-top: 17px;
    color: #111111;
    font-size: 20px;
    line-height: 1;
    font-weight: 700;
    letter-spacing: 0;
}

.dr-import-quick-estimate__heading::before {
    content: "・・";
    position: absolute;
    top: 0px;
    left: calc(50% + 22px);
    transform: translateX(-50%);
    color: #111111;
    font-size: 18px;
    font-weight: 900;
    letter-spacing: 0.08em;
    line-height: 1;
}

.dr-import-quick-estimate__heading-text {
    position: relative;
    display: inline-block;
    white-space: nowrap;
}

.dr-import-quick-estimate__heading-text::before,
.dr-import-quick-estimate__heading-text::after {
    content: "";
    position: absolute;
    top: 50%;
    width: 24px;
    height: 1px;
    background: #111111;
    transform-origin: center;
}

.dr-import-quick-estimate__heading-text::before {
    left: 0;
    transform: translate(-100%, -50%) rotate(49deg);
}

.dr-import-quick-estimate__heading-text::after {
    right: 0;
    transform: translate(100%, -50%) rotate(-49deg);
}

.dr-import-quick-estimate__heading-accent {
    color: #df0000;
}

.dr-import-quick-estimate__button-wrap {
    width: max-content;
    margin: auto;
    margin-top: 50px;
}

.dr-import-quick-estimate__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    width: 247px;
    height: 50px;
    border-radius: 999px;
    background: #db0000;
    text-decoration: none;
    box-sizing: border-box;
}

.dr-import-quick-estimate__button-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 30px;
    background: #ffffff;
    border-radius: 6px;
    color: #db0000;
    font-size: 14px;
    line-height: 1;
    font-weight: 800;
    letter-spacing: 0;
}

.dr-import-quick-estimate__button-text {
    color: #ffffff;
    font-size: 18px;
    line-height: 1;
    font-weight: 900;
    letter-spacing: 0.14em;
    transform: translateX(2px);
}

.dr-import-quick-estimate__button:hover,
.dr-import-quick-estimate__button:focus {
    background: #bf0000;
}

.dr-import-comparison {
    width: 100%;
    background: #fff;
    color: #111111;
}

.dr-import-comparison__inner {
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    padding: 34px 0 34px;
}

.dr-import-comparison__title {
    margin: 0;
    font-size: 28px;
    line-height: 1.2;
    font-weight: 700;
    letter-spacing: 0.01em;
    text-align: center;
    color: #111111;
}

.dr-import-comparison__table {
    width: 1020px;
    margin: 35px auto 0;
    border-collapse: separate;
    border-spacing: 15px 15px;
    table-layout: fixed;
}

.dr-import-comparison__col--label,
.dr-import-comparison__col--main,
.dr-import-comparison__col--dealer,
.dr-import-comparison__col--factory {
    width: 248px;
}

.dr-import-comparison__head {
    padding: 0 18px;
    font-size: 20px;
    line-height: 1.1;
    font-weight: 800;
    text-align: center;
    vertical-align: middle;
    height: 70px;
}

.dr-import-comparison__head--blank {
    background: transparent;
}

.dr-import-comparison__head--main {
    background: #de0000;
    color: #ffffff;
}

.dr-import-comparison__head--dark {
    background: #23272b;
    color: #ffffff;
}

.dr-import-comparison__label,
.dr-import-comparison__cell {
    background: #ebebeb;
    text-align: center;
    vertical-align: middle;
    height: 70px;
}

.dr-import-comparison__label {
    padding: 0 18px;
    font-size: 24px;
    line-height: 1.2;
    font-weight: 500;
    color: #111111;
}

.dr-import-comparison__cell {
    min-height: 70px;
    padding: 0 16px;
    font-size: 12px;
    line-height: 1.2;
    font-weight: 700;
    color: #111111;
}

.dr-import-comparison__cell--main {
    background: #de0000;
    color: #ffffff;
}

.dr-import-comparison__mark {
    display: inline-block;
    font-weight: 700;
    line-height: 1;
}

.dr-import-comparison__mark--cross {
    font-size: 32px;
    font-weight: 1000;
}

.dr-import-comparison__mark--circle {
    font-size: 25px;
    font-weight: 1000;
}

.dr-import-comparison__mark--circle-dr {
    border: 5px solid #fff;
    border-radius: 50%;
    width: 30px;
    height: 30px;
}

.dr-import-comparison__mark--triangle {
    font-size: 25px;
}

.dr-import-comparison__value {
    display: inline-block;
    font-size: 20px;
    line-height: 1.25;
    font-weight: 700;
    color: #111111;
}

.dr-import-comparison__cell--main .dr-import-comparison__value {
    color: #ffffff;
}

.dr-import-comparison__value--strong {
    font-size: 24px;
    font-weight: 800;
}

.dr-import-comparison__row--recommend .dr-import-comparison__label,
.dr-import-comparison__row--recommend .dr-import-comparison__cell {
    height: 78px;
}

.dr-import-comparison__row--recommend .dr-import-comparison__cell {
    padding: 10px 12px;
}

.dr-import-comparison__label--recommend {
    font-size: 24px;
    line-height: 1.3;
}

.dr-import-comparison__recommend {
    margin: 0;
    font-size: 16px;
    line-height: 1.45;
    font-weight: 700;
    color: #111111;
    text-align: center;
    word-break: keep-all;
}

.dr-import-comparison__recommend--main {
    color: #ffffff;
    font-weight: 800;
}

.dr-import-comparison__cell--main.dr-import-comparison__cell--recommend .dr-import-comparison__recommend--main {
    font-size: 16px;
    line-height: 1.45;
    letter-spacing: 0.01em;
}

.dr-import-basic-price {
    width: 100%;
    background: #fff;
    color: #111111;
    padding: 50px 0;
    width: 100%;
    margin: 0 auto;
}

.dr-import-basic-price__inner {
    width: 100%;
    max-width: 1040px;
    margin: 0 auto;
}

.dr-import-basic-price__title {
    margin: 0;
    color: #111111;
    font-size: 28px;
    line-height: 1.2;
    font-weight: 800;
    letter-spacing: 0.01em;
    text-align: center;
}

.dr-import-basic-price__grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 88px;
    row-gap: 50px;
    justify-content: center;
    margin-top: 50px;
}

.dr-import-basic-price__card {
    min-height: 280px;
    padding: 38px 45px 50px 35px;
    border-radius: 52px;
    background: #F7F7F7;
}

.dr-import-basic-price__card-head {
    width: 237px;
    height: 79px;
    margin: 0 auto;
    background: #fff;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.dr-import-basic-price__card-title {
    margin: 0;
    color: #111111;
    font-size: 24px;
    line-height: 1.12;
    font-weight: 800;
    letter-spacing: 0.02em;
}

.dr-import-basic-price__card-weight {
    margin: 4px 0 0;
    color: #111111;
    font-size: 15px;
    line-height: 1.25;
    font-weight: 500;
}

.dr-import-basic-price__card-body {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 30px;
    align-items: center;
    margin-top: 18px;
}

.dr-import-basic-price__vehicle {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    max-width: 154px;
    margin: auto;
}

.dr-import-basic-price__vehicle-image {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    color: transparent;
    font-size: 15px;
    line-height: 1;
    font-weight: 800;
    letter-spacing: 0.10em;
    text-transform: uppercase;
    overflow: hidden;
    border-radius: 8px;
    border: 0;
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.06);
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0.00)),
        linear-gradient(135deg, #9ca7b3 0%, #667482 52%, #3d4956 100%);
}

.dr-import-basic-price__vehicle-image--small {
    width: 108px;
    height: 70px;
}

.dr-import-basic-price__vehicle-image--medium {
    width: 126px;
    height: 72px;
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0.00)),
        linear-gradient(135deg, #a6c0ab 0%, #6d8f73 52%, #42584b 100%);
}

.dr-import-basic-price__vehicle-image--large {
    width: 132px;
    height: 74px;
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0.00)),
        linear-gradient(135deg, #6f8fbd 0%, #315f97 56%, #1d3a62 100%);
}

.dr-import-basic-price__vehicle-image--xlarge {
    width: 138px;
    height: 78px;
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0.00)),
        linear-gradient(135deg, #68758a 0%, #314058 55%, #1f2939 100%);
}

.dr-import-basic-price__vehicle-photo {
    display: block;
    width: 100%;
    height: auto;
    margin: 0 auto;
}

.dr-import-basic-price__vehicle-examples {
    margin: 14px 0 0;
    color: #111111;
    font-size: 15px;
    line-height: 1.45;
    font-weight: 500;
    text-align: left;
    white-space: nowrap;
}

.dr-import-basic-price__price-block {
    padding-bottom: 4px;
}

.dr-import-basic-price__row+.dr-import-basic-price__row {
    margin-top: 10px;
}

.dr-import-basic-price__row {
    display: grid;
    grid-template-columns: 74px 1fr;
    column-gap: 10px;
    align-items: center;
}

.dr-import-basic-price__label,
.dr-import-basic-price__total-label {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 28px;
    background: #000000;
    color: #ffffff;
    font-size: 15px;
    line-height: 1;
    font-weight: 700;
    letter-spacing: 0.01em;
}

.dr-import-basic-price__value {
    color: #6a6a6a;
    font-weight: 700;
    line-height: 1;
    white-space: nowrap;
}

.dr-import-basic-price__value-number {
    font-size: 20px;
    letter-spacing: -0.02em;
}

.dr-import-basic-price__value-unit {
    margin-left: 1px;
    font-size: 14px;
}

.dr-import-basic-price__total-label {
    width: 146px;
    margin-top: 12px;
    font-size: 15px;
}

.dr-import-basic-price__total {
    margin: 8px 0 0 22px;
    color: #de0000;
    line-height: 1;
    font-weight: 800;
    white-space: nowrap;
}

.dr-import-basic-price__total-number {
    font-size: 38px;
    letter-spacing: -0.03em;
}

.dr-import-basic-price__total-unit {
    margin-left: 2px;
    color: #666666;
    font-size: 14px;
    font-weight: 700;
}

.dr-import-basic-price__note {
    width: 1000px;
    margin: 6px auto 0;
    color: #111111;
    font-size: 14px;
    line-height: 1.4;
    font-weight: 500;
    text-align: right;
}

.dr-import-voices {
    width: 100%;
    background: #fff;
    overflow: hidden;
    padding: 50px 0;
}

.dr-import-voices__inner {
    width: 100%;
    max-width: 1138px;
    margin: auto;
    box-sizing: border-box;
}

.dr-import-voices__title {
    margin: 0;
    text-align: center;
    color: #111111;
    font-size: 28px;
    line-height: 1.2;
    font-weight: 700;
    letter-spacing: 0;
}

.dr-import-voices__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    justify-content: center;
    column-gap: 20px;
    margin-top: 50px;
}

.dr-import-voices__card {
    padding: 35px;
    border: 3px solid #000;
    border-radius: 48px;
    background: #fff;
    box-sizing: border-box;
}

.dr-import-voices__profile {
    display: flex;
    align-items: flex-start;
    gap: 14px;
}

.dr-import-voices__avatar {
    flex: 0 0 78px;
    width: 78px;
    height: 78px;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #000;
    border-radius: 50%;
    overflow: hidden;
}

.dr-import-voices__avatar--navy {
    --dr-import-voices-accent: #4e56a8;
    --dr-import-voices-hair: #5a5a5a;
}

.dr-import-voices__avatar--gray {
    --dr-import-voices-accent: #6c7aa6;
    --dr-import-voices-hair: #1f1f1f;
}

.dr-import-voices__avatar--blue {
    --dr-import-voices-accent: #62a8db;
    --dr-import-voices-hair: #5963b7;
}

.dr-import-voices__avatar-head,
.dr-import-voices__avatar-body {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    display: block;
}

.dr-import-voices__avatar-head {
    top: 7px;
    width: 16px;
    height: 16px;
    border: 2px solid #111111;
    border-radius: 50%;
    background: #f4f0ec;
}

.dr-import-voices__avatar-head::before {
    content: "";
    position: absolute;
    top: -3px;
    left: -2px;
    width: 20px;
    height: 12px;
    border: 2px solid #111111;
    border-bottom: 0;
    border-radius: 18px 18px 10px 10px;
    background: var(--dr-import-voices-hair, #555555);
}

.dr-import-voices__avatar-body {
    bottom: -2px;
    width: 28px;
    height: 22px;
    border: 2px solid #111111;
    border-radius: 22px 22px 8px 8px;
    background: var(--dr-import-voices-accent, #5b79b4);
}

.dr-import-voices__avatar-body::before {
    content: "";
    position: absolute;
    top: -2px;
    left: 50%;
    width: 12px;
    height: 22px;
    transform: translateX(-50%);
    background: #ffffff;
    clip-path: polygon(50% 0, 100% 100%, 0 100%);
}

.dr-import-voices__avatar-body::after {
    content: "";
    position: absolute;
    top: 7px;
    left: 50%;
    width: 6px;
    height: 10px;
    transform: translateX(-50%);
    background: #e0b74b;
    border: 1px solid #111111;
}

.dr-import-voices__profile-text {
    min-width: 0;
    padding-top: 7px;
}

.dr-import-voices__name,
.dr-import-voices__meta {
    margin: 0;
    color: #666666;
}

.dr-import-voices__name {
    margin: 0;
    color: #666666;
    font-size: 16px;
    line-height: 1.2;
    font-weight: 900;
    letter-spacing: 0;
    white-space: nowrap;
}

.dr-import-voices__meta {
    margin: 7px 0 0;
    color: #666666;
    font-size: 15px;
    line-height: 1.2;
    font-weight: 700;
    letter-spacing: 0;
    white-space: nowrap;
}

.dr-import-voices__comment {
    margin: 28px 0 0 10px;
    color: #666666;
    font-size: 16px;
    line-height: 1.42;
    font-weight: 900;
    letter-spacing: 0;
}

.dr-import-voices__divider {
    width: 292px;
    height: 4px;
    margin: 11px 0 0;
    background: #111111;
    border-radius: 999px;
}

.dr-import-voices__compare {
    position: relative;
    margin-top: 21px;
    min-height: 118px;
}

.dr-import-voices__bars {
    width: 176px;
}

.dr-import-voices__bar-group+.dr-import-voices__bar-group {
    margin-top: 7px;
}

.dr-import-voices__bar-label {
    margin: 0 0 5px;
    color: #666666;
    font-size: 14px;
    line-height: 1;
    font-weight: 900;
    letter-spacing: 0;
}

.dr-import-voices__bar {
    display: flex;
    align-items: center;
    height: 27px;
    box-sizing: border-box;
}

.dr-import-voices__bar--dealer {
    width: 173px;
    background: #534d4d;
}

.dr-import-voices__bar--main {
    width: 109px;
    background: #e10000;
}

.dr-import-voices__bar-value {
    display: inline-block;
    padding-left: 18px;
    color: #ffffff;
    font-size: 12px;
    line-height: 1;
    font-weight: 900;
    letter-spacing: 0;
    white-space: nowrap;
}

.dr-import-voices__saving-badge,
.dr-import-voices__saving-badge--large {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 78px;
    height: 78px;
    border-radius: 50%;
    background: #df0000;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    text-align: center;
}

.dr-import-voices__saving-badge::before {
    content: "";
    position: absolute;
    left: -33px;
    bottom: 17px;
    width: 0;
    height: 0;
    border-right: 50px solid #e10000;
    border-top: 13px solid transparent;
    border-bottom: 5px solid transparent;
    transform: rotate(-8deg);
}

.dr-import-voices__saving-line {
    display: block;
    text-align: center;
    font-size: 16px;
    line-height: 1.14;
    font-weight: 700;
    letter-spacing: 0;
}

.dr-import-voices__saving-line+.dr-import-voices__saving-line {
    margin-top: 2px;
}

.dr-import-voices__note {
    width: 100%;
    max-width: 1118px;
    margin: 12px auto 0;
    text-align: right;
    color: #111111;
    font-size: 14px;
    line-height: 1.2;
    font-weight: 500;
    letter-spacing: 0;
}

.dr-import-flow {
    width: 100%;
    background: #fff;
    overflow: hidden;
}

.dr-import-flow__inner {
    width: 100%;
    max-width: 1008px;
    margin: 0 auto;
    padding: 50px 0;
    box-sizing: border-box;
}

.dr-import-flow__title {
    margin: 0;
    text-align: center;
    color: #111111;
    font-size: 28px;
    line-height: 1.2;
    font-weight: 700;
    letter-spacing: 0;
}

.dr-import-flow__steps {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    justify-content: center;
    align-items: start;
    column-gap: 28px;
    margin-top: 86px;
}

.dr-import-flow__step {
    width: 278px;
}

.dr-import-flow__number {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 57px;
    height: 57px;
    margin: 0 auto;
    border-radius: 50%;
    background: #df0000;
    color: #ffffff;
    font-size: 36px;
    line-height: 1;
    font-weight: 900;
}

.dr-import-flow__step-title {
    margin: 28px 0 0;
    text-align: center;
    color: #111111;
    font-size: 28px;
    line-height: 1.15;
    font-weight: 900;
    letter-spacing: 0;
    white-space: nowrap;
}

.dr-import-flow__figure {
    margin: 25px 0 0;
}

.dr-import-flow__figure-box {
    position: relative;
    width: 221px;
    height: 139px;
    margin: 0 auto;
    border: 1.5px solid #757575;
    border-radius: 20px;
    overflow: hidden;
}

.dr-import-flow__figure-box--web {
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.24), rgba(255, 255, 255, 0)),
        linear-gradient(135deg, #d8e4fb 0%, #91abd8 55%, #4b6ba7 100%);
}

.dr-import-flow__figure-box--estimate {
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.24), rgba(255, 255, 255, 0)),
        linear-gradient(135deg, #dff1fb 0%, #7bb8de 55%, #3c7db6 100%);
}

.dr-import-flow__figure-box--inspection {
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.24), rgba(255, 255, 255, 0)),
        linear-gradient(135deg, #d9ebf8 0%, #7aaed6 55%, #3c71a4 100%);
}

.dr-import-flow__image {
    position: absolute;
    left: 50%;
    bottom: 0;
    display: block;
    width: auto;
    height: auto;
    transform: translateX(-50%);
}

.dr-import-flow__description {
    width: 100%;
    max-width: 221px;
    margin: 24px auto 0;
    color: #111111;
    font-size: 15px;
    line-height: 1.23;
    font-weight: 500;
    letter-spacing: 0;
    text-align: left;
}

.dr-import-flow__arrow {
    width: 0;
    height: 0;
    margin-top: 154px;
    border-top: 19px solid transparent;
    border-bottom: 19px solid transparent;
    border-left: 22px solid #df0000;
}

.dr-import-store-info {
    width: 100%;
    background: #fff;
    color: #111111;
}

.dr-import-store-info__inner {
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    padding: 50px 0;
}

.dr-import-store-info__title {
    margin: 0;
    color: #111111;
    font-size: 28px;
    line-height: 1.2;
    font-weight: 700;
    letter-spacing: 0.01em;
    text-align: center;
}

.dr-import-store-info__table {
    width: 829px;
    margin: 50px auto 0;
    border-collapse: collapse;
    table-layout: fixed;
    background: transparent;
}

.dr-import-store-info__col--label {
    width: 130px;
}

.dr-import-store-info__col--value {
    width: 392px;
}

.dr-import-store-info__label,
.dr-import-store-info__value {
    border: 1px solid #2f2f2f;
    background: transparent;
    vertical-align: middle;
}

.dr-import-store-info__label {
    min-width: 207px;
    min-height: 59px;
    padding: 0 12px;
    color: #111111;
    font-size: 20px;
    line-height: 1.2;
    font-weight: 700;
    text-align: center;
    white-space: nowrap;
    background: #F7F7F7;
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom: 0;
}

.dr-import-store-info__row:last-of-type>.dr-import-store-info__label {
    border-bottom: 1px solid #2f2f2f;
}

.dr-import-store-info__value {
    height: 34px;
    padding: 0 12px;
    color: #111111;
    font-size: 16px;
    line-height: 1.45;
    font-weight: 500;
    text-align: left;
    letter-spacing: 0.01em;
}

.dr-import-store-info__row:nth-child(3) .dr-import-store-info__value {
    letter-spacing: 0.08em;
}

.dr-import-access-map {
    width: 100%;
    background: #fff;
    color: #111111;
}

.dr-import-access-map__inner {
    width: 100%;
    max-width: 830px;
    margin: 0 auto;
    padding: 50px 0;
}

.dr-import-access-map__title {
    margin: 0;
    color: #111111;
    font-size: 38px;
    line-height: 1.2;
    font-weight: 700;
    letter-spacing: 0.01em;
    text-align: center;
}

.dr-import-access-map__lead-box {
    width: 100%;
    min-height: 84px;
    background: #ececec;
    color: #111111;
    font-size: 24px;
    font-weight: 300;
    letter-spacing: 0.01em;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 83px;
}

.dr-import-access-map__map-wrap {
    width: 100%;
    margin-top: 50px;
}

.dr-import-access-map__map-wrap iframe {
    width: 100% !important;
}

.dr-import-access-map__map-image {
    object-fit: cover;
}

.dr-import-access-map__map-placeholder {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #d2d2d2;
    background:
        linear-gradient(0deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0.16)),
        linear-gradient(135deg, #96d2e5 0%, #cdd9da 34%, #d9d7d3 60%, #dfe4e6 100%);
    color: transparent;
    font-size: 18px;
    line-height: 1;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    position: relative;
    overflow: hidden;
}

.dr-import-access-map__map-placeholder::before,
.dr-import-access-map__map-placeholder::after {
    content: "";
    position: absolute;
    background: rgba(112, 144, 172, 0.34);
}

.dr-import-access-map__map-placeholder::before {
    top: 44%;
    left: -4%;
    width: 112%;
    height: 10px;
    transform: rotate(-8deg);
    box-shadow:
        0 -118px 0 0 rgba(112, 144, 172, 0.20),
        0 126px 0 0 rgba(112, 144, 172, 0.16);
}

.dr-import-access-map__map-placeholder::after {
    top: -6%;
    left: 63%;
    width: 8px;
    height: 112%;
    transform: rotate(24deg);
    box-shadow:
        -148px 42px 0 0 rgba(112, 144, 172, 0.18),
        -292px 154px 0 0 rgba(112, 144, 172, 0.14);
}

.dr-import-access-map__button-row {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    justify-content: center;
    column-gap: 20px;
    margin-top: 40px;
}

.dr-import-access-map__button {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 70px;
    border: 2px solid #656565;
    border-radius: 14px;
    background: transparent;
    color: #111111;
    font-size: 16px;
    line-height: 1;
    font-weight: 300;
    letter-spacing: 0.01em;
    text-decoration: none;
}

.dr-import-access-map__bottom-text {
    margin: 50px auto 0;
    color: #111111;
    font-size: 28px;
    line-height: 1.45;
    font-weight: 500;
    letter-spacing: 0.01em;
    text-align: center;
    width: max-content;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}

.dr-import-access-map__button:hover,
.dr-import-access-map__button:focus {
    background: rgba(255, 255, 255, 0.35);
}

.dr-import-payment {
    width: 100%;
    background: #F7F7F7;
    color: #111111;
}

.dr-import-payment__inner {
    width: 100%;
    max-width: 940px;
    margin: 0 auto;
    padding: 50px 0 100px;
}

.dr-import-payment__title {
    margin: 0;
    color: #111111;
    font-size: 28px;
    line-height: 1.2;
    font-weight: 700;
    letter-spacing: 0.01em;
    text-align: center;
}

.dr-import-payment__box {
    width: 100%;
    margin: 50px auto 0;
    padding: 58px 0;
    border: 5px solid #CC0000;
    border-radius: 53px;
    background: #fff;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
}

.dr-import-payment__brands {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 92px;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
}

.dr-import-payment__brand {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
}

.dr-import-payment__brand--paypay {
    width: 180px;
}

.dr-import-payment__brand-image {
    display: block;
    width: auto;
    height: auto;
    max-width: 100%;
}

.dr-import-payment__brand-image--visa {
    width: 40px;
}

.dr-import-payment__brand-image--mastercard {
    width: 36px;
}

.dr-import-payment__brand-image--jcb {
    width: 24px;
}

.dr-import-payment__brand-image--diners {
    width: 30px;
}

.dr-import-payment__brand-image--amex {
    width: 24px;
}

.dr-import-payment__brand-image--paypay {
    width: 180px;
}

.dr-import-payment__note {
    width: max-content;
    margin: 16px auto 0;
    color: #111111;
    font-size: 16px;
    line-height: 1.4;
    font-weight: 500;
    text-align: left;
    margin-left: 10%;
}

.dr-import-payment__message {
    margin: 50px 0 0;
    color: #111111;
    font-size: 36px;
    line-height: 1.4;
    font-weight: 700;
    letter-spacing: 0.01em;
    text-align: center;
}

.dr-import-payment__message-accent {
    color: #d70000;
}

.dr-import-faq {
    background: #fff;
    width: 100%;
}

.dr-import-faq__inner {
    width: 100%;
    max-width: 1140px;
    margin: 0 auto;
    padding: 100px 0;
}

.dr-import-faq__title {
    margin: 0 0 52px;
    color: #111;
    font-size: 28px;
    font-weight: 600;
    line-height: 1.4;
    text-align: center;
    letter-spacing: 0.06em;
}

.dr-import-faq__list {
    display: grid;
    gap: 26px;
}

.dr-import-faq__item+.dr-import-faq__item {
    margin-top: 16px;
}

.dr-import-faq__item {
    overflow: hidden;
    border-radius: 14px;
    background: #f7f7f7;
}

.dr-import-faq__question-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 54px;
    padding: 0 18px 0 10px;
}

.dr-import-faq__heading {
    display: flex;
    align-items: center;
    gap: 16px;
    min-width: 0;
}

.dr-import-faq__prefix {
    flex: 0 0 auto;
    color: #111;
    font-size: 28px;
    font-weight: 800;
    line-height: 1;
    letter-spacing: 0.01em;
    font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", sans-serif !important;
}

.dr-import-faq__question-text {
    color: #111;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: 0.01em;
}

.dr-import-faq__toggle {
    position: relative;
    flex: 0 0 auto;
    width: 34px;
    height: 34px;
}

.dr-import-faq__divider {
    height: 1px;
    margin: 0;
    background: #111;
}

.dr-import-faq__answer-row {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    padding: 24px 38px 30px 40px;
}

.dr-import-faq__prefix--answer {
    margin-top: 2px;
}

.dr-import-faq__answer-body {
    flex: 1 1 auto;
    min-width: 0;
}

.dr-import-faq__answer-text {
    margin: 0;
    color: #111;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.9;
    letter-spacing: 0.01em;
}

.dr-import-footer {
    width: 100%;
    background: #000000;
    color: #ffffff;
}

.dr-import-footer__inner {
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    padding: 50px 0 30px;
}

.dr-import-footer__top {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    width: 1120px;
    margin: 0 auto;
}

.dr-import-footer__brand-area {
    display: flex;
    align-items: center;
    gap: 16px;
    min-width: 0;
}

.dr-import-footer__brand {
    display: block;
    line-height: 1;
    text-decoration: none;
}

.dr-import-footer__brand:hover,
.dr-import-footer__brand:focus {
    opacity: 0.95;
}

.dr-import-footer__brand-image {
    display: block;
    width: 232px;
    height: auto;
}

.dr-import-footer__tagline {
    margin: 0;
    color: #ffffff;
    font-size: 20px;
    line-height: 1.2;
    font-weight: 700;
    letter-spacing: 0.01em;
    white-space: nowrap;
}

.dr-import-footer__shop {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding-top: 2px;
    min-width: 0;
}

.dr-import-footer__shop-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 84px;
    min-height: 39px;
    padding: 0 14px;
    background: #de0000;
    border-radius: 6px;
    color: #ffffff;
    font-size: 15px;
    line-height: 1;
    font-weight: 800;
    letter-spacing: 0.02em;
}

.dr-import-footer__shop-hours {
    margin: 10px 0 0;
    color: #ffffff;
    font-size: 15px;
    line-height: 1.35;
    font-weight: 700;
    letter-spacing: 0.01em;
    white-space: nowrap;
}

.dr-import-footer__nav {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 56px;
    margin-top: 50px;
}

.dr-import-footer__link {
    color: #ffffff;
    text-decoration: none;
    font-size: 20px;
    line-height: 1.2;
    font-weight: 800;
    letter-spacing: 0.01em;
}

.dr-import-footer__link:hover,
.dr-import-footer__link:focus {
    text-decoration: underline;
}

.dr-import-footer__copyright {
    margin: 14px 0 0;
    color: #ffffff;
    font-size: 15px;
    line-height: 1.4;
    font-weight: 700;
    text-align: center;
    letter-spacing: 0.01em;
}

.dr-import-hero-offer__benefit-inner p {
    margin: 0;
}

.dr-import-hero-offer__benefit-center-laurel {
    display: block;
    width: 444px;
    height: 262px;
    object-fit: contain;
}

.dr-import-hero-offer__benefit-center-line1 {
    font-size: 55px;
    font-weight: 700;
    line-height: 1.08;
    letter-spacing: 0;
    white-space: nowrap;
}

.dr-import-hero-offer__benefit-center-line2 {
    margin-top: 15px !important;
    font-size: 55px;
    font-weight: 700;
    line-height: 1.05;
    letter-spacing: 0;
    white-space: nowrap;
}

.dr-import-hero-offer__benefit-right-label {
    margin-left: 2px;
    font-size: 64px;
    font-weight: 700;
    line-height: 1.05;
}

.dr-import-support__promise-area {
    width: 100%;
    background: #fff;
    padding: 0;
    overflow: hidden;
}

.dr-import-support__promise-inner {
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    padding: 52px 0 57px;
    box-sizing: border-box;
}

.dr-import-support__promise-title {
    margin: 0;
    text-align: center;
    color: #111111;
    font-size: 28px;
    line-height: 1.2;
    font-weight: 500;
    letter-spacing: 0;
}

.dr-import-support__promise-card-figure {
    width: 248px;
    margin: 16px auto 0;
}

.dr-import-support__promise-card-image {
    display: block;
    width: 248px;
    height: auto;
}


.dr-import-basic-price__card *,
.dr-import-basic-price__card *::before,
.dr-import-basic-price__card *::after {
    box-sizing: border-box;
}

.dr-import-basic-price__card img {
    max-width: none;
    border: 0;
}

.dr-import-basic-price__value,
.dr-import-basic-price__total {
    font-family: "Noto Sans JP", sans-serif;
}

.dr-import-voices__avatar-image {
    display: block;
    width: auto;
    height: auto;
    max-width: 78px;
    max-height: 78px;
    object-fit: contain;
    aspect-ratio: auto;
}

.dr-import-voices__comment--single {
    margin-top: 44px;
    margin-left: 0;
    text-align: center;
}

.dr-import-voices__saving-badge {
    position: absolute;
    right: 0px;
    bottom: 6px;
    width: 111px;
    height: 111px;
    border-radius: 50%;
    background: #e10000;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    box-sizing: border-box;
}

.dr-import-flow__image--step1 {
    width: 152px;
}

.dr-import-flow__image--step2 {
    width: 180px;
}

.dr-import-flow__image--step3 {
    width: 152px;
}

.dr-import-payment__brand--cards {
    width: 432px;
}

.dr-import-payment__brand-image--cards {
    width: 432px;
}

.dr-import-faq__question-button {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    width: 100%;
    min-height: 108px;
    padding: 24px 38px 24px 40px;
    border: 0;
    background: transparent;
    color: #111;
    text-align: left;
    cursor: pointer;
    appearance: none;
}

.dr-import-faq__toggle::before,
.dr-import-faq__toggle::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 28px;
    height: 5px;
    border-radius: 999px;
    background: #000;
    transform: translate(-50%, -50%);
    transition: opacity 0.25s ease, transform 0.25s ease;
}

.dr-import-faq__toggle::after {
    transform: translate(-50%, -50%) rotate(90deg);
}

.dr-import-faq__item.is-open .dr-import-faq__toggle::after {
    opacity: 0;
}

.dr-import-faq__content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.35s ease;
}

@media (hover: hover) {
    .dr-import-faq__question-button:hover {
        opacity: 0.92;
    }
}





@media (max-width: 1150px) {
    .dr-import-header {
        overflow: hidden;
        background: #000;
        color: #fff;
    }

    .dr-import-header__inner {
        position: relative;
        width: 100%;
        padding: 7px 16px 10px !important;
        max-width: none;
        margin: 0 auto;
    }

    .dr-import-header__service-area {
        margin: 0 !important;
        padding-right: 18px !important;
        color: #fff;
        font-family: "Noto Sans JP", sans-serif;
        font-size: 8px;
        font-weight: 400;
        line-height: 1.4;
        letter-spacing: 0;
        display: block !important;
        width: 100% !important;
        max-width: none !important;
        text-align: left;
        text-wrap: auto;
    }

    .dr-import-header__main {
        display: flex !important;
        align-items: center !important;
        justify-content: space-between !important;
        gap: 10px !important;
        margin-top: 10px;
        padding-right: 18px !important;
        flex-direction: row !important;
        width: 100% !important;
        margin: 10px 0 0 !important;
    }

    .dr-import-header__brand {
        display: inline-flex !important;
        align-items: flex-end !important;
        flex: 0 0 auto !important;
        text-decoration: none;
        min-width: 0 !important;
        justify-content: flex-start !important;
        width: auto !important;
        margin: 0 !important;
        min-height: 29px;
    }

    .dr-import-header__brand-image {
        display: block;
        width: 118px !important;
        height: auto !important;
        max-width: 118px !important;
        margin: 0 !important;
        object-fit: contain;
    }

    .dr-import-header__shop {
        display: flex !important;
        align-items: center !important;
        justify-content: flex-end !important;
        gap: 8px !important;
        flex: 0 0 auto !important;
        min-width: 0 !important;
        flex-direction: row !important;
        width: auto !important;
        margin: 0 0 1px auto !important;
        text-align: left !important;
    }

    .dr-import-header__shop-badge {
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
        height: 26px !important;
        padding: 0 10px !important;
        border-radius: 6px !important;
        background: #e60000;
        color: #fff;
        font-family: "Noto Sans JP", sans-serif;
        font-size: 12px !important;
        font-weight: 700;
        line-height: 1 !important;
        white-space: nowrap;
        flex: 0 0 auto !important;
        width: 50px !important;
        min-width: 50px !important;
        margin: 0 !important;
    }

    .dr-import-header__shop-hours {
        width: 104px !important;
        margin: 0 !important;
        color: #fff;
        font-family: "Noto Sans JP", sans-serif;
        font-size: 10px !important;
        font-weight: 400;
        line-height: 1.2 !important;
        letter-spacing: 0;
        white-space: normal !important;
        word-break: keep-all;
        display: block !important;
        flex: 0 0 auto !important;
        min-width: 104px !important;
        text-align: left !important;
    }
}

@media (max-width: 1150px) {
    .dr-import-hero-offer {
        position: relative;
        overflow: hidden;
        color: #fff;
    }

    .dr-import-hero-offer__visual {
        position: relative;
        height: auto;
        min-height: 452px;
        overflow: hidden;
    }

    .dr-import-hero-offer__visual-bg {
        inset: 0;
        background-position: center top;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .dr-import-hero-offer__visual-overlay {
        inset: 0;
        background: linear-gradient(180deg,
                rgba(0, 0, 0, 0.18) 0%,
                rgba(0, 0, 0, 0.26) 32%,
                rgba(0, 0, 0, 0.40) 70%,
                rgba(0, 0, 0, 0.50) 100%);
    }

    .dr-import-hero-offer__top-button {
        right: 20px;
    }

    .dr-import-hero-offer__form-wrap {
        position: relative;
        z-index: 4;
        width: 100%;
        max-width: none;
        margin: -30px 0 0;
        padding: 0 18px;
    }

    .dr-import-hero-offer__form-card {
        width: 100%;
        padding: 30px 50px;
        border: 0;
        border-radius: 23px;
        background: #efefef;
        box-shadow: 0 4px 0 rgba(0, 0, 0, 0.62),
            0 8px 18px rgba(0, 0, 0, 0.16);
    }

    .dr-import-hero-offer__form-heading-wrap {
        position: relative;
        margin-bottom: 18px;
        padding-top: 18px;
        text-align: center;
    }

    .dr-import-hero-offer__form-heading-wrap::before {
        content: "・・";
        position: absolute;
        top: 3px;
        left: calc(50% - 17px);
        transform: translateX(-50%);
        color: #111;
        font-size: 18px;
        font-weight: 900;
        line-height: 1;
        letter-spacing: 0.3em;
    }

    .dr-import-hero-offer__form-heading {
        position: relative;
        display: inline-block;
        margin: 0;
        font-size: 20px;
        line-height: 1.2;
        color: #111;
        padding: 0;
    }

    .dr-import-hero-offer__form-heading::before,
    .dr-import-hero-offer__form-heading::after {
        content: "";
        position: absolute;
        width: 28px;
        height: 1px;
        background: #111;
        bottom: 0;
    }

    .dr-import-hero-offer__form-heading::before {
        left: 0;
        transform: translate(-100%, -50%) rotate(45deg);
    }

    .dr-import-hero-offer__form-heading::after {
        right: 0;
        transform: translate(100%, -50%) rotate(-45deg);
    }

    .dr-import-hero-offer__form-heading span {
        color: #df0000;
    }

    .dr-import-hero-offer__form-heading span::before,
    .dr-import-hero-offer__form-heading span::after {
        display: none;
    }

    .dr-import-hero-offer__form {
        display: block;
        margin: 0;
    }

    .dr-import-hero-offer__field+.dr-import-hero-offer__field {
        margin-top: 16px;
    }

    .dr-import-hero-offer__label {
        display: flex;
        align-items: center;
        gap: 8px;
        margin-bottom: 4px;
        padding-left: 0;
    }

    .dr-import-hero-offer__required {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        min-width: 46px;
        height: 22px;
        padding: 0 7px;
        border: 1px solid #ff2b2b;
        border-radius: 5px;
        background: #fff;
        color: #ff2b2b;
        font-size: 11px;
        font-weight: 700;
        line-height: 1;
        white-space: nowrap;
    }

    .dr-import-hero-offer__label-text {
        color: #111;
        font-size: 13px;
        font-weight: 700;
        line-height: 1;
    }

    .dr-import-hero-offer__input {
        display: block;
        width: 100%;
        height: 50px;
        padding: 0 14px;
        border: 1.5px solid #111;
        border-radius: 12px;
        background: #fff;
        color: #6b6b6b;
        font-size: 11px;
        font-weight: 500;
        line-height: 1;
        appearance: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        box-shadow: none;
        outline: none;
    }

    .dr-import-hero-offer__input:focus {
        border-color: #111;
        background: #fff;
        box-shadow: 0 0 0 2px rgba(223, 0, 0, 0.12);
    }

    .dr-import-hero-offer__submit-wrap {
        display: block;
        margin-top: 30px;
        text-align: center;
    }

    .dr-import-hero-offer__submit {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        gap: 16px;
        width: 100%;
        max-width: 262px;
        height: 54px;
        padding: 0;
        border-radius: 999px;
        background: #000;
    }

    .dr-import-hero-offer__submit-badge {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        min-width: 42px;
        width: auto;
        height: 30px;
        padding: 0 10px;
        border-radius: 6px;
        background: #fff;
        color: #df0000;
        font-size: 13px;
        font-weight: 800;
        line-height: 1;
    }

    .dr-import-hero-offer__submit-text {
        font-size: 22px;
        font-weight: 600;
        line-height: 1;
        letter-spacing: 0.12em;
        transform: none;
    }

    .dr-import-hero-offer__benefit-band {
        width: 100%;
        max-width: none;
        margin: 0;
        padding: 20px 29px;
        background: #cc0000;
        text-align: center;
    }

    .dr-import-hero-offer__benefit-inner {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 0;
        width: 100%;
        max-width: none;
    }

    .dr-import-hero-offer__benefit-inner p {
        margin: 0;
    }

    .dr-import-hero-offer__benefit-center {
        order: 1;
        position: relative;
        width: 100%;
        height: auto;
        margin: 0 auto;
    }

    .dr-import-hero-offer__benefit-center-laurel {
        width: 100%;
        height: auto;
        object-fit: contain;
    }

    .dr-import-hero-offer__benefit-center-text {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 100%;
        text-align: center;
    }

    .dr-import-hero-offer__benefit-center-line1,
    .dr-import-hero-offer__benefit-center-line2 {
        margin: 0;
        font-weight: 900;
        line-height: 1.35;
        letter-spacing: 0;
        white-space: normal;
    }

    .dr-import-hero-offer__benefit-center-line1 {
        font-size: 30px;
    }

    .dr-import-hero-offer__benefit-center-line2 {
        margin-top: 0 !important;
        font-size: 30px;
    }

    .dr-import-hero-offer__benefit-left {
        order: 2;
        margin-top: 40px;
        text-align: center;
    }

    .dr-import-hero-offer__benefit-pill {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: auto;
        min-width: 280px;
        min-height: 60px;
        height: auto;
        padding: 0 28px;
        border-radius: 18px;
        background: #fff;
        color: #df0000;
        font-size: 21px;
        font-weight: 800;
        line-height: 1;
    }

    .dr-import-hero-offer__benefit-left-title {
        margin: 20px 0 0 !important;
        color: #fff;
        font-size: 24px;
        font-weight: 600;
        line-height: 1.35;
    }

    .dr-import-hero-offer__benefit-left-note {
        margin: 10px 0 0 !important;
        color: #fff;
        font-size: 18px;
        font-weight: 600;
        line-height: 1.45;
    }

    .dr-import-hero-offer__benefit-right {
        order: 3;
        margin-top: 20px;
        text-align: center;
    }

    .dr-import-hero-offer__benefit-right-top,
    .dr-import-hero-offer__benefit-right-middle {
        margin: 0;
        color: #fff;
        font-size: 18px;
        font-weight: 600;
        line-height: 1.75;
        letter-spacing: 0;
    }

    .dr-import-hero-offer__benefit-right-middle {
        margin-top: 6px;
    }

    .dr-import-hero-offer__benefit-right-main {
        display: flex;
        align-items: baseline;
        justify-content: center;
        margin: 20px 0 0 !important;
        line-height: 1;
        white-space: nowrap;
    }

    .dr-import-hero-offer__benefit-right-number {
        font-size: 68px;
        font-weight: 700;
        line-height: 1;
        letter-spacing: -0.02em;
    }

    .dr-import-hero-offer__benefit-right-percent {
        top: 0;
        margin-left: 2px;
        font-size: 20px;
        font-weight: 700;
        line-height: 1;
    }

    .dr-import-hero-offer__benefit-right-label {
        margin-left: 4px;
        font-size: 36px;
        font-weight: 700;
        line-height: 1;
    }

    .dr-import-hero-offer__benefit-disclaimer {
        width: auto;
        margin: 30px auto 0;
        color: #fff;
        font-size: 10px;
        font-weight: 400;
        line-height: 1.55;
        text-align: left;
        white-space: normal;
    }
}

@media (max-width: 1150px) {
    .dr-import-support__maker-area {
        padding: 50px 18px 52px;
        background: #ececec;
    }

    .dr-import-support__maker-box {
        width: 100%;
        padding: 20px 15px;
        border: 3px solid #222;
        background: transparent;
    }

    .dr-import-support__maker-title {
        width: max-content;
        margin: 0 auto;
        color: #111;
        font-size: 20px;
        font-weight: 700;
        line-height: 1.28;
        letter-spacing: 0;
        text-align: center;
        word-break: keep-all;
        overflow-wrap: anywhere;
    }

    .dr-import-support__maker-text {
        margin: 20px 0 0;
        color: #111;
        font-size: 12px;
        font-weight: 500;
        line-height: 2.05;
        letter-spacing: -0.01em;
        text-align: center;
        word-break: normal;
        overflow-wrap: break-word;
    }
}

@media (max-width: 1150px) {
    .dr-import-support__worries-area {
        background: #d9d9d9;
        padding: 50px;
        overflow: hidden;
    }

    .dr-import-support__worries-inner {
        width: 100%;
        padding: 0;
        max-width: none;
        margin: 0 auto;
    }

    .dr-import-support__worries-title {
        margin: 0;
        color: #111;
        font-size: 20px;
        font-weight: 900;
        line-height: 1.35;
        letter-spacing: 0;
        text-align: center;
    }

    .dr-import-support__worries-layout {
        position: relative;
        display: block !important;
        width: 100%;
        max-width: none;
    }

    .dr-import-support__worry-pill+.dr-import-support__worry-pill {
        margin-top: 0;
    }

    .dr-import-support__worries-list {
        display: flex !important;
        flex-direction: column !important;
        gap: 20px;
        padding: 0;
        align-items: center !important;
        justify-content: flex-start !important;
        width: 100%;
        margin: 0;
    }

    .dr-import-support__worry-pill {
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        min-height: 50px;
        padding: 0 20px;
        border: 1.5px solid #111;
        border-radius: 999px;
        background: #f3f3f3;
        box-shadow: none;
        width: 302px;
        max-width: 100%;
        margin: 0 auto;
        text-align: center;
        margin-top: 20px;
    }

    .dr-import-support__worry-text {
        display: block;
        color: #cc0000;
        font-size: 14px;
        font-weight: 700;
        line-height: 1.2;
        letter-spacing: 0;
        text-align: center;
        white-space: nowrap;
        width: 100%;
        margin: 0;
    }

    .dr-import-support__worries-figure {
        position: absolute;
        right: -30px;
        bottom: -50px;
        margin: 0;
        width: 101px;
        z-index: 2;
        pointer-events: none;
        display: block !important;
    }

    .dr-import-support__worries-image {
        display: block;
        width: 100%;
        height: auto;
    }
}

@media (max-width: 1150px) {
    .dr-import-support__promise-area {
        padding: 40px 11px 0px;
    }

    .dr-import-support__promise-inner {
        width: 100%;
        margin: 0 auto;
    }

    .dr-import-support__promise-title {
        margin: 0;
        color: #111;
        font-size: 20px;
        font-weight: 700;
        line-height: 1.35;
        letter-spacing: 0;
        text-align: center;
    }

    .dr-import-support__promise-grid {
        display: flex;
        flex-direction: column;
        gap: 32px;
        margin-top: 28px;
    }

    .dr-import-support__promise-card {
        padding: 46px 56px;
        border-radius: 10px;
        background: #e8e8e8;
    }

    .dr-import-support__promise-card-title {
        margin: 0;
        color: #111;
        font-size: 20px;
        font-weight: 900;
        line-height: 1.2;
        letter-spacing: 0;
        text-align: center;
    }

    .dr-import-support__promise-card-subtitle {
        margin: 14px 0 0;
        color: #111;
        font-size: 16px;
        font-weight: 500;
        line-height: 1.4;
        letter-spacing: 0;
        text-align: center;
    }

    .dr-import-support__promise-card-figure {
        margin: 16px auto 0;
        text-align: center;
    }

    .dr-import-support__promise-card-image {
        display: block;
        width: 247px;
        max-width: 100%;
        height: 166px;
        margin: 0 auto;
        object-fit: cover;
    }

    .dr-import-support__promise-list {
        margin: 20px 0 0;
        padding: 0 6px 0 0;
        list-style: none;
        width: 270px;
    }

    .dr-import-support__promise-item {
        position: relative;
        margin: 0;
        padding-left: 19px;
        color: #111;
        font-size: 14px;
        font-weight: 500;
        line-height: 1.45;
        letter-spacing: 0;
    }

    .dr-import-support__promise-item+.dr-import-support__promise-item {
        margin-top: 4px;
    }

    .dr-import-support__promise-item::before {
        top: 3px;
    }
}

@media (max-width: 1150px) {
    .dr-import-comparison {
        padding: 0 18px;
    }

    .dr-import-comparison__inner {
        width: 100%;
        padding: 0;
        margin: 0 auto;
    }

    .dr-import-comparison__title {
        margin: 0;
        color: #111;
        font-size: 20px;
        font-weight: 700;
        line-height: 1.35;
        letter-spacing: 0;
        text-align: center;
    }

    .dr-import-comparison__table-wrap {
        margin-top: 34px;
        overflow-x: visible;
    }

    .dr-import-comparison__table {
        width: 100%;
        table-layout: fixed;
        border-collapse: separate;
        border-spacing: 6px 9px;
    }

    .dr-import-comparison__col--label {
        width: 24.5%;
    }

    .dr-import-comparison__col--main,
    .dr-import-comparison__col--dealer,
    .dr-import-comparison__col--factory {
        width: 25.166%;
    }

    .dr-import-comparison__head,
    .dr-import-comparison__label,
    .dr-import-comparison__cell {
        padding: 0;
        border: 0;
        vertical-align: middle;
    }

    .dr-import-comparison__head {
        height: 58px;
        color: #fff;
        font-size: 14px;
        font-weight: 700;
        line-height: 1.2;
        text-align: center;
    }

    .dr-import-comparison__head--blank {
        background: transparent;
    }

    .dr-import-comparison__head--main {
        background: #df0000;
    }

    .dr-import-comparison__head--dark {
        background: #252a30;
    }

    .dr-import-comparison__label {
        background: #e9e9e9;
        color: #111;
        font-size: 15px;
        font-weight: 700;
        line-height: 1.3;
        text-align: center;
        padding: 18px 6px;
        word-break: keep-all;
    }

    .dr-import-comparison__label--recommend {
        font-size: 15px;
        line-height: 1.45;
        padding-top: 22px;
        padding-bottom: 22px;
        overflow-wrap: break-word;
    }

    .dr-import-comparison__cell {
        background: #e9e9e9;
        text-align: center;
        padding: 16px 6px;
    }

    .dr-import-comparison__cell--main {
        background: #df0000;
        color: #fff;
    }

    .dr-import-comparison__row:not(.dr-import-comparison__row--recommend) .dr-import-comparison__cell,
    .dr-import-comparison__row:not(.dr-import-comparison__row--recommend) .dr-import-comparison__label {
        height: 58px;
    }

    .dr-import-comparison__row--recommend .dr-import-comparison__cell,
    .dr-import-comparison__row--recommend .dr-import-comparison__label {
        vertical-align: top;
    }

    .dr-import-comparison__cell--recommend {
        padding-top: 16px;
        padding-bottom: 16px;
    }

    .dr-import-comparison__mark {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        color: #111;
        font-weight: 700;
        line-height: 1;
        text-align: center;
    }

    .dr-import-comparison__mark--circle-dr {
        position: relative;
        width: 22px;
        height: 22px;
        border: 3px solid #fff;
    }

    .dr-import-comparison__mark--cross {
        font-size: 22px;
        font-weight: 500;
        transform: translateY(-1px);
    }

    .dr-import-comparison__mark--triangle,
    .dr-import-comparison__mark--circle {
        font-size: 20px;
        font-weight: 900;
        transform: translateY(-1px);
    }

    .dr-import-comparison__value {
        display: inline-block;
        color: #333;
        font-size: 12px;
        font-weight: 500;
        line-height: 1.45;
        text-align: center;
    }

    .dr-import-comparison__value--strong {
        color: #fff;
        font-size: 13px;
        font-weight: 700;
        line-height: 1.25;
    }

    .dr-import-comparison__cell--main.dr-import-comparison__cell--recommend .dr-import-comparison__recommend--main {
        font-size: 13px;
    }

    .dr-import-comparison__recommend {
        margin: 0;
        color: #111;
        font-size: 11px;
        font-weight: 500;
        line-height: 1.65;
        text-align: left;
        word-break: break-word;
    }

    .dr-import-comparison__recommend--main {
        color: #fff;
        font-weight: 700;
    }
}

@media (max-width: 1150px) {
    .dr-import-basic-price {
        padding: 50px 0;
    }

    .dr-import-basic-price__inner {
        width: 100%;
        padding: 0 20px;
    }

    .dr-import-basic-price__title {
        margin: 0;
        color: #111;
        font-size: 22px;
        font-weight: 900;
        line-height: 1.35;
        letter-spacing: 0;
        text-align: center;
    }

    .dr-import-basic-price__grid {
        display: flex;
        flex-direction: column;
        gap: 22px;
        margin-top: 32px;
    }

    .dr-import-basic-price__card {
        padding: 26px 18px 28px;
        border-radius: 28px;
        background: #f7f7f7;
    }

    .dr-import-basic-price__card-head {
        width: 236px;
        max-width: 100%;
        margin: 0 auto;
        padding: 12px 12px 10px;
        text-align: center;
    }

    .dr-import-basic-price__card-title {
        margin: 0;
        color: #111;
        font-size: 20px;
        font-weight: 700;
        line-height: 1.15;
        letter-spacing: 0;
    }

    .dr-import-basic-price__card-weight {
        margin: 2px 0 0;
        color: #111;
        font-size: 12px;
        font-weight: 500;
        line-height: 1.2;
        letter-spacing: 0;
    }

    .dr-import-basic-price__card-body {
        display: grid;
        grid-template-columns: 124px 1fr;
        align-items: end;
        column-gap: 10px;
        margin-top: 18px;
    }

    .dr-import-basic-price__vehicle {
        text-align: center;
        max-width: 135px;
    }

    .dr-import-basic-price__vehicle-photo {
        display: block;
        width: 108px;
        height: auto;
        margin: 0 auto;
    }

    .dr-import-basic-price__vehicle-photo--small {
        width: 96px;
        margin-top: 16px;
    }

    .dr-import-basic-price__vehicle-photo--medium {
        width: 105px;
        margin-top: 16px;
    }

    .dr-import-basic-price__vehicle-photo--large {
        width: 111px;
        margin-top: 16px;
    }

    .dr-import-basic-price__vehicle-photo--xlarge {
        width: 114px;
        margin-top: 16px;
    }

    .dr-import-basic-price__vehicle-examples {
        margin: 30px 0 0;
        color: #111;
        font-size: 11px;
        font-weight: 500;
        line-height: 1.35;
        letter-spacing: 0;
        white-space: nowrap;
    }

    .dr-import-basic-price__price-block {
        min-width: 0;
        padding-top: 2px;
    }

    .dr-import-basic-price__row+.dr-import-basic-price__row {
        margin-top: 10px;
    }

    .dr-import-basic-price__row {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        gap: 10px;
    }

    .dr-import-basic-price__label {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: 26px;
        background: #000;
        color: #fff;
        font-size: 12px;
        font-weight: 700;
        line-height: 1;
        letter-spacing: 0;
        text-align: center;
    }

    .dr-import-basic-price__value {
        display: inline-flex;
        align-items: baseline;
        color: #6d6d6d;
        font-weight: 700;
        line-height: 1;
        white-space: nowrap;
    }

    .dr-import-basic-price__value-number {
        font-size: 16px;
        font-weight: 700;
        line-height: 1;
        letter-spacing: 0;
    }

    .dr-import-basic-price__value-unit {
        margin-left: 2px;
        font-size: 12px;
        font-weight: 700;
        line-height: 1;
    }

    .dr-import-basic-price__total-label {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: 28px;
        margin-top: 14px;
        background: #000;
        color: #fff;
        font-size: 12px;
        font-weight: 700;
        line-height: 1;
        letter-spacing: 0;
        text-align: center;
    }

    .dr-import-basic-price__total {
        display: flex;
        align-items: baseline;
        justify-content: center;
        margin: 8px 0 0;
        color: #dc0000;
        line-height: 1;
        white-space: nowrap;
        width: 100%;
    }

    .dr-import-basic-price__total-number {
        font-size: 28px;
        font-weight: 900;
        line-height: 1;
        letter-spacing: 0;
    }

    .dr-import-basic-price__total-unit {
        margin-left: 2px;
        color: #555;
        font-size: 14px;
        font-weight: 700;
        line-height: 1;
    }

    .dr-import-basic-price__note {
        margin: 12px 0 0;
        color: #111;
        font-size: 11px;
        font-weight: 500;
        line-height: 1.4;
        text-align: right;
        width: 100%;
    }
}

@media (max-width: 1150px) {
    .dr-import-voices {
        padding: 14px 0 14px;
    }

    .dr-import-voices__inner {
        width: 100%;
        padding: 0 16px;
    }

    .dr-import-voices__title {
        margin: 0;
        color: #111;
        font-size: 20px;
        font-weight: 700;
        line-height: 1.35;
        letter-spacing: 0;
        text-align: center;
    }

    .dr-import-voices__grid {
        display: flex;
        flex-direction: column;
        gap: 30px;
        margin-top: 34px;
    }

    .dr-import-voices__card {
        padding: 35px;
        border: 3px solid #4f4b4b;
    }

    .dr-import-voices__profile {
        display: flex;
        align-items: flex-start;
        gap: 12px;
    }

    .dr-import-voices__avatar {
        width: 78px;
        margin: 0;
    }

    .dr-import-voices__avatar-image {
        display: block;
        width: 100%;
    }

    .dr-import-voices__profile-text {
        flex: 1 1 auto;
        min-width: 0;
        padding-top: 0px;
    }

    .dr-import-voices__name {
        margin: 0;
        font-size: 16px;
        font-weight: 700;
        line-height: 1.3;
        letter-spacing: 0;
    }

    .dr-import-voices__meta {
        margin: 8px 0 0;
        font-size: 14px;
        font-weight: 700;
        line-height: 1.35;
        letter-spacing: 0;
    }

    .dr-import-voices__meta+.dr-import-voices__meta {
        margin-top: 6px;
    }

    .dr-import-voices__comment {
        margin: 28px 10px 0;
        font-size: 16px;
        font-weight: 700;
        line-height: 1.45;
        letter-spacing: 0;
        text-align: left;
    }

    .dr-import-voices__comment--single {
        margin-top: 30px;
    }

    .dr-import-voices__divider {
        height: 4px;
        background: #111;
        border-radius: 999px;
        width: 100%;
    }

    .dr-import-voices__compare {
        position: relative;
        margin-top: 20px;
        min-height: 122px;
    }

    .dr-import-voices__bars {
        width: 100%;
    }

    .dr-import-voices__bar-group+.dr-import-voices__bar-group {
        margin-top: 10px;
    }

    .dr-import-voices__bar-group--accent {
        margin-top: 8px;
    }

    .dr-import-voices__bar-label {
        margin: 0 0 6px;
        font-size: 14px;
        font-weight: 700;
        line-height: 1.2;
        letter-spacing: 0;
    }

    .dr-import-voices__bar {
        display: flex;
        align-items: center;
        height: 28px;
        padding: 0 16px;
        color: #fff;
    }

    .dr-import-voices__bar--dealer {
        width: 176px;
        background: #4a4444;
    }

    .dr-import-voices__bar--main {
        width: 110px;
        background: #e10000;
    }

    .dr-import-voices__bar-value {
        display: block;
        color: #fff;
        font-size: 12px;
        font-weight: 700;
        line-height: 1;
        letter-spacing: 0;
        white-space: nowrap;
        padding: 0;
    }

    .dr-import-voices__saving-badge {
        position: absolute;
        right: 0px;
        bottom: -2px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        width: 112px;
        height: 112px;
        border-radius: 50%;
        color: #fff;
        text-align: center;
    }

    .dr-import-voices__saving-line {
        display: block;
        color: #fff;
        font-weight: 900;
        line-height: 1.15;
        letter-spacing: 0;
    }

    .dr-import-voices__saving-line:first-child {
        font-size: 16px;
    }

    .dr-import-voices__saving-line:last-child {
        margin-top: 2px;
        font-size: 16px;
    }

    .dr-import-voices__note {
        margin: 10px 2px 0 0;
        color: #111;
        font-size: 11px;
        font-weight: 500;
        line-height: 1.4;
        text-align: right;
    }
}

@media (max-width: 1150px) {
    .dr-import-store-info {
        padding: 50px 0 0;
    }

    .dr-import-store-info__inner {
        width: 100%;
        padding: 0 18px;
        max-width: none;
        margin: 0 auto;
    }

    .dr-import-store-info__title {
        margin: 0;
        color: #111;
        font-size: 28px;
        font-weight: 600;
        line-height: 1.35;
        letter-spacing: 0;
        text-align: center;
    }

    .dr-import-store-info__table-wrap {
        margin-top: 28px;
        width: 100%;
    }

    .dr-import-store-info__table {
        width: 100%;
        table-layout: fixed;
        border-collapse: collapse;
        background: transparent;
        display: table !important;
        border-spacing: 0;
    }

    .dr-import-store-info__col--label {
        width: 90px;
    }

    .dr-import-store-info__col--value {
        width: auto;
    }

    .dr-import-store-info__label,
    .dr-import-store-info__value {
        border: 1px solid #222;
        padding: 18px 10px;
        color: #111;
        vertical-align: middle;
        background: transparent;
        display: table-cell !important;
    }

    .dr-import-store-info__label {
        font-size: 15px;
        font-weight: 700;
        line-height: 1.35;
        text-align: center;
        white-space: nowrap;
        width: 90px;
        color: #111;
        background: #f7f7f7;
    }

    .dr-import-store-info__value {
        font-size: 13px;
        font-weight: 500;
        line-height: 1.6;
        text-align: left;
        word-break: break-word;
        color: #111;
        padding-left: 10px;
        overflow-wrap: break-word;
        background: #fff;
    }
}

@media (max-width: 1150px) {
    .dr-import-access-map {
        padding: 50px 0;
    }

    .dr-import-access-map__inner {
        width: 100%;
        padding: 0 18px;
    }

    .dr-import-access-map__title {
        margin: 0;
        color: #111;
        font-size: 20px;
        font-weight: 700;
        line-height: 1.35;
        letter-spacing: 0;
        text-align: center;
    }

    .dr-import-access-map__lead-box {
        margin-top: 30px;
        padding: 0;
        background: #f3f3f3;
        color: #111;
        font-size: 13px;
        font-weight: 500;
        line-height: 1.5;
        text-align: center;
        min-height: 60px;
    }

    .dr-import-access-map__map-wrap {
        width: 100%;
        margin-top: 30px;
        aspect-ratio: 4 / 3;
        overflow: hidden;
        background: #ddd;
    }

    .dr-import-access-map__map-wrap iframe {
        display: block;
        width: 100%;
        height: 100%;
        border: 0;
    }

    .dr-import-access-map__button-row {
        display: flex;
        flex-direction: column;
        gap: 22px;
        margin-top: 30px;
    }

    .dr-import-access-map__button {
        display: flex;
        align-items: center;
        justify-content: center;
        min-height: 60px;
        padding: 14px 18px;
        border: 2px solid #666;
        border-radius: 9px;
        background: transparent;
        color: #111;
        font-size: 14px;
        font-weight: 500;
        line-height: 1.4;
        text-align: center;
        text-decoration: none;
    }

    .dr-import-access-map__bottom-text {
        margin: 30px 0 0;
        color: #111;
        font-size: 20px;
        font-weight: 700;
        line-height: 1.65;
        letter-spacing: 0;
        text-align: center;
        padding: 0 50px;
        width: 100%;
    }
}

@media (max-width: 1150px) {
    .dr-import-payment {
        background: #F7F7F7;
        padding: 30px 0;
    }

    .dr-import-payment__inner {
        width: 100%;
        padding: 0 19px;
    }

    .dr-import-payment__title {
        margin: 0;
        color: #111;
        font-size: 20px;
        font-weight: 700;
        line-height: 1.4;
        letter-spacing: 0;
        text-align: center;
    }

    .dr-import-payment__box {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 24px;
        padding: 50px 20px 20px;
        border: 3px solid #cc0000;
        border-radius: 40px;
        background: #fff;
    }

    .dr-import-payment__brands {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 0;
        width: 100%;
        margin: 0;
        padding: 0;
        list-style: none;
    }

    .dr-import-payment__brand {
        margin: 0;
        padding: 0;
    }

    .dr-import-payment__brand--cards {
        width: 100%;
        max-width: 291px;
    }

    .dr-import-payment__brand--paypay {
        width: 100%;
        max-width: 180px;
    }

    .dr-import-payment__brand-image {
        display: block;
        width: 100%;
        height: auto;
    }

    .dr-import-payment__brand-image--cards {
        width: 100%;
    }

    .dr-import-payment__brand-image--paypay {
        width: 100%;
    }

    .dr-import-payment__note {
        margin: 10px auto 0;
        color: #111;
        font-size: 16px;
        font-weight: 700;
        line-height: 1.45;
        letter-spacing: 0;
        text-align: center;
    }

    .dr-import-payment__message {
        margin: 30px 0 0;
        color: #111;
        font-size: 28px;
        font-weight: 700;
        line-height: 1.5;
        letter-spacing: 0;
        text-align: center;
    }

    .dr-import-payment__message-accent {
        display: block;
        color: #df0000;
        font-size: 28px;
        font-weight: 900;
        line-height: 1.35;
    }
}

@media (max-width: 1150px) {
    .dr-import-faq {
        padding: 50px 0;
    }

    .dr-import-faq__inner {
        width: 100%;
        padding: 0 20px;
    }

    .dr-import-faq__title {
        margin: 0;
        color: #111;
        font-size: 20px;
        font-weight: 600;
        line-height: 1.35;
        letter-spacing: 0;
        text-align: center;
    }

    .dr-import-faq__list {
        margin-top: 32px;
    }

    .dr-import-faq__item {
        overflow: hidden;
        border-radius: 10px;
        background: #f2f2f2;
    }

    .dr-import-faq__item+.dr-import-faq__item {
        margin-top: 0;
    }

    .dr-import-faq__question-button {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        min-height: 88px;
        padding: 18px 16px 18px 20px;
        border: 0;
        background: transparent;
        color: #111;
        text-align: left;
        appearance: none;
        -webkit-appearance: none;
        cursor: pointer;
    }

    .dr-import-faq__heading {
        display: flex;
        align-items: center;
        gap: 10px;
        min-width: 0;
        flex: 1 1 auto;
    }

    .dr-import-faq__prefix {
        flex: 0 0 auto;
        color: #111;
        font-size: 16px;
        font-weight: 900;
        line-height: 1.2;
    }

    .dr-import-faq__prefix--answer {
        padding-top: 2px;
    }

    .dr-import-faq__question-text {
        min-width: 0;
        color: #111;
        font-size: 16px;
        font-weight: 500;
        line-height: 1.55;
        letter-spacing: 0;
    }

    .dr-import-faq__toggle {
        position: relative;
        flex: 0 0 auto;
        width: 24px;
        height: 24px;
        margin-left: 12px;
    }

    .dr-import-faq__toggle::before,
    .dr-import-faq__toggle::after {
        content: "";
        position: absolute;
        top: 50%;
        left: 50%;
        background: #111;
        border-radius: 999px;
        transform: translate(-50%, -50%);
    }

    .dr-import-faq__toggle::before {
        width: 22px;
        height: 4px;
    }

    .dr-import-faq__toggle::after {
        width: 4px;
        height: 22px;
        opacity: 0;
    }

    .dr-import-faq__item:not(.is-open) .dr-import-faq__toggle::after,
    .dr-import-faq__question-button[aria-expanded="false"] .dr-import-faq__toggle::after {
        opacity: 1;
    }

    .dr-import-faq__content {
        overflow: hidden;
        background: #f2f2f2;
    }

    .dr-import-faq__divider {
        height: 1px;
        background: #111;
    }

    .dr-import-faq__answer-row {
        display: flex;
        align-items: flex-start;
        gap: 12px;
        padding: 18px 18px 22px 20px;
    }

    .dr-import-faq__answer-body {
        flex: 1 1 auto;
        min-width: 0;
    }

    .dr-import-faq__answer-text {
        margin: 0;
        color: #111;
        font-size: 14px;
        font-weight: 500;
        line-height: 1.55;
        letter-spacing: 0;
        word-break: break-word;
    }
}

@media (max-width: 1150px) {
    .dr-import-footer {
        background: #000;
        color: #fff;
    }

    .dr-import-footer__inner {
        min-height: 504px;
        padding: 32px 20px 18px;
    }

    .dr-import-footer__top {
        text-align: center;
        display: block;
        width: 100%;
    }

    .dr-import-footer__brand-area {
        text-align: center;
    }

    .dr-import-footer__brand {
        display: inline-block;
        text-decoration: none;
    }

    .dr-import-footer__brand-image {
        display: block;
        width: 223px;
        max-width: 100%;
        height: auto;
        margin: 0 auto;
    }

    .dr-import-footer__tagline {
        margin: 12px 0 0;
        color: #fff;
        font-size: 14px;
        font-weight: 700;
        line-height: 1.4;
        text-align: center;
    }

    .dr-import-footer__shop {
        margin-top: 26px;
        text-align: center;
    }

    .dr-import-footer__shop-badge {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        min-width: 82px;
        height: 40px;
        padding: 0 18px;
        border-radius: 8px;
        background: #cc0000;
        color: #fff;
        font-size: 17px;
        font-weight: 700;
        line-height: 1;
        white-space: nowrap;
        margin: auto;
    }

    .dr-import-footer__shop-hours {
        margin: 15px auto 0;
        color: #fff;
        font-size: 14px;
        font-weight: 400;
        line-height: 1.5;
        text-align: center;
    }

    .dr-import-footer__nav {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 25px;
        margin-top: 90px;
    }

    .dr-import-footer__link {
        color: #fff;
        font-size: 16px;
        font-weight: 700;
        line-height: 1.4;
        text-align: center;
        text-decoration: none;
    }

    .dr-import-footer__copyright {
        margin: 100px 0 0;
        color: #fff;
        font-size: 10px;
        font-weight: 700;
        line-height: 1.4;
        text-align: center;
    }
}

@media (max-width: 1150px) {
    .dr-import-flow {
        display: block;
        background: #fff;
        padding: 22px 0 34px;
        overflow: hidden;
    }

    .dr-import-flow__inner {
        width: 100%;
        max-width: none;
        margin: 0 auto;
        padding: 0 24px;
    }

    .dr-import-flow__title {
        margin: 0;
        color: #111;
        font-size: 20px;
        font-weight: 700;
        line-height: 1.35;
        letter-spacing: 0;
        text-align: center;
    }

    .dr-import-flow__steps {
        display: block !important;
        margin-top: 58px;
    }

    .dr-import-flow__step {
        display: block !important;
        width: 100% !important;
        max-width: none !important;
        margin: 0 !important;
        text-align: center;
        flex: none !important;
    }

    .dr-import-flow__number {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 42px;
        height: 42px;
        margin: 0 auto;
        border-radius: 50%;
        background: #df0000;
        color: #fff;
        font-size: 21px;
        font-weight: 900;
        line-height: 1;
    }

    .dr-import-flow__step-title {
        margin: 18px 0 0;
        color: #111;
        font-size: 20px;
        font-weight: 900;
        line-height: 1.25;
        letter-spacing: 0;
        text-align: center;
    }

    .dr-import-flow__figure {
        margin: 18px 0 0;
    }

    .dr-import-flow__figure-box {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 210px;
        height: 128px;
        margin: 0 auto;
        border: 1.5px solid #7d7d7d;
        border-radius: 18px;
        background: #fff;
        overflow: hidden;
    }

    .dr-import-flow__image {
        display: block;
        max-width: 100%;
        height: auto;
    }

    .dr-import-flow__image--step1 {
        width: 140px;
    }

    .dr-import-flow__image--step2 {
        width: 164px;
    }

    .dr-import-flow__image--step3 {
        width: 142px;
    }

    .dr-import-flow__description {
        width: 240px;
        max-width: 100%;
        margin: 18px auto 0;
        color: #111;
        font-size: 15px;
        font-weight: 500;
        line-height: 1.45;
        letter-spacing: 0;
        text-align: left;
    }

    .dr-import-flow__arrow {
        display: block !important;
        width: 0 !important;
        height: 0 !important;
        margin: 23px auto !important;
        border-left: 19px solid transparent;
        border-right: 19px solid transparent;
        border-top: 21px solid #df0000;
        border-bottom: 0;
        flex: none !important;
        align-self: auto !important;
    }
}

@media (max-width: 1150px) {
    .dr-import-store-info__table colgroup {
        display: table-column-group !important;
    }

    .dr-import-store-info__col {
        display: table-column !important;
    }

    .dr-import-store-info__table tbody {
        display: table-row-group !important;
    }

    .dr-import-store-info__row {
        display: table-row !important;
    }
}

/* =========================
   Estimate Form Page
========================= */
.dr-import-estimate-page {
    background: #f3f3f3;
    padding: 98px 20px 96px;
}

.dr-import-estimate-page__inner {
    width: 100%;
    max-width: 972px;
    margin: 0 auto;
}

.dr-import-estimate-page__heading {
    margin-bottom: 58px;
    text-align: center;
}

.dr-import-estimate-page__title {
    margin: 0;
    color: #000;
    font-size: 36px;
    line-height: 1.35;
    font-weight: 700;
    letter-spacing: 0.02em;
}

.dr-import-estimate-page__title-line {
    display: block;
    width: 64px;
    height: 5px;
    margin: 14px auto 0;
    border-radius: 999px;
    background: #173a6f;
}

.dr-import-estimate-form {
    width: 100%;
}

.dr-import-estimate-form__field+.dr-import-estimate-form__field {
    margin-top: 16px;
}

.dr-import-estimate-form__label-row {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 6px;
    margin: 0 0 7px 4px;
}

.dr-import-estimate-form__label-row--tel {
    gap: 6px;
}

.dr-import-estimate-form__badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 46px;
    height: 20px;
    padding: 0 8px;
    border-radius: 5px;
    background: #fff;
    font-size: 11px;
    line-height: 1;
    font-weight: 500;
    letter-spacing: 0.02em;
    white-space: nowrap;
}

.dr-import-estimate-form__badge--optional {
    border: 1px solid #333;
    color: #333;
}

.dr-import-estimate-form__badge--required {
    border: 1px solid #ff4c4c;
    color: #ff4c4c;
}

.dr-import-estimate-form__label {
    color: #222;
    font-size: 16px;
    line-height: 1.4;
    font-weight: 500;
}

.dr-import-estimate-form__assist {
    margin: 0;
    color: #222;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 500;
}

.dr-import-estimate-form__control {
    display: block;
    width: 100%;
    height: 60px;
    padding: 0 18px;
    border: 1px solid #7a7a7a;
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.14);
    font-family: inherit;
    color: #222;
    font-size: 14px;
    line-height: 1.5;
    font-weight: 300;
    outline: none;
    appearance: none;
}

.dr-import-estimate-form__control:focus {
    border-color: #555;
}

.dr-import-estimate-form__control::placeholder {
    color: #6d6d6d;
    opacity: 1;
}

.dr-import-estimate-form__control--textarea {
    height: 218px;
    min-height: 218px;
    padding: 18px;
    resize: vertical;
}

.dr-import-estimate-form__privacy {
    display: flex;
    justify-content: center;
    margin-top: 36px;
}

.dr-import-estimate-form__privacy-label {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    cursor: pointer;
}

.dr-import-estimate-form__privacy-checkbox {
    width: 20px;
    height: 20px;
    margin: 0;
    accent-color: #111;
    cursor: pointer;
}

.dr-import-estimate-form__privacy-text {
    color: #222;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 500;
}

.dr-import-estimate-form__privacy-link {
    color: #222;
    text-decoration: underline;
    text-underline-offset: 2px;
}

.dr-import-estimate-form__submit-wrap {
    display: flex;
    justify-content: center;
    margin-top: 26px;
    align-items: center;
}

.dr-import-estimate-form__submit {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 448px;
    max-width: 100%;
    min-height: 84px;
    border: 0;
    border-radius: 18px;
    background: #cc0000;
    color: #fff;
    font-family: inherit;
    cursor: pointer;
    text-decoration: none;
    appearance: none;
    gap: 15px;
}

.dr-import-estimate-form__submit:hover {
    opacity: 0.96;
}

.dr-import-estimate-form__submit-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 68px;
    height: 38px;
    border-radius: 12px;
    background: #fff;
    color: #222;
    font-size: 16px;
    line-height: 1;
    font-weight: 400;
}

.dr-import-estimate-form__submit-text {
    display: inline-block;
    color: #fff;
    font-size: 24px;
    line-height: 1.2;
    font-weight: 700;
    letter-spacing: 0.02em;
    text-align: center;
}


.dr-shaken-hero-kv {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.dr-shaken-hero-kv__media {
    position: relative;
    width: 100%;
    height: 653px;
    overflow: hidden;
}

.dr-shaken-hero-kv__image {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% 50%;
    transform: scale(1.001);
}

.dr-shaken-hero-kv__overlay {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(180deg,
            rgba(0, 0, 0, 0.10) 0%,
            rgba(0, 0, 0, 0.16) 42%,
            rgba(0, 0, 0, 0.24) 100%);
}

.dr-shaken-hero-kv__content {
    /* position: absolute;
    inset: 0;
    z-index: 1; */

    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    width: 100%;
    gap: 10px;
    padding-left: 7%;
}

.dr-shaken-hero-kv__title {
    position: absolute;
    top: 16.9%;
    left: 50%;
    transform: translateX(-50%);
    margin: 0;
    text-align: center;
    white-space: nowrap;
}

.dr-shaken-hero-kv__title-line {
    display: block;
    color: #ffffff;
    font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", sans-serif;
    font-size: 80px;
    line-height: 1.12;
    font-weight: 700;
    letter-spacing: 0;
    text-shadow:
        0 4px 0 rgba(0, 0, 0, 0.16),
        0 4px 12px rgba(0, 0, 0, 0.55);
}

.dr-shaken-hero-kv__title-line+.dr-shaken-hero-kv__title-line {
    margin-top: 24px;
}

.dr-shaken-hero-kv__price-list {
    position: absolute;
    left: 50%;
    bottom: 12.5%;
    transform: translateX(-50%);
    display: flex;
    align-items: flex-start;
    gap: 100px;
}

.dr-shaken-hero-kv__price-card {
    width: 400px;
    min-height: 200px;
    padding: 24px 28px 24px;
    border-radius: 23px;
    background: rgba(255, 255, 255, 0.76);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    box-shadow: 0 10px 26px rgba(0, 0, 0, 0.08);
}

.dr-shaken-hero-kv__price-card--domestic {
    border: 3px solid #cc0000;
    color: #cc0000;
}

.dr-shaken-hero-kv__price-card--import {
    border: 3px solid #204671;
    color: #204671;
}

.dr-shaken-hero-kv__price-category {
    margin: 0;
    text-align: center;
    font-size: 25px;
    line-height: 1;
    font-weight: 700;
    letter-spacing: 0;
}

.dr-shaken-hero-kv__price-body {
    display: grid;
    grid-template-columns: 52px 1fr;
    column-gap: 0;
    align-items: center;
    margin-top: 0;
}

.dr-shaken-hero-kv__price-side {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 132px;
}

.dr-shaken-hero-kv__price-side-text {
    display: inline-block;
    color: #111111;
    writing-mode: vertical-rl;
    text-orientation: upright;
    font-size: 16px;
    line-height: 1;
    font-weight: 700;
    letter-spacing: 0.03em;
}

.dr-shaken-hero-kv__price-main {
    min-width: 0;
}

.dr-shaken-hero-kv__price-row {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    position: relative;
}

.dr-shaken-hero-kv__price-amount {
    display: flex;
    align-items: flex-end;
    margin: 0;
    line-height: 1;
}

.dr-shaken-hero-kv__price-number {
    font-size: 64px;
    line-height: 0.95;
    font-weight: 700;
    letter-spacing: -0.02em;
}

.dr-shaken-hero-kv__price-unit {
    margin-left: 4px;
    font-size: 32px;
    line-height: 1;
    font-weight: 700;
}

.dr-shaken-hero-kv__price-tax {
    margin: 0;
    padding-top: 16px;
    font-size: 14px;
    line-height: 1;
    font-weight: 400;
    white-space: nowrap;
    color: #000;
    position: absolute;
    top: 0;
    right: 0;
}

.dr-shaken-hero-kv__price-note {
    margin: 12px 0 0;
    font-size: 20px;
    line-height: 1.2;
    font-weight: 700;
    letter-spacing: 0;
}

.dr-shaken-hero-kv__price-card--domestic .dr-shaken-hero-kv__price-category,
.dr-shaken-hero-kv__price-card--domestic .dr-shaken-hero-kv__price-amount,
.dr-shaken-hero-kv__price-card--domestic .dr-shaken-hero-kv__price-note {
    color: #cc0000;
}

.dr-shaken-hero-kv__price-card--import .dr-shaken-hero-kv__price-category,
.dr-shaken-hero-kv__price-card--import .dr-shaken-hero-kv__price-amount,
.dr-shaken-hero-kv__price-card--import .dr-shaken-hero-kv__price-note {
    color: #002B5C;
}

@media (max-width: 900px) {
    .dr-shaken-hero-kv__media {
        height: 441px;
    }

    .dr-shaken-hero-kv__image {
        object-position: 100% 50%;
    }

    .dr-shaken-hero-kv__overlay {
        background:
            linear-gradient(180deg,
                rgba(0, 0, 0, 0.10) 0%,
                rgba(0, 0, 0, 0.18) 52%,
                rgba(0, 0, 0, 0.28) 100%);
    }

    .dr-shaken-hero-kv__title {
        /* top: 30px;
        left: 20px;
        transform: none;
        text-align: left;
        white-space: normal; */

        transform: none;
        text-align: left;
        white-space: normal;
        position: sticky;
    }

    .dr-shaken-hero-kv__title-line {
        font-size: 30px;
        line-height: 1.08;
        font-weight: 700;
        text-shadow:
            0 3px 0 rgba(0, 0, 0, 0.14),
            0 3px 10px rgba(0, 0, 0, 0.50);
    }

    .dr-shaken-hero-kv__title-line+.dr-shaken-hero-kv__title-line {
        margin-top: 4px;
    }

    .dr-shaken-hero-kv__price-list {
        /* left: 20px;
        right: auto;
        bottom: 18px;
        transform: none;
        flex-direction: column;
        gap: 14px; */

        transform: none;
        flex-direction: column;
        gap: 10px;
        position: unset;
    }

    .dr-shaken-hero-kv__price-card {
        width: 231px;
        min-height: 90px;
        padding: 10px 12px 10px;
        border-radius: 11px;
        backdrop-filter: blur(2px);
        -webkit-backdrop-filter: blur(2px);
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    }

    .dr-shaken-hero-kv__price-card--domestic,
    .dr-shaken-hero-kv__price-card--import {
        border-width: 3px;
    }

    .dr-shaken-hero-kv__price-category {
        font-size: 12px;
        font-weight: 700;
    }

    .dr-shaken-hero-kv__price-body {
        grid-template-columns: 25px 1fr;
        column-gap: 9px;
        margin-top: 6px;
    }

    .dr-shaken-hero-kv__price-side {
        min-height: 52px;
    }

    .dr-shaken-hero-kv__price-side-text {
        font-size: 11px;
        letter-spacing: 0.02em;
    }

    .dr-shaken-hero-kv__price-row {
        gap: 6px;
        align-items: flex-start;
    }

    .dr-shaken-hero-kv__price-number {
        font-size: 25px;
        line-height: 0.98;
        font-weight: 600;
    }

    .dr-shaken-hero-kv__price-unit {
        margin-left: 2px;
        font-size: 16px;
        line-height: 1;
    }

    .dr-shaken-hero-kv__price-tax {
        padding-top: 7px;
        font-size: 11px;
    }

    .dr-shaken-hero-kv__price-note {
        margin-top: 6px;
        font-size: 12px;
        line-height: 1.15;
        font-weight: 800;
    }
}

.dr-import-comparison__note {
    margin: 15px 0 0;
    text-align: center;
    font-size: 14px;
    line-height: 1.4;
}

.dr-import-comparison__label-sub {
    display: block;
    font-size: 0.72em;
    line-height: 1.2;
}



.dr-import-basic-price__section-head {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    margin-bottom: 34px;
}

.dr-import-basic-price__category-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 150px;
    height: 28px;
    padding: 0 18px;
    border-radius: 999px;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
}

.dr-import-basic-price__category-badge--import {
    background: #0f4685;
}

.dr-import-basic-price__section-title {
    margin: 0;
    color: #111;
    font-size: 28px;
    font-weight: 700;
    line-height: 1.2;
}

.dr-import-basic-price__section-head {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    margin-bottom: 34px;
}

.dr-import-basic-price__category-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 204px;
    height: 38px;
    padding: 0 18px;
    border-radius: 999px;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    line-height: 1;
}

.dr-import-basic-price__category-badge--domestic {
    background: #cc0000;
}

.dr-import-basic-price__section-title {
    margin: 0;
    color: #111;
    font-size: 28px;
    font-weight: 500;
    line-height: 1.2;
}

.dr-import-basic-price__inner .dr-import-basic-price__section:nth-of-type(2) {
    margin-top: 72px;
}

.dr-import-header__brand-logo {
    display: block;
    width: 232px;
    height: 58px;
    background: #fff;
    -webkit-mask: url("/app/img/lp/dr-import-logo-placeholder.svg") no-repeat center / contain;
    mask: url("/app/img/lp/dr-import-logo-placeholder.svg") no-repeat center / contain;
}


@media (max-width: 767px) {
    .dr-import-basic-price__section-head {
        gap: 10px;
        margin-bottom: 0;
        flex-direction: column;
    }

    .dr-import-basic-price__category-badge {
        min-width: 124px;
        height: 38px;
        padding: 0 14px;
        font-size: 15px;
    }

    .dr-import-basic-price__section-title {
        font-size: 20px;
    }

    .dr-import-header__brand-logo {
        width: 118px;
        height: 29px;
    }
}

@media (max-width: 1150px) {
    .dr-import-estimate-page {
        padding: 56px 16px 64px;
    }

    .dr-import-estimate-page__heading {
        margin-bottom: 36px;
    }

    .dr-import-estimate-page__title {
        font-size: 20px;
        line-height: 1.45;
    }

    .dr-import-estimate-page__title-line {
        margin-top: 12px;
    }

    .dr-import-estimate-form__field+.dr-import-estimate-form__field {
        margin-top: 18px;
    }

    .dr-import-estimate-form__label-row {
        margin-left: 2px;
    }

    .dr-import-estimate-form__assist {
        font-size: 11px;
    }

    .dr-import-estimate-form__control {
        height: 62px;
        padding: 0 16px;
        font-size: 15px;
        border-radius: 16px;
    }

    .dr-import-estimate-form__control--textarea {
        height: 180px;
        min-height: 180px;
        padding: 16px;
    }

    .dr-import-estimate-form__privacy {
        margin-top: 30px;
    }

    .dr-import-estimate-form__privacy-label {
        align-items: flex-start;
    }

    .dr-import-estimate-form__privacy-text {
        font-size: 14px;
        text-align: center;
    }

    .dr-import-estimate-form__submit-wrap {
        margin-top: 22px;
    }

    .dr-import-estimate-form__submit {
        min-height: 74px;
        border-radius: 16px;
    }

    .dr-import-estimate-form__submit-badge {
        left: 24px;
        width: 58px;
        height: 34px;
        font-size: 14px;
    }

    .dr-import-estimate-form__submit-text {
        font-size: 16px;
    }
}

.grecaptcha-badge {
    display: none !important;
}



.dr-import-thanks {
    background: #fff;
    padding: 78px 20px 91px;
}

.dr-import-thanks__inner {
    max-width: 1040px;
    margin: 0 auto;
}

.dr-import-thanks__title {
    margin: 0;
    text-align: center;
    font-weight: 700;
    color: #000;
}

.dr-import-thanks__title-line {
    display: block;
    font-size: 36px;
    line-height: 1.45;
    letter-spacing: 0;
}

.dr-import-thanks__title-line+.dr-import-thanks__title-line {
    margin-top: 18px;
}

.dr-import-thanks__box {
    margin-top: 53px;
    background: #f7f7f7;
    padding: 58px 90px 56px;
    box-sizing: border-box;
}

.dr-import-thanks__text,
.dr-import-thanks__note,
.dr-import-thanks__list-item {
    margin: 0;
    font-size: 20px;
    line-height: 1.95;
    font-weight: 400;
    color: #111;
    letter-spacing: 0;
}

.dr-import-thanks__list {
    margin: 36px 0 0;
    padding-left: 1.35em;
}

.dr-import-thanks__list-item+.dr-import-thanks__list-item {
    margin-top: 2px;
}

.dr-import-thanks__note {
    margin-top: 2px;
}

@media (max-width: 1150px) {
    .dr-import-thanks {
        padding: 48px 18px 96px;
    }

    .dr-import-thanks__inner {
        max-width: none;
    }

    .dr-import-thanks__title-line {
        font-size: 20px;
        line-height: 1.45;
    }

    .dr-import-thanks__title-line+.dr-import-thanks__title-line {
        margin-top: 8px;
    }

    .dr-import-thanks__box {
        margin-top: 34px;
        padding: 30px 30px 28px;
    }

    .dr-import-thanks__text,
    .dr-import-thanks__note,
    .dr-import-thanks__list-item {
        font-size: 14px;
        line-height: 1.85;
    }

    .dr-import-thanks__text {
        word-break: keep-all;
        overflow-wrap: break-word;
    }

    .dr-import-thanks__list {
        margin-top: 24px;
        padding-left: 1.2em;
    }

    .dr-import-thanks__list-item+.dr-import-thanks__list-item {
        margin-top: 0;
    }

    .dr-import-thanks__note {
        margin-top: 0;
    }
}

@media (max-width: 1150px) {

    .dr-import-header__inner,
    .dr-import-quick-estimate__inner,
    .dr-import-comparison__inner,
    .dr-import-flow__inner,
    .dr-import-store-info__inner,
    .dr-import-access-map__inner,
    .dr-import-payment__inner,
    .dr-import-faq__inner,
    .dr-import-footer__inner,
    .dr-import-estimate-page__inner,
    .dr-import-thanks__inner,
    .dr-import-support__worries-area,
    .dr-import-hero-offer__form-wrap,
    .dr-import-support__maker-box {
        width: 100%;
        max-width: 768px;
        margin: auto;
    }

    .dr-import-hero-offer__form-wrap {
        margin: 0px auto 0;
        top: -30px;
    }


    /* .dr-import-hero-offer__inner {
        width: 100%;
        max-width: 768px;
        margin: auto;
        left: 0;
        right: 0;
        padding: 0 20px;
    } */


    .dr-import-hero-offer__benefit-center,
    .dr-import-basic-price__inner,
    .dr-import-voices__inner,
    .dr-import-hero-offer__benefit-disclaimer,
    .dr-import-support__promise-inner {
        max-width: 500px;
        margin: auto;

    }

    .dr-import-hero-offer__benefit-disclaimer {
        margin: 30px auto 0;
    }

    .dr-import-hero-offer__inner {
        top: 50%;
        transform: translateY(-50%);
        position: absolute;
        padding: 0 20px;
    }

    .dr-import-hero-offer__copy-line--primary {
        font-size: 4vw;
    }

    .dr-import-hero-offer__copy-line--secondary {
        font-size: 4vw;
    }
}

@media (max-width: 767px) {
    .dr-import-hero-offer__inner {
        display: block;
        width: 100%;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        height: auto;
        left: 20px;
    }

    .dr-import-hero-offer__copy {
        margin: 0;
    }

    .dr-import-hero-offer__copy-line {
        margin: 0;
        font-weight: 900;
        line-height: 1.08;
        letter-spacing: 0;
        text-shadow: 0 2px 8px rgba(0, 0, 0, 0.28);
    }

    .dr-import-hero-offer__copy-line--primary {
        font-size: 30px;
        color: #fff;
        font-weight: 600;
    }

    .dr-import-hero-offer__copy-line--secondary {
        margin-top: 2px;
        font-size: 30px;
        color: #fff;
        font-weight: 600;
    }

    .dr-import-hero-offer__copy-accent {
        color: #df0000;
    }

    .dr-import-hero-offer__price-card {
        display: flex;
        align-items: stretch;
        width: 232px;
        min-height: 86px;
        margin: 28px 0 0;
        padding: 0;
        gap: 0;
        border: 4px solid #d8a11a;
        border-radius: 14px;
        box-shadow: 0 3px 10px rgba(0, 0, 0, 0.18);
        overflow: hidden;
    }

    .dr-import-hero-offer__price-side {
        display: flex;
        align-items: center;
        justify-content: center;
        flex: 0 0 44px;
        padding: 8px 0;
    }

    .dr-import-hero-offer__price-side-text {
        color: #111;
        font-size: 13px;
        font-weight: 700;
        line-height: 1;
        writing-mode: vertical-rl;
        text-orientation: upright;
        letter-spacing: 0.08em;
    }

    .dr-import-hero-offer__price-main {
        flex: 1 1 auto;
        min-width: 0;
        padding: 12px 14px 10px 10px;
    }

    .dr-import-hero-offer__price-head {
        display: flex;
        align-items: flex-end;
        gap: 4px;
        position: static;
    }

    .dr-import-hero-offer__price-amount {
        display: flex;
        align-items: flex-end;
        margin: 0;
        line-height: 1;
    }

    .dr-import-hero-offer__price-number {
        color: #df0000;
        font-size: 27px;
        font-weight: 600;
        line-height: 1;
        letter-spacing: 0;
    }

    .dr-import-hero-offer__price-unit {
        margin-left: 0;
        color: #df0000;
        font-size: 15px;
        font-weight: 800;
        line-height: 1.1;
        transform: translateY(-1px);
    }

    .dr-import-hero-offer__price-tax {
        position: static;
        margin: 0 0 2px;
        color: #222;
        font-size: 11px;
        font-weight: 500;
        line-height: 1;
        white-space: nowrap;
    }

    .dr-import-hero-offer__price-note {
        margin: 8px 0 0;
        color: #df0000;
        font-size: 12px;
        font-weight: 800;
        line-height: 1.2;
        letter-spacing: 0;
    }
}