/* 
    出展者一覧用のcss
    リスト表示をvue3変更するにあたってcssを作り直し
    author: Shungo Tany
*/
[v-cloak] {
    display: none;
}

a {
    text-decoration: none;
}

#exhibitors {
    max-width: 1100px;
    width: calc(100% - 48px);
    padding: 60px 24px;
    margin: 0 auto;
}

#list-menu {
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 20px;
    width: 100%;
}

#list-menu li {
    width: calc(100% / 10 - 1px);
    background: #0d6fb8;
    text-align: center;
    border-right: solid 1px #FFF;
    border-top: solid 1px #FFF;
}

#list-menu li a {
    color: #FFF;
    width: 100%;
    font-size: 170%;
    height: 59px;
    line-height: 250%;
    display: inline-block;
}

#list-menu li span {
    color: #FFF;
    width: 100%;
    font-size: 170%;
    height: 59px;
    line-height: 250%;
    display: inline-block;
    background: #ccc;
}

@media screen and (max-width:768px) {
    #list-menu li {
        width: calc(100% / 5 - 1px);
    }
}

#search-block {
    width: 100%;
    display: flex;
    gap: 5%;
    padding: 40px 0 60px 0;
}

.search-word-box,
.search-category-box {
    text-align: left;
}

.search-word-box {
    width: calc(40% - 5%);
}

.search-category-box {
    width: 60%;
}

.search-title {
    font-size: 130%;
    margin-bottom: 1em;
}

#keyword {
    height: 2em;
    width: calc(100% - 5px);
    margin-bottom: 0.65em;
    padding-left: 5px;
}

.search-word-btn {
    text-align: right;
}

.search-word-btn input[type="button"] {
    height: 2em;
    width: 5em;
    margin-left: 5px;
}

.search-ul {
    display: flex;
    flex-wrap: wrap;
}

.search-li {
    color: #fff;
    padding: 0.15em 0;
    margin-bottom: 2px;
    width: calc(100% / 3 - 7px);
    text-align: center;
    margin-right: 7px;
}

@media screen and (max-width:1000px) {
    .search-li {
        width: calc(100% / 2 - 7px);
    }
}

.search-li label {
    display: block;
    cursor: pointer;
    width: 100%;
    text-align: center;
    position: relative;
    top: 0;
    -moz-transition: 100ms all linear;
    -o-transition: 100ms all linear;
    transition: 100ms all linear;
}

.search-li input {
    margin-right: 5px;
    position: absolute;
    top: 3px;
    left: 5px;
    cursor: pointer;
}

@media screen and (max-width:768px) {
    #search-block {
        display: block;
        border: 1px solid #ccc;
        border-top-color: #0d6fb8;
        margin-bottom: 20px;
    }

    .search-word-box {
        width: 95%;
        margin: 0 auto;
    }

    .search-category-box {
        width: 95%;
        margin: 0 auto;
    }

    .search-li label {
        padding-top: 0.6vh;
        padding-bottom: 0.6vh;
    }

    .search-li input {
        top: 1vh;
    }
}

.search-li label.ict {
    background-color: #006db5;
    border: #044e7f 1px solid;
    box-shadow: 0 2px 0 #044e7f;
}

.search-li label.ict:hover {
    background-color: rgba(0, 109, 181, 0.8);
    box-shadow: none;
    border: #044e7f 1px solid;
}

.search-li label.ict.selected {
    background-color: rgba(0, 109, 181, 0.8);
    box-shadow: none;
    border: #044e7f 1px solid;
}

.search-li label.elearning {
    background-color: #60b9de;
    border: #4e91ad 1px solid;
    box-shadow: 0 2px 0 #4e91ad;
}

.search-li label.elearning:hover {
    background-color: rgba(96, 185, 222, 0.8);
    box-shadow: none;
    border: #4e91ad 1px solid;
}

.search-li label.elearning.selected {
    background-color: rgba(96, 185, 222, 0.8);
    box-shadow: none;
    border: #4e91ad 1px solid;
}

