html {
    scroll-behavior: smooth;
}
.l-main__body {
    padding-bottom: 0;
}
.l-container {
    width: 100%;
    max-width: 100%;
    margin: 0;
}
#mainContent .p-page-header,
#mainContent .p-breadcrumb {
    display: none;
}
#mainContent .l-one-column {
    margin-top: 0;
}
#fareRenewal {
    background-color: #F6F7F1;
    color: #2D3300;
    line-height: 1.6;
    font-size: 16px;
}
#fareRenewal .sp-visible {
    display: none;
}
#fareRenewal .imp {
    font-weight: bold;
    color: #437500;
}
#fareRenewal .mb {
    margin-bottom: 24px;
}
@media screen and (max-width:600px) {
    #fareRenewal .pc-visible {
        display: none;
    }
    #fareRenewal .sp-visible {
        display: block;
    }
}

/* mainArea */
#fareRenewal .mainArea h1 {
    margin: 0;
}
@media screen and (min-width:601px) {
    #fareRenewal .mainArea h1 {
        height: 28.55vw;
        min-height: 548px;
        min-width: 1200px;
        background: url(../img/img_main_pc.png) no-repeat top center;
        -webkit-background-size: cover;
        background-size: cover;
    }
    #fareRenewal .mainArea h1 img {
        height: 0 !important;
        opacity: 0;
    }
}

/* lead */
#fareRenewal .lead {
    width: 100%;
    background-color: #437500;
    color: #FBFCF2;
    text-align: center;
    padding: 24px;
    font-size: 32px;
    font-weight: bold;
}
@media screen and (max-width:600px) {
    #fareRenewal .lead {
        font-size: 24px;
    }
}

/* contents */
#fareRenewal .contents {
    padding: 72px 20px;
    max-width: 1000px;
    margin: auto;
}
#fareRenewal .ancList {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    align-items: center;
    justify-content: center;
    padding-left: 0;
    list-style: none;
    margin: 0;
}
#fareRenewal .ancList li {
    padding-left: 0;
    text-indent: 0;
    line-height: 1.6;
}
#fareRenewal .ancList a {
    display: block;
    padding: 13px 48px 11px 24px;
    border-radius: 100px;
    color: #2D3300;
    font-weight: bold;
    text-decoration: none;
    border: 2px solid #2D3300;
    background-image: url(../img/icon_arrow_downward.svg);
    background-position: center right 16px;
    background-size: 24px;
    background-repeat: no-repeat;
}
#fareRenewal .ancList a:hover {
    opacity: .7;
}
#fareRenewal .fareList {
    display: flex;
    justify-content: space-between;
    gap: 32px;
    margin-bottom: 48px;
    list-style: none;
    padding: 0;
}
#fareRenewal th {
    color: #2D3300;
}
#fareRenewal .newFare thead th {
    width: 240px;
}
#fareRenewal .newFare thead th:first-child {
    width: 180px;
}
#fareRenewal .newFare tbody th {
    padding-left: 35px;
    background-position: center left 8px;
    background-repeat: no-repeat;
}
#fareRenewal .newFare tbody th.reserveDDL,
#fareRenewal .newFare tbody th.reserveChange {
    background-image: url(../img/icon_calendar.svg);
}
#fareRenewal .newFare tbody th.purchaseDDl {
    background-image: url(../img/icon_purchase.svg);
}
#fareRenewal .newFare tbody th.refund {
    background-image: url(../img/icon_refund.svg);
}
#fareRenewal .iconCircleCheck,
#fareRenewal .iconCircleXmark {
    display: inline-block;
    padding-left: 24px;
    background-position: center left;
    background-size: 20px;
    background-repeat: no-repeat;
}
#fareRenewal .iconCircleCheck {
    background-image: url(../img/icon_circleCheck.svg);
}
#fareRenewal .iconCircleXmark {
    background-image: url(../img/icon_circleXmark.svg);
}
#fareRenewal th {
    background-color: #DDE76B;
}
#fareRenewal th.early-bird-saver {
    background-color: #E6EE94;
}
#fareRenewal th.last-minute-saver {
    background-color: #DDE76B;
}
#fareRenewal th.fare_standard {
    background-color: #B0C000;
}
#fareRenewal .fareTbs table {
    margin-bottom: 24px;
}
#fareRenewal .fareTbs table thead th {
    width: 270px;
}
#fareRenewal .fareTbs table thead th:first-child {
    width: 90px;
}
@media screen and (max-width:600px) {
    #fareRenewal .contents {
        padding: 32px 20px;
    }
    #fareRenewal .ancList {
        flex-direction: column;
    }
    #fareRenewal .ancList li {
        width: 100%;
    }
    #fareRenewal .ancList a {
        max-width: 335px;
        margin: auto;
    }
    #fareRenewal .fareList {
        flex-direction: column;
        align-items: center;
    }
    #fareRenewal .iconCircleCheck,
    #fareRenewal .iconCircleXmark {
        padding-left: 18px;
        background-size: 14px;
    }
    #fareRenewal .fareTbs table thead th {
        width: auto;
    }
    #fareRenewal .fareTbs table thead th:first-child {
        width: 80px;
    }
}