.page-body {
    padding-bottom: 0px;
}

/* ==========================================================================
   Banner
   ========================================================================== */
#loc-tyo-page .banner {
    height: 560px;
    background-image: url(../../../images/banner/tokyo-tower.jpg);
    background-size: cover;
    background-position: center;
    position: relative;
}

#loc-tyo-page .banner .banner-bg {
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(10, 20, 40, 0.55) 0%, rgba(10, 20, 40, 0.85) 100%);
    display: flex;
    align-items: center;
}

#loc-tyo-page .banner .container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding-top: 100px;
}

#loc-tyo-page .banner .banner-tag {
    display: inline-flex;
    align-items: center;
    padding: 8px 18px;
    border: 1px solid rgba(255, 255, 255, 0.4);
    border-radius: 24px;
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 20px;
}

#loc-tyo-page .banner .banner-title {
    font-size: 56px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 16px;
}

#loc-tyo-page .banner .banner-text {
    font-size: 18px;
    color: #c7d3e6;
    max-width: 620px;
    line-height: 1.7;
}

/* ==========================================================================
   Shared section styles
   ========================================================================== */
#loc-tyo-page .section {
    padding: 80px 0px;
}

#loc-tyo-page .section.alt {
    background: #f6f9fc;
}

#loc-tyo-page .section-header {
    max-width: 720px;
    margin: 0 auto 50px;
    text-align: center;
}

#loc-tyo-page .section-tag {
    display: inline-flex;
    align-items: center;
    padding: 6px 16px;
    background: #e8f0ff;
    color: #0068ff;
    border-radius: 20px;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 16px;
}

#loc-tyo-page .section-title {
    font-size: 36px;
    font-weight: 700;
    color: #0a2540;
    margin-bottom: 16px;
}

#loc-tyo-page .section-text {
    font-size: 16px;
    color: #6b7280;
    line-height: 1.7;
}

/* ==========================================================================
   Feature grids (datacenter / network)
   ========================================================================== */
#loc-tyo-page .feature-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

#loc-tyo-page .feature-card {
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 16px;
    padding: 32px;
}

#loc-tyo-page .section.alt .feature-card {
    background: #ffffff;
}

#loc-tyo-page .feature-card .feature-icon {
    width: 56px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #0068ff;
    border-radius: 12px;
    margin-bottom: 24px;
}

#loc-tyo-page .feature-card .feature-icon img {
    width: 28px;
    height: 28px;
    filter: brightness(0) invert(1);
}

#loc-tyo-page .feature-card .feature-title {
    font-size: 19px;
    font-weight: 700;
    color: #0a2540;
    margin-bottom: 12px;
}

#loc-tyo-page .feature-card .feature-text {
    font-size: 14px;
    color: #6b7280;
    line-height: 1.7;
}

/* ==========================================================================
   Facility stats & facility card
   ========================================================================== */
#loc-tyo-page .facility-stats {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    margin-top: 60px;
    padding: 36px 24px;
    background: #0a2540;
    border-radius: 16px;
}

#loc-tyo-page .facility-stats .stat-item {
    text-align: center;
}

#loc-tyo-page .facility-stats .stat-value {
    font-size: 32px;
    font-weight: 800;
    color: #ffffff;
    line-height: 1.3;
}

#loc-tyo-page .facility-stats .stat-label {
    font-size: 13px;
    color: #9ca8b8;
    margin-top: 6px;
}

#loc-tyo-page .facility-header {
    margin-top: 70px;
}

#loc-tyo-page .facility-grid {
    display: grid;
    grid-template-columns: 1fr;
    max-width: 700px;
    margin: 0 auto;
    gap: 24px;
}

#loc-tyo-page .facility-card {
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 16px;
    padding: 36px;
    display: flex;
    flex-direction: column;
}

#loc-tyo-page .facility-card .facility-icon {
    width: 56px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #0068ff;
    border-radius: 12px;
    margin-bottom: 24px;
}

#loc-tyo-page .facility-card .facility-icon img {
    width: 28px;
    height: 28px;
    filter: brightness(0) invert(1);
}

#loc-tyo-page .facility-card .facility-name {
    font-size: 22px;
    font-weight: 700;
    color: #0a2540;
}

#loc-tyo-page .facility-card .facility-sub {
    font-size: 13px;
    font-weight: 700;
    color: #0068ff;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 14px;
}

#loc-tyo-page .facility-card .facility-text {
    font-size: 15px;
    color: #6b7280;
    line-height: 1.8;
    margin-bottom: 20px;
}