.search-li label.programming {
    background-color: #953993;
    border: #622761 1px solid;
    box-shadow: 0 2px 0 #622761;
}

.search-li label.programming:hover {
    background-color: rgba(149, 57, 147, 0.8);
    box-shadow: none;
    border: #622761 1px solid;
}

.search-li label.programming.selected {
    background-color: rgba(149, 57, 147, 0.8);
    box-shadow: none;
    border: #622761 1px solid;
}

.search-li label.classsupport {
    background-color: #ee2f62;
    border: #bb2a51 1px solid;
    box-shadow: 0 2px 0 #bb2a51;
}

.search-li label.classsupport:hover {
    background-color: rgba(238, 47, 98, 0.8);
    box-shadow: none;
    border: #bb2a51 1px solid;
}

.search-li label.classsupport.selected {
    background-color: rgba(238, 47, 98, 0.8);
    box-shadow: none;
    border: #bb2a51 1px solid;
}

.search-li label.officesupport {
    background-color: #c0d840;
    border: #98ab36 1px solid;
    box-shadow: 0 2px 0 #98ab36;
}

.search-li label.officesupport:hover {
    background-color: rgba(192, 216, 64, 0.8);
    box-shadow: none;
    border: #98ab36 1px solid;
}

.search-li label.officesupport.selected {
    background-color: rgba(192, 216, 64, 0.8);
    box-shadow: none;
    border: #98ab36 1px solid;
}

.search-li label.kindergarten {
    background-color: #269698;
    border: #036D6D 1px solid;
    box-shadow: 0 2px 0 #036D6D;
}

.search-li label.kindergarten:hover {
    background-color: rgba(38, 152, 152, 0.8);
    box-shadow: none;
    border: #036D6D 1px solid;
}

.search-li label.kindergarten.selected {
    background-color: rgba(38, 152, 152, 0.8);
    box-shadow: none;
    border: #036D6D 1px solid;
}

.search-li label.nursery {
    background-color: #ffd700;
    border: #ccc215 1px solid;
    box-shadow: 0 2px 0 #ccc215;
    color: #000;
}

.search-li label.nursery:hover {
    background-color: rgba(255, 242, 21, 0.8);
    box-shadow: none;
    border: #ccc215 1px solid;
    text-shadow: none;
    color: #666;
}

.search-li label.nursery.selected {
    background-color: rgba(255, 242, 21, 0.8);
    box-shadow: none;
    border: #ccc215 1px solid;
    text-shadow: none;
    color: #666;
}

.search-li label.software {
    background-color: #f47e35;
    border: #c2672e 1px solid;
    box-shadow: 0 2px 0 #c2672e;
    letter-spacing: -1px;
}

.search-li label.software:hover {
    background-color: rgba(244, 126, 53, 0.8);
    box-shadow: none;
    border: #c2672e 1px solid;
}

.search-li label.software.selected {
    background-color: rgba(244, 126, 53, 0.8);
    box-shadow: none;
    border: #c2672e 1px solid;
}

.search-li label.security {
    background-color: #93742f;
    border: #645022 1px solid;
    box-shadow: 0 2px 0 #645022;
}

.search-li label.security:hover {
    background-color: rgba(147, 116, 47, 0.8);
    box-shadow: none;
    border: #645022 1px solid;
}

.search-li label.security.selected {
    background-color: rgba(147, 116, 47, 0.8);
    box-shadow: none;
    border: #645022 1px solid;
}

.search-li label.digital {
    background-color: #3D5A9D;
    border: #153171 1px solid;
    box-shadow: 0 2px 0 #153171;
}

.search-li label.digital:hover {
    background-color: rgba(61, 90, 157, 0.8);
    box-shadow: none;
    border: #153171 1px solid;
}

.search-li label.digital.selected {
    background-color: rgba(61, 90, 157, 0.7);
    box-shadow: none;
    border: #153171 1px solid;
}

