/* ==================================================================================
    Media query
================================================================================== */
@media only screen
and (max-width: 768px) {

    /*innerwrap*/
    .innerwrap {
        width: 100%;
    }

    .breadcrumb {
        margin: 0 0 20px;
    }

    /*snb*/
    .snb-area {
        display: none;
        float: left;
        width: 240px;
        margin: -30px 80px 0 0;
    }

    /*sub-spot*/
    .conference-name {
        height: 150px;
        background: url("/2025s/images/main/main_banner02.jpg") center 50% no-repeat;
        background-size: cover;
    }
    .conference-name .bg-sup-spot {
        height: 150px;
    }
    .conference-name .title {
        padding: 80px 20px 0 0;
        font-size: 24px;
        text-align: right;
    }
    .conference-name .info {
        padding-right: 20px;
        font-size: 15px;
        text-align: right;
    }

    /*contents-area*/
    .contents-area {
        float: none;
        width: 100%;
        padding: 0 15px;
    }

    /*article*/
    .article {
        min-height: unset;
    }
    .article > h1 {
        margin: 0 0 30px;
    }

    /*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;
    }

    /* youtube */
    .youtube-area {

    }
    .youtube-area iframe {
        width: 100%;
        height: 253px;
    }

    .entertainmen-btn li{
        width:50%;
    }
}
@media only screen
and (max-width: 420px) {
    .entertainmen-btn li a{
        font-size: 15px;
    }
}