#loc-tyo-page .facility-card .facility-points {
    list-style: none;
    margin: 0;
    margin-top: auto;
    padding: 0;
}

#loc-tyo-page .facility-card .facility-points li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-size: 14px;
    color: #3c4043;
    font-weight: 500;
    line-height: 1.6;
    padding: 8px 0;
    border-top: 1px solid #f0f2f5;
}

#loc-tyo-page .facility-card .facility-points li:first-child {
    border-top: none;
}

#loc-tyo-page .facility-card .facility-points li i {
    color: #0068ff;
    margin-top: 4px;
    flex-shrink: 0;
}

/* ==========================================================================
   Hardware platform cards
   ========================================================================== */
#loc-tyo-page .hardware-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
}

#loc-tyo-page .hardware-grid-1 {
    display: flex;
    justify-content: center;
}

#loc-tyo-page .hardware-grid-1 .hardware-card {
    max-width: 640px;
    width: 100%;
}

#loc-tyo-page .hardware-card {
    background: #0a2540;
    border-radius: 16px;
    padding: 36px 32px;
    color: #ffffff;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

#loc-tyo-page .hardware-card.featured {
    background: linear-gradient(135deg, #0068ff 0%, #0047b3 100%);
}

#loc-tyo-page .hardware-card .hardware-badge {
    position: absolute;
    top: 24px;
    right: 24px;
    background: rgba(255, 255, 255, 0.15);
    color: #ffffff;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    padding: 6px 12px;
    border-radius: 16px;
}

#loc-tyo-page .hardware-card .hardware-title {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 6px;
}

#loc-tyo-page .hardware-card .hardware-sub {
    font-size: 14px;
    color: #9fb8e0;
    font-weight: 600;
    margin-bottom: 20px;
}

#loc-tyo-page .hardware-card .hardware-text {
    font-size: 14px;
    color: #c7d3e6;
    line-height: 1.7;
    margin-bottom: 24px;
}

#loc-tyo-page .hardware-card .hardware-points {
    list-style: none;
    margin: 0;
    margin-top: auto;
    padding: 0;
}

#loc-tyo-page .hardware-card .hardware-points li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-size: 14px;
    color: #c7d3e6;
    font-weight: 500;
    line-height: 1.6;
    padding: 7px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

#loc-tyo-page .hardware-card .hardware-points li:first-child {
    border-top: none;
}

#loc-tyo-page .hardware-card .hardware-points li i {
    color: #ffffff;
    margin-top: 5px;
    flex-shrink: 0;
    font-size: 12px;
    opacity: 0.8;
}

#loc-tyo-page .hardware-card.featured .hardware-points li i {
    color: #ffffff;
}

/* ==========================================================================
   Network detail cards
   ========================================================================== */
#loc-tyo-page .network-detail-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
    margin-top: 40px;
}

#loc-tyo-page .network-detail-card {
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 16px;
    padding: 36px;
    display: flex;
    flex-direction: column;
}

#loc-tyo-page .network-detail-card .network-detail-tag {
    display: inline-flex;
    align-items: center;
    padding: 6px 16px;
    background: #e8f0ff;
    color: #0068ff;
    border-radius: 20px;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 16px;
}

#loc-tyo-page .network-detail-card .network-detail-title {
    font-size: 22px;
    font-weight: 700;
    color: #0a2540;
    margin-bottom: 14px;
}

#loc-tyo-page .network-detail-card .network-detail-text {
    font-size: 15px;
    color: #6b7280;
    line-height: 1.8;
    margin-bottom: 20px;
}

#loc-tyo-page .network-detail-card .network-detail-list {
    list-style: none;
    margin: 0;
    margin-top: auto;
    padding: 0;
}

#loc-tyo-page .network-detail-card .network-detail-list li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-size: 14px;
    color: #3c4043;
    font-weight: 500;
    line-height: 1.6;
    padding: 8px 0;
    border-top: 1px solid #f0f2f5;
}

#loc-tyo-page .network-detail-card .network-detail-list li:first-child {
    border-top: none;
}

#loc-tyo-page .network-detail-card .network-detail-list li i {
    color: #0068ff;
    margin-top: 4px;
    flex-shrink: 0;
}

/* ==========================================================================
   Benchmark / comparison charts
   ========================================================================== */
#loc-tyo-page .chart-section {
    margin-top: 60px;
}

#loc-tyo-page .chart-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
}

#loc-tyo-page .chart-card {
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 16px;
    padding: 32px;
}

