.sp-only {
    display: none;
}

.schedule-accordion-title,
#contents h3.schedule-accordion-title {
    margin-bottom: 2px;
}

.schedule-accordion-title .tab-title {
    display: block;
    position: relative;
    cursor: pointer;
    color: #333;
    font-weight: bold;
    background-color: #f3e9ea;
    background-repeat: no-repeat;
    background-position: 97% center;
}

.schedule-accordion-title .tab-title::before {
    position: absolute;
    top: 50%;
    right: 10px;
    margin: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #666;
    font-family: "Line Awesome Free", "Line Awesome Brands";
    font-weight: 900;
    font-size: 1.5em;
    content: "\f13a";
}

.schedule-accordion-content {
    display: none;
}

#contents .schedule-accordion-content h4 {
    margin-bottom: 0;
}

.schedule-accordion-content li {
    padding-left: 0;
}

table.schedule-table {
    width: 100%;
    border-collapse: collapse;
}

table.schedule-table th {
    background: #f6f5e8;
}

table.schedule-table1 {
    font-size: 100%;
}

table.schedule-table1 th,
table.schedule-table1 td {
    padding: 10px;
    vertical-align: top;
}

table.schedule-table1 th {
    padding: 5px 10px;
    text-align: left;
}

table.schedule-table1 th small {
    font-size: 90%;
    font-weight: 400;
}

table.schedule-table2 th,
table.schedule-table2 td {
    padding: 6px 10px;
    border: 1px solid #ccc;
    text-align: left;
}

table.schedule-table2 th {
    text-align: center;
    font-weight: normal;
}

table.schedule-table2 td:nth-child(1) {
    width: 50px;
    text-align: center;
}

@media screen and (max-width: 600px) {
    .sp-only {
        display: block;
    }

    .schedule-accordion-title .tab-title {
        padding: 10px;
        font-size: 15px;
        line-height: 1.8;
    }

    .schedule-accordion-content {
        padding: 10px 10px 20px;
    }

    table.schedule-table1-1 {
        margin-bottom: 16px;
    }

    table.schedule-table2 {
        font-size: 90%;
    }
    .schedule-table1 th,
    .schedule-table1 td {
        display: block;
        width: 100%;
    }
}

@media screen and (min-width: 601px) {
    .sp-only {
        display: none;
    }

    .schedule-table-wrap-inner {
        display: flex;
    }

    .schedule-table-wrap-inner table + table {
        margin-left: 16px;
    }

    .schedule-accordion-title .tab-title {
        padding: 10px 10px 10px 30px;
        font-size: 17px;
    }

    .schedule-accordion-content {
        padding: 20px 10px;
    }
}