/* /Components/NavMenu.razor.rz.scp.css */
.mainIcon[b-uj819h00y2] {
    width: 48px;
    height: 48px;
    vertical-align: middle;
}

.navbar-custom[b-uj819h00y2] {
    background-color: #003D3A;
}

.navbar-custom .navbar-brand[b-uj819h00y2] {
    color: #ffffff !important;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.navbar-custom .text-dark[b-uj819h00y2] {
    color: #ffffff !important;
}

.navbar-toggler[b-uj819h00y2] {
    border-color: rgba(255, 255, 255, 0.3);
}

.navbar-toggler-icon[b-uj819h00y2] {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.nav-link[b-uj819h00y2] {
    font-weight: 500;
    transition: color 0.2s ease-in-out;
    color: #ffffff !important;
}

.nav-link:not(.active)[b-uj819h00y2] {
    color: #ffffff !important;
}

.nav-link:hover[b-uj819h00y2] {
    color: #e0e0e0 !important;
}

.nav-item[b-uj819h00y2]  a.active {
    font-weight: 700;
    color: #ffffff !important;
}
/* /Layout/MainLayout.razor.rz.scp.css */
.page[b-798bn1uiq7] {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

main[b-798bn1uiq7] {
    flex: 1;
}

/* Custom styles for clean header links */
.header-nav .nav-link[b-798bn1uiq7] {
    font-weight: 500;
    transition: color 0.2s ease-in-out;
}

.header-nav .nav-link:hover[b-798bn1uiq7] {
    color: #0056b3 !important; /* Primary blueish hover */
    text-decoration: none;
}

/* Ensure footer stays at bottom even if content is short (handled by flex:1 on main, but extra safety is good) */
.site-footer[b-798bn1uiq7] {
    width: 100%;
}
/* /Pages/Company.razor.rz.scp.css */
body[b-t19utwe2q5] {
}

.section-title[b-t19utwe2q5] {
    font-size: 1.5rem;
    font-weight: 600;
    color: #003D3A;
    border-bottom: 2px solid #003D3A;
    padding-bottom: 0.5rem;
}

.info-row[b-t19utwe2q5] {
    display: flex;
    border-bottom: 1px solid #e0e0e0;
    padding: 1rem 0;
}

.info-row:last-child[b-t19utwe2q5] {
    border-bottom: none;
}

.info-label[b-t19utwe2q5] {
    flex: 0 0 200px;
    font-weight: 600;
    color: #333;
    padding-right: 2rem;
}

.info-content[b-t19utwe2q5] {
    flex: 1;
    color: #555;
}

@media (max-width: 768px) {
    .info-row[b-t19utwe2q5] {
        flex-direction: column;
    }

    .info-label[b-t19utwe2q5] {
        flex: none;
        padding-right: 0;
        margin-bottom: 0.5rem;
        font-size: 0.95rem;
    }

    .info-content[b-t19utwe2q5] {
        padding-left: 0;
    }
}
/* /Pages/Contact.razor.rz.scp.css */
.contact-form-container[b-touygd56gr] {
    max-width: 800px;
    margin: 0 auto;
    background-color: #ffffff;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    padding: 2rem;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}

.contact-form-container iframe[b-touygd56gr] {
    border-radius: 8px;
}


@media (max-width: 768px) {
    .contact-form-container[b-touygd56gr] {
        padding: 1rem;
    }
}
/* /Pages/Home.razor.rz.scp.css */
/* ヒーローセクション */
.hero-section[b-jpg2c2h1nn] {
    background: linear-gradient(135deg, #003D3A 0%, #005550 100%);
    color: white;
    padding: 120px 0 100px;
    position: relative;
    overflow: hidden;
}

.hero-section[b-jpg2c2h1nn]::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.05'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    opacity: 0.3;
}

.hero-content[b-jpg2c2h1nn] {
    position: relative;
    z-index: 1;
}

.hero-title[b-jpg2c2h1nn] {
    font-size: 3rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    line-height: 1.3;
}

.hero-subtitle[b-jpg2c2h1nn] {
    font-size: 1.25rem;
    margin-bottom: 1rem;
    opacity: 0.95;
}

.hero-description[b-jpg2c2h1nn] {
    font-size: 1.1rem;
    margin-bottom: 2.5rem;
    opacity: 0.9;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

/* サービスセクション */
.services-section[b-jpg2c2h1nn] {
    background-color: #f8f9fa;
    padding: 80px 0;
}

.section-title[b-jpg2c2h1nn] {
    font-size: 2.5rem;
    font-weight: 700;
    color: #003D3A;
    margin-bottom: 3rem;
    text-align: center;
    position: relative;
    padding-bottom: 1rem;
}

.section-title[b-jpg2c2h1nn]::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 4px;
    background: linear-gradient(90deg, #003D3A, #005550);
    border-radius: 2px;
}

.service-card[b-jpg2c2h1nn] {
    background: white;
    border-radius: 12px;
    padding: 2.5rem 2rem;
    height: 100%;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.07);
    transition: all 0.3s ease;
    border: 2px solid transparent;
}

.service-card:hover[b-jpg2c2h1nn] {
    transform: translateY(-8px);
    box-shadow: 0 12px 24px rgba(0, 61, 58, 0.15);
    border-color: #003D3A;
}

.service-icon[b-jpg2c2h1nn] {
    font-size: 3rem;
    color: #003D3A;
    margin-bottom: 1.5rem;
}

.service-title[b-jpg2c2h1nn] {
    font-size: 1.5rem;
    font-weight: 700;
    color: #003D3A;
    margin-bottom: 1rem;
}

.service-subtitle[b-jpg2c2h1nn] {
    font-size: 1rem;
    font-weight: 600;
    color: #005550;
    margin-bottom: 1rem;
}

.service-description[b-jpg2c2h1nn] {
    color: #555;
    line-height: 1.8;
    font-size: 0.95rem;
}

/* 強みセクション */
.strengths-section[b-jpg2c2h1nn] {
    padding: 80px 0;
    background: white;
}

.strength-card[b-jpg2c2h1nn] {
    text-align: center;
    padding: 2rem 1.5rem;
    height: 100%;
    border-radius: 8px;
    transition: all 0.3s ease;
}

.strength-card:hover[b-jpg2c2h1nn] {
    background: #f8f9fa;
}

.strength-icon[b-jpg2c2h1nn] {
    font-size: 3.5rem;
    color: #003D3A;
    margin-bottom: 1.5rem;
}

.strength-title[b-jpg2c2h1nn] {
    font-size: 1.25rem;
    font-weight: 700;
    color: #003D3A;
    margin-bottom: 0.5rem;
}

.strength-subtitle[b-jpg2c2h1nn] {
    font-size: 0.95rem;
    color: #005550;
    margin-bottom: 1rem;
    font-weight: 600;
}

.strength-description[b-jpg2c2h1nn] {
    color: #666;
    font-size: 0.9rem;
    line-height: 1.7;
}

/* CTAセクション */
.cta-section[b-jpg2c2h1nn] {
    background: linear-gradient(135deg, #003D3A 0%, #005550 100%);
    color: white;
    padding: 80px 0;
    position: relative;
    overflow: hidden;
}

.cta-section[b-jpg2c2h1nn]::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.05'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    opacity: 0.3;
}

.cta-content[b-jpg2c2h1nn] {
    position: relative;
    z-index: 1;
}

.cta-title[b-jpg2c2h1nn] {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 2rem;
}

.btn-cta[b-jpg2c2h1nn] {
    padding: 1rem 3rem;
    font-size: 1.1rem;
    font-weight: 600;
    border-radius: 50px;
    transition: all 0.3s ease;
    margin: 0 0.5rem;
    text-decoration: none;
    display: inline-block;
}

.btn-cta-primary[b-jpg2c2h1nn] {
    background: white;
    color: #003D3A;
    border: 2px solid white;
}

.btn-cta-primary:hover[b-jpg2c2h1nn] {
    background: transparent;
    color: white;
    transform: translateY(-2px);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

.btn-cta-secondary[b-jpg2c2h1nn] {
    background: transparent;
    color: white;
    border: 2px solid white;
}

.btn-cta-secondary:hover[b-jpg2c2h1nn] {
    background: white;
    color: #003D3A;
    transform: translateY(-2px);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

/* レスポンシブ対応 */
@media (max-width: 768px) {
    .hero-section[b-jpg2c2h1nn] {
        padding: 80px 0 60px;
    }

    .hero-title[b-jpg2c2h1nn] {
        font-size: 2rem;
    }

    .hero-subtitle[b-jpg2c2h1nn] {
        font-size: 1.1rem;
    }

    .hero-description[b-jpg2c2h1nn] {
        font-size: 1rem;
    }

    .section-title[b-jpg2c2h1nn] {
        font-size: 1.75rem;
    }

    .services-section[b-jpg2c2h1nn],
    .strengths-section[b-jpg2c2h1nn] {
        padding: 60px 0;
    }

    .service-card[b-jpg2c2h1nn] {
        margin-bottom: 1.5rem;
    }

    .strength-card[b-jpg2c2h1nn] {
        margin-bottom: 1.5rem;
    }

    .cta-section[b-jpg2c2h1nn] {
        padding: 60px 0;
    }

    .cta-title[b-jpg2c2h1nn] {
        font-size: 1.5rem;
    }

    .btn-cta[b-jpg2c2h1nn] {
        display: block;
        margin: 0.5rem 0;
        padding: 0.875rem 2rem;
        font-size: 1rem;
    }
}
/* /Pages/PrivacyPolicy.razor.rz.scp.css */
.section-title[b-1wp34io50k] {
    font-size: 1.5rem;
    font-weight: 600;
    color: #003D3A;
    border-bottom: 2px solid #003D3A;
    padding-bottom: 0.5rem;
}

.info-row[b-1wp34io50k] {
    display: flex;
    border-bottom: 1px solid #e0e0e0;
    padding: 1rem 0;
}

.info-row:last-child[b-1wp34io50k] {
    border-bottom: none;
}

.info-label[b-1wp34io50k] {
    flex: 0 0 200px;
    font-weight: 600;
    color: #333;
    padding-right: 2rem;
}

.info-content[b-1wp34io50k] {
    flex: 1;
    color: #555;
}

@media (max-width: 768px) {
    .info-row[b-1wp34io50k] {
        flex-direction: column;
    }

    .info-label[b-1wp34io50k] {
        flex: none;
        padding-right: 0;
        margin-bottom: 0.5rem;
        font-size: 0.95rem;
    }

    .info-content[b-1wp34io50k] {
        padding-left: 0;
    }
}
/* /Pages/PrivacyPolicyHurryup.razor.rz.scp.css */
.section-title[b-lepai5w34d] {
    font-size: 1.5rem;
    font-weight: 600;
    color: #003D3A;
    border-bottom: 2px solid #003D3A;
    padding-bottom: 0.5rem;
}

.info-row[b-lepai5w34d] {
    display: flex;
    border-bottom: 1px solid #e0e0e0;
    padding: 1rem 0;
}

.info-row:last-child[b-lepai5w34d] {
    border-bottom: none;
}

.info-label[b-lepai5w34d] {
    flex: 0 0 200px;
    font-weight: 600;
    color: #333;
    padding-right: 2rem;
}

.info-content[b-lepai5w34d] {
    flex: 1;
    color: #555;
}

@media (max-width: 768px) {
    .info-row[b-lepai5w34d] {
        flex-direction: column;
    }

    .info-label[b-lepai5w34d] {
        flex: none;
        padding-right: 0;
        margin-bottom: 0.5rem;
        font-size: 0.95rem;
    }

    .info-content[b-lepai5w34d] {
        padding-left: 0;
    }
}
/* /Pages/Products.razor.rz.scp.css */
.year-title[b-hos7c719g9] {
    font-size: 1.75rem;
    font-weight: 600;
    color: #003D3A;
    border-bottom: 2px solid #003D3A;
    padding-bottom: 0.5rem;
    display: block;
    width: 100%;
}

.product-card[b-hos7c719g9] {
    background-color: #ffffff;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    padding: 1.5rem;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
    transition: box-shadow 0.3s ease;
}

.product-card:hover[b-hos7c719g9] {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.product-image[b-hos7c719g9] {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f8f9fa;
    border-radius: 8px;
    padding: 1rem;
    min-height: 250px;
}

.product-image img[b-hos7c719g9] {
    max-width: 100%;
    height: auto;
    object-fit: contain;
}

.product-image-placeholder[b-hos7c719g9] {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #003D3A;
    border-radius: 8px;
    padding: 1rem;
    min-height: 250px;
}

.product-image-placeholder img[b-hos7c719g9] {
    max-width: 100%;
    height: auto;
    object-fit: contain;
}

.product-title[b-hos7c719g9] {
    font-size: 1.5rem;
    font-weight: 700;
    color: #003D3A;
    margin-bottom: 1rem;
}

.product-details[b-hos7c719g9] {
    color: #555;
    line-height: 1.8;
}

.product-details p[b-hos7c719g9] {
    margin-bottom: 0.5rem;
}

.product-details strong[b-hos7c719g9] {
    color: #333;
}

.product-details a[b-hos7c719g9] {
    color: #003D3A;
    text-decoration: none;
    word-break: break-all;
}

.product-details a:hover[b-hos7c719g9] {
    text-decoration: underline;
}

@media (max-width: 768px) {
    .product-image[b-hos7c719g9],
    .product-image-placeholder[b-hos7c719g9] {
        margin-bottom: 1rem;
    }

    .product-title[b-hos7c719g9] {
        font-size: 1.25rem;
    }
}
/* /Pages/PublicNotice.razor.rz.scp.css */
/* ===========================================
   決算公告ページ スタイル
   =========================================== */

/* --- セクションタイトル --- */
.section-title[b-75mlhgn7do] {
    font-size: 1.5rem;
    font-weight: 600;
    color: #003D3A;
    border-bottom: 2px solid #003D3A;
    padding-bottom: 0.5rem;
}

/* --- 公告リスト --- */
.notice-list[b-75mlhgn7do] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

/* --- 公告カード --- */
.notice-card[b-75mlhgn7do] {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1rem 1.5rem;
    background-color: #f8f9fa;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    text-decoration: none;
    color: inherit;
    transition: background-color 0.2s ease,
                border-color 0.2s ease,
                box-shadow 0.2s ease,
                transform 0.2s ease;
}

.notice-card:hover[b-75mlhgn7do] {
    background-color: #e9f5f4;
    border-color: #003D3A;
    box-shadow: 0 2px 8px rgba(0, 61, 58, 0.1);
    transform: translateY(-2px);
}

/* --- カード内要素 --- */
.notice-period[b-75mlhgn7do] {
    flex-shrink: 0;
    width: 80px;
    font-weight: 700;
    font-size: 1.1rem;
    color: #003D3A;
}

.notice-date[b-75mlhgn7do] {
    flex-shrink: 0;
    width: 140px;
    font-size: 0.95rem;
    color: #666;
}

.notice-title[b-75mlhgn7do] {
    flex: 1;
    font-weight: 500;
    color: #333;
}

/* --- レスポンシブ (モバイル) --- */
@media (max-width: 768px) {
    .notice-card[b-75mlhgn7do] {
        flex-wrap: wrap;
        padding: 1rem;
        gap: 0.5rem;
    }

    .notice-period[b-75mlhgn7do] {
        width: auto;
        font-size: 1rem;
    }

    .notice-date[b-75mlhgn7do] {
        flex: 1;
        width: auto;
        text-align: right;
    }

    .notice-title[b-75mlhgn7do] {
        flex-basis: 100%;
        order: 3;
        margin-top: 0.25rem;
    }
}
/* /Pages/Securitypolicy.razor.rz.scp.css */
.section-title[b-1hhdj73p9l] {
    font-size: 1.5rem;
    font-weight: 600;
    color: #003D3A;
    border-bottom: 2px solid #003D3A;
    padding-bottom: 0.5rem;
}

.info-row[b-1hhdj73p9l] {
    display: flex;
    border-bottom: 1px solid #e0e0e0;
    padding: 1rem 0;
}

.info-row:last-child[b-1hhdj73p9l] {
    border-bottom: none;
}

.info-label[b-1hhdj73p9l] {
    flex: 0 0 200px;
    font-weight: 600;
    color: #333;
    padding-right: 2rem;
}

.info-content[b-1hhdj73p9l] {
    flex: 1;
    color: #555;
}

@media (max-width: 768px) {
    .info-row[b-1hhdj73p9l] {
        flex-direction: column;
    }

    .info-label[b-1hhdj73p9l] {
        flex: none;
        padding-right: 0;
        margin-bottom: 0.5rem;
        font-size: 0.95rem;
    }

    .info-content[b-1hhdj73p9l] {
        padding-left: 0;
    }
}
