/* ==================================================================================
    Media query
================================================================================== */
@media only screen
and (max-width: 900px) {
    .article .section .download-list-area .download-list {
        flex-direction: column;
    }
    .article .section .download-list-area .download-list li {
        width: 100%;
        padding: 10px 0 0;
    }
    .article .section .download-list-area .download-list li:nth-child(2) {
        border-top: 1px dotted #ececec;
        padding-top: 10px;
    }
}
@media only screen
and (max-width: 768px) {

    /*innerwrap*/
    .innerwrap {
        width: 100%;
    }
    .article {
        font-size: 15px;
    }
    .article .section h3 {
        font-size: 18px;
    }
    .article .section .info-box p {
        font-size: 15px;
    }
    .article > h1.sub-title {
        margin: 0 0 50px;
        line-height: 1.3;
        font-size: 28px;
        word-break: keep-all;
    }
    .article .section .info-box {
        padding: 15px;
    }
    .article .section h2.section-title {
        font-size: 20px;
    }
    .article .section .table-responsive .table tbody td {
        padding: 6px 10px !important;
        font-size: 14px;
    }
    .article .section .table-responsive .table tbody th,
    .article .section .table-responsive .table thead th {
        padding: 6px 10px !important;
        font-size: 14px;
    }
    .article .section .download-list-area .download-list {
        flex-direction: column;
    }
    .article .section .download-list-area {
        padding: 6px 10px;
    }
    .article .section .download-list-area .download-list {
        gap: 10px;
    }
    .article .section .download-list-area .download-list li {
        width: 100%;
        font-size: 15px;
    }
    .article .section .download-list-area .download-list li .btn-download span {
        font-size: 14px;
    }
    .breadcrumb {
        margin: 0 0 20px;
    }

    .snb-area ul.snb > li > a, .snb-area ul.snb.narrow > li > a, .snb-area ul.snb > li.multi > a, .snb-area ul.snb.wide > li > a, .snb-area ul.snb > li.single-block > a, .snb-area ul.snb > li.w-280 > a {
        display: block;
        width: 100%;
        height: 34px;
        line-height: 32px;
        margin: 0 0 5px;
        padding: 0 15px;
        font-size: 16px;
        font-weight: 700;
    }
    .article > h1.sub-title {
        margin: 0 0 35px;
    }
    .snb-area {
        margin: 0 0 60px;
    }
    .snb-area ul.snb {
        gap: 4px;
        margin: 0;
        flex-direction: column;
    }

    /*sub-spot*/
    .conference-name {
        height: 150px;
        /*background: url("/2025f/images/main/main_banner02.jpg") center 50% no-repeat;*/
        background-size: cover;
    }
    .conference-name .bg-sup-spot {
        height: 150px;
    }
    .conference-name .title {
        font-size: 24px;
    }
    #wrap .conference-name .inner-wrap {
        margin-top: 50px;
        gap: 20px;
    }
    .conference-name .sub-banner-info {
        gap: 3px;
    }
    .conference-name .sub-banner-info p {
        font-size: 13px;
    }
    .conference-name .sub-banner-info .title {
        margin-bottom: 5px;
        font-size: 18px;
    }
    .conference-name .sub-banner-logo img {
        width: 60px;
    }
    .conference-name .info {
        font-size: 13px;
    }

    /*contents-area*/
    .contents-area {
        float: none;
        width: 100%;
        padding-top:90px;
    }

    /*article*/
    .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%;
    }
    .article.organizations table.table td ul {
        width: 450px;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
    }

}
@media only screen
and (max-width: 600px) {
    .article.organizations .table-responsive:last-child td ul {
        width: 130px;
    }
    .article.organizations table.table td ul {
        width: 300px;
    }
    .article.organizations table.table td ul li.mo-w100 {
        width: 100%;
    }
}
@media only screen
and (max-width: 420px) {
    .entertainmen-btn li a{
        font-size: 15px;
    }
    .article.organizations table.table td ul {
        width: 220px;
    }
}
