@charset "utf-8";



/*HEADER-----------------------------------------------------------------------------------*/
/*HEADERend--------------------------------------------------------------------------------*/


/*MAIN-------------------------------------------------------------------------------------*/

.pre {
    border: 2px solid #000;
    padding: 50px
}

.page_head {
    background: url(images/pagehead.webp);
    position: relative;
    padding: 25px 15px;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}


.content_box {
    background: #fff;
    padding: 0 15px;
}



.fix_margin {
    margin-top: 126.5px;
}


h2.content_ttl {
    color: #004096;
    border-left: 0.5em solid #004096;
    border-bottom: 1px solid #004096;
    font-size: 18px;
    padding-left: 0.5em;
    margin-bottom: 1em;
}

.content_left_space {
    margin-left: 1em
}


.standby {
    border: 1px solid #333;
    padding: 50px
}

.standby p {
    font-weight: 600;
}

.chairmanbox {
    margin-top: 20px;
    text-align: right
}

.chairmanbox p {
    text-align: right
}

.chairman_pic {
    width: 180px;
    margin-right: 20px;
    float: left;
}

.chairman_prof h3 {
    font-size: 23px;
    line-height: 1em;
    margin-top: 5px;
}

p.greeting_tex {
    font-size: 1.2em;
    line-height: 1.9em;
}

.list_reset {
    margin-left: 1em;
}

.list_reset li:nth-child(n+2) {
    margin-top: .5em;
}

.abst_notice {
    border: 1px solid #000;
    padding: 20px;
    margin-bottom: 50px;
}

table,
td,
th {
    width: 100%;
    margin-bottom: 1.5em;
}

table,
td,
th {
    border: 1px solid #595959;
    border-collapse: collapse;
}

td,
th {
    padding: 5px;
    width: 30px;
}

.bg-yellow {
    background: #fbf3c0 !important;
}

.endai_table_wht {
    max-width: 100%;
}

.td_num {
    width: 7%;
    text-align: center;
}

.td_num2 {
    width: 4%;
    text-align: center;
}


.td_left {
    width: 30%;
}

.td_right {
    width: 66%;
}

.endai_flexbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between
}

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

.sikai {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.subttl {
    background: rgb(230, 126, 34);
    background: -webkit-gradient(linear, left top, right top, color-stop(58%, rgba(230, 126, 34, 1)), to(rgba(230, 126, 34, 0)));
    background: linear-gradient(90deg, rgba(230, 126, 34, 1) 58%, rgba(230, 126, 34, 0) 100%);
    color: #fff;
    padding: 5px;
    font-size: 18px;
    line-height: 1em;
    margin-bottom: 15px;
}

.content_left_space ol {
    margin-left: 1.5em;
}

/*プログラムここから記入*/
.content_box_inner {
    padding-bottom: 50px;
}

.content_box_inner:last-child {
    padding-bottom: 0px;
}

.prg_sponsor,
.prg_theme {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 15px;
}

.mb0 {
    margin-bottom: 0;
}

.prg_sponsor h4,
.prg_theme h4 {
    padding: 5px;
    color: #fff;
    font-size: 18px;
    line-height: 1em;
    margin-right: 10px;
    width: 85px;
    text-align: center;
}

.prg_sponsor h4 {
    border: 1px solid #003E92;
    color: #003E92;
    border-radius: 5px;
}

.prg_theme h4 {
    border: 1px solid #009688;
    color: #009688;
    border-radius: 5px;
}

ul.prg_host li,
ul.prg_speaker li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 15px;
}

ul.prg_speaker li:last-child {
    margin-bottom: 0;
}

ul.prg_host li h4,
ul.prg_speaker li h4 {
    background-color: #009688;
    padding: 5px;
    color: #fff;
    font-size: 18px;
    line-height: 1em;
    margin-right: 10px;
    width: 85px;
    text-align: center;
    border-radius: 5px;
}


/*2023/01/05 ハンズオンセミナー*/
span.red_bold {
    color: #ff0000;
    font-weight: bold;
}

.ml95 {
    padding-left: 95px;
}

.handson_image {
    width: 300px;
}

ol li:nth-child(n+2) {
    margin-top: 0.9em;
}

.image_cntrl {
    max-width: 400px;
}


.spon_table th {
    background: #34495e;
    color: #fff;
}

.spon_table .num {
    max-width: 5px !important;
    text-align: center;
}

.spon_table td {
    text-align: center;
}

