.exhibitor-list{
    max-width: 100%;
    margin-left: 0!important;
}
.exhibitor-detail{
    max-width: 100%;
    margin-left: 0!important;
}
.exhibitor-list__title{
    margin-left: 0!important;
}
.exhibitor-list__title .title{
    font-weight: bold;
}
.exhibitor-list__title .title .en{
    font-size: 60px;
    margin-right: 10px;
}
.exhibitor-list__title .title .jp{
    font-size: 24px;
}
.exhibitor-list__table__element th,
.exhibitor-list__table__element td{
    padding: 20px;
    text-align: left;
}
.exhibitor-list__table__element tbody tr {
    border-top: 1px solid #000;
    display: block;
    cursor: pointer;
    transition-duration: .5s;
    position: relative;
}
.exhibitor-list__table__element tbody tr:after {
    font-size: 16px;
    font-weight: normal;
    font-family: "Zen Kaku Gothic Antique", sans-serif;
    content: '→';
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}
.exhibitor-list__table__element tbody tr:hover {
    background: #eee;
}
.exhibitor-list__table__element tbody tr:last-child {
    border-bottom: 1px solid #000;
}
.exhibitor-list__table__element td{
    font-size: 12px;
}
.exhibitor-list__table__element td.name{
    width: 28vw;
}
.exhibitor-list__table__element td.name span{
    font-weight: bold;
    display: block;
}
.exhibitor-list__table__element td.name .single{
    font-size: 18px;
}
.exhibitor-list__table__element td.name .all{
    font-size: 12px;
    padding-top: 20px;
    margin-top: 20px;
    border-top: 1px solid #ccc;
}
.exhibitor-list__table__element td.category{
    width: 320px;
    color: #6b696a;
    line-height: 2;
    font-weight: bold;
}
.exhibitor-list__table__element td.category span{
    font-weight: bold;
    display: block;
}
.exhibitor-list__table__element td.product{
    padding-right: 100px;
}

.exhibitor-detail__title .title{
    line-height: 1.4;
    padding-bottom: 20px;
    border-bottom: 1px solid #222;
}
.exhibitor-detail__contents__inner{
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
}
.exhibitor-detail__content.-left{
    width: 320px;
}
.exhibitor-detail__content.-right{
    width: calc(100% - (320px + 40px));

}
.exhibitor-detail__content__logo .logo {
    width: 100%;
    border-radius: 10px;
}
.exhibitor-detail__content .content{
    font-size: 16px;
    font-weight: bold;
}

.exhibitor-detail__introduction{
    margin-bottom: 40px;
}
.exhibitor-detail__introduction .text{
    font-size: 16px;
    padding: 20px;
    color: #222;
    background: #eee;
    border-radius: 10px;
}
.exhibitor-detail__item-name{
    margin-bottom: 20px;
}
.exhibitor-detail__item-name .item-name{
    padding: 5px 16px;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 12px;
    font-weight: bold;
    border: 1px solid #000;
    border-radius: 3em;
    display: inline-block;
}
.exhibitor-detail__organization{
    margin-bottom: 40px;
}
.exhibitor-detail__flex-box{
    margin-bottom: 40px;
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
}
.exhibitor-detail__flex-box__item{
    width: calc((100% - 40px * 2) / 3);
}
.exhibitor-detail__category .category{
    font-size: 14px;
    font-weight: bold;
    line-height: 2.5;
    color: #6b696a;
}
.exhibitor-detail__category .category span{
    display: block;
}
.exhibitor-detail__product .product{
    font-size: 12px;
    line-height: 1.8;
}
.exhibitor-detail__link{
    line-height: 2;
}
.exhibitor-detail__link .link-container a{
    font-size: 14px;
    font-weight: bold;
    display: block;
}
.exhibitor-detail__images{
    padding-bottom: 80px;
    margin-bottom: 40px;
    border-bottom: 1px solid #222;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
.exhibitor-detail__images img{
    width: calc((100% - 20px * 1) / 2);
    height: 100%;
    border-radius: 10px;
    display: block;
}
.exhibitor-detail__images.small_thmubs img{
  width: calc((100% - 20px * 3) / 4);
}
.exhibitor-detail__button{
    display: flex;
    justify-content: center;
}
.section-gatako {
  margin: 160px auto 0 !important;
  max-width: 640px;
}
.section-gatako img{
  max-width: 100%;
  border-radius: 10px;
}

@media only screen and (max-width: 768px) {
    .exhibitor-list__title .title .en{
        font-size: 30px;
    }
    .exhibitor-list__title .title .jp{
        font-size: 16px;
    }
    .exhibitor-list__table__element td{
        display: block;
    }
    .exhibitor-list__table__element td.name .single{
        font-size: 16px;
    }
    .exhibitor-list__table__element td.name,
    .exhibitor-list__table__element td.category{
        width: 100%;
        /* padding-right: 60px; */
        padding-right: 40px;
    }
    .exhibitor-list__table__element td.category{
      font-size: 10px;
    }
    .exhibitor-list__table__element td.product{
        display: none;
    }
    .exhibitor-list__table__element tbody tr {
        padding: 14px 0;
    }
    .exhibitor-list__table__element tbody tr:after {
        right: 10px;
    }
    .exhibitor-list__table__element th,
    .exhibitor-list__table__element td{
        /* padding: 6px 14px; */
        padding: 6px 0;
    }

    .exhibitor-detail__title .title{
        font-size: 20px;
    }
    .exhibitor-detail__contents__inner{
        gap: 20px;
    }
    .exhibitor-detail__content.-left,
    .exhibitor-detail__content.-right{
        width: 100%;
    }
    .exhibitor-detail__introduction{
        margin-bottom: 20px;
    }
    .exhibitor-detail__introduction .text{
        font-size: 14px;
        padding: 10px;
        margin-top: 0;
    }
    .exhibitor-detail__item-name{
        margin-bottom: 10px;
    }
    .exhibitor-detail__organization{
        margin-bottom: 20px;
    }
    .exhibitor-detail__flex-box{
        gap: 20px;
    }
    .exhibitor-detail__flex-box__item{
        width: 100%;
    }
    .exhibitor-detail__category .category{
        margin-bottom: 0;
    }
    .exhibitor-detail__images{
        padding-bottom: 40px;
        margin-bottom: 20px;
        gap: 8px;
    }
    .exhibitor-detail__images img{
        width: 100%;
    }
    .exhibitor-detail__images.small_thmubs img{
      width: calc((100% - 8px) / 2);
    }
}