/* =========================================================
   Product top pages
========================================================= */

.product-top-page {
    color: #222;
    font-family: "Hiragino Kaku Gothic ProN", "Yu Gothic", Meiryo, sans-serif;
    line-height: 1.8;
}

.product-top-page * {
    box-sizing: border-box;
}

.product-top-page .product-main {
    overflow: hidden;
}

.product-top-page .product-section {
    background: #fff;
}

.product-top-page .product-section__inner {
    max-width: 1080px;
    margin: 0 auto;
    padding: 86px 24px;
}

.product-top-page .product-section__head {
    position: relative;
    max-width: none;
    margin: 0 0 44px;
    text-align: left;
}

.product-top-page .product-section__head--left {
    margin: 0;
    text-align: left;
}

.product-top-page .product-section__label {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 0;
    margin: 0;
    color: rgba(0, 91, 172, 0.08);
    font-size: 42px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.08em;
    pointer-events: none;
}

.product-top-page .product-section__head h2,
.product-top-page .product-section__head--left h2 {
    position: relative;
    z-index: 1;
    margin: 0 0 18px;
    color: #111;
    font-size: 34px;
    line-height: 1.45;
}

.product-top-page .product-section__head p {
    position: relative;
    z-index: 1;
    max-width: 820px;
    margin: 0;
    line-height: 1.95;
}

.product-top-page .product-btn {
    display: inline-block;
    min-width: 240px;
    padding: 14px 28px;
    background: #005bac;
    color: #fff;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
}

.product-top-page .product-btn:hover {
    opacity: 0.86;
}

.product-top-page .product-btn--secondary {
    background: #c91f24;
}

.product-top-page .product-btn--small {
    min-width: 0;
    padding: 10px 20px;
    font-size: 14px;
}

.product-top-page .product-grid {
    display: grid;
    gap: 24px;
}

.product-top-page .product-grid--3 {
    grid-template-columns: repeat(3, 1fr);
}

.product-top-page .product-grid--4 {
    grid-template-columns: repeat(4, 1fr);
}

.product-top-page .product-card {
    min-height: 100%;
    padding: 30px 24px;
    background: #fff;
    border-top: 4px solid #005bac;
    box-shadow: 0 10px 28px rgba(0, 48, 96, 0.09);
}

.product-top-page .product-card h3 {
    margin: 0 0 14px;
    color: #005bac;
    font-size: 20px;
    line-height: 1.5;
}

.product-top-page .product-card p {
    margin: 0;
}

/* Hero */

.product-top-page .product-hero {
    background: #eef5fb;
}

.product-top-page.mfp-new-page .product-hero {
    background-color: #eef5fb;
    background-image: linear-gradient(90deg, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0.72)), url("/img/general/toppage/hero_bg_copy.jpg");
    background-size: cover;
    background-position: center;
}

.product-top-page .product-hero__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 46px;
    max-width: 1180px;
    min-height: 620px;
    margin: 0 auto;
    padding: 78px 30px;
}

.product-top-page .product-hero__content {
    width: 54%;
}

.product-top-page .product-hero__content h1 {
    margin: 0 0 24px;
    color: #111;
    font-size: 44px;
    line-height: 1.35;
}

.product-top-page .product-hero__content p {
    margin: 0;
    font-size: 17px;
    line-height: 2;
}

.product-top-page .product-hero__buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    margin-top: 34px;
}

.product-top-page .product-hero__visual {
    width: 42%;
    text-align: center;
}

.product-top-page .product-hero__visual img {
    max-width: 100%;
    height: auto;
}

/* Sections */

.product-top-page .product-intro {
    background: #fff;
}

.product-top-page .product-intro__inner {
    display: grid;
    grid-template-columns: minmax(0, 1.35fr) minmax(320px, 0.65fr);
    align-items: center;
    gap: 64px;
}

.product-top-page .product-intro__content {
    position: relative;
    min-width: 0;
    padding-top: 45px;
}

.product-top-page .product-intro__content .product-section__label {
    position: absolute;
    top: 0;
    right: auto;
    left: 0;
    margin: 0;
    color: rgba(0, 91, 172, 0.08);
    font-size: 56px;
    line-height: 1;
    letter-spacing: 0.06em;
    pointer-events: none;
}

.product-top-page .product-intro__content h2 {
    position: relative;
    z-index: 1;
    margin: 0 0 28px;
    color: #111;
    font-size: 34px;
    line-height: 1.55;
}

.product-top-page .product-intro__content .product-intro__text {
    position: relative;
    z-index: 1;
    margin: 0;
    line-height: 1.95;
}

.product-top-page .product-intro__content .product-intro__text + .product-intro__text {
    margin-top: 18px;
}

.product-top-page .product-intro__visual {
    min-width: 0;
    text-align: center;
}

.product-top-page .product-intro__visual img {
    display: block;
    width: 100%;
    max-width: 420px;
    height: auto;
    margin: 0 auto;
    background: transparent;
    border: 0;
    box-shadow: none;
}