#loc-tyo-page .chart-card .chart-card-title {
    font-size: 15px;
    font-weight: 700;
    color: #0a2540;
    margin-bottom: 20px;
}

#loc-tyo-page .chart-wrap {
    position: relative;
    height: 240px;
}

#loc-tyo-page .chart-wrap.chart-wrap-wide {
    height: 320px;
}

#loc-tyo-page .chart-section>.chart-card {
    max-width: 900px;
    margin: 0 auto;
}

#loc-tyo-page .chart-caption {
    font-size: 13px;
    color: #9ca3af;
    line-height: 1.7;
    margin-top: 20px;
    text-align: center;
}

/* ==========================================================================
   Network series cards
   ========================================================================== */
#loc-tyo-page .series-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    align-items: stretch;
}

#loc-tyo-page .series-card {
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 16px;
    padding: 32px;
    display: flex;
    flex-direction: column;
}

#loc-tyo-page .series-card .series-badge {
    display: inline-flex;
    align-items: center;
    padding: 8px 18px;
    background: #467fcf;
    color: #ffffff;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 20px;
    align-self: flex-start;
}

#loc-tyo-page .series-card.eyeball .series-badge {
    background: #3b7ab8;
}

#loc-tyo-page .series-card.tier1 .series-badge {
    background: #5aa897;
}

#loc-tyo-page .series-card .series-text {
    font-size: 14px;
    color: #6b7280;
    line-height: 1.8;
    margin-bottom: 24px;
    min-height: 11.5em;
}

#loc-tyo-page .series-card .series-usecase {
    margin-top: auto;
}

#loc-tyo-page .series-card .series-usecase-title {
    font-size: 13px;
    font-weight: 700;
    color: #0a2540;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 12px;
}

#loc-tyo-page .series-card .series-usecase-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

#loc-tyo-page .series-card .series-usecase-list li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-size: 14px;
    color: #3c4043;
    font-weight: 500;
    line-height: 1.6;
    padding: 7px 0;
}

#loc-tyo-page .series-card .series-usecase-list li i {
    color: #467fcf;
    margin-top: 5px;
    flex-shrink: 0;
    font-size: 12px;
}

#loc-tyo-page .series-card.eyeball .series-usecase-list li i {
    color: #3b7ab8;
}

#loc-tyo-page .series-card.tier1 .series-usecase-list li i {
    color: #5aa897;
}

/* ==========================================================================
   Pricing / plan selector
   ========================================================================== */
#loc-tyo-page .pricing-group-tips {
    font-size: 14px;
    color: #6b7280;
    line-height: 1.7;
    margin-top: 20px;
    margin-bottom: 20px;
}

#loc-tyo-page .plan-selector {
    display: flex;
    flex-wrap: wrap;
    gap: 24px 40px;
    padding: 24px 28px;
    background: rgb(248 250 252);
    border: 1px solid #e5e7eb;
    border-radius: 16px;
    margin-bottom: 28px;
}

#loc-tyo-page .plan-selector-group {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

#loc-tyo-page .plan-selector-label {
    font-size: 13px;
    font-weight: 600;
    color: #5f6368;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

#loc-tyo-page .plan-selector-options {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

#loc-tyo-page .plan-option {
    padding: 10px 20px;
    background: #ffffff;
    color: #3c4043;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.2s, color 0.2s, border-color 0.2s;
}

#loc-tyo-page .plan-option:hover:not(:disabled):not(.active) {
    border-color: #a8c5ed;
    color: #467fcf;
}

#loc-tyo-page .plan-option.active:hover {
    background: #d6e4ff;
    border-color: #a8c5ed;
}

#loc-tyo-page .plan-option.active {
    background: #e8f0ff;
    color: #2f5fa8;
    border-color: #a8c5ed;
}

#loc-tyo-page .plan-option:disabled {
    color: #c7ccd1;
    cursor: not-allowed;
}

#loc-tyo-page .plan-network-intro {
    background: rgb(248 250 252);
    border: 1px solid #e5e7eb;
    border-radius: 16px;
    padding: 20px 24px;
    margin-bottom: 24px;
}

#loc-tyo-page .plan-network-desc-title {
    font-size: 16px;
    font-weight: 700;
    color: #0a2540;
    margin-bottom: 8px;
}

#loc-tyo-page .plan-network-desc-text {
    font-size: 14px;
    color: #6b7280;
    line-height: 1.7;
}

#loc-tyo-page .plan-cards {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

