@charset "UTF-8";

.date {
    margin-bottom: 10px;
}

.event_ttl {
    font-size: 30px;
}

.event_ttl {
    margin-bottom: 60px;
}

.event_hd {
    margin-bottom: 65px;
}

.solid-bottom {
    padding: 34px 20px;
    position: relative;
    border-bottom: solid 1px #D8D8D8;
}

.solid-bottom::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 200px;
    height: 2px;
    background-color: #F58C8C;
}

.event_detail {
    display: flex;
    align-items: center;
}

.event_detail_ttl {
    width: 200px;
}

.event_detail_txt {
    flex: 1;
}

.event_cnt {
    margin-bottom: 100px;
}

.event_cnt_ttl {
    color: #F58C8C;
    position: relative;
    margin-bottom: 35px;
}

.event_cnt_ttl::after {
    content: "";
    position: absolute;
    transform: translateY(50%);
    bottom: 50%;
    right: 0;
    width: 90%;
    height: 1px;
    background-color: #D8D8D8;
}

.event_cnt_body {
    margin-bottom: 50px;
}

.note {
    background: #F7F7F7;
    padding: 50px 55px;
}

.note_ttl {
    margin-bottom: 20px;
}


@media screen and (max-width:767px) {
    

    .work_body {
        padding-bottom: 280px;
    }

    .work_cnt ul li {
        font-size: 14px;
    }

    .solid-bottom {
        padding: 20px 10px;
    }

    .event_detail_ttl {
        width: 100px;
    }

    .solid-bottom::after {
        width: 100px;
    }

    .event_cnt {
        margin-bottom: 45px;
    }

    .event_cnt_ttl::after {
        width: 65%;
    }

    .event_ttl {
        font-size: 22px;
        margin-bottom: 30px;
    }

    .note {
        padding: 20px 25px;
    }

    .btmnav_post {
        font-size: 0px;
    }
}