.schedule_list_box {
    display: block;
    position: relative;
    padding: 20px;
    margin-bottom: 100px;
    background-color: #ffffff;
    border-radius: 6px;
}
.sp_only, .sp_only {
    display: none;
}
.schedule_list_box table {
    border-top: #d8d8d8 solid 1px;
    border-right: #d8d8d8 solid 1px;
}
.mb15, table {
    margin-bottom: 15px !important;
}
table {
    margin-bottom: 0.5em;
    width: 100%;
}
table {
    font-size: 100%;
    border-collapse: collapse;
}
table, th, td {
    border: none;
}

.schedule_list_box table tr th {
    padding: 4px 4px 4px 4px;
    font-size: 90%;
    background-color: #848484;
    color: #ffffff;
    border-bottom: #d8d8d8 solid 1px;
    border-left: #d8d8d8 solid 1px;
}
th {
    padding: 10px 10px 9px 10px;
    font-size: 98%;
}

caption, th, td {
    font-size: 100%;
    line-height: 1.6;
    font-weight: normal;
}
.schedule_list_box table tr td {
    padding: 6px 10px 6px 10px;
    border-bottom: #d8d8d8 solid 1px;
    border-left: #d8d8d8 solid 1px;
}

.mb0, .mb0, table.mb0 {
    margin-bottom: 0px !important;
}
.annotate {
    padding: 2px 0px 2px 0px;
    font-size: 86%;
    color: #555555;
}
.text_indent_1 {
    padding-left: 1em !important;
    text-indent: -1em !important;
}

@media screen and (max-width: 767px) {
.schedule_list_box {
    display: block;
    position: relative;
    padding: 20px;
    margin-bottom: 50px;
    background-color: #ffffff;
    border-radius: 4px;
}
.sp_only, .sp_only {
    display: inline-block !important;
}
p, td, tr, li {
    line-height: 1.4;
}
.schedule_list_box table {
    border-top: #d8d8d8 solid 1px;
    border-right: #d8d8d8 solid 1px;
}
table:not(.no_responsive_table) {
    border: none !important;
    /* border-top: #d8d8d8 dotted 1px !important; */
}
.schedule_list_box table tr {
    display: block;
    padding-bottom: 10px;
    border-bottom: #d8d8d8 solid 1px !important;
}
table:not(.no_responsive_table) tr {
    border: none !important;
    border-bottom: #d8d8d8 solid 1px !important;
    padding: 4px 0px 4px 0px;
    margin-bottom: 10px;
    width: 100% !important;
}

.schedule_list_box table tr th {
    display: none;
}
table:not(.no_responsive_table) th {
    padding: 4px 4px 4px 4px;
    margin-bottom: 4px;
    background-color: #F5EFE9;
    white-space: nowrap;
    overflow: hidden;
    display: block;
    border: none !important;
    width: 100% !important;
}

.schedule_list_box table tr td:nth-of-type(1) {
    font-size: 16px !important;
    font-weight: 600;
    padding-bottom: 8px;
    padding-left: 0px;
}

.schedule_list_box table tr td {
    padding: 1px 5px 1px 5px;
    font-size: 15px !important;
    border-bottom: #d8d8d8 solid 1px;
    border-left: #d8d8d8 solid 1px;
}
table:not(.no_responsive_table) td {
    border-left: none !important;
    word-wrap: break-word;
    overflow: hidden;
    display: block;
    padding: 4px 0px 4px 0px;
    margin-bottom: 0px;
    border: none !important;
    width: 100% !important;
}

.schedule_list_box table tr td:nth-of-type(2), .schedule_list_box table tr td:nth-of-type(3), .schedule_list_box table tr td:nth-of-type(4) {
    display: block;
    position: relative;
    padding-left: 80px;
}

p, td, tr, li {
    line-height: 1.4;
}
.annotate {
    padding: 4px 0px 4px 0px;
    font-size: 86%;
    color: #666;
}
.schedule_list_box table tr td span.sp_only {
    display: inline-block;
    position: absolute;
    top: 1px;
    left: 0px;
    text-align: center;
    vertical-align: text-top;
    padding: 3px 4px 3px 4px;
    margin-top: 0px;
    line-height: 100% !important;
    background-color: #999999;
    letter-spacing: 0.05rem;
    min-width: 70px;
    margin-right: 10px;
    font-size: 1.2rem;
    color: #FFFFFF;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
}
}