.product-top-page .product-reason,
.product-top-page .product-pickup,
.product-top-page .product-it-support,
.product-top-page .product-area {
    background: #f5f8fb;
}

.product-top-page .product-reason-list {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 40px;
}

.product-top-page .product-reason-item {
    min-width: 0;
    padding: 4px 0;
    background: transparent;
}

.product-top-page .product-reason-item + .product-reason-item {
    padding-left: 40px;
    border-left: 1px solid #ddd;
}

.product-top-page .product-reason-item__icon {
    display: flex;
    width: 64px;
    height: 64px;
    align-items: center;
    justify-content: center;
    margin: 0 0 16px;
    background: rgba(18, 67, 138, 0.03);
    border: 1px solid rgba(18, 67, 138, 0.16);
}

.product-top-page .product-reason-item__icon svg {
    display: block;
    width: 40px;
    height: 40px;
    color: #12438A;
    stroke-width: 1.9;
}

.product-top-page .product-reason-item__number {
    display: block;
    margin: 0 0 10px;
    color: #005bac;
    font-size: 13px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.12em;
}

.product-top-page .product-reason-item h3 {
    margin: 0 0 14px;
    padding: 0;
    background: transparent;
    color: #111;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.5;
}

.product-top-page .product-reason-item p {
    margin: 0;
    color: #3f3f3f;
    line-height: 1.85;
}

.product-top-page .product-lineup,
.product-top-page .product-check,
.product-top-page .product-lease,
.product-top-page .product-faq {
    background: #fff;
}

.product-top-page .product-lineup-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
}

.product-top-page .product-lineup-card {
    display: block;
    min-width: 0;
    padding: 24px;
    background: #fff;
    color: inherit;
    text-decoration: none;
    transition: opacity 0.2s ease, transform 0.2s ease;
}

.product-top-page .product-lineup-card:hover {
    opacity: 0.88;
    transform: translateY(-3px);
}

.product-top-page .product-lineup-card__image {
    display: block;
    width: 100%;
    height: 220px;
    margin: 0 0 20px;
    object-fit: contain;
}

.product-top-page .product-lineup-card .product-lineup-card__title {
    margin: 0 0 12px;
    padding: 0;
    background: transparent;
    color: #005bac;
    font-size: 20px;
    line-height: 1.5;
}

.product-top-page .product-lineup-card .product-lineup-card__text {
    margin: 0;
}

.product-top-page .mfp-product-card-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 30px 24px;
}

.product-top-page .mfp-product-card {
    display: flex;
    min-width: 0;
    min-height: 100%;
    flex-direction: column;
    overflow: hidden;
    background: #fff;
    border: 1px solid #e1e4e8;
    border-radius: 0;
    box-shadow: none;
    transition: transform 0.2s ease;
}

.product-top-page .mfp-product-card:hover {
    box-shadow: none;
    transform: translateY(-3px);
}

.product-top-page .mfp-product-card__image {
    padding: 26px 22px 8px;
}

.product-top-page .mfp-product-card__image img {
    display: block;
    width: 100%;
    height: 230px;
    object-fit: contain;
}

.product-top-page .mfp-product-card__body {
    display: flex;
    flex: 1;
    flex-direction: column;
    padding: 8px 20px 20px;
}

.product-top-page .mfp-product-card__icons {
    display: flex;
    min-height: 40px;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin: 0 0 12px;
}

.product-top-page .mfp-product-card__icons img {
    display: block;
    width: 40px;
    height: 40px;
    object-fit: contain;
}

.product-top-page .mfp-product-card__meta {
    display: flex;
    min-height: 1.8em;
    flex-wrap: wrap;
    align-items: baseline;
    justify-content: center;
    gap: 4px 10px;
    margin: 0 0 4px;
    color: #444;
    font-size: 13px;
    line-height: 1.6;
    text-align: center;
}

.product-top-page .mfp-product-card__maker {
    font-weight: bold;
}

.product-top-page .mfp-product-card__series {
    color: #555;
}

.product-top-page .mfp-product-card .mfp-product-card__title {
    margin: 0 0 16px;
    padding: 0;
    background: transparent;
    color: #525252;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.45;
    text-align: center;
}

.product-top-page .mfp-product-card__specs {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin: auto 0 12px;
    border-top: 1px solid #b4b4b4;
    border-left: 1px solid #b4b4b4;
}

.product-top-page .mfp-product-card__specs span {
    display: flex;
    min-height: 44px;
    align-items: center;
    justify-content: center;
    padding: 6px;
    border-right: 1px solid #b4b4b4;
    border-bottom: 1px solid #b4b4b4;
    color: #444;
    font-size: 12px;
    font-weight: bold;
    line-height: 1.45;
    text-align: center;
}

.product-top-page .mfp-product-card__button {
    display: block;
    width: 100%;
    margin-top: auto;
    padding: 11px 12px;
    background: #00a856;
    color: #fff;
    font-weight: bold;
    line-height: 1.5;
    text-align: center;
    text-decoration: none;
    transition: opacity 0.2s ease;
}