.marker {
    background: linear-gradient(transparent 60%, #ff6 60%);
}

.forum {
    background: #E0F1FC;
    padding: 20px;
    border: 2px solid #004097;
    border-radius: 10px;
    margin-top: 20px;
}

.forum h3 {
    margin-bottom: 10px;
    font-size: 16px;
}

.forum .iconflex {
    display: flex;
}

.forum dl {
    display: flex;
    align-items: center;
}

.forum .iconflex dl:nth-child(1) {
    margin-right: 1em;
}

.forum dt {
    width: 2em;
    margin-right: .5em;
}

.forum dd {
    font-size: 1em;
}

.seiretsu,
.seiretsu2 {
    display: flex;
    align-items: baseline;
    font-weight: 600;
}

.seiretsu:nth-child(n+2),
.seiretsu2:nth-child(n+2) {
    margin-top: 1em;
}


.seiretsu2 dt,
.seiretsu dt {
    background: #bcd9ff;
    color: #004096;
    text-align: center;
    padding: 0 10px;
    margin-right: .5em;
    border-radius: 20px;
}

.seiretsu dt {
    min-width: 6em;
}

.seiretsu2 dt {
    min-width: 19em;
}

.resist_date {
    display: flex;
    font-weight: 600;
}

.resist_date:nth-child(n+2) {
    margin-top: 1em;
}

.resist_date dt {
    color: #003e92;
    margin-right: 1em;
    min-width: 4em
}

.bluebox {
    padding: 20px;
    background: #E0F1FC;
    border-radius: 20px;
}

.flow_design01 {
    display: flex;
    justify-content: center;
    align-items: center;
}

.flow_design01 ul {
    padding: 0;
}

.flow_design01 li {
    list-style-type: none;
}

.flow_design01 dd {
    margin-left: 0;
}

.flow01 > li {
    position: relative;
    list-style: none;
}

.flow01 > li:not(:last-child) {
    margin-bottom: 40px;
}

.flow01 > li dl {
    box-sizing: border-box;
    width: 100%;
    padding: 20px 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 2px solid #004096;
    border-radius: 10px;
    position: relative;
}

.flow01 > li:not(:last-child) dl::before,
.flow01 > li:not(:last-child) dl::after {
    content: "";
    border: solid transparent;
    position: absolute;
    top: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.flow01 > li:not(:last-child) dl::before {
    border-width: 22px;
    border-top-color: #004096;
}

.flow01 > li:not(:last-child) dl::after {
    border-width: 20px;
    border-top-color: #fff;
}

.flow01 > li dl dt {
    font-size: 1.2em;
    font-weight: 600;
    -ms-flex-preferred-size: 20%;
    margin-right: 1em;
    text-align: center;
    min-width: 5em
}

.flow01 > li dl dt .icon01 {
    font-size: 0.6em;
    color: #fff;
    background: #004096;
    padding: 5px 10px;
    display: block;
    border-radius: 20px;
    position: relative;
    z-index: 100;
}

.alartbox {
    border: 2px solid red;
    padding: 20px;
    border-radius: 20px;
}

.alartbox h3 {
    color: red;
    text-align: center;
    margin-bottom: 1em;
}

.alartbox .align_center {
    color: red;
    font-weight: 600;
}

.speakers {
    display: flex;
    align-items: baseline;
}

.speakers dt {
    min-width: 80px;
    background: #003e92;
    color: #fff;
    text-align: center;
    padding: 5px;
    border-radius: 5px;
    margin-right: 10px;
}

.theme_label {
    background: #d4e7ff;
    padding: .5em;
    font-weight: 600;
    color: #003e92;
}

/*MAINend----------------------------------------------------------------------------------*/


/*FOOTER-----------------------------------------------------------------------------------*/
/*FOOTERend--------------------------------------------------------------------------------*/



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

    /*HEADER-----------------------------------------------------------------------------------*/

    /*HEADERend--------------------------------------------------------------------------------*/


    /*MAIN-------------------------------------------------------------------------------------*/

    /*MAINend----------------------------------------------------------------------------------*/


    /*FOOTER-----------------------------------------------------------------------------------*/
    /*FOOTERend--------------------------------------------------------------------------------*/

}

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

    /*HEADER-----------------------------------------------------------------------------------*/

    /*HEADERend--------------------------------------------------------------------------------*/

    /*MAIN-------------------------------------------------------------------------------------*/
    #container,
    .height100 {
        height: auto;
    }

    .chairmanbox,
    .endai_flexbox {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .chairman_pic {
        width: 40%;
    }

    .chairman_prof {
        margin-top: 20px;
    }


    .endai_flex_in {
        width: calc(100% / 1);
    }

    /*プログラムここから記入*/
    .prg_sponsor,
    .prg_theme,
    ul.prg_host li,
    ul.prg_speaker li {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .prg_sponsor h4,
    .prg_theme h4,
    ul.prg_host li h4,
    ul.prg_speaker li h4 {
        margin: 0 0 5px 0;
        width: 100%;
    }

    .prg_theme p {
        text-align: center;
    }

    .handson_image {
        width: 250px;
    }

    .handson_image img {
        width: 100%;
    }

    .page_head {
        padding: 12vw 15px;
    }

    .flow01 > li:not(:last-child) {
        margin-bottom: 30px;
    }

    .flow01 > li dl {
        display: block;
        padding: 10px 15px;
    }

    .flow01 > li dl dt {
        margin-right: 0;
    }

    .flow01 > li dl dt .icon01 {
        font-size: .7em;
    }

    /*MAINend----------------------------------------------------------------------------------*/

    /*FOOTER-----------------------------------------------------------------------------------*/
    /*FOOTERend--------------------------------------------------------------------------------*/

}
