@charset "utf-8";

.noevent {
    pointer-events: none;
    opacity: 0.5;
}

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


/*MAIN-------------------------------------------------------------------------------------*/
.pre {
    text-align: center;
    border: 1px solid #000;
    padding: 50px;
}

.page_head {
    height: 200px;
    background: url(images/pre_bg.webp);
    position: relative;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.page_head .area_ttl {
    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: #fff;
    padding: 30px;
    border-radius: 20px;
}

.fix_margin {
    margin-top: 126.5px;
}


h2.content_ttl {
    color: #a89f66;
    border-left: 0.5em solid #a89f66;
    border-bottom: 1px solid #a89f66;
    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;
    align-items: flex-end;
    margin-bottom: 20px;
}

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

.chairman_prof h3 {
    font-size: 30px;
    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%;
    min-width: 50px;
    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: #a89f66;
    background: -webkit-gradient(linear, left top, right top, color-stop(58%, #a89f66), to(rgba(230, 126, 34, 0)));
    background: linear-gradient(90deg, #21b39b 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 #ce6016;
    color: #ce6016;
    border-radius: 5px;
}

.prg_theme h4 {
    border: 1px solid #21b39b;
    color: #21b39b;
    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: #21b39b;
    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)
}

#bg_area {
    background: #EAE1A9;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;

}

.part_table,
.part_table td,
.part_table th {
    border: 1px solid #273c75;
    border-collapse: collapse;
    width: 100%;
    font-size: 16px;
}

.part_table td,
.part_table th {
    padding: 10px;
    width: 30px;
    height: 25px;
}

.part_table th {
    background: #ebf1ff;
}


.left_space {
    padding-left: 18px;
}

.list_margincntrl li:nth-child(n+2) {
    margin-top: 0px !important;
}

.left_space ol,
.left_space ul {
    padding-left: 1em;
}

.jsn_table th {
    background: #e8fffb;
}

.sendletter {
    border: 1px dashed #000;
    margin-top: 20px;
    padding: 15px;
    border-radius: 10px;
}

.yokonarabi {
    display: flex;
}

.yokonarabi dt {
    min-width: 3em;
}

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

.poster_flex ol {
    width: 79%;
}

.posterimg {
    width: 20%;
}

.numbering {
    display: flex;
}

.numbering:nth-child(n+2) {
    margin-top: 20px;
}

.slideex {
    list-style: none;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 15px;
}

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

.slideex li p {
    text-align: center;
}

.slideex li img {
    border: 1px solid #000;
}

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


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

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


    .chairman_prof {
        margin-bottom: 20px;
    }

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

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

}
