body.body__2_entry.body-renewal2025 {
    a.btn_for_cv2 {
        background-color: var(--main-color-1);
        border: .1rem solid var(--main-color-1);
    }

    a.btn_for_cv2:hover,
    a.btn_for_cv2:focus {
        background-color: var(--main-color-d1);
        border-color: var(--main-color-d1);
    }
}

section#indexSeminar_hero {
    background-image: url('https://magicpod.com/themes/magic-pod/img/onlineseminar/pc.png');
    height: 600px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    margin-bottom: 60px;
}

.sec-header.indexSeminar_sec-header {
    padding-bottom: 0;
}

.sec-header.indexSeminar_sec-header .h1 {
    margin: 0 0 2rem;
    padding: 0;
}

section#indexSeminar_hero .container.one-column {
    max-width: 120rem;
    padding: 0 40px;
}

.p__indexSeminar_hero {
    font-size: 1.85rem;
    line-height: 1.6875;
    font-weight: 500;
}

h2.sub-heading.h2__main_indexSeminar {
    display: flex;
    font-size: 2.2rem;
}

span.span__h2_main_indexSeminar {
    width: 45%;
    text-align: center;
    margin: 0 auto;
    height: 66px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom: 1px solid #333;
    transition: width 0.3s;
}

span.center_span__h2_main_indexSeminar {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 10px;
}

span.center_span__h2_main_indexSeminar div {
    border-right: 1px solid #ccc;
    display: block;
    width: 1px;
    margin: 0 auto;
    height: 35px;
}

span.span__h2_main_indexSeminar.gray_span__h2_main_indexSeminar>a {
    color: #ccc;
    width: 100%;
    text-align: center;
    margin: 0 auto;
    height: 66px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom: 1px solid #ccc;
    background: -webkit-gradient(linear, left top, left bottom, from(#388e3c), to(#388e3c)) 0 100%/0 2px no-repeat;
    background: linear-gradient(#388e3c, #388e3c) 0 100%/0 2px no-repeat;
    -webkit-transition: background .5s;
    transition: background .5s;
    transition: all 0.2s;
}

span.span__h2_main_indexSeminar.gray_span__h2_main_indexSeminar>a:hover {
    color: var(--main-color-1);
    text-decoration: none;
    background-size: 100% 2px;
    -webkit-transition: background .5s;
    transition: background .5s;
}

span.span__h2_main_indexSeminar.gray_span__h2_main_indexSeminar {
    border-bottom: none;
}

@media screen and (max-width:1200px) {
    section#indexSeminar_hero {
        height: 500px;
    }
}

@media screen and (max-width:959px) {
    section#indexSeminar_hero {
        height: 400px;
    }

    section#indexSeminar_hero .container.one-column {
        max-width: 120rem;
        padding: 0 40px;
    }

    .p__indexSeminar_hero {
        font-size: 1.6rem;
        line-height: 1.6875;
    }
}

@media screen and (max-width:767px) {
    section#indexSeminar_hero {
        background-image: url(https://magicpod.com/themes/magic-pod/img/onlineseminar/sp.png);
        height: auto;
        background-position: top;
        background-size: 77.5%;
        background-repeat: no-repeat;
        display: flex;
        align-items: initial;
        margin-bottom: 40px
    }

    section#indexSeminar_hero .container.one-column {
        padding: 0 1rem;
        display: flex;
        justify-content: center;
    }

    section#indexSeminar_hero .container.one-column .acms-grid {
        width: 100%;
    }

    section#indexSeminar_hero:before {
        content: "";
        display: block;
        padding-top: 67.5%;
    }

    section#indexSeminar_hero .acms-grid {
        margin-top: auto;
        display: block;
        position: absolute;
        bottom: 0;
    }

    .grid_l_indexSeminar_hero a.btn {
        margin: 0 auto;
        text-align: center;
        display: block;
        width: 75%;
        max-width: 200px;
        border-radius: 2.9rem;
        height: 4.75rem;
        line-height: 4.3rem;
    }

    h2.sub-heading.h2__main_indexSeminar {
        font-size: 2rem
    }
}

@media screen and (max-width:699px) {
    section#indexSeminar_hero:before {
        padding-top: 70.5%;
    }
}

@media screen and (max-width:599px) {
    section#indexSeminar_hero:before {
        padding-top: 76.5%;
    }
}

