@charset "utf-8"; /* CSS Document */

/*基本レイアウト用*/
.flex{
    display:flex;
}
.m-w500px{
    max-width: 500px;
}
.m-w400px{
    max-width: 400px;
}
.m-w300px{
    max-width: 300px;
}
.m-w200px{
    max-width: 200px;
}
.m-w100px{
    max-width: 100px;
}

.img img{
    width: 100%;
}

.pc-no-active{
    pointer-events: none;
    color: #333333!important;
    border-bottom: none!important;
}
@media screen and (max-width: 1024px){
    .pc-no-active{
        pointer-events: visible;
        color: #005aa0!important;
        border-bottom: 1px solid #005aa0!important;
    }
}

#faqwrap .box-faq dt:before{
    display: none;
}
#faqwrap .box-faq dd:before{
    display: none;
}

/* 展示会場案内 */

.exhibition-info #faqwrap .box-faq dd a {
    color: #005aa0;
    border-bottom: 1px solid #005aa0;
}

.exhibition-info .exhibition-box{
    flex-wrap:wrap;
}

.exhibition-info .exhibition-box .cargo-booking-institution{
    padding: 10px;
    background-color: rgba(0,0,0,0.05);
    margin-top: 10px;
}

.exhibition-info .exhibition-box .ttl-square{
    position: relative;
    padding-left: 15px;
    margin-bottom: 5px;
}

.exhibition-ttl{
    background-image: url(/images/background/mainv/big-sight_picture.jpg?transactionid=fb606df147359e6265e2b1b782b5d30a7f9c0c9b);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 70px 0;
    min-height: 70px;
    position: relative;
}
.exhibition-ttl:before{
    content: '';
    background: linear-gradient(rgba(255,255,255,0),rgba(255,255,255,1));
    width: 100%;
    height: 100%;
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
}
#under .exhibition-ttl #item-ttl {
    text-shadow: 0 0 15px #ffffff, 0 0 15px #ffffff, 0 0 3px #ffffff;;
    margin-bottom: 0!important;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    z-index: 98;
}
#under .exhibition-ttl #item-ttl:before{
    display: none;
}
#under .exhibition-ttl #item-ttl:after{
    display: none;
}

.exhibition-info .exhibition-box .ttl-square:before{
    content: '■';
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    z-index: 99;
}

.exhibition-info .box{
    width: calc(50% - 10px);
    margin-right: 5px;
    margin-left: 5px;
}
@media screen and (max-width: 1024px){
    .exhibition-info .box{
        width: calc(100% - 10px);
    }
}

.exhibition-info #faqwrap .box dt.dropdown{
    background-color: rgb(94 135 167 / 20%);
    padding: 20px 80px 20px 40px;
}

.exhibition-info #faqwrap .box dt.dropdown h3 {
    font-weight: bold;
    font-size: 16px;
}
@media screen and (max-width: 640px){
    .exhibition-info #faqwrap .box dt.dropdown h3 {
        font-size: 14px;
    }
}
@media screen and (max-width: 482px){
    .exhibition-info #faqwrap .box dt.dropdown h3 {
        font-size: 3vw;
    }
}

.exhibition-info #faqwrap .box dt.dropdown:after {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    border-bottom: 5px solid rgba(0,0,0,0.1);
    border-right: 5px solid rgba(0,0,0,0.1);
    right: 0;
    bottom: 0;
    z-index: 99;
}

.exhibition-info #faqwrap .box dd.accordion{
    padding: 30px 20px 30px 40px;
}

.b-link{
    color:#005aa0;
    border-bottom:1px solid #005aa0;
}
.b-link:visited{
    color:#005aa0!important;
    border-bottom:1px solid #005aa0!important;
}
.b-link:hover{
    color:#f60!important;
    border-bottom:1px solid #f60!important;
}

.exhibition-info #faqwrap .cont-faq {
    border-bottom: none;
}

.exhibition-info #faqwrap .box-faq {
    border-top: none;
    position: relative;
    margin-bottom: 10px;
}

.exhibition-info #faqwrap .box-faq:before {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    border-top: 5px solid rgba(0,0,0,0.1);
    border-left: 5px solid rgba(0,0,0,0.1);
    left: 0;
    top: 0;
    z-index: 99;
}
