#app.hanging-bar-recall {
    background: #ffffff;
    color: #1e2c33;
    font-family: "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif;
    line-height: 1.8;
}

.hbr-container {
    max-width: 1320px;
    margin: 0 auto;
    padding: 28px 20px 80px;
}

.hbr-page-title {
    margin: 0;
    padding: 0;
    background: #1498a8;
    color: #fff;
    font-size: 30px;
    font-weight: 700;
    line-height: 1.35;
}

.hbr-page-title-inner {
    display: block;
    max-width: 1320px;
    margin: 0 auto;
    padding: 85px 20px;
}

.hbr-section {
    margin-top: 64px;
}

.hbr-intro {
    margin-top: 18px;
}

.hbr-intro p {
    margin: 0 0 18px;
    font-size: 17px;
}

.hbr-section-title {
    margin: 0 0 24px;
    padding-left: 12px;
    border-left: 4px solid #1498a8;
    color: #1e2c33;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.35;
}

/* リコール対象商品 */
.hbr-product-name {
    margin: 20px 0 8px;
    font-size: 32px;
    font-weight: 700;
    line-height: 1.35;
}

.hbr-links {
    display: flex;
    gap: 24px;
}

.hbr-links a {
    color: #1e2c33;
    font-size: 13px;
    text-decoration: underline;
}

.hbr-product-imgs {
    display: flex;
    gap: 317px;
    align-items: center;
    justify-content: flex-start;
    margin-top: 40px;
}

.hbr-product-imgs img {
    max-width: 420px;
    height: auto;
}

/* 対象製品の確認方法 */
.hbr-check-step {
    margin-top: 48px;
}

.hbr-check-num-text {
    margin: 0 0 8px;
    font-size: 16px;
    font-weight: 700;
}

.hbr-underline {
    background-color: #00909f;
    color: #ffffff;
    padding: 0 2px;
    font-weight: 700;
}

.hbr-check-sub {
    margin: 0 0 24px;
    font-size: 16px;
}

.hbr-highlight {
    background: rgba(0, 144, 159, 0.3);
    padding: 1px 3px;
}

.hbr-check1-imgs {
    display: flex;
    gap: 60px;
    align-items: center;
}

.hbr-check1-imgs img:first-child {
    flex: 0 1 340px;
    max-width: 340px;
    height: auto;
}

.hbr-check1-imgs img:last-child {
    flex: 0 1 180px;
    max-width: 180px;
    height: auto;
}

.hbr-check2-layout {
    display: flex;
    gap: 40px;
    align-items: flex-start;
}

.hbr-check2-left {
    flex-shrink: 1;
    min-width: 0;
}

.hbr-check2-left img {
    width: 100%;
    max-width: 310px;
    height: auto;
}

.hbr-check2-right {
    flex: 1;
}

.hbr-label-target-box {
    padding: 20px 24px;
    border: 3px solid #00909f;
    border-radius: 8px;
    margin-bottom: 24px;
}

.hbr-label-target-box .hbr-label-status {
    color: #00909f;
}

.hbr-label-status-underline {
    text-decoration: underline;
    text-underline-offset: 3px;
}

.hbr-label-status {
    margin: 0 0 12px;
    font-size: 23px;
    font-weight: 700;
}

.hbr-label-target-imgs {
    display: flex;
    gap: 12px;
}

.hbr-label-target-imgs img {
    max-width: calc(50% - 6px);
    height: auto;
}

.hbr-label-nontarget {
    padding-left: 27px;
}

.hbr-label-nontarget img {
    display: block;
    width: 409px;
    height: 108px;
    object-fit: fill;
    margin-top: 4px;
}


.hbr-target-item {
    margin-bottom: 26px;
}

.hbr-target-item h3 {
    margin: 0 0 14px;
    color: #2a2a2a;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.4;
}