@media screen and (max-width:480px) {
    h2.sub-heading.h2__main_indexSeminar {
        font-size: 1.6rem;
        margin-bottom: 4rem
    }

    section#indexSeminar_hero {
        background-size: 80%;
    }

    section#indexSeminar_hero:before {
        padding-top: 85%;
    }
}

@media screen and (max-width:400px) {
    h2.sub-heading.h2__main_indexSeminar {
        font-size: 1.4rem
    }

    section#indexSeminar_hero {
        background-size: 90%;
    }

    section#indexSeminar_hero:before {
        padding-top: 100%;
    }
}

.container.one-column.main__indexSeminar {
    max-width: 120rem;
}

section#indexEvent_hero {
    background: var(--main-color-1);
    padding: 60px 0;
    margin-bottom: 20px;
}

.h1__h1_indexEvent_hero {
    color: #fff;
    text-align: center;
    font-size: var(--page-header-fs1)
}

.p__h1_indexEvent_hero {
    color: #fff;
    text-align: center;
    margin: 0;
}

p.p__under_indexEvent_hero {
    text-align: center;
    font-size: 1.75rem;
    margin-bottom: 60px;
}

main.container.events.main__indexSeminar {
    .row {
        .column.main-content {
            padding: 0 30px;

            .ul__article__ES_event {
                display: grid;
                grid-template-columns: 1fr 1fr 1fr;
                gap: 50px 30px;
                margin-bottom: 60px;

                li .wrap_img__article__ES_event img {
                    width: 100%;
                }
            }
        }
    }
}

@media screen and (max-width:1199px) {
    main.container.events.main__indexSeminar {
        .row {
            .column.main-content {

                .ul__article__ES_event {
                    display: grid;
                    grid-template-columns: 1fr 1fr;
                    gap: 40px 30px;
                }
            }
        }
    }
}

@media screen and (max-width:959px) {
    main.container.events.main__indexSeminar {
        .row {
            .column.main-content {
                padding: 0 20px;
            }
        }
    }
}

@media screen and (max-width:767px) {
    main.container.events.main__indexSeminar {
        .row {
            .column.main-content {
                padding: 0 10px;

                .ul__article__ES_event {
                    padding: 0;
                    grid-template-columns: 1fr;
                }
            }
        }
    }
}

@media screen and (max-width:480px) {
    main.container.events.main__indexSeminar {
        .row {
            .column.main-content {

                .ul__article__ES_event {
                    gap: 30px;
                }
            }
        }
    }
}

article#article__event_old {
    margin-top: 80px;
}

.column.main-content>article#article__event_old {
    margin-top: 20px;
}

article#article__event_future+article#article__event_old {
    margin-top: 80px;
}

@media screen and (max-width:959px) {
    .column.main-content>article#article__event_old {
        margin-top: 0px;
    }
}

h2.h2__article__ES_event {
    margin-bottom: 25px;
}

a.a__article__ES_event:hover {
    text-decoration: none;
}

a.a__article__ES_event:hover h3,
a.a__article__ES_event:hover .date__article__ES_event span {
    color: var(--main-color-1);
}

li.li__article__ES_event {
    list-style: none;
}

.wrap_img__article__ES_event {
    margin: 0 0 10px;
    position: relative;
}

time.date__article__ES_event {
    display: flex;
    margin: 0 0 5px;
    align-items: center;
}

span.span2__article__ES_event {
    margin-left: 10px;
}

.date__article__ES_event span {
    font-size: 19px;
    font-weight: 600;
    color: #111;
}

