@charset "utf-8";



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


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


.page_head {
    height: 200px;
    border-bottom: 1px solid #D2D2D2;
    background: url(images/pageheader.jpg);
    position: relative;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.page_head .area_ttl_wht {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    width: 100%;
}

.content_box {
    background: rgba(255, 255, 255, 0.9);
    padding: 30px;
    border-radius: 20px;
    margin-bottom: 100px;
}

.fix_margin {
    margin-top: 126.5px;
}


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

.content_left_space {
    margin-left: 1em
}


#container,
.height100 {
    height: 100%;
}

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

.standby p {
    font-weight: 600;
}

.chairmanbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin-bottom: 20px;
}

.chairman_pic {
    width: 200px;
    margin-right: 20px;
}

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

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

.list_reset {
    margin-left: 1em;
}

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

.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: #e3f4ff !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: 1.3em;
    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 #ce6016;
    color: #ce6016;
    border-radius: 5px;
}

.prg_theme h4 {
    border: 1px solid #126eb7;
    color: #126eb7;
    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: flex-start;
    margin-bottom: 15px;
}

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

ul.prg_host li h4,
ul.prg_speaker li h4 {
    background-color: #126eb7;
    padding: 5px;
    color: #fff;
    font-size: 18px;
    line-height: 1em;
    margin-right: 10px;
    min-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;
}

.posterwrap {
    display: flex;
    justify-content: space-between;
}

.posterwrap_in:nth-child(1) {
    width: 25%;
}

.posterwrap_in:nth-child(2) {
    width: 73%;
}

.image_flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.image_flex img {
    width: calc(100% / 2 - 20px)
}

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

.prg_contain dt {
    background: rgb(242, 177, 25);
    color: #000;
    font-weight: 600;
    margin-right: 10px;
    padding: 0 15px;
    border-radius: 100px;
    min-width: 70px;
    text-align: center;
}

/*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: 100%;
        margin-right: 0;
    }

    .chairman_prof {
        margin-top: 20px;
    }


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

    /*プログラムここから記入*/
    .prg_sponsor,
    .prg_theme,
    ul.prg_host li,
    ul.prg_speaker li,
    .posterwrap {
        -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%;
    }

    .posterwrap_in:nth-child(1) {
        width: 60%;
        margin: 0 auto 15px;

    }

    .posterwrap_in:nth-child(2) {
        width: 100%;
    }


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

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

}
