/* pub3 */

@charset "UTF-8";

a {
    color: inherit;
}

.event_wrap .main_img {
    margin: auto;
    display: block;
}

.event_wrap .e_top_visual {
    background-color: #e7e9f6;
    max-width: 1920px;
    margin: auto;
}
.event_wrap .e_con1 {
    background-color: #feefc4;
    max-width: 1920px;
    margin: auto;
}
.event_wrap .link {
    position: absolute;
    display: block;
}
.event_wrap .link_01 {
    width: 43.6%;
    height: 10%;
    top: 77.8%;
    left: 5.3%;
}
.event_wrap .link_02 {
    width: 43.6%;
    height: 10%;
    top: 77.8%;
    right: 5.3%;
}
.event_wrap .link_02_1 {
    width: 89.3%;
    height: 10%;
    top: 90%;
    left: 50%;
    transform: translateX(-50%);
}
.event_wrap .link_03 {
    width: 32%;
    height: 21.5%;
    top: 69.5%;
    left: 13.5%;
}
.event_wrap .link_03_1 {
    width: 32.3%;
    height: 24.7%;
    top: 34.5%;
    left: 50%;
    transform: translateX(-50%);
}
.event_wrap .link_04 {
    width: 89.3%;
    height: 11.4%;
    bottom: 12.9%;
    left: 50%;
    transform: translateX(-50%);
}
.event_wrap .e_rel {
    position: relative;
}

.event_wrap .e_fit {
    width: fit-content;
    margin: auto;
}

.event_wrap .e_abs {
    position: absolute;
}

.event_wrap .e_notice {
    color: #ababab;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0;
    padding-top: 30px;
    width: fit-content;
    max-width: 680px;
}
.event_wrap .e_notice ul {
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 30px;
}
.event_wrap .e_notice li {
    font-size: 19px;
    line-height: 32px;
    padding-left: 50px;
    text-align: left;
    position: relative;
    text-indent: 0;
    padding-left: 14px;
    display: flex;
    align-items: center;
    letter-spacing: -0.05em;
}

.event_wrap .e_notice li::before {
    content: "";
    display: block;
    width: 4px;
    aspect-ratio: 1;
    border-radius: 50%;
    background-color: #ababab;
    position: absolute;
    top: 14px;
    left: 0;
}
.event_wrap .e_notice h3 {
    width: 100%;
    font-size: 26px;
    box-sizing: border-box;
    font-weight: 700;
    margin-top: 68px;
    margin-bottom: 38px;
    text-align: center;
}
.event_wrap .e_notice :where(h4, h5) {
    width: 100%;
    font-weight: 700;
    font-size: 20px;
    line-height: 32px;
    padding-left: 44px;
    box-sizing: border-box;
}