.hbr-side-contact {
    position: fixed;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    z-index: 2000;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.hbr-side-btn {
    width: 80px;
    min-height: 210px;
    padding: 12px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    text-decoration: none;
    box-sizing: border-box;
}

.hbr-side-btn-dial {
    background: #1498a8;
    color: #fff;
}

.hbr-side-btn-form {
    margin-top: 6px;
    background: #b4b6b9;
    color: #fff;
}

.hbr-side-icon {
    font-size: 28px;
    line-height: 1;
}

.hbr-side-text {
    writing-mode: vertical-rl;
    text-orientation: upright;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: 0.08em;
}

@media screen and (max-width: 1024px) {
    .hbr-page-title {
        font-size: 20px;
    }

    .hbr-page-title-inner {
        padding: 48px 20px;
    }

    .hbr-section-title {
        font-size: 18px;
    }

    .hbr-product-imgs {
        gap: 32px;
    }

    .hbr-product-imgs img {
        max-width: 45%;
    }

    .hbr-side-btn {
        width: 64px;
        min-height: 172px;
    }

    .hbr-side-icon {
        font-size: 22px;
    }

    .hbr-side-text {
        font-size: 14px;
    }
}

/* ===== light background section ===== */
.hbr-section-bg {
    background: #eaf5f6;
    margin-top: 64px;
    padding-top: 64px;
    padding-bottom: 64px;
}

.hbr-section-bg + .hbr-section-bg {
    margin-top: 0;
}

.hbr-bg-inner {
    max-width: 1320px;
    margin: 0 auto;
    padding: 0 20px;
}

/* container variants for split layout */
.hbr-container--no-bottom {
    padding-bottom: 0;
}

.hbr-container--slim {
    padding-top: 0;
    padding-bottom: 0;
}

.hbr-container--no-top {
    padding-top: 0;
}

/* ===== 対象製品の今後の対応 ===== */
.hbr-response-desc {
    font-size: 16px;
    margin: 0 0 24px;
}

.hbr-response-compare {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 24px;
    margin-top: 32px;
    flex-wrap: wrap;
}

.hbr-response-compare-item {
    text-align: center;
}

.hbr-response-compare-item img {
    width: 218px;
    height: auto;
    display: block;
    margin: 0 auto 42px;
}

.hbr-response-compare-item p {
    margin: 0;
    font-size: 23px;
    font-weight: 700;
    color: #2a2a2a;
    line-height: 1.3;
}

.hbr-response-label-sub {
    font-size: 19px;
}

.hbr-response-arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    margin-top: 44px;
    color: #00909F;
}

/* ===== 2系統 STEP フロー ===== */
.hbr-step-group {
    margin-bottom: 40px;
}

.hbr-step-group-title {
    margin: 0 0 12px;
    font-size: 16px;
    font-weight: 700;
    color: #2a2a2a;
}

.hbr-step-group-desc {
    margin: 0 0 20px;
    font-size: 14px;
    color: #2a2a2a;
}

.hbr-step-row {
    display: flex;
    align-items: stretch;
    gap: 0;
}

.hbr-step-box {
    flex: 1;
    background: rgba(0, 144, 159, 0.5);
    border-radius: 20px;
    padding: 20px 24px;
    color: #fff;
    position: relative;
}

.hbr-step-box-no {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 17px;
    font-weight: 700;
    margin-bottom: 8px;
}

.hbr-step-box-no::after {
    content: "";
    display: block;
    flex: 1;
    height: 1px;
    background: rgba(255,255,255,0.6);
}

.hbr-step-box-text {
    margin: 0;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.6;
}

.hbr-step-arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 23px;
    flex-shrink: 0;
}

.hbr-step-arrow svg {
    width: 15px !important;
    height: 36px !important;
    flex-shrink: 0;
}

.hbr-step-arrow svg path {
    fill: none !important;
}

.hbr-flow-header {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 24px;
    margin-bottom: 24px;
}

.hbr-flow-header .hbr-section-title {
    margin-bottom: 0;
}

.hbr-step-note {
    margin: 0;
    font-size: 14px;
    font-weight: 700;
    color: #2a2a2a;
    white-space: nowrap;
    flex-shrink: 0;
}