#loc-tyo-page .plan-card {
    display: flex;
    align-items: center;
    gap: 24px;
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 16px;
    padding: 18px 24px;
    transition: border-color 0.2s, box-shadow 0.2s;
}

#loc-tyo-page .plan-card:hover {
    border-color: #467fcf;
    box-shadow: 0 4px 16px rgba(10, 37, 64, 0.06);
}

#loc-tyo-page .plan-card-name {
    flex: 0 0 120px;
    font-size: 16px;
    font-weight: 700;
    color: #0a2540;
    letter-spacing: -0.2px;
}

#loc-tyo-page .plan-card-specs {
    flex: 1 1 auto;
    display: flex;
    flex-wrap: wrap;
    gap: 12px 24px;
}

#loc-tyo-page .plan-spec {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    color: #3c4043;
    font-weight: 500;
    white-space: nowrap;
}

#loc-tyo-page .plan-spec i {
    color: #9aa3af;
    font-size: 13px;
}

#loc-tyo-page .plan-card-price {
    flex: 0 0 140px;
    text-align: right;
    font-size: 18px;
    font-weight: 700;
    color: #467fcf;
    letter-spacing: -0.5px;
}

#loc-tyo-page .plan-card-price span {
    font-size: 12px;
    color: #5f6368;
    font-weight: 500;
}

#loc-tyo-page .plan-card-action {
    flex: 0 0 auto;
}

#loc-tyo-page .btn-order {
    padding: 9px 20px;
    background: #467fcf;
    color: #ffffff;
    border: none;
    border-radius: 8px;
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.2s;
    white-space: nowrap;
}

#loc-tyo-page .btn-order:hover {
    background: #3a6bb5;
}

/* ==========================================================================
   CTA
   ========================================================================== */
#loc-tyo-page .cta {
    padding: 60px 0px 90px;
    text-align: center;
}

#loc-tyo-page .cta .cta-card {
    position: relative;
    overflow: hidden;
    padding: 60px 40px;
    background: linear-gradient(135deg, #0068ff 0%, #0047b3 100%);
    border-radius: 24px;
    box-shadow: 0 20px 50px rgba(0, 71, 179, 0.25);
}

#loc-tyo-page .cta .cta-deco {
    position: absolute;
    bottom: -60px;
    height: 230px;
    opacity: 0;
    pointer-events: none;
    transform: translateY(48px);
    transition: opacity .9s ease, transform .9s cubic-bezier(.22, .61, .36, 1);
}

#loc-tyo-page .cta .cta-deco.in-view {
    opacity: .12;
    transform: translateY(0);
}

#loc-tyo-page .cta .cta-deco.left {
    left: 24px;
}

#loc-tyo-page .cta .cta-deco.right {
    right: 12px;
    transition-delay: .12s;
}

#loc-tyo-page .cta .cta-title,
#loc-tyo-page .cta .cta-text,
#loc-tyo-page .cta .btn-cta {
    position: relative;
    z-index: 1;
}

#loc-tyo-page .cta .cta-title {
    font-size: 36px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 16px;
}

#loc-tyo-page .cta .cta-text {
    font-size: 16px;
    color: #d6e4ff;
    margin-bottom: 32px;
}

#loc-tyo-page .cta .btn-cta {
    display: inline-flex;
    align-items: center;
    padding: 14px 40px;
    background: #ffffff;
    color: #0068ff;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
    transition: background 0.2s, color 0.2s;
}

#loc-tyo-page .cta .btn-cta:hover {
    background: #e8f0ff;
    color: #0047b3;
    text-decoration: none;
}

/* ==========================================================================
   Responsive
   ========================================================================== */
@media (max-width: 1200px) {
    #loc-tyo-page .plan-card-price {
        font-size: 16px;
    }
}

@media (max-width: 992px) {

    #loc-tyo-page .feature-grid,
    #loc-tyo-page .hardware-grid,
    #loc-tyo-page .series-grid,
    #loc-tyo-page .network-detail-grid,
    #loc-tyo-page .chart-grid {
        grid-template-columns: 1fr;
    }

    #loc-tyo-page .facility-stats {
        grid-template-columns: repeat(2, 1fr);
        gap: 32px 24px;
    }

    #loc-tyo-page .plan-card {
        flex-wrap: wrap;
        align-items: flex-start;
    }

    #loc-tyo-page .plan-card-name {
        flex: 1 1 auto;
    }

    #loc-tyo-page .plan-card-specs {
        flex: 1 1 100%;
        order: 3;
    }

    #loc-tyo-page .plan-card-price {
        flex: 0 0 auto;
        text-align: left;
    }

    #loc-tyo-page .banner .banner-title {
        font-size: 42px;
    }
}

