/* レイアウト調整 - イベントと展示場の縦並び */
#vkexunit_event_list-6 .postList_item,
#exhibition_hall-7 .postList_item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 20px 0;
}

#vkexunit_event_list-6 .postList_thumbnail,
#exhibition_hall-7 .postList_thumbnail {
    margin-bottom: 10px;
    margin-right: 0;
    width: 100%;
    height: 200px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

#vkexunit_event_list-6 .postList_thumbnail a,
#exhibition_hall-7 .postList_thumbnail a {
    width: 100%;
    height: 100%;
}

#vkexunit_event_list-6 .postList_thumbnail img,
#exhibition_hall-7 .postList_thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#vkexunit_event_list-6 .postList_body,
#exhibition_hall-7 .postList_body {
    width: 100%;
}

/* イベントのタイトルと日付を左寄せ */
#vkexunit_event_list-6 .postList_body {
    text-align: left;
}

#vkexunit_event_list-6 .postList_title,
#exhibition_hall-7 .postList_title {
    margin-bottom: 5px;
}

@media screen and (max-width: 768px) {  
    .post-type-archive-column .widget_search,
    .post-type-archive-column .veu_postList {
        display: block;
    }
    .single-column .widget_search,
    .single-column .veu_postList {
        display: block;
    }
    #vkexunit_event_list-6 .postList_thumbnail,
    #exhibition_hall-7 .postList_thumbnail {
        height: 200px;
    }
}
