/* ==================================================================================
    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% 25% no-repeat;
        background-size: cover !important;
    }
    .conference-name .title {
        padding: 80px 0 0 20px;
    }
    .conference-name .info {
        padding-left: 20px;
    }

    /*contents-area*/
    .contents-area {
        float: none;
        width: 100%;
        padding: 0 10px;
    }

    /*article*/
    .article {
        min-height: 400px;
    }

    /*text-align*/
    .article .section p.section-paragraph {
        text-align: left;
    }
    .article .section ul.section-list > li {
        text-align: left;
    }
    .article .section ol.section-list > li {
        text-align: left;
    }

    .article .section img {
        max-width: 100%;
    }

    /*detail-style*/
    .session {
        float: none;
        width: 100%;
        padding-right: 0;
    }

    .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: #fd367e;
    }

    .article > h1 {
        margin: 0 0 30px;
        font-size: 24px;
        letter-spacing: -0.45px;
    }
    .breadcrumb {
        margin: 0 0 30px;
    }
    .breadcrumb ul li {
        max-width: 100px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    /* ----------------------------------------------------------------------------------
    Accommodations
---------------------------------------------------------------------------------- */
    .article.accommodations {

    }
    .article.accommodations .thm-code {
        position: static;
        display: block;
        margin-top: 30px;
    }

    .article.accommodations .thm-area span {
        display: block;
        float: none;
        width: 100%;
        height: auto;
        margin: 0;
        padding: 0 20px;
        border: 1px solid #dfdfdf;
    }
    .article.accommodations .thm-area span:nth-child(1) {
        margin: 0 0 30px;
    }
    .article.accommodations .thm-area span:nth-child(2) {
        margin-left: 0;
    }

}
