@charset "Shift_JIS";

/* **************************************************

Name: events.css

Description: eventsTOP CSS

Create: 2024.06.28
Update: 

Copyright Hitachi, Ltd. 2023, 2024. All rights reserved.

***************************************************** */

#events #lowpage_title_box {
    background-color: #a5d1da;
    background-image: url(/products/it/CloudDX/events/img/eyecatch.jpg);
    background-position: right bottom;
    background-repeat: no-repeat;
    background-size: 100% auto;
    text-shadow: #fff 0 0 10px,#fff 0 0 20px;
}

@media (max-width: 1120px) {
    #events #lowpage_title_box {
        background-size: 1120px auto;
        background-position: center bottom;
    }
}

@media (max-width: 767px) {
    #events #lowpage_title_box {
        background-size: auto 125%;
        background-position: right bottom;
        text-shadow: #fff 0 0 5px, #fff 0 0 10px, #fff 0 0 15px, #fff 0 0 20px;
    }
}

#events .seminar_lead {
    font-size: 1rem;
    text-align: center;
    margin-bottom: 30px;
}

@media (max-width: 767px) {
    #events .seminar_lead {
        line-height: 1.6;
        text-align: left;
    }
}

/* content_lead */
#content_lead {
    text-align: center;
    padding-bottom: 30px;
}

@media (max-width: 767px) {
    #content_lead {
        text-align: left;
    }
}

.bg_content .Cloudinner {
    padding-top: 30px;
    padding-bottom: 30px;
}

#events .heading {
    margin-bottom: 40px;
}

/* seminar_list */
.seminar_list {
    margin-bottom: 50px;
    width: 100%;
}

.seminar_list > li {
    padding: 30px;
    display: flex;
    align-items: flex-start;
    background: #fff;
    margin-bottom: 30px;
    position: relative;
    overflow: hidden;
}

.seminar_list > li::after {
    content: "";
    display: block;
    width: 42px;
    height: 42px;
    position: absolute;
    top: -21px;
    left: -21px;
    transform: rotate(45deg);
    transform-origin: center;
}

.seminar_list_data {
    flex: 1;
    line-height: 1.6;
}

.seminar_list_application {
    width: 200px;
    margin-left: 30px;
    display: flex;
    align-items: center;
}

.seminar_list [class^="seminar_list_status_"] {
    border-radius: 3px;
    min-width: 80px;
    width: fit-content;
    text-align: center;
    line-height: 28px;
    font-size: 90%;
    margin-right: 0.8em;
    float: left;
    padding: 0 5px;
    box-sizing: border-box;
}

.seminar_list_status_before {
    background: #e4e4e4;
    color: #333;
}

.seminar_list_status_during {
    background: #587e5f;
    color: #fff;
}

.seminar_list .seminar_list_title {
    font-size: 0.9375rem;
    font-weight: bold;
    margin-bottom: 20px;
    line-height: 1.8;
}

.seminar_list .seminar_list_title strong {
    font-size: inherit;
    font-weight: inherit;
}

.seminar_list .seminar_list_summary {
    font-size: 90%;
    margin-bottom: 20px;
    clear: both;
    line-height: 1.6;
}

.seminar_list .seminar_list_schedule > div + div {
    margin-top: 5px;
}

.seminar_list .seminar_list_schedule > div::after {
    content: "";
    display: block;
    clear: both;
}

.seminar_list .seminar_list_schedule > div > dt {
    display: block;
    background: #333;
    color: #fff;
    font-size: 0.75rem;
    line-height: 1;
    border-radius: 3px;
    padding: 5px;
    min-width: 110px;
    width: fit-content;
    margin-right: 10px;
    text-align: center;
    box-sizing: border-box;
    float: left;
}

.seminar_list .seminar_list_schedule > div > dd {
    font-size: 90%;
    font-weight: bold;
    display: block;
    line-height: 1.528;
    width: calc(100% - 120px);
    margin-left: 120px;
}

.seminar_list .seminar_list_applybtn {
    display: inline-block;
    color: #fff;
    font-size: 1rem;
    font-weight: bold;
    text-align: center;
    width: 200px;
    padding: 17px 15px;
    box-sizing: border-box;
    line-height: 1;
    border-radius: 25px;
    text-decoration: none;
}


