/* ==========================================================
    seminar report (single-report.php) 専用スタイル
    ========================================================== */
/* layout */
.content-wrapper {
    font-family: "BIZ UDPGothic", "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans W3", Meiryo, NotoSansJapanese, sans-serif;
    color: #45494B;
}

@media screen and (min-width: 769px) {
    .H01-001-01__title {
        width: 70%;
        font-weight: 600;
    }
}

/* セミナー情報 */
.report_head {
    margin-bottom: 30px;
}

.report_thum {
    margin-bottom: 30px;
}

/* 登壇者プロフィール */
.report_spkr__profile {
    padding: 20px;
    border: 2px solid #0A847B;
    margin-bottom: 10px;
}

.report_spkr__ttl {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 15px;
}

.report_spkr__txt {
    line-height: 1.8;
    font-size: 16px;
}

.report_spkr__txt strong {
    font-size: 20px;
    font-weight: bold;
}

.report_note {
    font-size: 12px;
    margin-bottom: 30px;
    display: block;
}

/* リード文 */
.report_lead {
    margin-bottom: 25px;
}

/* メッセージ */
.report_quote {
    background: #F7F7F7;
    padding: 30px;
    margin: 30px 0;
}

.report_quote p {
    font-size: 22px;
    font-feature-settings: "palt";
    font-weight: 500;
    font-family: "游明朝", "Yu Mincho", "Hiragino Mincho ProN", NotoSerifJapanese, serif;
    letter-spacing: .06em;
    margin-bottom: 18px;
    line-height: 1.5;
    text-align: center;
}

.report_quote cite {
    display: block;
    font-size: 18px;
    text-align: center;
    font-weight: bold;
}

.report_quote cite span {
    font-size: 14px;
    font-weight: normal;
}

/* 画像 */
.report_caption {
    font-size: 13px;
    color: #888;
    text-align: center;
    margin-top: 8px;
}

/* サマリー */
.report_summary {
    border: 2px solid #007a4d;
    border-radius: 4px;
    padding: 30px;
    margin: 50px 0 30px;
}

.report_summary__score {
    font-size: 25px;
    color: #005C55;
    font-feature-settings: "palt";
    font-weight: 500;
    font-family: "游明朝", "Yu Mincho", "Hiragino Mincho ProN", NotoSerifJapanese, serif;
    letter-spacing: .06em;
    margin-bottom: 20px;
}

.report_summary__txt {
    font-size: 16px;
    line-height: 2;
}

/* セミナー概要 */
.report_seminar__info {
    padding: 30px;
    border: 2px solid #ECECEC;
}

.report_seminar__head {
    padding-bottom: 25px;
    margin-bottom: 25px;
    border-bottom: 1px solid #ECECEC;
    font-size: 21px;
    font-weight: bold;
}

.report_seminar__info dl {
    display: grid;
    grid-template-columns: 100px 1fr;
}

.report_seminar__info dt {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
}

.report_seminar__info dd {
    font-size: 16px;
    margin-bottom: 10px;
}

/* サイドバー：2025セミナーレポート */
.report_side__title {
    color: #fff;
    background: #005C55;
    height: 80px;
    margin-bottom: 30px;
    font-size: 20px;
    line-height: 80px;
    padding-left: 20px;
    position: relative;
    z-index: 1;
}

.report_side__list {
    list-style: none;
    margin: 0;
    padding: 0;
    border: solid #e2e2e2;
    border-width: 0 0 0 1px;
    border-top: none;
}

.report_side__item:last-child {
    border-bottom: none;
}

.report_side__item a {
    display: flex;
    align-items: baseline;
    gap: 4px;
    padding: 15px 20px;
    color: #1a1a1a;
    text-decoration: none;
}

.report_side__item a:hover {
    background: #f5f6f7;
}

.report_side__num {
    flex: 0 0 auto;
    font-weight: 700;
    color: #1a1a1a;
    font-size: 14px;
}

.report_side__body {
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
    min-width: 0;
}

.report_side__ttl {
    min-width: 0;
    font-size: 15px;
    line-height: 1.6;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.report_side__spkr {
    display: block;
    font-size: 15px;
}

.report_side__item.is-current .report_side__num,
.report_side__item.is-current .report_side__ttl,
.report_side__item.is-current .report_side__spkr {
    color: #0A847B;
}

.report_seminar__info {
    margin-top: 30px;
}

.side_bnr__link {
    display: block;
    margin-top: 20px;
    transition: .2s;
}

.side_bnr__link:hover {
    opacity: .7;
}

.side_bnr__link img {
    width: 100%;
    max-width: 100%;
    height: auto;
}

@media screen and (max-width: 768px) {
    .report_spkr__profile {
        padding: 15px;
    }

    .report_spkr__ttl {
        font-size: 16px;
    }

    .report_spkr__txt strong {
        font-size: 18px;
    }

    .report_spkr__txt {
        font-size: 14px;
    }

    .report_quote {
        padding: 30px 15px;
    }

    .report_quote p {
        font-size: 18px;
    }

    .report_quote cite {
        font-size: 16px;
    }

    .report_summary {
        padding: 15px;
    }

    .report_summary__score {
        font-size: 20px;
        margin-bottom: 10px;
    }

    .report_summary__txt {
        font-size: 14px;
    }

    .report_seminar__info {
        padding: 15px;
    }

    .report_seminar__head {
        font-size: 18px;
        padding-bottom: 15px;
        margin-bottom: 15px;
    }

    .report_seminar__info dl {
        display: block;
    }

    .report_seminar__info dt {
        font-size: 14px;
        margin-bottom: 5px;
    }

    .report_seminar__info dd {
        font-size: 14px;
        margin-bottom: 15px;
    }

    .L02-002 {
        margin: 30px 0 50px;
        padding: 0 15px;
    }

    .report_side__title {
        margin-bottom: 0;
    }

    .H05-001-01__image {
        height: auto;
    }

    .report_side__list {
        border: solid #e2e2e2;
        border-width: 0 1px 1px;
    }
}