/* ==================================================================================
    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: 150px;
        background-size: cover;
    }
    .conference-name .bg-subspot {
        height: 149px;
    }
    .conference-name .title {
        padding: 80px 20px 0 0;
        font-size: 22px;
        text-align: right;
    }
    .conference-name .info {
        padding-right: 20px;
        font-size: 13px;
        text-align: right;
        letter-spacing: -0.75px;
    }

    /*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: left;
    }
    .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;
    }

    .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;
    }
    .profile-area .organ {
        margin: 0 0 10px 20px;
        line-height: 1.1;
        font-size: 13px;
        font-weight: 400;
        color: #333;
    }
    .profile-area .organ li {
        list-style: none;
    }

    /*capstone*/
    .indent_120 {
        padding-left: 0;
        text-indent: 0;
    }
    .indent_43 {
        padding-left: 0;
        text-indent: 0;
    }
    .indent_70 {
        padding-left: 0;
        text-indent: 0;
    }
    .poster-area .section-list {
        float: none;
        width: 100%;
    }
    .poster-area figure {
        float: none;
        width: 100%;
    }

}
