@charset "UTF-8";

p.remark{
    margin-left: 1em;
    text-indent: -1em;
    font-size: unset;
}

#master .block .con-box .detail .time-schedule .table-box p{
    text-align: left;
    line-height: 1.5;
}

p.remark::before{
    content: '※';
    vertical-align: baseline;
}

tr:first-child{
    border-top: 1px solid #ebeff4;
}

td{
    text-align: left;
}
.video{
    max-width: 600px;
    display: block;
    margin: 0 auto 80px auto;
}
.video h4{
    margin: 0;
    padding: 40px 0 1.5em 0;
    font-size: 2em;
    text-align: center;
    display: block;
}
.video iframe{
    aspect-ratio: 16 / 9;
    width: 100%;
}
.mc_venue{
    width: 100%;
    padding: 20px;
    text-align: center;
}
.flexcontainer_column{
    width: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}
.flexcontainer_row{
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    text-align: center;
    border-bottom: 1px solid #ebeff4;
}
.flexitem_row_time{
    width: 20%;
    background-color: #ebeff4;
    padding: 10px;
    text-align: center;
    border-top: 1px solid #ffffff;
}
.flexitem_row{
    width:40%;
    border-top: 1px solid #ffffff;
}
.flexitem_row ul li{
    border-top: 1px solid #ebeff4;
    border-right: 1px solid #ebeff4;
    padding: 10px;
}

.flexitem_row ul li:first-child{
    background-color: #ebeff4;
    border-left: 1px solid #ffffff;
}
.flexitem_row_Vc ul li{
    border-top: 1px solid #ebeff4;
    border-right: 1px solid #ebeff4;
    padding: 10px;
}
.flexitem_row_Vc{
    width: 80%;
}
.flexitem_row_concert{
    width: 80%;
    border-right: 1px solid #ebeff4;
    padding: 20px;
}


.mc_time{
    font-weight: 700;
    text-align: center;
    font-size: 140%;
}
.rehearsalroom{
    display: inline-block;
    padding: 2px 5px;
    margin-top: 5px;
    border-radius: 5px;
    background-color: #ffffff;
    color: #eb4334;
}

.hall{
    display: inline-block;
    padding: 2px 5px;
    margin-top: 5px;
    border-radius: 5px;
    background-color: #ffffff;
    color: #6734eb;
}
.table_qualification tbody tr th,.table_qualification tbody tr td{
    padding: 5px;
    line-height: 1.5;
}
.table_qualification{
    margin: 30px 0;
}
@media screen and (max-width:768px){
    #master .block .con-box .detail .time-schedule .table-box table tbody tr th{
        width: 100%;
        display: block;
    }
    #master .block .con-box .detail .time-schedule .table-box table tbody tr td{
        display: block;
        text-align: left;
    }
    #master .block .con-box .detail .time-schedule .table-box table tbody tr td{
        border: 0;
    }

    .flexitem_row_time{
        width: 100%;
        background-color: #ebeff4;
        padding: 10px;
        text-align: center;
        border-top: 1px solid #ffffff;
    }
    .flexitem_row{
        width:50%;
        border-left: 1px solid #ebeff4;
    }
    .flexitem_row ul li{
        border-top: 1px solid #ebeff4;
        border-right: 1px solid #ebeff4;
        padding: 10px;
    }
    
    .flexitem_row ul li:first-child{
        background-color: #ebeff4;
        border-left: 1px solid #ffffff;
    }
    .flexitem_row_concert{
        width: 100%;
        border-right: 1px solid #ebeff4;
        border-left: 1px solid #ebeff4;
        padding: 20px;
    }
    .flexitem_row_Vc{
        width:100%;
        border-left: 1px solid #ebeff4;
    }
    .flexcontainer_column{
        flex-wrap: unset;
    }
}