/* ==========================================
   FAQ Page
   ========================================== */
.faq-page {
    background-color: var(--color-bg-cream);
}

.faq-category-title {
    font-size: 1.5rem;
    font-weight: bold;
    color: #011A27;
    margin-bottom: 1.25rem;
}

.faq-accordion-full .accordion-item {
    border: 1px solid var(--color-light-green);
    border-radius: 0.5rem !important;
    margin-bottom: 1rem;
    overflow: hidden;
}

.faq-accordion-full .accordion-button {
    background-color: var(--color-light-green);
    color: white;
    font-weight: 500;
    padding: 1.5rem;
    border: none;
}

.faq-accordion-full .accordion-button:not(.collapsed) {
    background-color: var(--color-light-green);
    color: white;
    box-shadow: none;
}

.faq-accordion-full .accordion-button:focus {
    box-shadow: none;
}

.faq-accordion-full .accordion-button::after {
    filter: brightness(0) invert(1);
}

.faq-accordion-full .accordion-body {
    padding: 1.5rem;
    color: #555;
    line-height: 1.6;
}

/* ==========================================
   iframe Container
   ========================================== */
.iframe-container {
    width: 100%;
    min-height: 800px;
    position: relative;
}

.content-iframe {
    width: 100%;
    height: 800px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 0.5rem;
    background-color: white;
}

/* ==========================================
   Terms Content (利用規約等のスタイル)
   ========================================== */
.terms-content {
    max-width: 900px;
    margin: 0 auto;
}

.terms-section-title {
    font-size: 1.3rem;
    font-weight: bold;
    color: #011A27;
    margin-bottom: 1rem;
    padding-bottom: 0.5rem;
    border-bottom: 2px solid var(--color-primary-green);
}

.terms-text {
    font-size: 1rem;
    line-height: 1.8;
    color: #555;
}

.terms-text p {
    margin-bottom: 1rem;
}

.terms-text ol, .terms-text ul {
    margin-left: 1.5rem;
    margin-bottom: 1rem;
}

.terms-text li {
    margin-bottom: 0.5rem;
}

.terms-text a {
    color: var(--color-primary-green);
    text-decoration: none;
}

.terms-text a:hover {
    text-decoration: underline;
}

.text-end {
    text-align: right;
}

.text-muted {
    color: #666;
}
