@charset "utf-8";

/*-----------------------Magazine*/

.under #exhibitors_list {
    background-image: url(/2025/images/exhibitors_list/exhibitors_list_bg.webp);
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: 100% auto, contain;
    background-color: var(--body-bg);
}

.search_box{
    background-color: #5B70AF;
    filter: drop-shadow(0px 0px 10px rgb(0 0 0 / 10%));
    border-radius: 5px;
    color: #fff;
    padding: 30px;
}

.search_box h4{
    width: 120px;
    margin-bottom: 0;
    font-size: 1.5rem;
}

.search_box div.col{
    align-items: center;
}

.search_box div.col:nth-child(n+2){
    margin-top: 20px;
}

.search_box .search_txtbox,
.search_box .search_cat_list{
    width: calc(100% - 150px);
}

.search_txtbox{
    display: flex;
    justify-content: space-between;
    border-radius: 50px;
    overflow: hidden;
    border: 1px solid;
}

.search_txt {
    background: #fff;
    width: calc(100% - 45px);
    padding: 0.2em 1.2em;
    padding-right: 0;
    color: #5c70af;
}

.search_txt:focus {
    background: #fffefa;

}

.search_txt::placeholder {
    color: #A6B1CC;
    font-weight: 700;
    font-size: 1.2rem; 
}

.search_submit {
    font-family: 'tunakuru_teaser', 'Noto Sans JP', sans-serif;
    width: 120px;
    background: #FEF6E3;
    color: #4E639A;
    text-align: center;
    font-weight: 700;
    font-size: 1.3rem;
    line-height: 1;
}

.search_cat_list{}

.search_cat_item{
    /* width: calc(100% / 6 - 1%); */
    /* width: calc(100% / 5 - 1%); */
    width: calc(100% / 7 - 1%);
}

.search_cat_item input{
    display: none;
}

.search_cat_item label{
    display: block;
    padding: 0.2em 0;
    width: 100%;
    border: 1px solid;
    border-radius: 50px;
    font-weight: 700;
    font-size: 1.3rem;
    text-align: center;
    transition: all .3s;
}

.search_cat_item label:hover{
    background: #eef2ff;
    color: #5c70af;
}

.search_cat_item input[type="checkbox"]:checked + label{
    background: #fdf6e3;
    color: #5c70af;
}

.search_box .btn_cont{
    justify-content: center;
}

.search_box .btn_cont li{
    width: 100%;
    max-width: 250px;
    position: relative;
}

.search_box .btn_cont li:before{
    display: inline-block;
    position: absolute;
    right: 0.75em;
    top: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    -moz-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    -o-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    z-index: 10;
    color: #4E639A;
    transition: all .3s;
}

.search_box .btn_cont li .btn{
    max-width: unset;
    transition: all .3s;
}

.submit_btn{
    display: block;
    border: 1px solid;
    border-radius: 50px;
    font-weight: 700;
    text-align: center;
    background-color: #FEF6E3;
    color: #4E639A;
}

.submit_btn:hover{
    color: #fff;
    background-color: #ffa30b;
}

.search_box .btn_cont li:hover:before{
    color: #fff;
}

.reset_btn{
    display: block;
    border: 1px solid;
    border-radius: 50px;
    font-weight: 700;
    text-align: center;
    margin-left: 10px;
}

.reset_btn:hover{
    background-color: #fff;
    color: #5B70AF;
}

.reset_btn:focus{
    background: #21367a;
}

.exhibitors_list,
.exhibitors_startup_list{
    justify-content: flex-start;
}

.exhibitors_item{
    width: 19%;
    margin-right: 1%;
    margin-bottom: 1.5%;
     background: #fafafa;
    filter: drop-shadow(0px 0px 10px rgb(0 0 0 / 10%));
}

.exhibitors_startup_list .exhibitors_item{
    width: 15.6%;
}

.exhibitors_item figure{
    background: #fff;
    aspect-ratio: 1 / 1;
}

.exhibitors_item figure img{
    object-fit: contain;
    object-position: center;
    height: 100%;
    width: 100%;
}

.exhibitors_item div{
    padding: 15px;
}

.exhibitors_startup_list .exhibitors_item div{
    padding: 10px;
}

.exhibitors_item h3{
    font-size: 1.8rem;
    font-family: 'IBM Plex Sans JP', sans-serif;
}

.exhibitors_startup_list .exhibitors_item h3{
    font-size: 1.5rem;
}

.exh_cat_tag{}

.exh_cat_tag span{
    display: inline-block;
    font-size: 1rem;
    font-weight: 700;
    /* border: 1px solid; */
    padding: .3em 1.2em;
    border-radius: 100vh;
    margin-right: 0;
    margin-bottom: 0;
    line-height: 1;
}

/* 通信 */
span.tag_communication{
    color: #FF7612;
    background-color: #FFF4EB;
}
/* 電力 */
span.tag_electric{
    color: #E54C4C;
    background-color: #FDF2F2;
}
/* AI */
span.tag_ai{
    color: #6594FF;
    background-color: #F0F5FF;
}
/* インフラ */
span.tag_infra{
    color: #05B90C;
    background-color: #EBFAEB;
}
/* LCA */
span.tag_lca{
    color: #CC6004;
    background-color: #FCF4ED;
}
/* エネルギー */
span.tag_energy{
    color: #00b27b;
    background-color: #e0fff5;
}
/* モビリティ */
span.tag_mobility{
    color: #a96fed;
    background-color: #f7f1ff;
}
/* SDV */
span.tag_sdv {
    color: #4365c9;
    background-color: #e8eeff;
}

