.content.renewal{
    background: url(/static/img/renewal/2026-1/bg.png)top center no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.menu__list{
    max-width: 950px;
    margin: 0 auto;
    padding: 64px 0;
    display: flex;
    justify-content: center;
}
.menu__list li{
    width: 180px;
    display: flex;
    justify-content: center;
}
.menu__list li + li{
    margin-left: 24px;
}
.menu__list li a{
    display: flex;
    align-items: center;
    flex-direction: column;
    text-decoration: none;
    transition: .3s;
}
.menu__list li a:hover{
    opacity: .7;
}
.menu__list li img{
    width: 120px;
    height: auto;
    margin-bottom: 10px;
}
.menu__list li span{
    display: flex;
    flex: 1;
    align-items: center;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.3;
}
.section{
    max-width: 950px;
    margin: 80px auto 0;
    padding: 0 0 40px;
    border-bottom: 1px solid #D0DBE5;
}
.section:first-child{
    margin: 0 auto;
}

.title-sub{
    position: relative;
    width: 100%;
    margin-bottom: 40px;
    padding: 0 0 10px;
    color: #00205b;
    font-size: 32px;
    font-weight: 700;
    line-height: 1.4;
    border-bottom: 3px solid #d40e7d;
    text-align: left;
    padding-left: 60px;
}
.title-sub.buy:before{
    position: absolute;
    content: "";
    background: url(/static/img/renewal/2026-1/title-sub_buy.png) 0 0 no-repeat;
    background-size: contain;
    width: 48px;
    height: 48px;
    left: 0;
}
.title-sub.fare:before{
    position: absolute;
    content: "";
    background: url(/static/img/renewal/2026-1/title-sub_fare.png) 0 0 no-repeat;
    background-size: contain;
    width: 48px;
    height: 48px;
    left: 0;
}
.title-sub.baggage:before{
    position: absolute;
    content: "";
    background: url(/static/img/renewal/2026-1/title-sub_baggage.png) 0 0 no-repeat;
    background-size: contain;
    width: 48px;
    height: 48px;
    left: 0;
}
.title-sub.terms:before{
    position: absolute;
    content: "";
    background: url(/static/img/renewal/2026-1/title-sub_terms.png) 0 0 no-repeat;
    background-size: contain;
    width: 48px;
    height: 48px;
    left: 0;
}
.title-mini{
    padding-top: 0;
}
.content__title{
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 1.5;
    font-weight: bold;
    color: #00205b;
}
.content__wrap{
    margin-bottom: 40px;
}
.text_area{
    margin-bottom: 40px;
    font-size: 16px;
    line-height: 1.5;
}
.text-indent{
    padding-left: 1em;
    text-indent: -1em;
}
.img_area img + img{
    margin-top: 16px;
}
.img_area_column{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.img_area_column img{
    width: calc(50% - 8px);
}
.content__note{
    margin-top: 16px;
    font-size: 14px;
    text-align: right;
}
.content__note.kids{
    width: 828px;
    margin: 16px auto 20px;
}
.content__list{
    margin-bottom: 20px;
}
.reservation{
    display: flex;
    align-items: stretch;
    border: 1px solid #D0DBE5;
}
.reservation + .reservation{
    margin-top: 16px;
}
.reservation_before_title{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 215px;
    padding: 20px 0;
    font-size: 18px;
    line-height: 1.5;
    font-weight: bold;
    color: #fff;
    text-align: center;
    background: #C5C7C9;
    border-right: 1px solid #D0DBE5;
    box-sizing: border-box;
}
.reservation_before_img{
    padding: 16px 47px;
    background: #F4F4F4;
    box-sizing: border-box;
}
.reservation_before_img img{
   width: 640px;
   height: auto;
}
.reservation_after_title{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 215px;
    padding: 20px 0;
    font-size: 18px;
    line-height: 1.5;
    font-weight: bold;
    color: #fff;
    text-align: center;
    background: #00205B;
    border: 1px solid #D0DBE5;
    box-sizing: border-box;
}
.reservation_after_img{
    padding: 16px 47px;
    background: #EFF4F8;
    box-sizing: border-box;
}
.reservation_after_img img{
   width: 640px;
   height: auto;
}
.buy_detail{
    padding: 40px 70px 64px;
    background: #EFF4F8;
}
.buy_table{
    width: 828px;
    margin: 0 auto;
    border-top: 1px solid #d0dbe5;
    border-left: 1px solid #d0dbe5;
}
.buy_table_title_gray{
    background: #C5C7C9;
    color: #fff;
    font-weight: bold;
    font-size: 18px;
    line-height: 1.5;
    text-align: center;
    border-right: 1px solid #d0dbe5;
    border-bottom: 1px solid #d0dbe5;
    padding: 16px;
    box-sizing: border-box;
}
.buy_table_title_blue{
    background: #00205B;
    color: #fff;
    font-weight: bold;
    font-size: 18px;
    line-height: 1.5;
    text-align: center;
    border-right: 1px solid #d0dbe5;
    border-bottom: 1px solid #d0dbe5;
    padding: 16px;
    box-sizing: border-box;
}
.buy_table_title_sub{
    width: 160px;
    font-weight: bold;
    font-size: 18px;
    text-align: center;
    color: #00205B;
    border-right: 1px solid #d0dbe5;
    border-bottom: 1px solid #d0dbe5;
    padding: 16px;
    box-sizing: border-box;
}
.buy_table_text{
    font-size: 16px;
    text-align: center;
    border-right: 1px solid #d0dbe5;
    border-bottom: 1px solid #d0dbe5;
    padding: 16px;
    box-sizing: border-box;
}
.terms_detail{
    padding: 40px 46px 64px;
    background: #EFF4F8;
}
.buy_detail_title{
    margin-bottom: 32px;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    color: #00205B;
}
.baggage_table{
    width: 100%;
    border-top: 1px solid #d0dbe5;
    border-left: 1px solid #d0dbe5;
    table-layout: fixed;
}
.baggage_table + .baggage_table{
    margin-top: 16px;
}
.baggage_table_title_gray{
    width: 215px;
    background: #C5C7C9;
    color: #fff;
    font-weight: bold;
    font-size: 18px;
    line-height: 1.5;
    text-align: center;
    border-right: 1px solid #d0dbe5;
    border-bottom: 1px solid #d0dbe5;
}
.baggage_table_title_blue{
    width: 215px;
    background: #00205B;
    color: #fff;
    font-weight: bold;
    font-size: 18px;
    line-height: 1.5;
    text-align: center;
    border-right: 1px solid #d0dbe5;
    border-bottom: 1px solid #d0dbe5;
}
.baggage_table_title_sub{
    font-weight: bold;
    font-size: 18px;
    text-align: center;
    color: #00205B;
    border-right: 1px solid #d0dbe5;
    border-bottom: 1px solid #d0dbe5;
    padding: 16px;
    box-sizing: border-box;
}
.baggage_table_text{
    font-size: 18px;
    text-align: center;
    border-right: 1px solid #d0dbe5;
    border-bottom: 1px solid #d0dbe5;
    padding: 16px;
    box-sizing: border-box;
}
.baggage_table_text span{
    color: #D40E7D;
    font-weight: bold;
}
.baggage_table_img{
    border-right: 1px solid #d0dbe5;
    border-bottom: 1px solid #d0dbe5;
    padding: 16px;
    box-sizing: border-box;
}
.baggage_table_img img{
    display: block;
    width: 110px;
    height: auto;
    margin: 0 auto;
}
.after .baggage_table_title_sub,
.after .baggage_table_img,
.after .baggage_table_text{
    background: #EFF4F8;
}
.terms_detail_column .arrow{
    display: flex;
    align-items: center;
    width: 101px;
    height: 80px;
    margin: 0 32px;
}
.terms_detail_column{
    display: flex;
    justify-content: center;
    align-items: flex-end;
}
.terms_detail_column_item{
    width: 346px;
}
.terms_detail_column_item p{
    margin-bottom: 16px;
    font-size: 18px;
    font-weight: bold;
    color: #00205B;
    text-align: center;
}

.link-btn__middle a{
    transition: .3s;
}
.link-btn__middle a:after{
    width: 16px;
    height: 8px;
    bottom: 50%;
    transform: translateY(50%);
}
.link-btn__middle a:hover:after {
    transform: translate(50%, 5px);
}
.link-btn__middle.pdf a:after{
    content: '';
    background: url(/static/img/renewal/2026-1/pdf.png) no-repeat;
    width: 30px;
    height: 18px;
    transition: none;
    background-size: contain;
    bottom: 50%;
    transform: translateY(50%);
}

@media screen and (max-width:767px) {
    .content.renewal{
        background: url(/static/img/renewal/2026-1/bg_sp.png)top center no-repeat;
        background-size: cover;
        background-attachment: fixed;
    }

    .menu__list{
        width: 100%;
        max-width: 100%;
        margin: 0 0 40px;
        padding: 40px 0 0;
    }
    .menu__list li{
        width: calc(70/375*100%);
    }
    .menu__list li + li{
        margin-left: 16px;
    }
    .menu__list li a:hover{
        opacity: 1;
    }
    .menu__list li img{
        width: 64px;
        margin-bottom: 8px;
    }
    .menu__list li span{
        font-size: 10px;
    }
    .section{
        width: calc(100% - 40px);
        max-width: 100%;
        margin: 40px auto 0;
        padding: 0;
    }

    .title-sub{
        margin-bottom: 20px;
        padding: 0 0 8px;
        font-size: 18px;
        line-height: 1.5;
        padding-left: 40px;
    }
    .title-sub.buy:before{
        width: 32px;
        height: 32px;
    }
    .title-sub.fare:before{
        width: 32px;
        height: 32px;
    }
    .title-sub.baggage:before{
        width: 32px;
        height: 32px;
    }
    .title-sub.terms:before{
        width: 32px;
        height: 32px;
    }
    .content__title{
        font-size: 16px;
    }
    .text_area{
        margin-bottom: 20px;
        font-size: 14px;
        line-height: 1.5;
    }
    .text-indent{
        padding-left: 1em;
        text-indent: -1em;
    }
    .img_area img + img{
        margin-top: 10px;
    }
    .img_area_column{
        flex-direction: column;
    }
    .img_area_column img{
        width: 100%;
    }
    .img_area_column img + img{
        margin-top: 10px;
    }
    .content__note{
        margin-top: 10px;
        font-size: 12px;
        text-align: left;
    }
    .content__note.kids{
        width: 100%;
        margin: 10px auto 15px;
    }
    .content__list{
        margin-bottom: 15px;
    }

    .reservation{
        flex-direction: column;
        align-items: center;
    }
    .reservation + .reservation{
        margin-top: 10px;
    }
    .reservation_before_title{
        width: 100%;
        padding: 8px 0;
        font-size: 14px;
        line-height: 1.3;
    }
    .reservation_before_img{
        padding: 16px;
    }
    .reservation_before_img img{
       width: 100%;
    }
    .reservation_after_title{
        width: 100%;
        padding: 8px 0;
        font-size: 14px;
        line-height: 1.3;
    }
    .reservation_after_img{
        padding: 16px;
    }
    .reservation_after_img img{
       width: 100%;
    }
    .buy_detail{
        padding: 16px 16px 20px;
        background: #EFF4F8;
    }
    .buy_table{
        width: 100%;
    }
    .buy_table + .buy_table{
        margin-top: 10px;
    }
    .buy_table_title_gray{
        font-size: 14px;
        line-height: 1.3;
        padding: 8px;
    }
    .buy_table_title_blue{
        font-size: 14px;
        line-height: 1.3;
        padding: 8px;
    }
    .buy_table_title_sub{
        width: 84px;
        font-size: 14px;
        padding: 8px;
    }
    .buy_table_text{
        font-size: 14px;
        padding: 8px;
    }
    .buy_detail_title{
        margin-bottom: 16px;
        font-size: 16px;
    }
    .baggage_table{
        width: 100%;
    }
    .baggage_table + .baggage_table{
        margin-top: 16px;
    }
    .baggage_table_title_gray{
        width: 100%;
        font-size: 14px;
        line-height: 1.3;
        padding: 8px;
    }
    .baggage_table_title_blue{
        width: 100%;
        font-size: 14px;
        line-height: 1.3;
        padding: 8px;
    }
    .baggage_table_title_sub{
        font-size: 14px;
        line-height: 1.3;
        padding: 8px;
    }
    .baggage_table_text{
        font-size: 14px;
        line-height: 1.3;
        padding: 8px;
    }
    .baggage_table_img{
        padding: 12px;
    }
    .baggage_table_img img{
        width: 80px;
    }
    .terms_detail{
        padding: 16px 20px 20px;
    }
    .terms_detail_column .arrow{
        width: 38px;
        height: auto;
        margin: 10px 0;
    }
    .terms_detail_column{
        align-items: center;
        flex-direction: column;
    }
    .terms_detail_column_item{
        width: 100%;
    }
    .terms_detail_column_item p{
        margin-bottom: 10px;
        font-size: 14px;
    }
    .link-btn__middle a{
        height: 50px;
        font-size: 14px;
    }
}