@charset 'UTF-8';


.exb_online span {
    font-size: 0.8rem;
    padding: 6px;
}
.exb_online.exb_online_yokohama span {
    background: #003e75;
}

/* ===== モーダル ===== */
.exb-modal {
    --exb-modal-accent: #1b76d2;
    --exb-modal-accent-hover: #155da6;
    max-width: 640px;
    min-width: 550px;
    margin: 0 auto;
    padding: 30px;
    background-color: #fff;
    border-radius: 12px;
    font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", sans-serif;
}
.exb-modal--nagoya {
    --exb-modal-accent: #dc1a0b;
    --exb-modal-accent-hover: #a51409;
}
.exb-modal__image {
    margin-bottom: 20px;
    text-align: center;
}
.exb-modal__image img {
    width: 100%;
    max-height: 300px;
    object-fit: cover;
    border-radius: 8px;
}
.exb-modal__company {
    display: flex;
    align-items: center;
    gap: 5%;
    padding-bottom: 20px;
    border-bottom: 2px solid #e9e9e9;
}
.exb-modal__logo {
    flex-shrink: 0;
}
.exb-modal__logo img {
    width: 80px;
    height: 80px;
    object-fit: contain;
}
.exb-modal__company-info {
    flex: 1;
    min-width: 0;
}
.exb-modal__name-ja {
    font-size: 1.4rem;
    font-weight: 700;
    color: var(--exb-modal-accent);
    margin: 0;
}
.exb-modal__name-en {
    font-size: 0.9rem;
    color: #666;
    margin: 0;
}
.exb-modal__info-block {
    padding: 20px 0;
}
.exb-modal__highlight {
    padding-bottom: 20px;
}
.exb-modal__highlight h4 {
    font-size: 1.2rem;
    font-weight: 700;
    color: var(--exb-modal-accent);
    margin: 0 0 8px;
}
.exb-modal__highlight h4::before {
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    background-color: var(--exb-modal-accent);
    border-radius: 50%;
    margin-right: 8px;
    vertical-align: middle;
}
.exb-modal__highlight p {
    font-size: 0.9rem;
    color: #555;
    line-height: 1.7;
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 5;
            line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.exb-modal__category-wrap {
    padding-bottom: 0;
}
.exb-modal__category-title {
    font-size: 1.2rem;
    font-weight: 700;
    color: var(--exb-modal-accent);
    margin: 0 0 10px;
}
.exb-modal__category-title::before {
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    background-color: var(--exb-modal-accent);
    border-radius: 50%;
    margin-right: 8px;
    vertical-align: middle;
}
.exb-modal__category {
    display: inline-flex;
    align-items: center;
    font-size: 0.8rem;
    font-weight: 600;
    color: #fff;
    padding: 0 15px;
    border-radius: 9999px;
    margin: 0;
}
/* モーダル内の擬似要素（Font Awesome丸）を非表示 */
.exb-modal__category .exb_label::before {
    display: none;
}
/* カテゴリごとのピル背景色 */
.exb-modal__category:has(.label_re)  { background-color: #D80C24; }
.exb-modal__category:has(.label_ore) { background-color: #F6AC19; color: #333; }
.exb-modal__category:has(.label_vi)  { background-color: #b062a3; }
.exb-modal__category:has(.label_bl)  { background-color: #2F59A3; }
.exb-modal__category:has(.label_gre) { background-color: #3faf81; }
.exb-modal__category:has(.label_ye)  { background-color: #f0ea0c; color: #333; }
.exb-modal__category:has(.label_pi)  { background-color: #EA608E; }
.exb-modal__category:has(.label_lb)  { background-color: #6DC8EB; color: #333; }
.exb-modal__category:has(.label_lg)  { background-color: #b7d100; color: #333; }
.exb-modal__link {
    text-align: center;
}
.exb-modal__detail-btn {
    display: inline-block;
    background-color: var(--exb-modal-accent);
    color: #fff;
    font-size: 1rem;
    font-weight: 600;
    text-decoration: none;
    border: none;
    padding: 10px 60px 10px 40px;
    border-radius: 50px;
    position: relative;
    transition: background-color 0.15s ease;
}
.exb-modal__detail-btn::after {
    content: "\f35d";
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    position: absolute;
    right: 1.5em;
    top: 50%;
    transform: translateY(-50%);
}
.exb-modal__detail-btn:hover {
    background-color: var(--exb-modal-accent-hover);
    color: #fff;
    text-decoration: none;
}
.exb-modal__detail-btn:focus-visible {
    outline: none;
}

/* ===== 企業検索 CSS上書き ===== */
#search_box.search_area .container {
    margin-bottom: 20px;
}

/* ===== ご利用ガイド ===== */
.exb_list_guide_box {
    background-color: #fff;
    /* border: 2px solid #b8d8f0; */
    padding: 20px 24px;
    margin-bottom: 40px;
}
.exb_list_guide_title {
    font-size: 1rem;
    font-weight: 700;
    color: #003e75;
    margin: 0 0 10px;
}
.exb_list_guide_title::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f05a";
    margin-right: 6px;
}
.exb_list_guide_list {
    margin: 0 0 10px;
    /* padding-left: 1.2em; */
    list-style: disc;
}
.exb_list_guide_list li {
    font-size: 0.9rem;
    line-height: 1.7;
    color: #333;
}
.exb_list_guide_note {
    font-size: 0.8rem;
    line-height: 1.6;
    margin: 0;
    padding-left: 1em;
    text-indent: -1em;
}

/* ===== 出展社一覧 ゼブラストライプ ===== */
.exb_list_tb > li:nth-child(odd) > .exb_wrap {
    background-color: #fff;
}
.exb_list_tb > li:nth-child(even) > .exb_wrap {
    background-color: #f5f5f5;
}

/* ===== 出展社一覧 行ホバー ===== */
.exb_wrap {
    transition: transform 0.15s ease, box-shadow 0.15s ease;
}
.exb_wrap.has_detail {
    cursor: pointer;
}
.exb_wrap.has_detail:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

/* ===== STAGE リンクホバー ===== */
.exb_online_link {
    display: inline-block;
    text-decoration: none;
    color: inherit;
    transition: transform 0.15s ease, box-shadow 0.15s ease;
    border-radius: 4px;
}
.exb_online_link:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 62, 117, 0.3);
    text-decoration: none;
    color: inherit;
}
.exb_online_link span::after {
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    content: "\f35d";
    margin-left: 8px;
    color: #fff;
}
