/* =====================================================
   Sponsored Session
===================================================== */

.sponsor-page {
    max-width: 1100px;
    margin: 0 auto;
    padding: 40px 20px 80px;
    color: #333;
    font-size: 16px;
    line-height: 1.8;
}

.sponsor-page * {
    box-sizing: border-box;
}

/* ---------- セクション ---------- */

.sponsor-page section {
    margin: 50px 0;
}

.sponsor-page ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.sponsor-page li {
    margin: 0;
    padding: 0;
}

/* ---------- 日時・会場 ---------- */

.sponsor-page h4 {
    margin: 0 0 25px;
    padding-bottom: 10px;
    border-bottom: 2px solid #005BAC;
    font-size: 1.35rem;
    font-weight: 700;
    color: #12395c;
}

/* ---------- タイトル ---------- */

.sponsor-page h6 {
    margin: 35px 0 15px;
    padding: 0;
    border: none;
    background: none;
    font-size: 1.15rem;
    font-weight: 700;
    color: #222;
}

/* ---------- SCAT ---------- */

.sponsor-page .a {
    display: flex;
    gap: 30px;
    align-items: flex-start;
}

.sponsor-page figure {
    margin: 0;
    flex-shrink: 0;
}

.sponsor-page figure img {
    width: 260px;
    border: 1px solid #ddd;
    display: block;
}

.sponsor-page .txt {
    flex: 1;
}

/* ---------- 主催 ---------- */

.organizer {
    margin: 10px 0 20px;
    color: #666;
    font-size: 15px;
}

.organizer strong {
    color: #005BAC;
}

/* ---------- 本文 ---------- */

.sponsor-page p {
    margin: 0 0 16px;
}

.sponsor-page a {
    color: #005BAC;
    text-decoration: none;
}

.sponsor-page a:hover {
    text-decoration: underline;
}

/* ---------- テーブル ---------- */

.sponsor-page table {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0 30px;
    font-size: 15px;
}

.sponsor-page th {
    background: #f5f7fa;
    font-weight: 700;
}

.sponsor-page th,
.sponsor-page td {
    border: 1px solid #c7c7c7;
    padding: 10px 14px;
    vertical-align: top;
}

.sponsor-page td:first-child,
.sponsor-page th:first-child {
    width: 170px;
    text-align: center;
    white-space: nowrap;
}

/* ---------- 登壇者 ---------- */

.sponsor-page .speaker {
    line-height: 2;
    margin-top: 10px;
}

/* ---------- スマホ ---------- */

@media (max-width: 768px) {

    .sponsor-page {
        padding: 25px 15px 60px;
    }

    .sponsor-page .a {
        display: block;
    }

    .sponsor-page figure {
        margin-bottom: 20px;
        text-align: center;
    }

    .sponsor-page figure img {
        width: 100%;
        max-width: 320px;
    }

    .sponsor-page table {
        display: block;
        overflow-x: auto;
        white-space: nowrap;
    }
/* 既存CSSを無効化 */
.sponsor-page h6::before,
.sponsor-page h6::after{
    content: "" !important;
    display: none !important;
}

.sponsor-page h6{
    background:none !important;
    border:none !important;
    padding:0 !important;
    margin:30px 0 15px !important;
}

}