.product-top-page .mfp-product-card__button:hover {
    color: #fff;
    opacity: 0.82;
}

.product-top-page .mfp-product-empty {
    margin: 0;
    padding: 28px;
    background: #fff;
}

.product-top-page .product-check-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 40px 64px;
}

.product-top-page .product-check-item {
    display: flex;
    min-width: 0;
    align-items: flex-start;
    gap: 24px;
    padding: 6px 0 30px;
    background: #fff;
    border-bottom: 1px solid #e1e5e8;
}

.product-top-page .product-check-item__icon {
    display: flex;
    width: 72px;
    height: 72px;
    align-items: center;
    justify-content: center;
    flex: 0 0 72px;
    border-radius: 3px;
    background: #12438A;
    color: #fff;
}

.product-top-page .product-check-item__icon svg {
    display: block;
    width: 34px;
    height: 34px;
    color: #fff;
    stroke-width: 2;
}

.product-top-page .product-check-item__content {
    min-width: 0;
}

.product-top-page .product-check-item__content h3 {
    margin: 0 0 10px;
    padding: 0;
    background: transparent;
    color: #111;
    font-size: 21px;
    font-weight: 700;
    line-height: 1.5;
}

.product-top-page .product-check-item__content p {
    margin: 0;
    color: #444;
    line-height: 1.85;
}

.product-top-page .product-it-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 70px;
}

.product-top-page .product-it-item {
    display: flex;
    min-width: 0;
    align-items: flex-start;
    gap: 30px;
    padding: 0 0 34px;
    background: transparent;
}

.product-top-page .product-it-item:nth-child(-n + 2) {
    border-bottom: 1px solid #dfe4e8;
}

.product-top-page .product-it-item:nth-child(n + 3) {
    padding-top: 34px;
    padding-bottom: 0;
}

.product-top-page .product-it-item__icon {
    display: flex;
    width: 76px;
    height: 76px;
    align-items: center;
    justify-content: center;
    flex: 0 0 76px;
    border: 0;
    border-radius: 50%;
    background: #c91f24;
    color: #fff;
    box-shadow: none;
}

.product-top-page .product-it-item__icon svg {
    display: block;
    width: 34px;
    height: 34px;
    color: #fff;
    stroke-width: 2;
}

.product-top-page .product-it-item__content {
    min-width: 0;
}

.product-top-page .product-it-item__content h3 {
    margin: 0 0 12px;
    padding: 0;
    background: transparent;
    color: #111;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.5;
}

.product-top-page .product-it-item__content p {
    margin: 0;
    color: #444;
    line-height: 1.85;
}

.product-top-page .product-lease__layout {
    display: grid;
    grid-template-columns: minmax(300px, 0.8fr) minmax(0, 1.2fr);
    align-items: center;
    gap: 68px;
}

.product-top-page .product-lease__visual {
    text-align: center;
}

.product-top-page .product-lease__visual img {
    display: block;
    width: 100%;
    max-width: 400px;
    height: auto;
    margin: 0 auto;
    background: transparent;
    border: 0;
    box-shadow: none;
}

.product-top-page .product-lease-support {
    min-width: 0;
}

.product-top-page .product-lease-support__item {
    margin: 0;
    padding: 0 0 26px;
    border-bottom: 1px solid #dfe4e8;
    background: transparent;
}

.product-top-page .product-lease-support__item + .product-lease-support__item {
    padding-top: 26px;
}

.product-top-page .product-lease-support__item:last-child {
    padding-bottom: 0;
    border-bottom: 0;
}

.product-top-page .product-lease-support__number {
    display: block;
    margin: 0 0 8px;
    color: #005bac;
    font-size: 15px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.1em;
}

.product-top-page .product-lease-support__item h3 {
    margin: 0 0 10px;
    padding: 0;
    background: transparent;
    color: #111;
    font-size: 23px;
    font-weight: 700;
    line-height: 1.5;
}

.product-top-page .product-lease-support__item p {
    margin: 0;
    color: #444;
    line-height: 1.85;
}

.product-top-page .product-flow-list {
    position: relative;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.product-top-page .product-flow-list::before {
    content: "";
    position: absolute;
    top: 35px;
    right: 12.5%;
    left: 12.5%;
    height: 2px;
    background: #cfd8e0;
}

.product-top-page .product-flow-item {
    position: relative;
    min-width: 0;
    padding: 0 18px;
    background: transparent;
    text-align: center;
}

.product-top-page .product-flow-item__step {
    position: relative;
    z-index: 1;
    display: flex;
    width: 72px;
    height: 72px;
    align-items: center;
    justify-content: center;
    margin: 0 auto 18px;
    border-radius: 50%;
    background: #005bac;
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    line-height: 1;
}

.product-top-page .product-flow-item__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 0 16px;
    background: transparent;
    border: 0;
    box-shadow: none;
}

.product-top-page .product-flow-item__icon svg {
    display: block;
    width: 42px;
    height: 42px;
    color: #12438A;
    stroke-width: 1.8;
}

