@media (min-width: 768px) {
    .sp-on{
        display: none !important;
    }
}
@media (max-width: 767px) {
    .pc-on{
        display: none !important;
    }
}
.event-lead p:first-child {
    padding-bottom: 0.5em;
}

#main {
    padding: 0;
}
.event-body{
    font-size: 16px;
    line-height: 1.75;
}
.event-body .table th,
.event-body .table td{
    line-height: 1.75;
    padding: 1em 1.5em;
}
.main-img{
    margin-bottom: 16px;
}
@media (min-width: 768px) {
    .main-img{
        margin-bottom: 30px;
    }
    h1{
        font-size: 28px;
    }
    .event-body{
        font-size: 16px;
        line-height: 1.75;
    }
    .event-body h2 {
        margin-top: 1em;
        font-size: 20px;
    }
    .event-body{
        max-width: 1000px;
        margin-left: auto;
        margin-right: auto;

    }
    .event-lead {
        font-size: 18px;
        padding: 1em 0 0.5em;
    }


}
#main .mb-01{
    margin-bottom: 2em;
}
#main .mb-00{
    margin-bottom: 0.4em !important;
}
#main .pl-0{
    padding-left: 0 !important;
}
.event-body .table td ol,
.event-body .table td ul{
    padding-left: 1.35em;
    margin-bottom: 0;
    line-height: 1.3;
}
.event-body .table td ol li + li,
.event-body .table td ul li + li{
    margin-top: 0.4em;
}
.event-body .table td ul.note{
    padding-left: 1em;
    text-indent: -1em;
    font-size: 14px;
    list-style: none;
}
.event-body .seminar a {
    text-decoration: underline;
}
.event-body .seminar a:hover {
    text-decoration: none;
    opacity: 0.6;
}

.event-body .table > tbody > tr > th {
    width: 180px;
}

.event-body .booth .table > tbody > tr:nth-child(2) > td:first-of-type {
    width: 60px;
}

.event-body .table td h3 {
    margin: 5px 0 1em;
    font-size: 18px;
}

.event-body .table td p:last-child {
    margin-bottom: 0;
}

.event-body .booth .table table th ,
.event-body .booth .table table td {
    vertical-align: top;
    padding: 0.2em 1em 0.2em 0;
}

main .table tr td {
    vertical-align: middle;
}

main .table tr td.icon img {
    min-width: 80px;
}

main .table a {
    opacity: 0.8;
    text-decoration: underline;
    transition: .5s;
}
main .table a:hover {
    opacity: 1;
    transition: .5s;
}

main .table .event_btn {
    display: inline-block;
    padding: 10px 20px 10px 30px;
    border-radius: 8px;
    background: #333;
    background: linear-gradient(to bottom, #7B47D2, #7B47D2);
    background: -moz-linear-gradient(to bottom, #7B47D2, #7B47D2);
    background: -webkit-linear-gradient(to bottom, #7B47D2, #7B47D2);
    color: #fff;
}
main .table a.event_btn {
    text-decoration: none;
    transition: .5s;
}
main .table a.event_btn:hover {
    opacity: 0.7;
    transition: .5s;
    text-decoration: none;
}
main .table span.event_btn {
    opacity: 0.2;
}

main .table .event_btn + .note {
    margin: 8px 0 0;
    font-size: 0.9em;
}

@media screen and (max-width:767px){
    main .table a.event_btn{
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .table-responsive>.table>tbody>tr>td,
    .table-responsive>.table>tbody>tr>th,
    .table-responsive>.table>tfoot>tr>td,
    .table-responsive>.table>tfoot>tr>th,
    .table-responsive>.table>thead>tr>td,
    .table-responsive>.table>thead>tr>th{
        white-space:normal;
        border-width: 1px 0 0;
        margin-top: -1px;
    }

    .tablemain th,
    .tablemain tbody tr th,
    .tablemain td {
        display:block;
        width:100%;
        word-break: break-all;
    }

    .event-body .table > tbody > tr > th ,
    .event-body .booth .table > tbody > tr:nth-child(2) > td:first-of-type {
        width: auto;
    }

}

main .overview td .row {
    margin: 20px 0;
}

main .overview td .row img {
    max-height: 400px;
}

#main td figcaption {
    margin-top: 3px;
    font-size: 12.5px;
    font-feature-settings: "palt";
}

main .overview td ol li {
    margin: 10px 0;
}

@media screen and (max-width:767px){

    main .overview td .row {
        margin: 20px 0;
    }

    main .overview td .row figure + figure {
        margin-top: 20px;
    }

}
#main h4{
    margin-top: 2.5em;
    text-align: center;
    text-decoration: underline;
    font-size: 16px;
}