@media (max-width:767px){
    .seminar_list > li {
        display: block;
    }

    .seminar_list [class^="seminar_list_status_"] {
        float: none;
        margin-bottom: 10px;
    }

    .seminar_list .seminar_list_title {
        font-size: 1rem;
    }

    .seminar_list_application {
        text-align: center;
        width: 100%;
        margin: 20px 0 0;
        display: block;
    }

    .seminar_list .seminar_list_applybtn {
        width: 240px;
    }
}

@media (max-width:579px) {
    .seminar_list .seminar_list_schedule > div > dt {
        float: none;
        margin: 0;
        width: 100%;
    }

    .seminar_list .seminar_list_schedule > div > dd {
        margin: 10px 0 20px;
        width: 100%;
    }
}

/* online */
#online.bg_content {
    background: rgba(204, 0, 34, 0.08);
    margin-bottom: 50px;
}

#online .seminar_list > li::after {
    background: #cc0022;
}

#online .seminar_list .seminar_list_applybtn {
    background: #cc0022;
}

#online .seminar_list .seminar_list_applybtn:hover {
    background: #e52142;
}

/* ondemand */
#ondemand.bg_content {
    background: rgba(0, 75, 121, 0.08);
}

#ondemand .seminar_list > li::after {
    background: #004b79;
}

#ondemand .seminar_list .seminar_list_applybtn {
    background: #004b79;
}

#ondemand .seminar_list .seminar_list_applybtn:hover {
    background: #0F6EA9;
}

/* archive */
#archive .Cloudinner {
    padding-top: 30px;
}

#archive_list > li:first-child {
    border-top: solid 1px #bbb;
}

#archive_list > li {
    border-bottom: solid 1px #bbb;
    padding: 20px 0;
    display: flex;
    align-content: stretch;
}

#archive_list [class^="archive_list_cat_"] {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 3px;
    width: 100px;
    margin-right: 20px;
    text-align: center;
    font-weight: bold;
    font-size: 0.75rem;
    line-height: 1.6;
}

.archive_list_cat_online {
    color: #cc0022;
    background: rgba(204, 0, 34, 0.08);
}

.archive_list_cat_ondemand {
    color: #004b79;
    background: rgba(0, 75, 121, 0.08);
}

.archive_list_content {
    flex: 1;
}

#archive_list [class^="seminar_list_status_"],
#archive_list .seminar_list_summary {
    display: none;
}

#archive_list .seminar_list_title {
    font-size: 90%;
    font-weight: bold;
    line-height: 1.6;
    margin-bottom: 0.5em;
}

#archive_list .seminar_list_title > strong {
    font-size: inherit;
    font-weight: inherit;
}

#archive_list .seminar_list_schedule {
    font-size: 83%;
}

#archive_list .seminar_list_schedule > div {
    display: inline-block;
}

#archive_list .seminar_list_schedule > div::after {
    display: inline;
    content: "/";
    margin: 0 0.5em;
}

#archive_list .seminar_list_schedule > div:last-child::after {
    display: none;
}

#archive_list .seminar_list_schedule > div > dt,
#archive_list .seminar_list_schedule > div > dd {
    display: inline;
    font-weight: normal;
}

#archive_list .seminar_list_schedule > div > dt {
    margin-right: 0.5em;
}

#archive_list .seminar_list_schedule > div > dt::before {
    display: inline;
    content: "[";
}

#archive_list .seminar_list_schedule > div > dt::after {
    display: inline;
    content: "]";
}

@media (max-width: 767px) {
    #archive_list > li {
        display: block;
    }

    #archive_list [class^="archive_list_cat_"] {
        width: 140px;
        margin-bottom: 1em;
        padding: 5px 15px;
        box-sizing: border-box;
    }

    #archive_list [class^="archive_list_cat_"] br {
        display: none;
    }

    #archive_list .seminar_list_schedule > div {
        display: block;
    }

    #archive_list .seminar_list_schedule > div + div {
        margin-top: 0.5em;
    }

    #archive_list .seminar_list_schedule > div::after {
        display: none;
    }

    #archive_list .seminar_list_schedule > div > dt,
    #archive_list .seminar_list_schedule > div > dd {
        display: block;
    }
}