.product-top-page .product-flow-item__content h3 {
    margin: 0 0 11px;
    padding: 0;
    background: transparent;
    color: #111;
    font-size: 21px;
    font-weight: 700;
    line-height: 1.5;
    text-align: center;
}

.product-top-page .product-flow-item__content p {
    margin: 0;
    color: #444;
    line-height: 1.8;
    text-align: center;
}

.product-top-page .product-area-layout {
    display: grid;
    grid-template-columns: minmax(280px, 0.8fr) minmax(0, 1.2fr);
    align-items: start;
    gap: 48px;
}

.product-top-page .product-area-map {
    text-align: center;
}

.product-top-page .product-area-map img {
    display: block;
    width: 100%;
    max-width: 420px;
    height: auto;
    margin: 0 auto;
}

.product-top-page .product-area-list {
    min-width: 0;
    border-top: 1px solid #dfe4e8;
}

.product-top-page .product-area-row {
    display: grid;
    grid-template-columns: 90px minmax(0, 1fr);
    gap: 14px;
    padding: 10px 0;
    border-bottom: 1px solid #e5e5e5;
}

.product-top-page .product-area-row__label {
    margin: 0;
    padding: 0;
    position: static;
    background: transparent;
    border: 0;
    box-shadow: none;
    color: #222;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.65;
}

.product-top-page .product-area-row__items {
    display: flex;
    min-width: 0;
    flex-wrap: wrap;
    gap: 3px 14px;
}

.product-top-page .product-area-row__item {
    display: inline-block;
    line-height: 1.65;
}

.product-top-page .product-area-row__item--available {
    color: #138a2e;
}

.product-top-page .product-area-row__item--unavailable {
    color: #777;
}

.product-top-page .product-area-legend {
    margin-top: 16px;
    color: #444;
    font-size: 13px;
    line-height: 1.7;
}

.product-top-page .product-area-legend p {
    margin: 0;
}

.product-top-page .product-area-legend p + p {
    margin-top: 4px;
}

.product-top-page .product-area-legend__mark {
    margin-right: 6px;
}

.product-top-page .product-area-legend__mark--available {
    color: #138a2e;
}

.product-top-page .product-area-legend__mark--partial {
    color: #d06a00;
}

.product-top-page .product-area-legend__mark--unavailable {
    color: #777;
}

.product-top-page .product-faq-list {
    display: grid;
    border-top: 1px solid #e1e5e8;
}

.product-top-page .product-faq-item {
    margin: 0;
    padding: 28px 0 30px;
    background: #fff;
    border-bottom: 1px solid #e1e5e8;
    box-shadow: none;
}

.product-top-page .product-faq-item dt,
.product-top-page .product-faq-item dd {
    display: grid;
    grid-template-columns: 50px minmax(0, 1fr);
    align-items: start;
    margin: 0;
}

.product-top-page .product-faq-item dd {
    margin-top: 18px;
}

.product-top-page .product-faq-item__mark {
    display: block;
    font-weight: 700;
    line-height: 1.4;
}

.product-top-page .product-faq-item__mark--q {
    color: #005bac;
    font-size: 27px;
}

.product-top-page .product-faq-item__mark--a {
    color: #c00000;
    font-size: 25px;
}

.product-top-page .product-faq-item__question {
    color: #173b5b;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.8;
}

.product-top-page .product-faq-item__answer {
    color: #333;
    line-height: 1.9;
}

/* Wide CTA on product pages */

.product-top-page .wide-cta {
    padding: 90px 20px;
    background-color: #002244;
    background-image: linear-gradient(rgba(0, 34, 68, 0.78), rgba(0, 34, 68, 0.78)), url("/img/contact001.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.product-top-page .wide-cta__inner {
    max-width: 1080px;
    margin: 0 auto;
}

.product-top-page .wide-cta__head {
    margin-bottom: 42px;
    color: #fff;
    text-align: center;
}

.product-top-page .wide-cta__heading {
    margin: 0 0 12px;
    color: #fff;
    font-size: 13px;
    font-weight: bold;
    letter-spacing: 0.16em;
}

.product-top-page .wide-cta__title {
    margin: 0 0 18px;
    color: #fff;
    font-size: 34px;
    line-height: 1.5;
}

.product-top-page .wide-cta__text {
    margin: 0;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.9;
}

.product-top-page .wide-cta__cards {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 36px;
}

.product-top-page .wide-cta__card {
    padding: 34px 28px;
    background: #fff;
    border-radius: 0;
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.18);
    text-align: center;
}

.product-top-page .wide-cta__card-title {
    margin: 0 0 24px;
    font-size: 20px;
    font-weight: bold;
}

.product-top-page .wide-cta__tel {
    margin: 0 0 18px;
    color: #005bac;
    font-size: 42px;
    font-weight: bold;
    letter-spacing: 0.04em;
}

.product-top-page .wide-cta__button {
    margin: 0 0 18px;
}