/* AI */
span.tag_ai{
    color: #7C4DFF;
    background-color: #ede6ff;
}

/* 自動運転・ADAS */
span.tag_adas{
    color: #00ACC1;
    background-color: #ddfbff;
}

/* 通信 */
span.tag_communication{
    color: #0288D1;
    background-color: #c9ecff;
}

/* MaaS */
span.tag_maas{
    color: #ff9473;
    background-color: #ffede7;
}

/* スマートシティ */
span.tag_smartcity{
    color: #00C853;
    background-color: #e4ffef;
}

/* UX */
span.tag_ux{
    color: #e36993;
    background-color: #ffe9ef;
}

/* セキュリティ */
span.tag_security{
    color: #2c7fff;
    background-color: #eaf2ff;
}

/* EV・FCEV */
span.tag_ev{
    color: #ff3db7;
    background-color: #fff0f9;
}

/* エネルギー */
span.tag_energy{
    color: #FFB300;
    background-color: #fff2d4;
}

/* 蓄電池 */
span.tag_battery{
    color: #a05bcb;
    background-color: #faf1ff;
}

/* インフラ */
span.tag_infra{
    color: #455A64;
    background-color: #eaf8ff;
}

/* サーキュラーエコノミー */
span.tag_circular{
    color: #8BC34A;
    background-color: #f1ffdf;
}

/* カーボンニュートラル */
span.tag_carbon{
    color: #10620c;
    background-color: #e6ffe4;
}

/* 水素 */
span.tag_hydrogen{
    color: #15b2f8;
    background-color: #dcf3ff;
}

/* span.tag_selfdriving{
    color: #F27C7C;
    background-color: #FEF2F2;
}
span.tag_connected{
    color: #5F7AE8;
    background-color: #E7EBFC;
}
span.tag_iot{
    color: #5FC3E8;
    background-color: #E2F4FB;
}
span.tag_elect{
    color: #E8A35F;
    background-color: #FDF5ED;
}
span.tag_desdev{
    color: #635783;
    background-color: #F0EEF3;
} */


#no_search_results{
    background: rgb(255 255 255 / 80%);
    padding: 30px;
    text-align: center;
    font-weight: 700;
    font-size: 1.6rem;
    color: #424242;
    margin-top: 30px;
}

@media screen and (max-width:940px){
    .exhibitors_item{
    width: calc(100% / 4 - 1%);
}

}

@media screen and (max-width: 768px){
    .search_cat_item {
        /* width: calc(100% / 3 - 1%); */
        width: calc(100% / 2 - 1%);
    }
    .search_cat_item:nth-child(n+3){
        margin-top: 2%;
    }
    .search_box .btn_cont li {
        max-width: 50%;
    }
    .exhibitors_item {
        width: 31%;
        margin-right: 2%;
        margin-bottom: 3%;
    }
    .exhibitors_startup_list .exhibitors_item {
        width: 23%;
    }
    #no_search_results{
        font-size: 1.5rem;
    }
}

@media screen and (max-width: 580px){
        .exhibitors_item {
        width: 49%;
        margin-right: 0;
    }
    .exhibitors_list{
        justify-content:space-between;
    }
       .exhibitors_item:nth-child(even){
        /* margin-right: 0%; */
    }
}

@media screen and (max-width: 480px){
    .search_box {
        padding: 20px;
    }
    .search_box div.col:nth-child(n+2) {
        margin-top: 15px;
    }
    .search_box h4 {
        width: 100%;
        margin-bottom: 1rem;
    }
    .search_box .search_txtbox,
    .search_box .search_cat_list {
        width: 100%;
    }
    .search_box .btn_cont li {
        max-width: 100%;
    }
    .search_box .btn_cont li:nth-child(2) {
        margin-top: 3%;
    }
    .reset_btn {
        margin-left: 0;
    }
    .exhibitors_item {
        width: 48.5%;
        /* margin-right: 2%; */
        margin-bottom: 4%;
    }
    .exhibitors_list{
        justify-content:space-between;
    }
    .exhibitors_startup_list .exhibitors_item {
        width: 31%;
    }
    .exhibitors_item h3{
        font-size: 1.5rem;
    }
}




/* オンサイトセミナーバッジ */
.onsite-seminar-badge {
    padding: 2px 5px 2px;
    background-color: #ffbf00;
    color: #062237;
    font-size: .95rem;
    border-radius: 0 0 0 5px;
    font-weight: bold;
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    align-items: center;
}
/* 疑似要素でアイコンを入れる（Material Icons は ligature を使う） */
.onsite-seminar-badge::before {
  content: "location_on";            /* アイコン名（例: event / location_on / campaign） */
  font-family: "Material Icons";
  /* font-weight: normal; */
  /* font-style: normal; */
  font-size: 13px;             /* アイコンサイズ（テキストに合わせて調整） */
  line-height: 1;
  display: inline-block;
  vertical-align: middle;
  /* 補助的スタイル */
  /* opacity: 0.95; */
  margin-right: 1px;
}

.exhibitors_item{
	position: relative;
}