@media (max-width: 768px) {
    #loc-tyo-page .section {
        padding: 60px 0px;
    }

    #loc-tyo-page .section-title {
        font-size: 28px;
    }

    #loc-tyo-page .banner {
        height: auto;
        min-height: 460px;
    }

    #loc-tyo-page .banner .banner-title {
        font-size: 34px;
    }

    #loc-tyo-page .banner .banner-text {
        font-size: 15px;
    }

    #loc-tyo-page .cta .cta-card {
        padding: 40px 24px;
        border-radius: 16px;
    }

    #loc-tyo-page .cta .cta-deco {
        display: none;
    }

    #loc-tyo-page .cta .cta-title {
        font-size: 28px;
    }
}

/* Transit Provider Logo Cloud */
#loc-tyo-page .logo-cloud {
    margin-top: 56px;
    padding: 48px 0 52px;
    border-radius: 22px;
    background: linear-gradient(180deg, #0b1f3d 0%, #081428 100%);
    overflow: hidden;
}

#loc-tyo-page .logo-cloud-head {
    max-width: 720px;
    margin: 0 auto 36px;
    text-align: center;
}

#loc-tyo-page .logo-cloud-tag {
    display: inline-block;
    margin-bottom: 14px;
    padding: 6px 14px;
    border-radius: 999px;
    background: rgba(255, 255, 255, .1);
    color: #cfe0ff;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: .03em;
    text-transform: uppercase;
}

#loc-tyo-page .logo-cloud-title {
    margin-bottom: 12px;
    color: #ffffff;
    font-size: 26px;
    font-weight: 700;
}

#loc-tyo-page .logo-cloud-text {
    color: rgba(255, 255, 255, .62);
    font-size: 15px;
    line-height: 1.7;
}

#loc-tyo-page .logo-cloud-viewport {
    display: flex;
    flex-direction: column;
    gap: 26px;
    overflow: hidden;
    -webkit-mask-image: linear-gradient(to right, transparent, #000 8%, #000 92%, transparent);
    mask-image: linear-gradient(to right, transparent, #000 8%, #000 92%, transparent);
}

#loc-tyo-page .logo-cloud-track {
    display: flex;
    align-items: center;
    width: max-content;
    animation: logoCloudScroll 40s linear infinite;
    will-change: transform;
}

#loc-tyo-page .logo-cloud-track.reverse {
    animation-direction: reverse;
}

#loc-tyo-page .logo-cloud-viewport:hover .logo-cloud-track {
    animation-play-state: paused;
}

#loc-tyo-page .logo-cloud-item {
    display: flex;
    flex: 0 0 auto;
    align-items: center;
    justify-content: center;
    gap: 18px;
    height: 46px;
    padding: 0 42px;
}

#loc-tyo-page .logo-cloud-item img {
    height: 30px;
    width: auto;
    max-width: none;
    object-fit: contain;
    filter: brightness(0) invert(1);
    opacity: .72;
    transition: opacity .2s ease;
}

#loc-tyo-page .logo-cloud-item:hover img {
    opacity: 1;
}

#loc-tyo-page .feature-title sup,
#loc-tyo-page .stat-value sup,
#loc-tyo-page .network-detail-title sup {
    margin-left: 1px;
    color: #0068ff;
    font-size: .5em;
    font-weight: 700;
    top: -.85em;
}

#loc-tyo-page .network-note {
    margin-top: 44px;
    color: #9ca3af;
    font-size: 12.5px;
    line-height: 1.6;
    text-align: center;
}

#loc-tyo-page .network-note+.network-note {
    margin-top: 6px;
}

#loc-tyo-page .page-footnotes {
    padding: 30px 0 38px;
}

#loc-tyo-page .page-footnotes .network-note {
    text-align: left;
}

#loc-tyo-page .page-footnotes .network-note:first-child {
    margin-top: 0;
}

#loc-tyo-page .network-note sup {
    margin-right: 3px;
    color: #0068ff;
    font-size: .9em;
    font-weight: 700;
    top: -.4em;
}

@media (max-width: 575px) {
    #loc-tyo-page .logo-cloud-item {
        height: 38px;
        padding: 0 26px;
        gap: 14px;
    }

    #loc-tyo-page .logo-cloud-item img {
        height: 24px;
    }
}