@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: 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: #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;
}

/*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;
    }

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

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

}