.exhibitlist-wrapper {
    display: flex;
    align-items: stretch;
    justify-content: stretch;
    gap: 1px;
    padding: 1px;
    background-color: #ccc;
    box-sizing: border-box;
    margin-bottom: 40px;
}

.exhibitlist-gyo {
    width: calc(7% - 30px);
    padding: 15px;
    text-align: center;
    font-size: 18px;
    background-color: #fff;
}

.exhibitlist-box {
    position: relative;
    background-color: #fff;
    width: 93%;
}

.exhibitlist-inner {
    padding: 15px;
    text-align: left;
    border-top: solid 1px #ccc;
    display: flex;
    gap: 15px;
    align-items: center;
}

.exhibitlist-inner:first-child {
    border-top: none;
}

.exhibitlist-logo {
    width: calc(15% - 15px);
}

.exhibitlist-item {
    width: 85%;
}

.exhibitlist-info {
    font-size: 16px;
}

.exhibitlist-info dt {
    margin-bottom: 8px;
    font-size: 1.3em;
    font-weight: bold;
}

.exhibitlist-info dd {
    letter-spacing: 0.6px;
    margin-top: 24px;
    white-space: pre-line;
}

.exhibitlist-info a {
    color: #333;
    border-bottom: 1px #999 dotted;
    text-decoration: none;
}

.exhibitlist-info a:hover,
.exhibitlist-info a:visited {
    color: #333;
    text-decoration: none;
}

.exhibitlist-extra-info {
    display: flex;
    justify-content: space-between;
    margin-top: 24px;
    flex-wrap: wrap;
}

.exhibitlist-extra-info p {
    font-size: 18px;
}

.exhibitlist-categories {
    display: flex;
    flex-wrap: wrap;
    margin-left: auto;
}

.exhibitlist-categories li {
    width: 135px;
    padding: 4px 0;
    font-size: 11px;
    text-align: center;
    color: #fff;
    border-top: 1px solid #fff;
    border-left: 1px solid #fff;
}

/* 出展者一覧内のカテゴリータグの背景色 */
.exhibitlist-categories li.ict {
    background: #006db5;
}

.exhibitlist-categories li.elearning {
    background: #60b9de;
}

.exhibitlist-categories li.programming {
    background: #953993;
}

.exhibitlist-categories li.classsupport {
    background: #ee2f62;
}

.exhibitlist-categories li.officesupport {
    background: #c0d840;
}

.exhibitlist-categories li.kindergarten {
    background: #269698;
}

.exhibitlist-categories li.nursery {
    background: #ffd700;
    color: #000;
}

.exhibitlist-categories li.software {
    background: #f47e35;
}

.exhibitlist-categories li.security {
    background: #93742f;
}

.exhibitlist-categories li.digital {
    background: #3D5A9D;
}

@media screen and (max-width:1100px) {
    .exhibitlist-extra-info {
        display: block;
    }

    .exhibitlist-extra-info p {
        margin-bottom: 20px;
    }

}

@media screen and (max-width:768px) {
    .exhibitlist-wrapper {
        display: block;
    }

    .exhibitlist-gyo {
        width: calc(100% - 30px);
        border-bottom: solid 1px #ccc;
    }

    .exhibitlist-box {
        width: 100%;
    }

    .exhibitlist-inner {
        width: calc(100% - 30px);
        display: block;
    }
    .exhibitlist-logo {
        width: calc(100% - 30px);
        max-width: 150px;
        margin: 0 auto;
    }
    .exhibitlist-logo img {
        margin-bottom: 20px;
    }
    .exhibitlist-item {
        width: 100%;
    }
}

@media screen and (max-width:480px) {

    .exhibitlist-categories li {
        width: calc(100% / 2 - 2px);
    }

    .search-li {
        font-size: 2.5vw;
    }

    .search-li label {
        padding-top: 5px;
        padding-bottom: 5px;
        padding-left: 3px;
        text-align: left;
    }

    .search-li input {
        margin-right: 5px;
        position: unset;
    }
}