@charset "UTF-8";

.el_txt_r {
    color: #e60000;
}

.el_indent {
    padding-left: 1em;
    text-indent: -1em;
}

.el_grad_yl {
    background-image: linear-gradient(90deg, #ffff66, #ffff66);
}

.fixed_bg::before {
    content: "";
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100vh;
    background-position: 50% 100%;
    background-image: url(../img/jba6_pt.jpg);
    background-repeat: repeat;
}

.bl_caravan_head {
    margin: 0 auto;
    text-align: center;
    max-width: 830px;
    width: 100%;
    padding: 20px 0;
}

.bl_caravan {
    width: 95%;
    padding: 20px 0;
    margin: 0 auto;
    text-align: center;
}

.bl_schedule {
    margin-bottom: 70px;
}

.bl_schedule_head {
    margin-bottom: 45px;
}

.bl_schedule_list {
    max-width: 750px;
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin: 0 auto 50px;
}

.bl_schedule_item {
    display: block;
}

.bl_schedule_item:not(:last-child) {
    margin-right: 20px;
}

.bl_schedule_list_link {
    text-align: center;
}

.bl_schedule_list_img {
    display: block;
    margin-bottom: 36px;
}

/* .bl_schedule_list_img:not(:last-child) {
    margin-right: 20px;
} */

.bl_detail_subHead {
    font-size: 25px;
    font-weight: bold;
}

.bl_detail_ently {
    border-top: #000 solid 1px;
    border-bottom: #000 solid 1px;
    max-width: 860px;
    margin: 0 auto 55px;
    padding-top: 50px;
    line-height: 1.75;
    text-align: left;
}

.bl_detail_entlyHead {
    font-size: 20px;
    max-width: 760px;
    margin: 0 auto 5px;
}

.bl_detail_entlyList,
.bl_detail_entlyCousion {
    max-width: 760px;
    margin: 0 auto 40px;
    font-size: 16px;
}

.bl_detail_entlyList li p,
.bl_detail_entlyCousion li p {
    line-height: 1.65;
}

.bl_detail_entlyBold {
    font-size: 20px;
    font-weight: bold;
}

.bl_detail_link {
    font-weight: bold;
    text-decoration: underline;
}

.bl_complete {
    background: #fff;
}

.bl_complete_inner {
    max-width: 830px;
    padding: 50px 10px 70px;
    margin: 0 auto;
}

.bl_complete_txtWrap {
    margin-top: 50px;
    text-align: center;
}

.bl_complete_txt {
    font-size: 16px;
    margin-bottom: 20px;
}

.bl_complete_subTxt {
    font-size: 14px;
}

.bl_complete_txt_link {
    color: #0000ff;
    text-decoration: underline;
}

@media screen and (max-width: 768px) {
    .bl_schedule {
        margin-bottom: 40px;
    }

    .bl_schedule_head {
        margin-bottom: 15px;
    }

    .bl_schedule_list {
        margin: 0 auto 10rem;
    }

    .bl_schedule_list li:not(:last-child) {
        margin-bottom: 15rem;
    }

    .bl_schedule_item:not(:last-child) {
        margin-right: 20px;
    }

    .bl_schedule_item {
        width: calc((100% - 20px) / 2);
    }

    .bl_schedule_list_img {
        margin-bottom: 15px;
    }

    /* .bl_schedule_list_img:not(:last-child) {
        margin-right: 0;
    } */

    .bl_schedule_list_link {
        width: 50rem;
        margin: 0 auto;
    }

    .bl_detail_subHead {
        font-size: 17px;
    }

    .bl_detail_ently {
        margin: 0 auto 35px;
        padding-top: 20px;
    }

    .bl_detail_entlyHead {
        font-size: 16px;
    }

    .bl_detail_entlyList,
    .bl_detail_entlyCousion {
        margin: 0 auto 20px;
        font-size: 14px;
    }

    .bl_detail_entlyBold {
        font-size: 15px;
        font-weight: bold;
    }

    .bl_complete_inner {
        min-height: 56vh;
    }

    .bl_complete_txtWrap {
        margin-top: 30px;
    }

    .bl_complete_txt {
        font-size: 14px;
        margin-bottom: 10px;
    }

    .bl_complete_subTxt {
        font-size: 13px;
    }
}