.product-top-page .wide-cta__button a {
    display: inline-block;
    min-width: 280px;
    padding: 18px 28px;
    background: #c91f24;
    box-shadow: 0 6px 14px rgba(0, 0, 0, 0.18);
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    text-decoration: none;
}

.product-top-page .wide-cta__button a:hover {
    background: #a9161b;
}

.product-top-page .wide-cta__note {
    margin: 0;
    font-size: 16px;
    font-weight: bold;
}

/* Section navigation */

.product-top-page section[id],
.product-top-page div[id] {
    scroll-margin-top: 90px;
}

.product-top-page .section-nav {
    position: fixed;
    left: 0;
    top: 50%;
    z-index: 1000;
    width: 44px;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.96);
    border: 1px solid #d9e2ec;
    border-left: none;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
    transform: translateY(-50%);
    transition: width 0.25s ease;
}

.product-top-page .section-nav.is-open {
    width: 220px;
}

.product-top-page .section-nav__toggle {
    width: 100%;
    height: 42px;
    border: none;
    background: #005bac;
    color: #fff;
    cursor: pointer;
    font-size: 16px;
    font-weight: bold;
    line-height: 1;
    transition: background 0.2s ease;
}

.product-top-page .section-nav__toggle:hover {
    background: #004a8c;
}

.product-top-page .section-nav__toggle-close {
    display: none;
}

.product-top-page .section-nav.is-open .section-nav__toggle-open {
    display: none;
}

.product-top-page .section-nav.is-open .section-nav__toggle-close {
    display: inline;
}

.product-top-page .section-nav__list {
    margin: 0;
    padding: 8px 0;
    list-style: none;
}

.product-top-page .section-nav__list a {
    display: flex;
    align-items: center;
    gap: 10px;
    min-height: 40px;
    padding: 8px 12px;
    color: #333;
    font-size: 13px;
    font-weight: bold;
    line-height: 1;
    text-decoration: none;
    white-space: nowrap;
}

.product-top-page .section-nav__list a:hover {
    background: #f0f6fc;
    color: #005bac;
}

.product-top-page .section-nav__list img {
    display: block;
    flex: 0 0 22px;
    width: 22px;
    height: 22px;
    object-fit: contain;
}

.product-top-page .section-nav__list span {
    display: block;
    line-height: 1;
    opacity: 0;
    padding-top: 4px;
    transition: opacity 0.2s ease;
    font-weight: 600;
}

.product-top-page .section-nav.is-open .section-nav__list span {
    opacity: 1;
}

/* Service links */

.product-top-page .product-service-links {
    padding: 80px 20px;
    background: #f5f8fb;
}

.product-top-page .product-service-links .product-section__inner {
    padding: 0;
}

.product-top-page .product-service-links__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
}

.product-top-page .product-service-card {
    display: flex;
    min-width: 0;
    min-height: 100%;
    flex-direction: column;
    padding: 30px 26px;
    background: #fff;
    border: 1px solid #e4e8ee;
    color: inherit;
    text-decoration: none;
    transition: opacity 0.2s ease, transform 0.25s ease;
}

.product-top-page .product-service-card:hover {
    opacity: 0.9;
    transform: translateY(-4px);
}

.product-top-page .product-service-card__icon {
    display: flex;
    height: 130px;
    align-items: center;
    justify-content: center;
    margin: 0 0 20px;
}

.product-top-page .product-service-card__icon img {
    display: block;
    width: 110px;
    max-width: 100%;
    height: 110px;
    object-fit: contain;
}

.product-top-page .product-service-card .product-service-card__title {
    margin: 0 0 12px;
    padding: 0;
    background: transparent;
    color: #005bac;
    font-size: 21px;
    font-weight: 700;
    line-height: 1.5;
    text-align: center;
}

.product-top-page .product-service-card .product-service-card__text {
    flex: 1;
    margin: 0;
    color: #444;
    line-height: 1.8;
}

.product-top-page .product-service-card__more {
    display: block;
    margin-top: auto;
    padding-top: 18px;
    color: #005bac;
    font-weight: 700;
    text-align: center;
}

.product-top-page .product-service-card:hover .product-service-card__more {
    text-decoration: underline;
}

/* MFP series and category pages */

