@charset "UTF-8";

.col{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.inner_contents {
    width: auto;
    /*max-width: 1060px;*/
    max-width: 1300px;
    margin: auto;
    padding: 0 20px;
    padding-bottom: 60px;
}

.conference_top.exhibitors_voice_top .title_wtap {
    background-image: url(../../../assets/img/online/exhibitors_voice/mv.webp);
}

.conference_top.exhibitors_voice_top .title_wtap:after {
    display: none;
}

.exhibitors_voice_list_area {
    position: relative;
    margin-top: -60px;
}

.exhibitors_voice_list_area:before {
    content: "";
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -100;
    margin: auto;
    width: 100%;
    /*max-width: 1600px;*/
    height: 100vh;
    background-repeat: no-repeat;
    background-position: bottom center;
    background-image: url(/assets/img/online/exhibitors_voice/exhibitors_voice_bg.webp);
    background-size: cover;
}

.exhibitors_voice_list_area .c-square-title {
    color: #fff;
    font-family: urw-din-condensed, "Noto Sans JP", sans-serif;
    font-size: 1.8rem;
    width: auto;
    /*max-width: 1060px;*/
    max-width: 1300px;
    padding: 0 10px;
    margin: auto;
    margin-bottom: 10px;
}

.exhibitors_voice_list_area .c-square-title:before {
    background-color: #fff;
}


.exhibitors_voice_list {}

.exhibitors_voice_list > li {
    width: 32.3%;
    padding: 1%;
    border-radius: 5px;
    background: #fff;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}

.exhibitors_voice_list:after {
    content: "";
    width: 32.3%;
    display: block;
}

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

.exhibitors_voice_list > li iframe{
    width: 100%;
    height: 550px;
    margin-bottom: 10px;
}

.exhibitors_voice_list > li .company_area {
    align-items: center;
    margin-bottom: 10px;
    margin-top: auto;
}

.exhibitors_voice_list > li .company_area figure {
    width: 30%;
    padding: 2%;
    aspect-ratio: 2/1;
    background: #fff;
    border: 1px solid #d6d6d6;
    border-radius: 3px;
}

.exhibitors_voice_list > li .company_area p{
    width: 67%;
    font-size: 16px;
    font-weight: bold;
}

.category_area{
    width: 100%;
    margin: 0 auto;
    align-items: flex-end;
}
/* 会期終了のため、リンク押せない設定 */
.category_area a{
    pointer-events: none;
}

.category_tag {
    width: 100%;
}

.category_tag li{
    display: inline-block;
    padding: 2px 6px;
    border-radius: 3px;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
}

.category_tag li+li{
    margin-right: 3px;
    margin-bottom: 3px;
}

.category_tag .audio{
    background-color:#008f8a ;
}
.category_tag .expression{
    background-color:#694a92 ;
}
.category_tag .creation{
    background-color:#2378b5 ;
}
.category_tag .ict{
    background-color:#df7a16 ;
}

.more{
    color: #0C95B1;
    font-weight: 900;
    text-decoration: none;
    display: inline-block;
    width: max-content;
    margin-right: 0;
    width: 55px;
    text-align: right;
}

.more:after {
    color: inherit;
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    content: '\f054';
    font-size: 0.75em;
    margin-left: 5px;
}


@media (max-width: 850px) {
    .exhibitors_voice_list > li {
        width: 49%;
    }
    .exhibitors_voice_list > li:nth-child(n+3) {
        margin-top: 2%;
    }
    .exhibitors_voice_list > li iframe{
        height: 420px;
    }
}

@media (max-width: 480px) {
    .exhibitors_voice_list_area .c-square-title {
        font-size: 1.5rem;
    }
    .exhibitors_voice_list > li {
        width: 100%;
    }
    .exhibitors_voice_list > li:nth-child(n+2) {
        margin-top: 2%;
    }
    .exhibitors_voice_list > li .company_area {
        padding: 0 3%;
    }
    .category_area {
        padding: 0 3%;
        margin-bottom: 3%;
    }
    .more {
        margin-left: auto;
    }
}
