@charset "UTF-8";
/* =========================================================================================================================================== */
/*
/* カスタム投稿(カテゴリー)のデザイン
/*
/* =========================================================================================================================================== */
@media all {
    /* ページヘッダー */
    .single-categories #page-header {
        background-image: url('../../images/exhibitors/page-header_bg.jpg');
    }


    /* ボックスコンテンツ */
    .single-categories .contentbox .box-content {
        padding: 68px 60px 0;
    }


    /* 目次 */
    .single-categories .blk_index {
        margin-top: 40px;
        margin-bottom: 80px;
    }


    /* カテゴリ別リスト */
    .single-categories .posts {
        padding-top: 40px;
        padding-bottom: 49px;
    }


    /* 出展企業一覧 */
    .single-categories .posts.exhibitors article .thumb {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 110px;
    }
    .single-categories .posts.exhibitors article .thumb img {
        width: auto;
        height: auto;
        max-width: 100%;
    }
}
@media (max-width: 767px) {
    /* ボックスコンテンツ */
    .single-categories .contentbox .box-content {
        padding: 30px 13px 0;
    }


    /* 目次 */
    .single-categories .blk_index {
        margin-top: 30px;
        margin-bottom: 40px;
    }


    /* カテゴリ別リスト */
    .single-categories .category-section {
        margin-top: -80px;
        padding-top: 80px;
    }
    .single-categories .posts {
        padding-top: 20px;
        padding-bottom: 30px;
    }
}