.hbr-video-link {
    display: inline;
    margin-left: 12px;
    color: #00909f;
    font-size: 14px;
    font-weight: 700;
    text-decoration: underline;
    text-underline-offset: 2px;
}

/* ===== お問合せ先 2カラム ===== */
#contact .hbr-section-title {
    margin-bottom: 40px;
}

.hbr-contact-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 28px;
    margin-top: 24px;
}

.hbr-contact-card {
    background: #fff;
    border: 2px solid #1498a8;
    border-radius: 10px;
    padding: 58px 24px 28px;
    text-align: center;
    position: relative;
}

.hbr-contact-card-header-wrap {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    transform: translateY(-50%);
}

.hbr-contact-card-header {
    background: #1498a8;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    padding: 6px 24px 6px 58px;
    border-radius: 36px;
    white-space: nowrap;
}

.hbr-contact-card-icon {
    width: 93px !important;
    height: 71px;
    flex-shrink: 0;
    margin-right: -54px;
    position: relative;
    z-index: 1;
}

.hbr-contact-card-icon--phone {
    width: 52px !important;
    height: 82px;
    margin-right: -42px;
}

.hbr-contact-card-icon-spacer {
    width: 39px;
    flex-shrink: 0;
}

.hbr-contact-card-icon-spacer--phone {
    width: 10px;
}

.hbr-contact-card-label {
    margin: 0 0 8px;
    font-size: 20px;
    font-weight: 700;
    color: #2a2a2a;
}

.hbr-contact-card-tel {
    margin: 0 0 6px;
    font-size: 20px;
    font-weight: 700;
    color: #1498a8;
    text-decoration: underline;
}

.hbr-contact-card-hours {
    margin: 0 0 12px;
    font-size: 20px;
    font-weight: 700;
}

.hbr-contact-card-note {
    margin: 0;
    font-size: 16px;
    line-height: 1.8;
    color: #2a2a2a;
}

.hbr-contact-btn {
    display: inline-block;
    background: #1498a8;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    padding: 12px 28px;
    border-radius: 4px;
    text-decoration: none;
    margin-bottom: 16px;
    letter-spacing: 0.04em;
}

.hbr-contact-sub-label {
    margin: 0 0 6px;
    font-size: 20px;
    font-weight: 700;
    color: #2a2a2a;
}

.hbr-contact-availability {
    margin: 0 0 12px;
    font-size: 20px;
    font-weight: 700;
}

.hbr-contact-legal {
    margin-top: 20px;
    font-size: 14px;
    color: #2a2a2a;
    line-height: 1.8;
}

/* ===== FAQ ===== */
.hbr-faq-box {
    background: #fff;
    border: 1px solid #1498a8;
    border-radius: 10px;
    padding: 32px 40px;
    margin-top: 24px;
}

.hbr-faq-item {
    padding: 20px 0;
}

.hbr-faq-item + .hbr-faq-item {
    border-top: 1px solid #cde5e8;
}

.hbr-faq-row {
    display: flex;
    gap: 20px;
    align-items: flex-start;
}

.hbr-faq-icon {
    width: 47px;
    height: 47px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    font-weight: 400;
    flex-shrink: 0;
}

.hbr-faq-icon-q {
    background: #1498a8;
    color: #fff;
}

.hbr-faq-icon-a {
    background: #e8f5f6;
    color: #1498a8;
    border: 1px solid #1498a8;
}

.hbr-faq-text {
    margin: 0;
    font-size: 15px;
    line-height: 1.8;
    padding-top: 8px;
}

.hbr-faq-text-q {
    font-weight: 700;
    color: #2a2a2a;
}

.hbr-faq-text-a {
    color: #2a2a2a;
    font-size: 16px;
}

/* ===== 対象製品情報 テーブル画像 ===== */
.hbr-table-scroll {
    width: 100%;
}

.hbr-table-img {
    width: 100%;
    max-width: 982px;
    height: auto;
    display: block;
}

@media screen and (max-width: 768px) {
    .hbr-check2-layout {
        flex-direction: column;
        align-items: center;
    }

    .hbr-check2-left {
        width: 100%;
        text-align: center;
    }

.hbr-check2-left img {
        width: 100%;
        max-width: 310px;
    }
}

