/* ==================================================================================
    Media query
================================================================================== */
@media only screen
and (max-width: 768px) {

    /*innerwrap*/
    .innerwrap {
        width: 100%;
    }
    /*snb*/
    .snb-area {
        display: none;
        float: left;
        width: 240px;
        margin: -30px 80px 0 0;
    }

    /*sub-spot*/
    .conference-name {
        height: 200px;
        background: url("/2025/images/main/main_banner05.jpg") 50% bottom no-repeat;
        background-size: cover;
    }
    .conference-name .title {
        padding: 80px 0 0 20px;
    }
    .conference-name .info {
        padding: 0 20px;
    }

    /*contents-area*/
    .contents-area {
        float: none;
        width: 100%;
        padding: 0 10px;
    }

    /*article*/
    .article {
        min-height: unset;
    }

    /*text-align*/
    .article .section p.section-paragraph {
        text-align: center;
    }
    .article .section ul.section-list > li {
        text-align: left;
    }
    .article .section ol.section-list > li {
        text-align: left;
    }

    /*detail-style*/
    .session {
        float: none;
        width: 100%;
        padding-right: 0;
    }
    .session:last-child {
        margin-top: 50px;
    }

    .profile-area .thm {
        float: none;
        width: 100%;
        margin-right: 0;
        text-align: center;
    }

    .profile-area .name {
        margin: 0 0 10px;
        padding: 0;
        line-height: 1.1;
        font-size: 18px;
        font-weight: 700;
        color: #333;
        text-align: center;
    }
    .profile-area .organ {
        margin: 0 0 10px 20px;
        text-align: center;
        line-height: 1.1;
        font-size: 13px;
        font-weight: 400;
        color: #333;
    }
    .profile-area .organ li {
        list-style: none;
    }

    .mobile-utility-area .d-day {
        background-color: #7C4DFF;
    }

    /* special sessions */
    .article.special_sessions .session-list {
        margin: -30px 0 50px;
        padding: 20px;
    }
    .article.special_sessions .session-list ol {
        margin-left: 15px;
    }
    .article.special_sessions .session-list ol li {
        float: none;
        width: 100%;
        margin: 0 0 10px;
    }
    .article.special_sessions .session-list ol li:nth-child(2n) {
        width: 100%;
        margin: 0 0 10px;
    }
    .article.special_sessions .session-list ol li:last-child {
        margin: 0;
    }
    .article.special_sessions .session-list ol li a {
        font-weight: bold;
        color: #3206c6;
    }
    .article.special_sessions .session-list ol li a:hover {
        color: #fb367d;
    }

    /* ----------------------------------------------------------------------------------
        Program at a Glance
    ---------------------------------------------------------------------------------- */
    .article.program-glance .section h2.section-title {
        margin: 0 0 40px;
        font-size: 28px;
        text-align: center;
    }
    .program-glance .speakers-area ul li {
        display: block;
        width: 100%;
        margin: 0 0 40px;
    }
    .program-glance .speakers-area ul li .title {
        margin: 0 0 10px;
        font-size: 21px;
    }
    .program-glance .speakers-area ul li .thm {
        margin: 0 auto 10px;
    }

    /* photo-zone */
    .photo-zone img {
        max-width: 100%;
    }

    /* ----------------------------------------------------------------------------------
        presentation-guide
    ---------------------------------------------------------------------------------- */
    .article.presentation-guide {

    }
    .article.presentation-guide .thm-list {
        flex-flow: column nowrap;
        justify-content: center;
        align-items: center;
        gap: 0;
    }
    .article.presentation-guide .thm-list li {
        width: 100%;
    }

}
