@charset "utf-8";

.conference_top.otstanding_exhibitor_page .title_wtap {
    padding-top: 60px;
    padding-bottom: 90px;
    background-image: url(../../../assets/img/online/conference/otstanding_exhibitor/mv_outstanding.webp);
}

.otstanding_exhibitor_page .title_wtap .inner {
    background: unset;
    text-align: center;
    margin: auto;
    padding: 10px 20px;
    max-width: 700px;
}

.otstanding_exhibitor_page .exhibitors_voice_list_area {
    margin-top: -40px;
}

.otstanding_exhibitor_page .exhibitors_voice_list_area:before {
    background-image: url(/assets/img/online/conference/otstanding_exhibitor/outstanding_exhibitor_bg.webp);
}


.otstanding_exhibitor_page .mv_outstanding_txt_img {
    filter: drop-shadow(0px 0px 20px #0000006b) brightness(1.1);
}

.otstanding_exhibitor .exhibitors_voice_list>li {
    width: 49%;
}

.otstanding_exhibitor .exhibitors_voice_list>li .page_img img {
    /* border: 1px solid #e6e6e6; */
}

.otstanding_exhibitor .exhibitors_voice_list>li .company_area {
    margin-top: 0;
    margin-bottom: 20px;
    height: 80px;
}

.otstanding_exhibitor .exhibitors_voice_list>li .company_area figure {
    display: flex;
    align-items: center;
    height: 100%;
}

.otstanding_exhibitor .exhibitors_voice_list>li .company_area figure img {
    max-height: 150px;
    height: 75px;
    object-fit: contain;
}

.otstanding_exhibitor .exhibitors_voice_list>li .company_area p {
    width: 100%;
}

.otstanding_exhibitor .exhibitors_voice_list>li .company_name {
    width: 68%;
}


.otstanding_exhibitor .c-button {
    background-color: #e70e0e;
    border-color: #e70e0e;
    width: 50%;
    padding: 10px 20px;
    margin: 30px auto 5px;
}

.otstanding_exhibitor .c-button:hover {
    background-color: #fff;
    border-color: #e70e0e;
    color: #e70e0e;
    transition: all .2s !important;
}


.otstanding_exhibitor .category_tag {
    margin-bottom: 5px;
    width: 100%;
}

.exhibitors_voice_list>li:nth-child(n+3) {
    margin-top: 2.2%;
}


@media (max-width: 650px) {
    .otstanding_exhibitor_page .title_wtap {
        padding-top: 30px;
        padding-bottom: 50px;
    }

    .conference_top .title_wtap .inner {
        width: 90%;
    }

    .otstanding_exhibitor .exhibitors_voice_list>li {
        width: 100%;
        margin-bottom: 20px;
        padding: 3%;
    }

    .otstanding_exhibitor .exhibitors_voice_list>li:last-of-type {
        margin-bottom: 0;
    }

    .otstanding_exhibitor .c-button {
        margin-bottom: 0;
        margin-top: 20px;
    }

    .otstanding_exhibitor .category_area {
        padding: 0;
        margin-bottom: 0;
    }
}

/**
.exhibitor_list_link {
 pointer-events: none;
}
**/