@media screen and (max-width: 640px) {
    .hbr-check1-imgs {
        gap: 16px;
    }

    .hbr-check1-imgs img:first-child {
        max-width: 55%;
    }

    .hbr-check1-imgs img:last-child {
        max-width: 25%;
    }

    .hbr-check2-left img {
        max-width: 55%;
    }
}

/* ===== レスポンシブ追加分 ===== */
@media screen and (max-width: 1024px) {
    .hbr-contact-grid {
        grid-template-columns: 1fr;
        max-width: 560px;
        margin-left: auto;
        margin-right: auto;
        gap: 48px;
    }

    .hbr-step-row {
        flex-direction: column;
        align-items: center;
        gap: 12px;
    }

    .hbr-step-box {
        max-width: 560px;
        width: 100%;
    }

    .hbr-step-arrow {
        transform: rotate(90deg);
        padding: 6px 0;
    }

    .hbr-response-compare {
        gap: 20px;
    }

    .hbr-faq-box {
        padding: 20px 16px;
    }

    .hbr-faq-icon {
        width: 36px;
        height: 36px;
        font-size: 18px;
    }

    .hbr-table-scroll {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

    .hbr-table-img {
        width: auto;
        max-width: none;
        min-width: 600px;
    }
}

/* recall form page */
body.l-new {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

.hbr-form-wrap {
    background: #ffffff;
    color: #1e2c33;
    padding-bottom: 40px;
    flex: 1;
}

@media screen and (min-width: 751px) {
    .hbr-form-wrap {
        padding-top: 72px;
    }
}

.hbr-form-wrap .form-ttlArea {
    background: #1498a8;
    color: #ffffff;
    padding: 36px 0 32px;
}

.hbr-form-wrap .form-ttl {
    margin: 0;
    letter-spacing: 0.08em;
}

.hbr-form-wrap .form-ttl span {
    display: block;
}

.hbr-form-wrap .l-contentWrap {
    max-width: 980px;
    margin: 0 auto;
    padding: 0 20px;
}

.hbr-form-wrap .l-content {
    max-width: 880px;
    margin: 0 auto;
}

.hbr-form-wrap .form-desc {
    line-height: 2;
    padding: 35px 0 56px;
}

.hbr-form-wrap .form-catch {
    margin-bottom: 32px;
}

.hbr-form-wrap .form-subttl {
    border-bottom: 1px solid #d8d8d8;
    padding-bottom: 0.5em;
    margin: 0 0 15px;
}

.hbr-form-wrap .form-txt {
    line-height: 2;
    margin: 0;
}

.hbr-form-wrap .form-link {
    color: #1498a8;
    text-decoration: underline;
}

.hbr-form-wrap .form-gauge {
    width: 640px;
    margin: 0 auto 80px;
    position: relative;
}

.hbr-form-wrap .form-gauge::after {
    content: "";
    width: 100%;
    height: 5px;
    background: #cbe8eb;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    z-index: 0;
}

.hbr-form-wrap .form-gauge__inner {
    display: flex;
    justify-content: space-between;
    position: relative;
    z-index: 1;
}

.hbr-form-wrap .form-gauge__item {
    position: relative;
}

.hbr-form-wrap .form-gauge__icon {
    color: #ffffff;
    background: #cbe8eb;
    font-size: 24px;
    width: 2em;
    line-height: 2em;
    text-align: center;
}

.hbr-form-wrap .form-gauge__icon.is-active {
    background: #1498a8;
}

.hbr-form-wrap .form-gauge__txt {
    position: absolute;
    bottom: -2.5em;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    width: 150px;
    margin: 0;
}

.hbr-form-wrap .form-main {
    margin-bottom: 60px;
    background: #f0f4f4;
    word-break: break-word;
}

.hbr-form-wrap .form-main__block {
    border-bottom: 2px solid #ffffff;
    padding: 35px 0;
}

.hbr-form-wrap .form-main__section-divider {
    position: relative;
    height: 50px;
    background: #ffffff;
}
.hbr-form-wrap .form-main__section-divider::after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    border-top: 1px solid #ccc;
}

.hbr-form-wrap .form-main__list {
    display: flex;
    width: 880px;
    margin: 0 auto;
}

.hbr-form-wrap .form-main__ttlArea {
    width: 250px;
    flex: 0 0 250px;
}

.hbr-form-wrap .form-main__ttl {
    margin: 0;
    font-weight: 700;
}

.hbr-form-wrap .form-main__ttl.must::after {
    content: "必須";
    display: inline-block;
    margin-left: 0.7em;
    padding: 0 1em;
    border: 1px solid #d06060;
    color: #d06060;
    font-size: 12px;
    position: relative;
    top: -0.1em;
}

.hbr-form-wrap .form-main__note {
    margin: 8px 0 0;
    color: #68757b;
}

.hbr-form-wrap .form-main__item {
    width: calc(100% - 250px);
    flex: 1;
}

.hbr-form-wrap .form-main__radio,
.hbr-form-wrap .form-main__check {
    display: block;
    margin: 0 0 1em;
    padding-left: 2.2em;
    position: relative;
    cursor: pointer;
}

.hbr-form-wrap .form-main__item label {
    display: block;
    margin-bottom: 1em;
    padding-top: 0;
    padding-bottom: 0;
}

.hbr-form-wrap .form-main__item input[type="radio"],
.hbr-form-wrap .form-main__item input[type="checkbox"] {
    display: none;
}

.hbr-form-wrap .form-main__radio::before {
    content: "";
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 1px solid #d8d8d8;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background: #ffffff;
}

.hbr-form-wrap .form-main__check::before {
    content: "";
    width: 20px;
    height: 20px;
    border: 1px solid #d8d8d8;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background: #ffffff;
}

.hbr-form-wrap .form-main__item input[type="radio"]:checked + label::after {
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 50%;
    position: absolute;
    left: 5px;
    top: 50%;
    transform: translateY(-50%);
    background: #00909f;
}

.hbr-form-wrap .form-main__item input[type="checkbox"]:checked + label::after {
    content: "";
    width: 6px;
    height: 12px;
    position: absolute;
    left: 7px;
    top: 46%;
    transform: translateY(-50%);
    border-right: 2px solid #00909f;
    border-bottom: 2px solid #00909f;
    transform: translateY(-50%) rotate(45deg);
}

.hbr-form-wrap .columns.is-multiline {
    display: flex;
    flex-wrap: wrap;
}

.hbr-form-wrap .column.is-half {
    width: 50%;
}

.hbr-form-wrap .size-xl {
    width: 100%;
    box-sizing: border-box;
    border: 1px solid #c9d1d4;
    border-radius: 4px;
    background: #ffffff;
    padding: 12px 14px;
    font-size: 16px;
}

.hbr-form-wrap textarea.size-xl {
    min-height: 140px;
    resize: vertical;
}

.hbr-form-wrap .u-mb-1em {
    margin-bottom: 1em;
}

.hbr-form-wrap .u-mb-s {
    margin-bottom: 0.5em;
}

.hbr-form-wrap input[type="date"].size-m {
    max-width: 220px;
    padding: 6px 10px;
}

.hbr-form-wrap .u-textCenter {
    text-align: center;
}

.hbr-form-wrap .form-btn {
    display: block;
    width: 480px;
    margin-left: auto;
    margin-right: auto;
    color: #ffffff;
    background: #00909f;
    text-align: center;
    position: relative;
    font-size: 18px;
    line-height: 3;
    border: 0;
    cursor: pointer;
}

.hbr-form-wrap .form-btn::after {
    content: "";
    position: absolute;
    right: 1rem;
    top: 50%;
    transform: translateY(-50%) rotate(-45deg);
    width: 10px;
    height: 10px;
    border-right: 1px solid currentColor;
    border-bottom: 1px solid currentColor;
}

.hbr-form-wrap .form-btn--white {
    background: #ffffff;
    color: #1e2c33;
}

.hbr-form-wrap .form-privacy {
    margin-bottom: 24px;
    font-size: 14px;
    line-height: 1.9;
}

.hbr-form-wrap .hbr-error-box {
    margin-bottom: 24px;
    padding: 14px 16px;
    border: 1px solid #d06060;
    background: #fff7f7;
    color: #b03232;
    line-height: 1.8;
}

.hbr-form-wrap .form-field-error {
    display: block;
    margin-top: 4px;
    color: #b03232;
    font-size: 13px;
}

.hbr-form-wrap .is-invalid {
    border-color: #d06060 !important;
    background: #fff7f7 !important;
}

.hbr-form-wrap .is-invalid-group .form-main__ttl {
    color: #b03232;
}

.hbr-form-wrap .form-main__item--result {
    background: #ffffff;
    padding: 16px 20px;
}

.hbr-form-wrap .form-main__resultTxt {
    margin: 0;
    line-height: 1.9;
}

.hbr-form-wrap .form-btns {
    display: flex;
    justify-content: center;
    gap: 20px;
}

.hbr-form-wrap .form-btns .form-btn {
    width: 320px;
    margin: 0;
}

.hbr-form-wrap .form-thanks {
    padding-bottom: 60px;
}

.hbr-form-wrap .form-msg {
    margin: 0 0 24px;
    line-height: 1.8;
}

@media screen and (max-width: 1024px) {
    .hbr-form-wrap .form-ttlArea {
        padding-top: 24px;
        padding-bottom: 26px;
    }

    .hbr-form-wrap .form-desc {
        text-align: left;
        padding-top: 30px;
        padding-bottom: 40px;
    }

    .hbr-form-wrap .form-gauge {
        width: 78%;
        margin-bottom: 20%;
    }

    .hbr-form-wrap .form-gauge__txt {
        width: 250%;
        bottom: auto;
        margin-top: 0.5em;
    }

    .hbr-form-wrap .form-main__list {
        width: 90%;
        flex-direction: column;
    }

    .hbr-form-wrap .form-main__ttlArea,
    .hbr-form-wrap .form-main__item {
        width: 100%;
        flex: none;
    }

    .hbr-form-wrap .column.is-half {
        width: 100%;
    }

    .hbr-form-wrap .form-btn {
        width: 100%;
        font-size: 17px;
    }

    .hbr-form-wrap .form-btns {
        flex-direction: column;
        gap: 12px;
    }

    .hbr-form-wrap .form-btns .form-btn {
        width: 100%;
    }
}

/* recall contact form additions */
.recall-label-images {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    margin-bottom: 20px;
}

.recall-label-image-wrap p {
    margin: 0 0 8px;
    font-weight: 700;
}

.recall-label-image-wrap img {
    width: 100%;
    height: auto;
    display: block;
    border: 1px solid #d0d0d0;
}

.recall-outofscope-msg {
    margin: 12px 0 0;
    padding: 12px 16px;
    background: #fff3f3;
    border: 1px solid #d06060;
    color: #b03232;
    font-weight: 700;
    border-radius: 4px;
}

.hbr-form-wrap .size-m {
    width: 50%;
    box-sizing: border-box;
    border: 1px solid #c9d1d4;
    border-radius: 4px;
    background: #ffffff;
    padding: 12px 14px;
    font-size: 16px;
}

.hbr-form-wrap select {
    padding: 10px 14px;
    border: 1px solid #c9d1d4;
    border-radius: 4px;
    background: #ffffff;
    font-size: 16px;
    min-width: 200px;
}

.hbr-form-wrap .form-main__search {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
}

.hbr-form-wrap .form-main__searchBtn {
    padding: 10px 20px;
    background: #1498a8;
    color: #fff;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 14px;
    white-space: nowrap;
}

.hbr-form-wrap .form-main__subBlock {
    margin-bottom: 12px;
}

.hbr-form-wrap .form-btn:disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

/* ===== SP版 (750px以下) ===== */
@media screen and (max-width: 750px) {
    .hbr-page-title {
        font-size: 18px;
    }

    .hbr-page-title-inner {
        padding: 32px 16px;
    }

    .hbr-container {
        padding: 20px 16px 60px;
    }

    .hbr-section {
        margin-top: 40px;
    }

    .hbr-intro p {
        font-size: 14px;
    }

    .hbr-section-bg {
        margin-top: 40px;
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .hbr-section-title {
        font-size: 16px;
    }

    .hbr-product-name {
        font-size: 22px;
    }

    .hbr-product-imgs {
        flex-direction: column;
        align-items: center;
        gap: 20px;
        margin-top: 24px;
    }

    .hbr-product-imgs img {
        max-width: 65%;
    }

    .hbr-product-imgs img:first-child {
        max-width: 50%;
    }

    .hbr-check-step {
        margin-top: 32px;
    }

    .hbr-check-num-text {
        font-size: 14px;
    }

    .hbr-check-sub {
        font-size: 14px;
    }

    .hbr-label-status {
        font-size: 16px;
    }

    .hbr-label-nontarget {
        padding-left: 0;
    }

    .hbr-label-nontarget img {
        width: 216px;
        height: 57px;
    }

    .hbr-response-desc {
        font-size: 14px;
    }

    .hbr-response-compare-item img {
        width: 112px;
        margin-bottom: 16px;
    }

    .hbr-response-compare-item p {
        font-size: 14px;
    }

    .hbr-response-label-sub {
        font-size: 12px;
    }

    .hbr-response-compare {
        flex-wrap: nowrap;
        align-items: flex-start;
    }

    .hbr-response-arrow {
        margin-top: 25px;
        flex-shrink: 0;
    }

    .hbr-response-arrow svg {
        width: 50px !important;
        height: auto !important;
    }

    .hbr-flow-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
        margin-bottom: 16px;
    }

    .hbr-step-note {
        white-space: normal;
    }

    .hbr-step-group-title {
        font-size: 14px;
    }

    .hbr-step-group-desc {
        font-size: 13px;
    }

    .hbr-step-group-desc .hbr-video-link {
        display: block;
        margin-left: 0;
        text-align: right;
    }

    .hbr-step-box {
        padding: 16px 18px;
    }

    .hbr-step-box-no {
        font-size: 15px;
    }

    .hbr-step-box-text {
        font-size: 13px;
    }

    .hbr-contact-card {
        padding: 64px 16px 32px;
    }

    .hbr-contact-card-header {
        font-size: 16px;
        padding: 6px 16px 6px 44px;
    }

    .hbr-contact-card-icon {
        width: 66px !important;
        height: 51px;
        margin-right: -44px;
    }

    .hbr-contact-card-icon--phone {
        width: 43px !important;
        height: 68px;
        margin-right: -34px;
    }

    .hbr-contact-card-icon-spacer {
        width: 22px;
    }

    .hbr-contact-card-icon-spacer--phone {
        width: 9px;
    }

    .hbr-contact-card-label,
    .hbr-contact-sub-label {
        font-size: 15px;
        margin-bottom: 12px;
    }

    .hbr-contact-card-tel {
        display: inline-block;
        background: #1498a8;
        color: #fff;
        text-decoration: none;
        padding: 10px 20px;
        border-radius: 4px;
        font-size: 16px;
        font-weight: 700;
        margin: 0 0 16px;
    }

    .hbr-contact-card-hours,
    .hbr-contact-availability {
        font-size: 14px;
        margin-bottom: 14px;
    }

    .hbr-contact-card-note {
        font-size: 13px;
        line-height: 2;
    }

    .hbr-contact-btn {
        font-size: 14px;
        padding: 10px 16px;
        width: 100%;
        box-sizing: border-box;
        text-align: center;
        margin-bottom: 20px;
    }

    .hbr-contact-legal {
        font-size: 12px;
    }

    .hbr-faq-box {
        padding: 16px 10px;
    }

    .hbr-faq-text {
        font-size: 13px;
        padding-top: 6px;
    }

    .hbr-faq-text-a {
        font-size: 13px;
    }
}

