@charset "UTF-8";

body.swing-324-body {
    color: #2a2f35;
    background: #fff;
    font-family: "Noto Sans JP", sans-serif;
}

body.swing-324-body #Main {
    min-width: 0;
}

article.swing-324-page {
    width: min(100%, 1040px);
    margin: 0 auto;
    padding: 0 20px 72px;
    box-sizing: border-box;
    line-height: 1.85;
    overflow-wrap: anywhere;
}

article.swing-324-page .pageTitle {
    margin: 0 0 28px;
    padding: 0 0 18px;
    color: #243447;
    font-size: clamp(1.8rem, 3.5vw, 2.65rem);
    font-weight: 800;
    line-height: 1.35;
    letter-spacing: 0.02em;
    border-bottom: 4px solid #d84a3a;
}

article.swing-324-page h2,
article.swing-324-page h3,
article.swing-324-page p,
article.swing-324-page ul,
article.swing-324-page ol {
    margin-top: 0;
}

article.swing-324-page h2 {
    margin-bottom: 22px;
    color: #243447;
    font-size: clamp(1.45rem, 2.7vw, 2rem);
    line-height: 1.45;
}

article.swing-324-page h3 {
    margin-bottom: 12px;
    color: #2f4052;
    font-size: 1.18rem;
    line-height: 1.55;
}

article.swing-324-page p {
    margin-bottom: 1.15em;
}

article.swing-324-page a {
    color: #a63126;
    font-weight: 700;
    text-decoration-thickness: 1px;
    text-underline-offset: 0.2em;
}

article.swing-324-page a:hover,
article.swing-324-page a:focus-visible {
    color: #742119;
    text-decoration-thickness: 2px;
}

article.swing-324-page a:focus-visible {
    outline: 3px solid #f2b24e;
    outline-offset: 3px;
}

.swing-324-hero {
    margin-bottom: 34px;
    overflow: hidden;
    border-radius: 18px;
    background: #edf1f4;
    box-shadow: 0 12px 30px rgba(35, 52, 71, 0.12);
}

.swing-324-hero img {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 3 / 2;
    object-fit: cover;
}

