@charset "UTF-8";
#seminar-tableDate .schedule_date {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}
#seminar-tableDate .schedule_date.is-ver2 {
    margin-bottom: 30px;
}
#seminar-tableDate .schedule_date .btn {
    margin: 0 auto;
    width: 160px;
    height: 36px;
}
#seminar-tableDate .schedule_date .btn a {
    line-height: 1;
    color: #fff;
    background: #00A0EE;
    text-decoration: none;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    border-radius: 4px;
    font-size: 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
#seminar-tableDate .schedule_date .btn.end a {
    background: #BBBBBB;
    pointer-events: none;
}
.news-topics ul {
    margin-bottom: 30px;
}
.c-sp {
    display: none;
}
.c-pc {
    display: block;
}
@media(min-width:559px) {
    #seminar-tableDate table.date {
        margin-bottom: 3em;
        position: relative;
        border: 1px solid #C9C9C9;
        box-shadow: 0 2px 6px rgba(0, 0, 0, .04);
    }
    #seminar-tableDate .schedule_date .date th {
        background: #F8F8F8;
        font-size: 1rem;
        line-height: 1;
        font-weight: bold;
        width: 196px;
        padding: 22px 0;
        box-sizing: border-box;
        text-align: center;
    }
    #seminar-tableDate .schedule_date .date th:first-child {
        width: 396px;
    }
    #seminar-tableDate .schedule_date .date th:last-child {
        width: 296px;
    }
    #seminar-tableDate .schedule_date .date td {
        border-top: 1px solid #C9C9C9;
        font-size: 16px;
        padding: 20px 0;
        box-sizing: border-box;
        text-align: center;
        vertical-align: middle;
    }
}
@media screen and (max-width: 559px) {
    #seminar-tableDate .schedule_date .btn {
        width: 160px;
        height: 32px;
    }
    #guid h2 {
        font-size: 1.2rem;
    }
    #seminar-tableDate .schedule_date {
        margin-bottom: 40px;
        border-radius: 5px;
        background: #F8F8F8;
        padding: 15px;
    }
    #seminar-tableDate .schedule_date .date td {
        display: block;
        background: #fff;
        border-top: none;
        padding: 24px 30px;
        text-align: left;
        border-radius: 5px;
        margin-bottom: 10px;
    }
    #seminar-tableDate .schedule_date .date .txt {
        font-size: 14px;
        line-height: 1.2;
        position: relative;
        display: inline-block;
        padding-left: 98px;
        margin-bottom: 5px;
        padding-top: 0;
    }
    #seminar-tableDate .schedule_date .date .txt span {
        font-weight: bold;
        border-left: 1px solid #333;
        position: absolute;
        left: 0;
        top: 0;
        padding-left: 15px;
        color: #333;
    }
    #seminar-tableDate .schedule_date .btn {
        width: 100%;
        height: 33px;
        margin-top: 10px;
    }
.c-sp {
    display: block;
}
.c-pc {
    display: none;
}
}