.product-top-page.mfp-series-page .product-hero,
.product-top-page.mfp-category-page .product-hero {
    background: linear-gradient(135deg, #f8fbff 0%, #eef5fb 55%, #e5f0fa 100%);
}

.product-top-page .mfp-archive-hero .mfp-archive-hero__inner {
    gap: 64px;
    min-height: 520px;
    padding-top: 72px;
    padding-bottom: 72px;
}

.product-top-page .mfp-archive-hero .mfp-archive-hero__content {
    width: 60%;
}

.product-top-page .mfp-archive-hero .mfp-archive-hero__label {
    position: static;
    display: block;
    margin: 0 0 18px;
    padding: 0;
    background: transparent;
    border: 0;
    color: #12438A;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: 0.1em;
    text-transform: none;
}

.product-top-page .mfp-archive-hero .mfp-archive-hero__title {
    position: static;
    width: auto;
    margin: 0 0 26px;
    padding: 0;
    background: transparent;
    border: 0;
    box-shadow: none;
    color: #111;
    font-size: 50px;
    font-weight: 700;
    line-height: 1.3;
    text-align: left;
}

.product-top-page .mfp-archive-hero .mfp-archive-hero__text {
    margin: 0;
    color: #333;
    font-size: 17px;
    line-height: 2;
}

.product-top-page .mfp-archive-hero .mfp-archive-hero__visual {
    width: 36%;
    margin: 0;
}

.product-top-page .mfp-archive-hero .mfp-archive-hero__visual img {
    display: block;
    width: 100%;
    max-width: 430px;
    height: auto;
    margin: 0 auto;
    background: transparent;
    border: 0;
    box-shadow: none;
}

.product-top-page .mfp-archive-about {
    display: none;
}

.product-top-page .mfp-category-product-group + .mfp-category-product-group {
    margin-top: 64px;
}

.product-top-page .mfp-category-product-group .mfp-category-product-group__title {
    margin: 0 0 30px;
    padding: 0 0 0 16px;
    background: transparent;
    border: 0;
    border-left: 4px solid #12438A;
    box-shadow: none;
    color: #111;
    font-size: 30px;
    font-weight: 700;
    line-height: 1.4;
}

.product-top-page .mfp-category-product-group--mono .mfp-category-product-group__title {
    border-left-color: #555;
}

.product-top-page.mfp-series-page .mfp-series-links,
.product-top-page.mfp-category-page .mfp-category-links {
    background: #f5f8fb;
}

.product-top-page.mfp-category-page .mfp-category-products,
.product-top-page.mfp-series-page .mfp-series-products {
    background: #fff;
}

.product-top-page.mfp-category-page .mfp-other-categories-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
}

.product-top-page.mfp-category-page .mfp-other-category-card {
    display: flex;
    align-items: center;
    min-height: 112px;
    gap: 20px;
    padding: 24px;
    border: 1px solid #d9e1ea;
    border-radius: 2px;
    background: #fff;
    box-shadow: none;
    color: #111;
    text-decoration: none;
    transition: border-color 0.2s ease, transform 0.2s ease;
}

.product-top-page.mfp-category-page .mfp-other-category-card__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    flex: 0 0 60px;
    border-radius: 50%;
    background: #C00000;
    color: #fff;
}

.product-top-page.mfp-category-page .mfp-other-category-card__icon svg {
    width: 27px;
    height: 27px;
    color: #fff;
    stroke-width: 2;
}

.product-top-page.mfp-category-page .mfp-other-category-card__title {
    min-width: 0;
    color: #111;
    font-size: 23px;
    font-weight: 700;
    line-height: 1.4;
    transition: color 0.2s ease;
}

.product-top-page.mfp-category-page .mfp-other-category-card:hover {
    border-color: #12438A;
    transform: translateY(-2px);
}

.product-top-page.mfp-category-page .mfp-other-category-card:hover .mfp-other-category-card__title {
    color: #12438A;
}

.product-top-page.mfp-series-page .mfp-other-series-list,
.product-top-page.mfp-category-page .mfp-other-series-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 60px;
    row-gap: 26px;
}

.product-top-page.mfp-series-page .mfp-other-series-link,
.product-top-page.mfp-category-page .mfp-other-series-link {
    display: flex;
    align-items: center;
    min-width: 0;
    gap: 14px;
    padding: 0;
    border: 0;
    background: transparent;
    box-shadow: none;
    color: #111;
    font-size: 21px;
    font-weight: 700;
    line-height: 1.4;
    text-decoration: none;
    transition: color 0.2s ease, transform 0.2s ease;
}

.product-top-page.mfp-series-page .mfp-other-series-link__arrow,
.product-top-page.mfp-category-page .mfp-other-series-link__arrow {
    flex: 0 0 auto;
    color: #C00000;
    font-size: 20px;
    line-height: 1;
}

.product-top-page.mfp-series-page .mfp-other-series-link:hover,
.product-top-page.mfp-category-page .mfp-other-series-link:hover {
    color: #12438A;
    transform: translateX(3px);
}

@media screen and (min-width: 901px) {
    .product-top-page.mfp-series-page .mfp-other-series-link,
    .product-top-page.mfp-category-page .mfp-other-series-link {
        white-space: nowrap;
    }
}

.product-top-page.mfp-series-page .mfp-series-empty,
.product-top-page.mfp-category-page .mfp-category-empty {
    margin: 0;
    padding: 28px;
    background: #fff;
}

.product-top-page.mfp-series-page .mfp-series-status h1,
.product-top-page.mfp-category-page .mfp-category-status h1 {
    margin: 0 0 18px;
    font-size: 34px;
    line-height: 1.45;
}

@media screen and (max-width: 980px) {
    .product-top-page .product-lineup-grid,
    .product-top-page .product-grid--4,
    .product-top-page .product-grid--3,
    .product-top-page .product-check-list {
        grid-template-columns: repeat(2, 1fr);
    }

    .product-top-page .mfp-product-card-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .product-top-page.mfp-category-page .mfp-other-categories-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

}