.swing-324-lead {
    margin: 0 0 32px;
    padding: clamp(24px, 4vw, 42px);
    border-radius: 18px;
    background: linear-gradient(135deg, #fff7f1 0%, #fff 66%);
    border: 1px solid #f0d8ca;
}

.swing-324-eyebrow {
    margin-bottom: 8px !important;
    color: #b13b2f;
    font-size: 0.92rem;
    font-weight: 800;
    letter-spacing: 0.12em;
}

.swing-324-summary,
.swing-324-toc {
    margin: 0 0 34px;
    padding: 26px 30px;
    border-radius: 14px;
    box-sizing: border-box;
}

.swing-324-summary {
    background: #f5f8fa;
    border-left: 6px solid #3c7185;
}

.swing-324-summary h2,
.swing-324-toc h2 {
    margin-bottom: 14px !important;
    font-size: 1.35rem !important;
}

.swing-324-summary ul {
    margin-bottom: 0;
    padding-left: 1.35em;
}

.swing-324-summary li + li {
    margin-top: 7px;
}

.swing-324-toc {
    background: #fff;
    border: 1px solid #dce4e8;
    box-shadow: 0 8px 24px rgba(35, 52, 71, 0.07);
}

.swing-324-toc ol {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 9px 28px;
    margin-bottom: 0;
    padding-left: 1.4em;
}

.swing-324-section,
.swing-324-related {
    margin-top: 56px;
    scroll-margin-top: 24px;
}

.swing-324-section > h2,
.swing-324-related > h2 {
    padding-left: 16px;
    border-left: 6px solid #d84a3a;
}

.swing-324-grid {
    display: grid;
    gap: 18px;
    margin: 26px 0;
}

.swing-324-grid--three {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.swing-324-grid--two {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.swing-324-info-card,
.swing-324-check-card,
.swing-324-faq-item {
    padding: 23px;
    border: 1px solid #dfe5e9;
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 8px 22px rgba(35, 52, 71, 0.06);
}

.swing-324-info-card p,
.swing-324-check-card ul,
.swing-324-faq-item p {
    margin-bottom: 0;
}

.swing-324-check-card ul {
    padding-left: 1.35em;
}

.swing-324-check-card li + li {
    margin-top: 8px;
}

.swing-324-table-wrap {
    width: 100%;
    margin: 24px 0 30px;
    overflow-x: auto;
    border: 1px solid #d9e1e5;
    border-radius: 12px;
    -webkit-overflow-scrolling: touch;
}

.swing-324-table-wrap:focus-visible {
    outline: 3px solid #f2b24e;
    outline-offset: 3px;
}

.swing-324-table {
    width: 100%;
    min-width: 620px;
    border-collapse: collapse;
    background: #fff;
}

.swing-324-table th,
.swing-324-table td {
    padding: 15px 16px;
    border-bottom: 1px solid #dfe5e9;
    text-align: left;
    vertical-align: top;
}

.swing-324-table thead th {
    background: #f4f6f8;
    color: #243447;
    font-weight: 800;
}

.swing-324-links {
    margin-top: 22px;
}

.swing-324-link-card {
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding: 22px;
    border: 1px solid #dce4e8;
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 8px 22px rgba(35, 52, 71, 0.06);
    text-decoration: none;
}

.swing-324-link-card:hover,
.swing-324-link-card:focus-visible {
    transform: translateY(-2px);
    box-shadow: 0 12px 28px rgba(35, 52, 71, 0.12);
}

.swing-324-link-card__title {
    color: #243447;
    font-size: 1.04rem;
    font-weight: 800;
    line-height: 1.5;
}

.swing-324-link-card__text {
    color: #455564;
    font-size: 0.95rem;
    font-weight: 500;
}

.swing-324-faq {
    margin-top: 56px;
}

.swing-324-faq-item + .swing-324-faq-item {
    margin-top: 16px;
}

.swing-324-cta {
    margin-top: 58px;
    padding: clamp(24px, 4vw, 40px);
    border-radius: 18px;
    background: linear-gradient(135deg, #243447 0%, #32485f 100%);
    color: #fff;
}

.swing-324-cta h2 {
    color: #fff !important;
    padding-left: 0 !important;
    border-left: 0 !important;
}

.swing-324-cta p {
    max-width: 860px;
}

.swing-324-cta-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 24px;
}

.swing-324-button {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    min-height: 54px;
    padding: 0 22px;
    border-radius: 999px;
    text-align: center;
    text-decoration: none;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.swing-324-button--primary {
    background: #f4b148;
    color: #1d2730 !important;
}

.swing-324-button--secondary {
    background: #fff;
    color: #243447 !important;
}

.swing-324-button:hover,
.swing-324-button:focus-visible {
    transform: translateY(-2px);
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.18);
}

.swing-324-return {
    margin-top: 18px !important;
}

.swing-324-return a {
    color: #fff4d8 !important;
}

@media (max-width: 1100px) {
    .swing-324-grid--three {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 760px) {
    article.swing-324-page {
        padding: 0 16px 56px;
    }

    .swing-324-summary,
    .swing-324-toc,
    .swing-324-lead,
    .swing-324-cta {
        padding: 22px 18px;
    }

    .swing-324-toc ol,
    .swing-324-grid--three,
    .swing-324-grid--two {
        grid-template-columns: 1fr;
    }

    .swing-324-link-card,
    .swing-324-info-card,
    .swing-324-check-card,
    .swing-324-faq-item {
        padding: 18px;
    }

    .swing-324-cta-buttons {
        flex-direction: column;
    }

    .swing-324-button {
        width: 100%;
    }
}

@media (max-width: 480px) {
    article.swing-324-page .pageTitle {
        margin-bottom: 22px;
        padding-bottom: 15px;
    }

    .swing-324-table {
        min-width: 560px;
    }
}