h3.h3__article__ES_event {
    font-size: 19px;
    margin: 0px 0 0;
    padding: 0;
    font-weight: 600;
    color: #111;
    line-height: 1.3;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

p.place__article__ES_event {
    margin: 10px 0 0;
    font-size: 15px;
    color: #777;
    display: flex;
    align-items: center;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

p.place__article__ES_event i {
    margin-right: 10px;
    font-size: 18px;
}

a.a__detail_article__ES_event {
    background: var(--main-color-1);
    margin-left: auto;
    display: flex;
    width: 47.5%;
    align-items: center;
    color: #fff;
    justify-content: center;
    border-radius: 25px;
    padding: 10px;
    font-size: 13.5px;
    margin-top: 15px;
    max-width: 150px;
    transition: transform .3s, background-color.3s;
}

a.a__detail_article__ES_event i {
    margin-left: 10px;
}

@media (any-hover: hover) {
    a.a__detail_article__ES_event:hover {
        background: var(--main-color-d1);
        text-decoration: none;
        transform: translateY(-4px);
    }
}

span.span__video_article__ES_event {
    position: absolute;
    bottom: 10px;
    z-index: 10;
    right: 10px;
    color: #fff;
    background: #FF0000;
    padding: 3px 20px;
    border-radius: 25px;
    display: flex;
    align-items: center;
}

span.span__video_article__ES_event i {
    margin-right: 5px;
    font-size: 18px;
}

nav.nav__ES_event {
    margin: 0 0 40px;
}

span.span3__article__ES_event {
    background: #bbb;
    color: #fff;
    font-size: 14px;
    padding: 1px 20px;
    margin-right: 10px;
    border-radius: 25px;
    font-weight: 400;
}

a.a__article__ES_event:hover span.span3__article__ES_event {
    color: #fff !important;
}

a.a__article__ES_event:hover .wrap_img__article__ES_event {
    opacity: 0.8;
}

section#event_a__bottom_YT {
    padding: 0;
    transition: all .25s;
    margin: 120px auto 0;
}

.event_a__bottom_YT {
    transition: all .25s;
}

@media (any-hover: hover) {
    .event_a__bottom_YT:hover {
        opacity: 0.85;
    }

    .event_a__bottom_YT:hover .span__video_article__ES_event {
        background: #d20000;
    }
}

@media screen and (max-width:767px) {
    p.p__under_indexEvent_hero {
        font-size: 1.65rem;
    }

    article#article__event_old {
        margin-top: 60px;
    }

    section#event_a__bottom_YT {
        margin: 60px auto 0;
    }
}

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

    h3.h3__article__ES_event,
    .date__article__ES_event span {
        font-size: 17px;
    }

    span.span3__article__ES_event {
        font-size: 14px;
    }

    a.a__detail_article__ES_event {
        font-size: 12.5px;
        min-width: 125px;
    }
}

@media screen and (max-width:480px) {
    section#indexEvent_hero {
        padding: 40px 0;
    }

    article#article__event_old {
        margin-top: 40px;
    }

    .h1__h1_indexEvent_hero {
        font-size: 2.35rem;
    }

    p.p__under_indexEvent_hero {
        font-size: 1.5rem;
        margin-bottom: 40px;
    }

    section#event_a__bottom_YT {
        margin: 40px auto 0;
    }

    .date__article__ES_event span {
        font-size: 17px;
    }

    time.date__article__ES_event {
        margin: 0 0 2px;
    }

    h3.h3__article__ES_event {
        font-size: 17px;
    }

    p.place__article__ES_event {
        margin: 5px 0 0;
        font-size: 14.5px;
    }

    .date__article__ES_event span.span3__article__ES_event {
        font-size: 14px;
        margin-bottom: 5px;
    }

    p.place__article__ES_event i {
        margin-right: 8px;
    }

    span.span__video_article__ES_event {
        font-size: clamp(11px, 3vw, 13px);
    }
}

.article-item .h2 {
    margin-top: 40px !important;
    margin-bottom: 0;
}

.sec_entry__event_a__bottom_YT {
    max-width: 120rem;
    margin: 120px auto 0;
    padding: 0 1rem !important;
}

.wrap-btn-index {
    margin: 60px auto 0;
}

a.a__for_event_index {
    display: block;
    margin: 60px auto 0;
    text-align: center;
    padding: 15px;
    border: 2.5px solid var(--main-color-1);
    width: 400px;
    border-radius: 35px;
    font-size: 16px;
    transition: all .25s;
}

a.a__for_event_index i {
    margin-right: 15px;
}

a.a__for_event_index:hover {
    text-decoration: none;
}

@media (any-hover: hover) {
    a.a__for_event_index:hover {
        text-decoration: none;
        background: var(--main-color-1);
        color: #fff;
    }
}

@media screen and (max-width:767px) {
    a.a__for_event_index {
        font-size: 15px;
    }
}

@media screen and (max-width:480px) {
    .article-item .h2 {
        margin-top: 30px !important;
    }

    a.a__for_event_index {
        font-size: 14.5px;
        width: 90%;
        max-width: 360px;
        padding: 11px;
    }
}