@media screen and (max-width: 900px) {
    .product-top-page.mfp-series-page .mfp-other-series-list,
    .product-top-page.mfp-category-page .mfp-other-series-list {
        grid-template-columns: 1fr;
        row-gap: 24px;
    }

    .product-top-page .mfp-archive-hero .mfp-archive-hero__inner {
        display: block;
        min-height: 0;
        padding: 60px 24px;
    }

    .product-top-page .mfp-archive-hero .mfp-archive-hero__content,
    .product-top-page .mfp-archive-hero .mfp-archive-hero__visual {
        width: 100%;
    }

    .product-top-page .mfp-archive-hero .mfp-archive-hero__title {
        font-size: 42px;
    }

    .product-top-page .mfp-archive-hero .mfp-archive-hero__visual {
        margin-top: 42px;
    }

    .product-top-page .mfp-archive-hero .mfp-archive-hero__visual img {
        max-width: 400px;
    }

    .product-top-page .product-lease__layout {
        grid-template-columns: 1fr;
        gap: 44px;
    }

    .product-top-page .product-lease__visual img {
        max-width: 360px;
    }

    .product-top-page .product-area-layout {
        grid-template-columns: 1fr;
        gap: 44px;
    }

    .product-top-page .product-area-map img {
        max-width: 380px;
    }

    .product-top-page .product-flow-list {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 52px 40px;
    }

    .product-top-page .product-flow-list::before {
        content: none;
    }

    .product-top-page .product-flow-item:nth-child(odd)::after {
        content: "";
        position: absolute;
        top: 35px;
        left: 50%;
        z-index: 0;
        width: calc(100% + 40px);
        height: 2px;
        background: #cfd8e0;
    }

    .product-top-page .product-it-list {
        grid-template-columns: 1fr;
    }

    .product-top-page .product-it-item,
    .product-top-page .product-it-item:nth-child(n + 3) {
        padding: 0 0 32px;
        border-bottom: 1px solid #dfe4e8;
    }

    .product-top-page .product-it-item + .product-it-item,
    .product-top-page .product-it-item:nth-child(n + 3) {
        padding-top: 32px;
    }

    .product-top-page .product-it-item:last-child {
        padding-bottom: 0;
        border-bottom: 0;
    }

    .product-top-page .product-check-list {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .product-top-page .product-reason-list {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 44px 32px;
    }

    .product-top-page .product-reason-item + .product-reason-item {
        padding-left: 0;
        border-left: 0;
    }

    .product-top-page .product-reason-item:nth-child(even) {
        padding-left: 32px;
        border-left: 1px solid #ddd;
    }

    .product-top-page .product-intro__inner {
        grid-template-columns: 1fr;
        gap: 44px;
    }

    .product-top-page .product-intro__content {
        padding-top: 34px;
    }

    .product-top-page .product-intro__content .product-section__label {
        font-size: 40px;
    }

    .product-top-page .product-intro__visual img {
        max-width: 360px;
    }
}

@media screen and (max-width: 480px) {
    .product-top-page .product-it-item {
        gap: 20px;
    }

    .product-top-page .product-it-item__icon {
        width: 64px;
        height: 64px;
        flex-basis: 64px;
    }

    .product-top-page .product-it-item__icon svg {
        width: 29px;
        height: 29px;
    }

    .product-top-page .product-it-item__content h3 {
        font-size: 20px;
    }

    .product-top-page .product-check-item {
        gap: 18px;
    }

    .product-top-page .product-check-item__icon {
        width: 60px;
        height: 60px;
        flex-basis: 60px;
    }

    .product-top-page .product-check-item__icon svg {
        width: 28px;
        height: 28px;
    }
}

@media screen and (max-width: 1024px) {
    .product-top-page .section-nav {
        display: none;
    }

    .product-top-page .product-service-links__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media screen and (max-width: 767px) {
    .product-top-page .product-section__inner {
        padding: 60px 18px;
    }

    .product-top-page .product-section__head,
    .product-top-page .product-section__head--left {
        margin-bottom: 32px;
        text-align: left;
    }

    .product-top-page .product-section__label {
        display: none;
    }

    .product-top-page .product-intro__content {
        padding-top: 0;
    }

    .product-top-page .product-section__head h2,
    .product-top-page .product-section__head--left h2 {
        font-size: 26px;
    }

    .product-top-page .mfp-archive-hero .mfp-archive-hero__inner {
        padding: 52px 18px;
    }

    .product-top-page .mfp-archive-hero .mfp-archive-hero__label {
        margin-bottom: 16px;
        font-size: 14px;
    }

    .product-top-page .mfp-archive-hero .mfp-archive-hero__title {
        margin-bottom: 24px;
        font-size: 34px;
    }

    .product-top-page .mfp-archive-hero .mfp-archive-hero__visual {
        margin-top: 36px;
    }

    .product-top-page .mfp-category-product-group + .mfp-category-product-group {
        margin-top: 50px;
    }

    .product-top-page .mfp-category-product-group .mfp-category-product-group__title {
        margin-bottom: 24px;
        font-size: 26px;
    }

    .product-top-page.mfp-category-page .mfp-other-categories-grid {
        grid-template-columns: 1fr;
    }

    .product-top-page .product-intro__content h2 {
        margin-bottom: 22px;
        font-size: 28px;
    }

    .product-top-page .product-intro__inner {
        gap: 34px;
    }

    .product-top-page .product-intro__visual img {
        max-width: 340px;
    }

    .product-top-page .product-reason-list {
        grid-template-columns: 1fr;
        gap: 42px;
    }

    .product-top-page .product-reason-item:nth-child(even) {
        padding-left: 0;
        border-left: 0;
    }

    .product-top-page .product-hero__inner {
        display: block;
        min-height: 0;
        padding: 58px 20px;
    }

    .product-top-page .product-hero__content,
    .product-top-page .product-hero__visual {
        width: 100%;
    }

    .product-top-page .product-hero__content h1 {
        font-size: 31px;
    }

    .product-top-page .product-hero__visual {
        margin-top: 34px;
    }

    .product-top-page .product-hero__buttons {
        display: block;
    }

    .product-top-page .product-hero__buttons .product-btn {
        width: 100%;
        min-width: 0;
    }

    .product-top-page .product-hero__buttons .product-btn + .product-btn {
        margin-top: 12px;
    }

    .product-top-page .product-lineup-grid,
    .product-top-page .product-grid--4,
    .product-top-page .product-grid--3,
    .product-top-page .product-check-list,
    .product-top-page .mfp-product-card-grid {
        grid-template-columns: 1fr;
    }

    .product-top-page .product-flow-list {
        grid-template-columns: 1fr;
        gap: 0;
    }

    .product-top-page .product-flow-item {
        display: grid;
        grid-template-columns: 60px minmax(0, 1fr);
        grid-template-areas:
            "step icon"
            ". content";
        gap: 24px;
        padding: 0 0 40px;
        text-align: left;
    }

    .product-top-page .product-flow-item:last-child {
        padding-bottom: 0;
    }

    .product-top-page .product-flow-item:nth-child(odd)::after,
    .product-top-page .product-flow-item:not(:last-child)::after {
        content: "";
        position: absolute;
        top: 60px;
        bottom: 0;
        left: 29px;
        z-index: 0;
        width: 2px;
        height: auto;
        background: #cfd8e0;
    }

    .product-top-page .product-flow-item:last-child::after {
        content: none;
    }

    .product-top-page .product-flow-item__step {
        grid-area: step;
        width: 60px;
        height: 60px;
        margin: 0;
        font-size: 20px;
    }

    .product-top-page .product-flow-item__icon {
        grid-area: icon;
        align-self: center;
        justify-content: flex-start;
        margin: 0;
    }

    .product-top-page .product-flow-item__icon svg {
        width: 34px;
        height: 34px;
    }

    .product-top-page .product-flow-item__content {
        grid-area: content;
        padding-top: 0;
    }

    .product-top-page .product-flow-item__content h3,
    .product-top-page .product-flow-item__content p {
        text-align: left;
    }

    .product-top-page .product-area-layout {
        gap: 36px;
    }

    .product-top-page .product-area-map img {
        max-width: 320px;
    }

    .product-top-page .product-area-row {
        grid-template-columns: 1fr;
        gap: 4px;
        padding: 10px 0;
    }

    .product-top-page .product-lease__visual img {
        max-width: 320px;
    }

    .product-top-page .product-faq-item {
        padding: 24px 0 26px;
    }

    .product-top-page .product-faq-item dt,
    .product-top-page .product-faq-item dd {
        grid-template-columns: 36px minmax(0, 1fr);
    }

    .product-top-page .product-faq-item dd {
        margin-top: 16px;
    }

    .product-top-page .product-faq-item__mark--q,
    .product-top-page .product-faq-item__mark--a {
        font-size: 21px;
    }

    .product-top-page .product-faq-item__question {
        font-size: 17px;
    }

    .product-top-page .mfp-product-card__image img {
        height: 210px;
    }

    .product-top-page .mfp-product-card .mfp-product-card__title {
        font-size: 20px;
    }

    .product-top-page .product-service-links {
        padding: 56px 16px;
    }

    .product-top-page .product-service-links__grid {
        grid-template-columns: 1fr;
    }

    .product-top-page .wide-cta {
        padding: 60px 16px;
    }

    .product-top-page .wide-cta__title {
        font-size: 26px;
    }

    .product-top-page .wide-cta__cards {
        grid-template-columns: 1fr;
        gap: 22px;
    }

    .product-top-page .wide-cta__tel {
        font-size: 32px;
    }

    .product-top-page .wide-cta__button a {
        min-width: 0;
        width: 100%;
        box-sizing: border-box;
    }
}
