#h3-btn {
    width: auto !important;
    float: right;
    margin: 0 10px;
    height: auto;
    padding: 0 10px !important;
    font-size: 1.4rem;
}
.ticket .col2 {
    width: 160px;
}
.title-desk {
    display: block;
}
.title-mobile {
    display: none;
}
@media (max-width: 48rem) {
    .ticket .ticket_list_5col {
        border: none;
        width: 350px;
    }
    .title-desk {
        display: none;
    }
    .title-mobile {
        font-size: 1.5rem !important;
        display: block;
    }
    .ticket .col2 {
        width: 100%;
    }
}

.mt-3 {
    margin-top: 3 rem;
}
    
.workshop-table-2 tr th, .workshop-table tr th {
    background: #1C293F;
    color: #fff;
    border: 1px solid #d2d2d2;
    height: 40px;
    text-align: center;
    font-size: 1.4rem;
}

.workshop-table tr td {
    background-color: #57a3ed;
    color: #fff;
}

.workshop-table .workshop-date {
    background-color: #2572bd;
}

#workshop-table-test {
    list-style-type: decimal;
}


.workshop-table-2 tr td {
    background-color: #3595c1;
    color: #fff;
}

.esg-mark span {
    display: block; 
    margin-left: 2.2em;
    margin-top: -1.2em;
}
@media (max-width: 48rem) {
    .esg-mark span:first-of-type {
        margin-top: -1.2em;
    }
}
