.schedule-contents__table {
    font-weight: 500;
    margin-bottom: 10px;
}

.schedule-contents__table--bus {
    border: 5px solid #77c1e3;
}

.schedule-contents__table--bus-title {
    background-color: #6DC3EA;
    position: relative;
    border-radius: 10px 0 0 10px;
}

.schedule-contents__table--category {
    overflow: hidden;
    background-color: #E7E7E7;
}

.schedule-contents__table--category th {
    position: relative;
    padding: 20px;
    top: -5px;
}

.schedule-contents__table--category th::after {
    content: "";
    width: 2px;
    height: 40px;
    background-color: #fff;
    display: block;
    top: 12px;
    right: 0;
    position: absolute;
}

_::-webkit-full-page-media, _:future, :root .schedule-contents__table--category th::after {
    content: "";
    display: block;
    top: 18px;
    right: 0;
    position: absolute;
}


.schedule-contents__table--category th:last-child::after {
    display: none;
}

.schedule-contents__table--bus td,
.schedule-contents__table--mechanic td,
.schedule-contents__table--return td {
    border-bottom: 3px solid #E7E7E7;
    border-right: 3px solid #E7E7E7;
    text-align: center;
    padding: 10px;
    vertical-align: middle
}

.schedule-contents__table--category th::after:last-child {
    display: none;
}

.title-hight {
    height: 90px;
}

.cell-width {
    width: 200px;
}

.round-right {
    border-radius: 0 10px 10px 0;
}

.round-left {
    border-radius: 10px 0 0 10px;
}

.round-right-top {
    border-radius: 0 10px 0 0;
}

.round-right-bottom {
    border-radius: 0 0 10px;
}

.schedule-contents__table--bus td:last-child {
    border-right: #6DC3EA 3px solid;
}

.schedule-contents__table--mechanic td:last-child {
    border-right: #ECB900 3px solid;
}

.schedule-contents__table--return td:last-child {
    border-right: #90D30A 3px solid;
    border-radius: 0 10px 10px 0;
}

.schedule-contents__table--mechanic td.no_last_border {
    border-right: 3px solid #E7E7E7;
}

.round-left-bottom td {
    border-bottom: #6DC3EA 3px solid;
}

.round-left-bottom2 td {
    border-bottom: #ECB900 3px solid;
}

.round-left-bottom3 td {
    border-bottom: #90D30A 3px solid;
}


.schedule-contents__table .schedule-contents__table--bus th p,
.schedule-contents__table .schedule-contents__table--mechanic th p,
.schedule-contents__table .schedule-contents__table--return th p {
    padding: 0 10px;
    color: #fff;
}



.schedule-contents__table .schedule-contents__table--bus .top-border td {
    border-top: 3px solid #6DC3EA;
}

.schedule-contents__table .schedule-contents__table--mechanic .top-border2 td {
    border-top: 3px solid #ECB900;
}

.schedule-contents__table .schedule-contents__table--return .top-border3 td {
    border-top: 3px solid #90D30A;
    border-bottom: #90D30A 3px solid;
}

.top-border::after {
    position: absolute;
    left: 10%;
    content: "";
    display: block;
    width: 700px;
    height: 3px;
    background-color: #6DC3EA;
}

.top-border2::after {
    position: absolute;
    left: 10%;
    content: "";
    display: block;
    width: 700px;
    height: 3px;
    background-color: #90D30A;
}

.top-border2::after {
    position: absolute;
    left: 10%;
    content: "";
    display: block;
    width: 700px;
    height: 3px;
    background-color: #ECB900;
}

.top-border3::after {
    position: absolute;
    left: 10%;
    content: "";
    display: block;
    width: 700px;
    height: 2px;
    background-color: #90D30A;
}

.top-border,
.top-border2,
.top-border3 {
    position: relative;
}

.schedule-contents__table--contents-title {
    background-color: #ECB900;
    position: relative;
    border-radius: 10px 0 0 10px;
}

.schedule-contents__table--return-title {
    background-color: #90D30A;
    position: relative;
    border-radius: 10px 0 0 10px;
}

.schedule-contents__table--bus::after {
    content: "";
    width: 10px;
    display: block;
    height: 10px;
    padding: 2px 0;
}

.schedule-contents__table--mechanic::after {
    content: "";
    width: 10px;
    display: block;
    height: 10px;
    padding: 2px 0;
}

.schedule-contents {
    max-width: 1150px;
    width: 95%;
    margin: 0 auto 80px;
}

.question-contents__wrap {
    max-width: 1100px;
    width: 95%;
    margin: 0 auto 100px auto;
}

caption {
    width: fit-content;
    margin: 30px 0 10px auto;
}

.schedule-contents-inr {
    margin: 30px auto;
    width: 95%;
}

.schedule-btn {
    position: relative;
    display: block;
    font-weight: 600;
    padding: 20px;
    font-size: 20px;
    border: 2px solid #0091ff;
    border-radius: 40px;
    text-decoration: none;
    color: #000;
    width: 100%;
    max-width: 640px;
    background-color: #fff;
    text-align: center;
    margin: 10px auto;
    transition: background-color .1s;
}

.schedule-btn:hover {
    background-color: #1B69BF;
    color: #fff;
}

.schedule-btn .btn__icon {
    content: "";
    background-image: url(../img/out-blue.svg);
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    margin-left: 10px;
    display: inline-block;
    background-position: bottom;
}

.schedule-btn:hover .btn__icon {
    content: "";
    background-image: url(../img/out.svg);
}

@media (min-width: 1200.1px) {
    .schedule-contents__table {
        width: 100%;
    }
}
@media (max-width: 1200px) {
  .schedule-contents__over-flow{
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    contain: content; 
  }

  .schedule-contents__table {
    width: max-content;
    min-width: 100%;
    white-space: nowrap;
  }
}


.schedule-contents__table--top td {
height:5px;display: block;
}
_::-webkit-full-page-media, _:future, :root .schedule-contents__table--category th{
padding-top: 25px;
padding-bottom: 15px;
}

/*---------------------------------------
  SP用スタイル（768px以下）
----------------------------------------*/
@media (max-width: 768px) {
    .schedule-btn {
        font-size: 16px;
        line-height: 1.4;
    }

    .schedule-btn {
        padding: 15px;
    }

    .schedule-contents__introduction {
        margin: 30px auto 0;
    }
}

.schedule-contents-text {
    margin: 30px 0 50px;
}

.schedule-contents-text ul {
    list-style: none;
    padding-left: 0;
    display: table;
    font-size: 15px;
}

.schedule-contents-text ul li:after {
    content: "";
    display: block;
    margin-bottom: 0.8em;
}

.schedule-contents-text ul li {
    display: table-row;
    margin-bottom: 0.8em;
    line-height: 1.5;
}

.schedule-contents-text ul li:before {
    content: "•";
    display: table-cell;
    padding-right: 0.4em;
}

.schedule-contents-text ul li strong {
    display: inline-block;
    width: 13em;
    white-space: nowrap;
    position: relative;
    margin-right: 0.5em;
}

.schedule-contents-text ul li strong:after {
    content: ":";
    text-align: right;
    position: absolute;
    right: 0;
    top: 0;
    color: #ccc;
}

@media (max-width: 768px) {
    .schedule-contents-text ul li strong:after {
        display: none;
    }
}