@charset "UTF-8";

img {
    image-rendering: -webkit-optimize-contrast;
}

main {
    background-color: #1b294f;
}

h4 {
    background-color: #000b36;
}



#mainvisual {
    margin-top: 100px;
    background-image: url(../lp-images/mv_bg_lp.png);
    height: 670px;
    background-size: cover;
}

#mainvisual img.headerimg1 {
    width: 700px;
    margin-top: 20px;
}

#mainvisual img.headerimg2 {
    width: 500px;
    margin-top: 40px;
}

#mainvisual img.headerimg3 {
    width: 380px;
    margin-top: 25px;
}

#mainvisual>div {
    display: flex;
    position: absolute;
    bottom: 0px;
    align-items: flex-start;
    justify-content: center;
}

#mainvisual>div img {
    height: 110px;
    margin-right: 2px;
}

#mainvisual .cyber {
    bottom: 135px;
    width: 15%;
    right: 10%;
    min-width: 200px;
    animation: fadeIn 1.4s ease-in-out 0s 1 normal;
    -webkit-animation: fadeIn 1.4s ease-in-out 0s 1 normal;
}

#g_menu {
    position: fixed;
    top: 80px;
    z-index: 9;
    width: 100%;
    background-color: #000b36;
    color: white;
    z-index: 100;
    gap: 1px;
}

#g_menu>div {
    width: 165px;
    display: flex;
    justify-content: center;
    align-items: center;
    /* border-right: #ccd8f7; */
}

#g_menu>div.inactive_menu {
    background-color: #000b36;
}

#g_menu>div.inactive_menu div.single {
    color: #747a94;
    padding: 16px 0;
}


#g_menu a img {
    /* position: relative;
    top: 20%;
    left: 4vw; */
    /* transform: translateX(-10%); */
    /* width: 40px; */
}

#g_menu>div>div {
    /* margin: 5px 0; */
    width: 100%;
    height: 100%;
}

#g_menu a div.single {
    color: white;
}


#loading {
    z-index: 9999;
    background-color: #000b36;
    position: absolute;
    top: 0;
}

#main_conv {
    width: 100%;
    background-color: #1b294f;
}


#main_conv>div {
    width: 1080px;
    margin: 0 auto;
    padding: 50px;
    background-color: #1b294f;
}

#main_conv>div:first-child {
    display: flex;
    flex-wrap: wrap;
}

#main_conv>div:last-child {
    padding-top: 45px;
    text-align: center;
}

#main_conv>div:first-child a {
    position: relative;
    width: 85%;
    margin: 0 auto;
    font-weight: bold;
    font-size: 25px;
    text-align: center;
    background-color: #fbb03b;
    color: white;
    text-shadow: 0 0 2px #9b640f;
    display: block;
    padding: 20px 0 20px 0;
    text-decoration: none;
    border-radius: 5px;
    letter-spacing: 5px;
    box-shadow: 1px 1px 2px 2px #151a3d;
    border: 2px solid #fff;
}

#main_conv>div:first-child a:first-child {
    background-color: #76aa30;
}



#main_conv>div.inner_conv {
    width: auto;
    background-color: white;
}

#main_conv>div.inner_conv a {
    width: 80%;
}




#main_conv>div a:hover {
    opacity: 0.8;
}

.ribbon4 {
    display: inline-block;
    position: absolute;
    top: 20px;
    left: 0px;
    height: 46px;
    line-height: 46px;
    text-align: center;
    padding: 0 26px 0 24px;
    font-size: 20px;
    background: #d43b2f;
    color: #FFF;
    box-sizing: border-box;
}

.ribbon4:after {
    position: absolute;
    content: '';
    width: 0px;
    height: 0px;
    z-index: 1;
}

.ribbon4:after {
    top: 0;
    right: 0;
    border-width: 23px 10px 23px 0px;
    border-color: transparent #fbb03b transparent transparent;
    border-style: solid;
}

#visitors {
    width: 100%;
    padding: 80px 40px;
    background-color: white;
    background-image: url(../lp-images/1317119_s3.png);
    background-size: cover;
    /* background-attachment: fixed; */
}

#visitors>div {
    width: 1080px;
    margin: 0 auto;
}

#visitors>div h4 {
    margin-top: 0;
    margin-bottom: 40px;
}

#visitors ul {
    background-color: rgba(255, 255, 255, 0.9);
    font-size: 18px;
    font-weight: bold;
    line-height: 2;
    margin: 30px 20px;
    box-shadow: 1px 1px 8px 1px #ddd;
}

#visitors ul span {
    background: linear-gradient(transparent 40%, #ffff66 0%);
}

#pickup {
    width: 1080px;
    margin: 0px auto 0;
    padding: 1px 0 70px;
    background-color: #1b294f;
}

#pickup h4 {
    background: none;
    text-align: center;
    font-size: 40px;
}

#pickup .pickup_box {
    background-color: white;
    overflow-y: scroll;
    max-height: 250px;
}

.content_area .inner_content>div {
    border: none;
    gap: 1%;
    margin-top: 0;
}

.content_area .inner_content>div>div {
    /* width: 50%; */
}

.content_area .inner_content>div>div {
    .place_line {
        /* border-bottom: 1px solid #aaa; */
        padding-bottom: 5px;
        /* padding-top: 5px; */
    }
}

.content_area .inner_content>div.flow_head {
    display: block;
    position: relative;
    margin-bottom: 65px;
}

.content_area .inner_content>div.flow_head div.border {
    position: absolute;
    top: 52px;
    left: 21px;
    border-left: 5px solid #fbb03b;
    display: block;
    height: 82%;
}

.content_area .inner_content>div.flow_head>div {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
}


.content_area .inner_content>div.flow_head>div>div:first-child {
    width: 8%;
    background: none;
    padding: 0;
}

.content_area .inner_content>div.flow_head>div>div:first-child>div {
    width: 46px;
    height: 46px;
    background-color: #fbb03b;
    border-radius: 100%;
}

.content_area .inner_content>div.flow_head>div>div:nth-child(2) {
    width: 15%;
}

.content_area .inner_content>div.flow_head>div>div:nth-child(2) div {
    font-size: 20px;
    font-weight: bold;
}

.content_area .inner_content>div.flow_head>div>div:nth-child(3) {
    width: 75%;
    font-weight: normal;
}

.content_area .inner_content>div.flow_head>div h4 {
    background: none;
    color: #000b36;
    padding: 0;
    margin: 0;
    line-height: 26px;
    font-size: 20px;
    font-weight: bold;
    border-bottom: 1px solid #fbb03b;
}


.content_area .inner_content>div>div>div:first-child {
    /* background-color: #000b36; */
}

.content_area .inner_content>div>div>div:nth-child(2) {
    line-height: 1.5;
    margin-bottom: 6px;
    min-height: auto;
}

.content_area .inner_content>div>div>div:not(:first-child) {
    /* margin: 0 8px 0px; */
    margin: 0;
}

.content_area .inner_content>div>div>div:not(:first-child) span {
    /* width: 40px; */
}




.content_area .inner_content>div>div>div:first-child {
    background-color: #000b36;
}

.content_area .inner_content>div>div>div:nth-child(2) {
    line-height: 1.5;
    margin-bottom: 6px;
    min-height: auto;
}

.content_area .inner_content>div>div>div:not(:first-child) {
    margin: 0 8px 0px;
    display: flex;
    padding: 10px 0;
    border-bottom: 1px solid #ddd;
    line-height: 1.6;
    font-weight: normal;
    align-items: center;

    div {
        display: flex;
        align-items: flex-end;
        line-height: 1;
        flex-wrap: wrap;
        row-gap: 10px;
    }
}

.content_area .inner_content>div>div>div:not(:first-child) span.h {
    width: 90px;
    font-weight: bold;
    font-size: 14px;
}

.content_area .inner_content>div>div>div:not(:first-child) span.fsl {
    font-size: 22px;
    font-weight: bold;
    line-height: 1;
    margin: 0 2px;
}

.content_area .inner_content>div>div>div:not(:first-child) span.fsl {
    font-size: 20px;
    margin: 0 1px;
}


.content_area .inner_content>div>div>div:nth-child(4) {
    min-height: 65px;

    div {
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        gap: 10px;

        a {
            text-decoration: none;
            color: #6363e4;
        }
    }
}

.content_area .inner_content>div>div>div:last-child {
    border-bottom: none;
}



main>div:nth-child(6) {
    padding-bottom: 0;
    margin-bottom: 0;
    padding-top: 1px;
    margin-top: 20px;
}

main>div:nth-child(9) {
    width: 100%;
    /* padding: 40px 90px 0; */
    /* background-image: url(../lp-images/bg3.svg); */
    /* background-size: cover;
    background-attachment: fixed; */
    flex-wrap: wrap;
}

main>div:nth-child(9)>div {
    width: 1080px;
    margin: 0 auto;
    /* padding: 0 0 60px; */
    background-color: rgba(255, 255, 255, 0.9);

}

main>div:last-child {
    padding-top: 1px;
    margin-top: 80px;
}

.regist main>div:last-child {
    margin-top: 0;
}


.content_area .sub_copy.flow_goal {
    font-size: 26px;
    line-height: 1.3;
    padding-bottom: 40px;
}

.flow p span {
    font-weight: bold;
    display: block;
    margin: 3px 0;
}

.content_area .sub_copy.flow_goal p {
    background: linear-gradient(transparent 55%, #ffff66 0%);
    display: inline;
    text-align: center;
}



/* -------------------------------
メディアパートナー
------------------------------- */

#mediapartner {}

#mediapartner>div {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0 70px;
}

#mediapartner>div>div {
    margin: 0 15px;
}

#mediapartner img {
    max-height: 65px;
    max-width: 400px;
}


/* -------------------------------
PR
------------------------------- */
#pr h4 {
    font-size: 24px;
    font-weight: normal;
    /* border: 1px solid #1c2660; */
    background-color: #000b36;
    color: white;
    margin-top: 20px;
}

#pr>div {
    display: flex;
    justify-content: center;
    gap: 20px;
}

#pr>div>div {
    display: flex;
    justify-content: center;
    /* margin-top: 35px; */
}

#pr>div img {
    max-height: 130px;
}

#pr>div>div:nth-child(2) img {
    max-height: 195px;
    border: 1px solid #777;
}

/* -------------------------------
pickup
------------------------------- */
.pickup_person_wrap {
    display: flex;
}

.pickup_inner div {
    /* width: 100%; */
}

.pickup_person_wrap>div.pickup_person {
    display: flex;
    justify-content: space-around;
    align-items: flex-end;
    margin: 0 20px;
}

.pickup_inner .pickup_head {
    width: 100%;
    text-align: center;
}

.pickup_btn {
    width: 100%;
    margin: 0 auto;
}

.pickup_btn a {
    width: 45%;
    margin: 30px auto 15px auto;
    font-weight: normal;
    font-size: 14px;
    text-align: center;
    background-color: #ffffff;
    color: #000b36;
    display: block;
    padding: 10px;
    text-decoration: none;
    border-radius: 10px;
    letter-spacing: 3px;
    border: 2px solid #333;
    position: relative;
}

.pickup_btn a::after {
    content: "";
    width: 6px;
    height: 6px;
    border: 0px;
    border-bottom: solid 1px #000b36;
    border-right: solid 1px #000b36;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    position: absolute;
    top: 50%;
    right: 25px;
    margin-top: -4px;
}

.pickup_btn a:not(img):hover {
    border: 2px solid #aaa;
}


.pickup_inner div .info_date {
    margin-right: 20px;
    min-width: 90px;
}


/* -------------------------------
press
------------------------------- */
.release_list {
    margin-bottom: 8px;
}






@media only screen and (max-width: 1080px) {
    #mainvisual {
        background-size: cover;
        padding: 0;
        height: 138vw;
        margin-top: 40px;
        padding-top: 4vw;
        background-image: url(../lp-images/mv_bg_lp_mb.png);
    }

    #mainvisual img.headerimg1 {
        width: 90vw;
        margin: 6vw auto 0;
    }

    #mainvisual img.headerimg2 {
        width: 90vw;
        margin: 12vw auto 0;
    }

    #mainvisual img.headerimg3 {
        width: 43vw;
        margin: 6vw auto 0;
    }

    #mainvisual>div {
        flex-wrap: wrap;
        z-index: 99;
    }

    #mainvisual>div img {
        width: 25vw;
        height: auto;
        margin-right: 0;
    }

    #g_menu>div>div {
        margin: 0;
    }

    #g_menu {
        justify-content: flex-start;
    }

    #g_menu a div {
        line-height: 5vw;
        min-height: 21px;
    }

    #g_menu>a {
        display: none;
    }

    #g_menu>div {
        border-radius: 0px;
        box-shadow: none;
        width: 33%;
    }

    #g_menu>div.double_size {
        width: 66%;
    }

    #g_menu a div.double {
        padding: 1vw 0;
    }

    #g_menu a div.single {
        padding: 1.2vw 0;
    }

    #g_menu>div.inactive div.single {
        padding: 1vw 0;
    }


    #mainvisual .cyber {
        bottom: 36vw;
        width: 40%;
        min-width: 100px;
        right: 2vw;
    }

    #mainvisual .conv_mb_top {
        display: block;
        text-align: left;
        border: 2px solid #fff;
        border-radius: 10px;
        box-shadow: 0 4px 0 #bbb;
        background-color: #fbb03b;
        padding: 5px 5px 5px 47px;
        width: 50%;
        margin: 20px 0 0 15px;
        color: white;
        text-decoration: none;
        font-weight: bold;
        text-shadow: 0 0 3px #8f6523;
        position: relative;
    }

    #mainvisual .conv_mb_top span {
        font-size: 4vw;
    }


    #main_conv>div {
        width: 100%;
        padding: 5vw 4vw 7vw;
    }

    #main_conv>div:nth-child(2) {
        padding: 0;
    }




    #main_conv>div:first-child a {
        width: 80%;
        font-size: 4.5vw;
        padding: 2vw 1vw;
        letter-spacing: 2px;
        padding-left: 0;
        margin-bottom: 5vw;
    }


    #main_conv>div.inner_conv {
        width: 100%;
        padding: 2vw 4vw;
    }

    .seminar_note #main_conv>div.inner_conv,
    #main_conv.no_side_padding>div.inner_conv {
        padding: 2vw 0;
    }

    #main_conv>div.inner_conv a {
        width: 100%;
        /* padding-left: 18vw; */
    }

    #main_conv>div iframe {
        width: 100%;
        height: 55vw;
    }



    .ribbon4 {
        height: 100%;
        top: 0;
        border-top-left-radius: 12px;
        border-bottom-left-radius: 12px;
        padding: 0 2vw 0 2vw;
        font-size: 5vw;
    }

    .ribbon4:after {
        border: none;
    }


    #visitors>div {
        width: 100%;
    }

    #visitors>div h4 {
        margin-bottom: 5vw;
        line-height: 1.3;
    }

    /* -------------------------------
    pr
    ------------------------------- */

    #pr>div>div {
        margin-top: 3vw;
    }

    #pr>div>div:nth-child(2) a {
        text-align: center;
    }

    #pr>div>div:nth-child(2) img {
        /* max-width: 72%; */
    }


    #pickup {
        width: 100%;
        padding: 4vw;
        margin-top: 2vw;
    }

    #pickup h4 {
        font-size: 33px;
        margin-bottom: 2vw;
        margin-top: 0;
    }

    .pickup_inner .pickup_head {
        font-size: 6vw;
    }

    main>div:nth-child(9)>div {
        width: 100%;
        padding: 4vw;
    }

    main>div:nth-child(6) {
        padding-bottom: 2vw;
        margin-bottom: 2vw;
        padding-top: 4vw;
    }

    #visitors {
        padding: 4vw;
    }

    #visitors ul {
        font-size: 5vw;
        line-height: 1.3;
        font-weight: normal;
        margin: 0;
        box-shadow: none;
    }

    main>div:nth-child(9) {
        padding: 0;
    }

    #service>div:last-child {
        margin-bottom: 5vw;
    }

    main .conv {
        display: block;
        margin: 5vw auto;
        width: 90vw;
    }

    .conv a:last-child {
        background-color: #8cc63f;
        display: block;
        width: 80%;
        margin: 0 auto;
    }

    .flow p {
        padding: 4vw;
        margin-bottom: 4vw;
        position: relative;
    }

    .flow p::after {
        content: "";
        width: 0;
        height: 0;
        border-left: 20vw solid transparent;
        border-right: 20vw solid transparent;
        border-top: 13px solid black;
        position: absolute;
        bottom: -12px;
        left: calc(50% - 20vw);
    }

    .content_area .sub_copy.flow_goal {
        font-size: 5.5vw;
        padding-bottom: 0;
    }

    .content_area:last-child {
        margin-top: -1px;
    }

    .content_area .inner_content>div {
        margin-top: 21px;
        padding-top: 0;
        margin-bottom: 21px;
    }

    .content_area .inner_content>div.flow_head>div {
        display: block;
        position: relative;
        margin-bottom: 8vw;
    }

    .content_area .inner_content>div.flow_head>div>div:nth-child(2) {
        width: 100%;
        padding-left: 13%;
        padding-top: 2%;
        align-items: center;
    }

    .content_area .inner_content>div.flow_head>div>div:nth-child(3) {
        width: 100%;
        padding-left: 13%;
        flex-wrap: wrap;
    }

    .content_area .inner_content>div.flow_head>div>div:first-child {
        position: absolute;
        z-index: -1;
    }

    .content_area .inner_content>div.flow_head div.border {
        z-index: -2;
        top: 40px;
        opacity: 0.7;
        height: 85%;
    }

    .content_area .inner_content>div.flow_head>div>div:first-child>div {
        background-color: #fbc774;
    }



    /* -------------------------------
    メディアパートナー
    ------------------------------- */

    #mediapartner>div {
        padding: 0;
    }

    #mediapartner>div>div {
        margin: 0 0;
    }

    #mediapartner img {
        max-height: 45px;
        max-width: 100%;
    }


    /* -------------------------------
    pickup
    ------------------------------- */
    .pickup_title {
        font-size: 4vw;
    }

    #pickup .line a {
        font-size: 4vw;
    }

    .pickup_person {
        margin-bottom: 2vw;

    }

    .pickup_person_wrap {
        display: block;
    }

    .pickup_person_wrap>div.pickup_person {
        margin-right: 0;
        margin-left: 0;
        margin-top: 2vw;
    }

    .pickup_btn a {
        width: 100%;
        font-size: 4vw;
    }

    .pickup_btn a::after {
        right: 5vw;
    }

    /* -------------------------------
    seminar
    ------------------------------- */
    .seminar .seminar_note {
        padding: 6vw;
    }

    .content_area .inner_content>div>div>div:not(:first-child) {
        display: flex;
    }
}

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


/* -------------------------------
202110 追加コンテンツ
------------------------------- */
#prom {
    background-color: white;
    padding: 1px 0 50px;
}

#prom>div {
    max-width: 1080px;
    margin: 0 auto;
}

#prom>div .head1 {
    font-size: 48px;
    font-weight: bold;
    color: #000b36;
    line-height: 1.3;
}

#prom>div h5 {
    background-color: #000b36;
    text-align: center;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 20px 0 10px;
    padding: 15px 0;
}

#prom>div h5+p {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
}

#prom>div h5>div:first-child {
    font-size: 28px;
    font-weight: bold;
}

#prom>div h5>div:last-child {
    font-size: 16px;
    margin-left: 20px;
}

#prom .c-list {
    display: flex;
    align-items: center;
}

#prom .c-list>div:first-child {
    width: 35%;
}

#prom .c-list>div:last-child {
    width: 65%;
}

#prom .c-list ul {
    display: flex;
    flex-wrap: wrap;
}

#prom .c-list li {
    /* list-style: circle; */
    padding-left: 20px;
    width: 33%;
}

#prom .img-list {
    display: flex;
    margin: 20px 0;
    align-items: center;
}

#prom .img-list img {
    width: 20%;
}

#prom .col-list {
    display: flex;
    justify-content: space-between;
    margin-top: 50px;
}

#prom .col-list>div {
    border: 4px solid #3f94c6;
    width: 48%;
    text-align: center;
    padding: 20px;
}

#prom .col-list>div h6 {
    text-align: center;
    background-color: #fbda3b;
    margin-top: -50px;
    font-size: 20px;
    font-weight: bold;
    display: inline-block;
    padding: 10px 30px;
    margin-bottom: 40px;
    width: 55%;
    position: relative;
}

#prom .col-list>div h6::after {
    content: "";
    position: absolute;
    bottom: -42px;
    left: 46%;
    border-top: 15px solid #3f94c6;
    border-right: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-left: 15px solid transparent;
}

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


#prom2 {
    background-color: white;
    padding: 50px 0;
}

#prom2>div {
    max-width: 1080px;
    margin: 0 auto;
}

#prom2 .p2-flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 10px 0 20px;
}

#prom2 .p2-flex a {
    width: 49%;
    display: block;
}

#prom2 .head1 {
    font-size: 40px;
    color: #000b36;
    font-weight: bold;
    line-height: 1.3;
    padding: 20px 0;
}

#prom2 .head1.small_fs {
    font-size: 31px;
}

#prom2 .head1>div {
    display: inline-block;
    background-color: #000b36;
    color: white;
    padding: 5px 30px;
    margin-bottom: 20px;
    letter-spacing: 2px;
    font-size: 90%;
}

#prom2 .head1.head1.small_fs>div {
    font-size: 36px;
}

#prom2 .p-cont {
    margin: 60px 0;
}

#prom2 .p-cont>div {
    padding: 30px 30px 10px;
    margin-top: 10px;
}

#prom2 .p-cont>div h2 {
    margin-bottom: 15px;
    font-size: 30px;
}

#prom2 .p-cont dt {
    font-weight: bold;
    /* font-size: 18px; */
    margin-top: 6px;
    line-height: 1.5;
}

#prom2 .p-cont dt span {
    font-weight: normal;
}

#prom2 .p-cont dd {
    margin-left: 14px;
    line-height: 1.5;
}

#prom2 .p-cont>div>div {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

#prom2 .p-cont>div>div img {
    margin-top: 8px;
}

#prom2 .p-cont>div>div>div:first-child {
    width: 40%;
    text-align: right;
}

#prom2 .p-cont>div>div>div:last-child {
    width: 57%;
}

#prom2 .p-cont>div:last-child>div {
    flex-direction: row-reverse;
}

#prom2 .p-cont>div:last-child>div img {
    width: 80%;
}

#prom2 #p-cont1>div {
    background-color: #ffddcc;
}

#prom2 #p-cont1 h2 {
    color: #ff5400;
}

#prom2 #p-cont2>div {
    background-color: #cce1ff;
}

#prom2 #p-cont2 h2 {
    color: #0069ff;
}

#prom2 #p-cont3>div {
    background-color: #ccf5cf;
}

#prom2 #p-cont3 h2 {
    color: #00cc0e;
}

#prom2 #p-cont4>div {
    background-color: #fbccf7;
}

#prom2 #p-cont4 h2 {
    color: #e900d9;
}

#prom2 #p-cont5>div {
    background-color: #fbccf7;
}

#prom2 #p-cont5 h2 {
    color: #e900d9;
}

#prom2 #p-cont6>div {
    background-color: #fffdd9;
}

#prom2 #p-cont6 h2 {
    color: #22283c;
}

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


.content_area .conv.to_exhibitors-list {
    margin: 30px auto 0px;
    background-color: white;
}

.content_area .conv.to_exhibitors-list a {
    width: 80%;
    font-size: 26px;
    padding: 28px;
}

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


.middle_content {
    margin-top: 60px;
}

.middle_content .flex_box {
    display: flex;
}

.middle_content>div>div:first-child {
    background-color: white;
    padding: 30px 7% 40px 4%;
    width: 70%;
    box-shadow: 0 0 10px #e4e4e4;
}

.middle_content .no2>div:first-child {
    padding: 30px 4% 30px 7%;
    margin-top: 30px;
}

.middle_content>div>div:last-child {
    width: 35%;
}

.middle_content .point {
    width: 105px;
    height: 105px;
    margin-right: 20px;
}

.middle_content>.flex_box {
    position: relative;
    width: 100%;
    margin: 0 auto 60px;
}

.middle_content .img_outer_box {
    position: absolute;
}

.middle_content .no1 .img_outer_box {
    right: 0;
    top: 30px;
}

.middle_content .no2 {
    flex-direction: row-reverse;
}

.middle_content .no2 .img_outer_box {
    left: 0;
    top: 0px;
}

.middle_content h4 {
    color: #00a0e9;
    font-weight: bold;
    font-size: 32px;
    line-height: 1.3;
    margin-bottom: 17px;
    padding-top: 10px;
    background: none;
    margin-top: 0;

}

footer .title>div:last-child {
    display: flex;
    justify-content: center;
    text-align: left;
    gap: 20px;
    margin-bottom: 40px;
}

footer .title>div:first-child {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 6px;
}

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

.c-gray {
    color: #999;
}

@media only screen and (max-width: 640px) {
    .c-gray {
        text-align: center;
        margin-bottom: 5vw;
    }
}


.conv2 {
    padding-bottom: 45px;
    padding-top: 10px;
}

.conv2 a {
    width: 60%;
    background-color: #d60000;
    display: flex;
    margin: 0 auto;
    height: 67px;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    color: white;
    text-decoration: none;
    font-size: 24px;
    box-shadow: 0 0 10px #aaa;
    letter-spacing: 3px;
    font-weight: bold;
}

.conv2 a:hover {
    transition: all 0.5s;
    background-color: white;
    border: 2px solid #d60000;
    color: #d60000;
}

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

#prom .c-list2 {
    background-image: url(../lp-images/1317119_s2.png);
    padding-left: 52%;
    padding-top: 30px;
    padding-bottom: 30px;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

#prom .c-list2::before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.6);
}

#prom .c-list2 li {
    margin-bottom: 10px;
    font-size: 16px;
    text-shadow: 0 0 5px white;
    letter-spacing: 1px;
    font-weight: bold;
}

.conv3 {
    padding-bottom: 80px;
    padding-top: 40px;
}

.conv3 a,
.conv3 span {
    width: 60%;
    background-color: #000b36;
    display: flex;
    margin: 0 auto;
    height: 70px;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    color: white;
    text-decoration: none;
    font-size: 28px;
    box-shadow: 0 0 10px #aaa;
    letter-spacing: 3px;
    font-weight: bold;
}

.conv3 span {
    box-shadow: none;
}

.conv3 a:hover {
    transition: all 0.5s;
    background-color: white;
    border: 2px solid #000b36;
    color: #000b36;
}




.conv3_form {
    padding-bottom: 5px;
    padding-top: 0px;
}

.conv3_form a {
    width: 60%;
    background-color: #28A745;
    display: flex;
    margin: 0 auto;
    height: 70px;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    color: #fff;
    text-decoration: none;
    font-size: 28px;
    box-shadow: 0 0 10px #aaa;
    letter-spacing: 3px;
    font-weight: bold;
}

.conv3_form a :hover {
    transition: all 0.5s;
    background-color: white;
    border: 2px solid #000b36;
    color: #28A745;
}

.conv3_form a:hover {
    transition: all 0.5s;
    background-color: white;
    border: 2px solid #28A745;
    color: #000b36;
}



#online .conv3_form a {
    background-color: #8cc63f;
    color: #000;
    font-size: 26px;
    text-align: center;
}

#online .conv3_form a:hover {
    transition: all 0.2s;
    background-color: #6c9930;
    color: white;
    border: 2px solid #6c9930;
    /* color: #000b36; */
}

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

.seminars2022 .keynote_box {
    display: flex;
}

.seminars2022 .keynote_time {
    display: flex;
}


/* -------------------------------
PRエリア
------------------------------- */
#pr_area,
#mediapartner {
    width: 1080px;
    margin: 0px auto 0;
    padding: 1px 0 1px;
    background-color: #1b294f;
}

#pr_area>h4,
#mediapartner>h4 {
    background: none;
    text-align: center;
    font-size: 30px;
    letter-spacing: 6px;
    margin-bottom: 0;
}

#pr_area>div,
#mediapartner>div {
    background-color: white;
    display: flex;
    justify-content: center;
    gap: 0 40px;
    padding: 20px 5%;
    align-items: center;
    flex-wrap: wrap;
}

#pr_area>div img {
    /* max-height: 100px; */
    max-height: 80px;
    max-width: 320px;
}

#pickup h4 {
    margin-bottom: 0;
}

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

.content_area {
    margin-top: 50px;
    padding-bottom: 50px;
    margin-bottom: 60px;
}

main>div:last-child {
    padding-bottom: 0;
}



.mada {
    text-align: center;
    padding: 30px 0 40px;
    border: 3px solid #333;
    margin-top: 60px !important;
}

.mada br {
    display: none;
}

.mada p {
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 20px;
}

.mada a {
    width: 60%;
    background-color: #000b36;
    display: flex;
    margin: 0 auto;
    height: 64px;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    color: white;
    text-decoration: none;
    font-size: 24px;
    box-shadow: 0 0 10px #aaa;
    letter-spacing: 3px;
    font-weight: bold;
}

.mada a:hover {
    transition: all 0.5s;
    background-color: white;
    border: 2px solid #000b36;
    color: #000b36;
}

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

.sem_img {
    padding-top: 40px;
}

.sem_conv3 a,
.sem_conv3 span {
    background-color: #28A745;
}

.sem_conv3 span {
    color: #a0a0a0;
    background-color: #dedede;
}

#place .venue_btn a,
#place .venue_btn span {
    display: block;
    width: 50%;
    background-color: #c12220;
    border: 1px solid #c12220;
    border-radius: 30px;
    color: white;
    font-size: 15px;
    text-decoration: none;
    text-align: center;
    letter-spacing: 2px;
    line-height: 1;
    padding: 10px 0;
    margin: 17px auto 9px;
    box-sizing: border-box;
    font-weight: normal;
}

#place .venue_btn a:hover {
    background-color: white;
    border: 1px solid #c12220;
    color: #c12220;
    box-sizing: border-box;
}

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


#sponsorship .middle .flex_wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    margin-top: 20px;
}

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



#g_menu .sub_menu {
    position: absolute;
    background-color: #000b36;
    margin: 0;
    opacity: 0;
    /* display: none; */
    transform: translateY(-100px);
    z-index: -1;
    border-left: none;
}

#g_menu .sub_menu_p:hover .sub_menu {
    display: block;
    transition: all 0.3s ease-in-out;
    transform: translateY(0);
    opacity: 1;

}

#g_menu .sub_menu_p::after {
    content: "";
    position: absolute;
    bottom: 0;
    /* left: 40%; */
    border-top: 6px solid #ffffff;
    border-right: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 6px solid transparent;
}

#g_menu .sub_menu>div {

    background-color: #000b36;
    border-bottom: 1px solid #464d6c;
    border-right: 1px solid #30354a;
    border-left: 1px solid #30354a;
    /* box-shadow: 0 0 10px #aaa; */
}

#g_menu .sub_menu>div:nth-child(even) {
    background-color: #000b36;
    /* background-color: #000b36; */
}

#g_menu .sub_menu>div:hover {
    opacity: 0.7;
}

#g_menu .sub_menu>div a {
    color: white;
    font-weight: normal;
    font-size: 15px;
    padding: 10px 20px;
    display: block;
    height: 100%;
    width: 100%;
}

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



/* -------------------------------
オンライン展示会移植　20220607
------------------------------- */

.online_housing.contents h5.spots {
    margin-bottom: 20px;
    padding: 10px 15px 6px 15px;
    border-left: 5px solid #1b294f;
    border-radius: 0 4px 4px 0;
    background-color: #dbdddf;
    line-height: 1.5;
}

.online_housing b,
strong {
    font-weight: 700;
}

.online_housing .row-height {
    display: flex;
    flex-wrap: wrap;
}

.online_housing .about-online-box {
    margin-bottom: 20px;
    padding: 0 10px;
    height: 100%;
    border: 1px solid #f1f2f3;
    background-color: #fff;
    box-shadow: 0 12px 10px -6px rgba(0, 0, 0, 0.3);
}

.online_housing .about-online-box .ttl {
    position: relative;
    margin: 15px 0;
    padding: 5px 0;
    min-height: 72px;
    background-color: #1b294f;
    color: #fff;
    font-weight: 700;
    font-size: 1.125rem;
}

.online_housing .about-online-box .ttl span {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    height: 30px;
}

.online_housing .about-online-box i {
    color: #4694d1;
    font-size: 6rem;
}

.online_housing .row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    justify-content: space-between;
    padding: 0 5%;
    margin-top: 20px;
    margin-bottom: 35px;
}

.online_housing .col-md-4 {
    -ms-flex: 0 0 31%;
    flex: 0 0 31%;
    max-width: 31%;
}

.online_housing .text-center {
    text-align: center !important;
}

.online_housing .text-danger {
    color: #dc3545 !important;
}

.online_housing .txt-appeal {
    margin: 15px 0;
    font-weight: 700;
    font-size: 1.25rem;
}

.online_housing .online-concept {
    margin: 20px 0;
    font-weight: bold;
    font-size: 18px
}

.online_housing .online-concept span {
    margin-right: 15px;
    padding: 5px 15px;
    border-radius: 4px;
    background-color: rgb(26, 56, 141);
    color: #fff;
}

.online_housing b,
strong {
    font-weight: 700;
}

#sub_page .online_housing .h5,
#sub_page .online_housing h5 {
    font-size: 20px;
    text-decoration: none;
}

.online_housing img.icon-img {
    width: auto;
    height: 130px;
}

.pickup_venue ul {
    padding-left: 120px;
    margin-top: 5px;
}

.pickup_venue ul li {
    list-style: disc;
}

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




/* -------------------------------
20220707
------------------------------- */
.top_page footer #blank_space {
    background-color: #1b294f;
    color: #1b294f;
}

.sem_conv3 a {
    width: 70%;
}

#g_menu>div.home {
    width: auto;
    display: flex;
    align-items: center;
}

#g_menu>div.home>div {
    border-left: none;
}

#g_menu>div.home a img {
    width: 30px;
    margin: 0 25px 5px;
}

#sub_page main>div:last-child {
    margin-top: 10px;
}

.content_area .inner_content>div>div>div.venue_btn {
    min-height: 36px;
    padding-top: 6px;
}

#place .venue_btn a {
    margin: 0 auto;
}

h4 span.fss {
    font-size: 60%;
}

#prom2 .p2-flex a img {
    width: 100%;
}

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


.webinar .online_content_wrap1>div {
    padding: 20px 0 30px;
}

.webinar .online_content_wrap1>div>div:nth-child(1) {
    text-align: center;
}

.webinar .online_content_wrap1>div>div:nth-child(1)>div:nth-child(1) {
    font-size: 26px;
    margin-bottom: 25px;
    font-weight: bold;
    letter-spacing: 2px;
}

.webinar .online_content_wrap1>div>div:nth-child(1)>div:nth-child(2) {
    font-size: 34px;
    font-weight: bold;
    letter-spacing: 3px;
    line-height: 1.4;
}

.webinar .online_content_wrap1>div>div:nth-child(1)>div:nth-child(3) {
    font-size: 26px;
    font-weight: bold;
    margin: 40px 0 30px;
}

.webinar .online_content_wrap1>div>div:nth-child(1)>div:nth-child(3) span {
    font-size: 20px;
    margin-left: 3px;
    margin-right: 1px;
}

.webinar .online_content_wrap2>div {
    padding: 0 30px;
}

.webinar .online_content_wrap3>div {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.webinar .online_content_wrap3>div>div:first-child {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
}

.webinar .online_content_wrap3>div>div:last-child {
    font-size: 18px;
    font-weight: bold;
    margin-top: 6px;
}

#online.webinar .conv3_form a {
    background-color: #c63f3f;
    color: white;
}

#online.webinar .conv3_form a:hover {
    background-color: white;
    color: #000;
    border-color: #c63f3f;
}

#online.webinar .conv3_form span {
    background-color: #aaa;
    color: white;
    font-size: 26px;
    text-align: center;
    width: 60%;
    display: flex;
    margin: 0 auto;
    height: 70px;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    color: #fff;
    text-decoration: none;
    font-size: 28px;
    letter-spacing: 3px;
    font-weight: bold;
}

#online.webinar .conv3_form a:hover {}


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


/* -------------------------------
20230220
------------------------------- */
.regist ul li {
    list-style: disc;
    margin-left: 17px;
}

#sub_page.regist .content_area section h3 {
    background-color: #080635;
}

.content_area {
    margin-top: 0;
}

#pr_area>h4 {
    margin-top: 0;
}

#main_conv.conv_box2>div:last-child,
#main_conv.conv_box3>div:last-child {
    padding: 0;
}

main {
    /* padding-top: 60px; */
    padding-top: 0;
}

main>div:last-child {
    margin-top: 50px;
}

#pickup {
    padding: 1px 0 60px;
}

#pr_area {
    padding-bottom: 0;
}

#mediapartner {
    padding-bottom: 60px;
}

/* -------------------------------
20230303
------------------------------- */
.exhibitors-list .list_service_wrap {
    margin-top: 0;
}

.exhibitors-list .exhibitor_wrap {
    cursor: pointer;
}

.exhibitors-list .is-open .product_name {
    margin-top: 15px;
    margin-bottom: 5px;
    padding-left: 10px;
    transition: .3s;
}

.exhibitors-list .product_name {
    font-size: 16px;
    transition: .3s;
}

.exhibitors-list .product_discription {
    display: none;
    padding: 10px;
    background-color: #fff;
    border: 1px solid #dbdbdb;
}


#pr_area>div {
    padding: 20px 6%;
}

#online h2 {
    font-size: 44px;
    line-height: 1.3;
}

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

    #online h2 {
        font-size: 8vw;
    }

    .sem_conv3 span {
        width: 90%;
        font-size: 20px;
    }
}


#sponsorship .flex_wrap {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
    justify-content: center;
}

#sponsorship .flex_wrap>a {
    width: 49%;
    border: 1px solid #dfdfdf;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    padding: 20px;
    flex-direction: column;
}

#sponsorship .flex_wrap>a:hover {
    background-color: #fdfdfd;
    transition: .5s;
    border: 1px solid #000b36;
}

#sponsorship .flex_wrap>a>div {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

#sponsorship .flex_wrap>a h5 {
    font-size: 18px;
    text-align: center;
}

#sponsorship .flex_wrap>a ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 15px;
}

#sponsorship .flex_wrap>a li {
    font-size: 14px;
    padding-left: 10px;
    line-height: 1.6;
}

#sponsorship .flex_wrap>a div.btn {
    text-align: center;
    background-color: #000b36;
    color: white;
    padding: 10px;
    border-radius: 5px;
    line-height: 1;
    margin-top: 20px;
    border: 1px solid #000b36;
    transition: .3s;
}

#sponsorship .flex_wrap>a:hover div.btn {
    background-color: #fff;
    color: #000b36;
    border: 1px solid #000b36;
    transition: .6s;
    box-shadow: 0 0 7px #999;
}

@media only screen and (max-width: 640px) {
    #sponsorship .flex_wrap>a {
        width: 100%;
        margin-bottom: 10px;
    }
}


/* -------------------------------
semina time table
------------------------------- */

#timetable table {
    margin: 30px 0;
}

#timetable .timetable td {
    padding: 0;
    border-bottom: 5px solid #fff;
    border-right: 2px solid #fff;
}

#timetable .timetable td>div {
    padding: 10px;
    line-height: 1.6;
}

#timetable .timetable td>div.bk_title {
    font-weight: bold;
}

#timetable .timetable .timetitle {
    width: 100px;
    background-color: #21264e;
    color: white;
    text-align: center;
    vertical-align: middle;
    font-size: 18px;
    display: none;
}

/* #timetable .timetable .table_head1 > th:first-child {
    background-color: white;
} */
.table_head1>th:nth-child(1),
.table_head1>th:nth-child(2),
.table_head1>th:nth-child(3) {
    background-color: #21264e;
    color: white;
    font-size: 20px;
    padding: 5px;
}

.table_head1>th:nth-child(2) {
    border-right: 2px solid #fff;
}

.table_head2 th {
    border-bottom: 6px solid #fff;
    padding: 10px 0;
    font-size: 18px;
}

#timetable .timetable .table_head2 .timetitle {
    background-color: white;
}

#timetable .timetable td {
    background-color: #efefef;
    vertical-align: top;
}

.table_head2 th span {
    font-size: 14px;
    display: block;
}

#timetable .timetable1 .bk_t1,
#timetable .timetable2 .bk_t1 {
    background-color: #ffd966;
}

#timetable .timetable1 .bk_t2 {
    /* background-color: #9bc2e6; */
    background-color: #ffd966;
}

#timetable .timetable1 .bk_t3,
#timetable .timetable2 .bk_t3 {
    background-color: #a9d08e;
}

/* #timetable .timetable1 tr > td:nth-child(2),#timetable .timetable2 tr > td:nth-child(2),#timetable .timetable2 tr > td:nth-child(3){
    background-color: #fff2cc;
  }
  #timetable .timetable1 tr > td:nth-child(2) div.bk_title,#timetable .timetable2 tr > td:nth-child(2) div.bk_title,#timetable .timetable2 tr > td:nth-child(3) div.bk_title {
    background-color: #ffd966;
  } 
  #timetable .timetable1 tr > td:nth-child(3){
    background-color: #ddebf7;
  }
  #timetable .timetable1 tr > td:nth-child(3) div.bk_title {
    background-color: #9bc2e6;
  } 
  #timetable .timetable1 tr > td:nth-child(4),#timetable .timetable2 tr > td:nth-child(4){
    background-color: #e2efda;
  }
  #timetable .timetable1 tr > td:nth-child(4) div.bk_title,#timetable .timetable2 tr > td:nth-child(4) div.bk_title {
    background-color: #a9d08e;
  }  */
#timetable .timetable1 .bk_1,
#timetable .timetable2 .bk_4,
#timetable .timetable2 .bk_5 {
    background-color: #fff2cc;
}

#timetable .timetable1 .bk_1 div.bk_title,
#timetable .timetable2 .bk_4 div.bk_title,
#timetable .timetable2 .bk_5 div.bk_title {
    background-color: #ffd966;
    min-height: 100px;
}

#timetable .timetable .flex_wrap {
    display: flex;
}

#timetable .timetable .flex_wrap>div.soldout {
    margin-left: 6px;
    font-weight: bold;
    color: red;
    font-size: 100%;
}

#timetable div.soldout {
    color: red;
    font-weight: bold;
}

#timetable .timetable1 .bk_2 {
    background-color: #ddebf7;
    background-color: #fff2cc;
}

#timetable .timetable1 .bk_2 div.bk_title {
    /* background-color: #9bc2e6; */
    background-color: #ffd966;
    min-height: 100px;
}

#timetable .timetable1 .bk_3,
#timetable .timetable2 .bk_6 {
    background-color: #e2efda;
}

#timetable .timetable1 .bk_3 div.bk_title,
#timetable .timetable2 .bk_6 div.bk_title {
    background-color: #a9d08e;
}

#timetable .timetable .bk_time {
    background-color: white;
    border-radius: 20px;
    padding: 1px 10px 0;
    display: inline-block;
    margin-bottom: 8px;
}

#timetable .timetable .bk_no {
    margin-left: 10px;
    line-height: 1.5;
}




.timetable .tb_head_mb {
    background-color: #000;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.table_head3 th {
    font-size: 22px;
    padding: 10px;
}

.table_head1>th:nth-child(1) {
    border-right: 2px solid #fff;
}

#sub_page .entry_page .seminar_img2023 {
    max-width: 120px;
    display: block;
}

#sub_page .entry_page .flex_wrap.gap {
    gap: 20px;
}

@media only screen and (max-width: 1080px) {
    .timetable .tb_head_mb {
        font-size: 4vw;
        padding: 2vw;
    }

    .seminar_date_mb {
        font-size: 5vw;
        font-weight: bold;
        text-align: center;
    }

    #timetable table {
        margin-top: 5vw;
    }

    #sub_page .entry_page .seminar_img2023 {
        max-width: 20vw;
        display: block;
    }
}


/* -------------------------------
outline
------------------------------- */

#outline .eyecatch {
    text-align: center;
    font-size: 28px;
    font-weight: bold;
    margin: 15px 0 30px;
    line-height: 1.5;
}

#outline .eyecatch+div {
    width: 90%;
    margin: 0 auto 30px;
}

#outline table {
    margin: 50px auto 30px;
    width: 80%;
}

#outline table tbody>tr:first-child th,
#outline table tbody>tr:first-child td {
    border-top: 1px dashed #aaa;
}

#outline table th,
#outline table td {
    border-bottom: 1px dashed #aaa;
    /* border-right: 1px solid #aaa; */
    padding: 15px 15px;
}

#outline table th {
    width: 20%;
    /* border-left: 1px solid #aaa; */
}

#outline table td a {
    display: inline-block;
    background-color: #ffebeb;
    border: 1px solid #a11825;
    border-radius: 5px;
    line-height: 1;
    padding: 4px 10px 3px;
    text-decoration: none;
    font-size: 12px;
    color: #a11825;
    margin: 5px 15px;
}

#outline .btn {
    font-size: 25px;
    color: #fff;
    background-color: #ff0000;
    text-align: center;
    padding: 20px;
    cursor: pointer;
    box-shadow: 0px 0px 15px #7f7f7f;
    margin: 40px auto 30px;
    border-radius: 5px;
    letter-spacing: 5px;
    font-weight: bold;
    display: block;
    width: 600px;
    max-width: 80%;
    text-decoration: none;
}

@media only screen and (max-width: 640px) {
    main#outline {
        padding-top: 8vh;
    }

    #outline .eyecatch {
        font-size: 20px;
        line-height: 1.3;
        padding: 0 3vw;
    }

    #outline table {
        margin: 0 auto;
        width: 90%;

    }

    #outline table th,
    #outline table td {
        padding: 10px;
    }

    #outline .img {
        margin-bottom: 20px;
    }

    #outline .p3vw {
        padding: 0 3vw;
    }

    #outline .btn {
        font-size: 19px;
        padding: 15px 8px 15px;
        box-shadow: 0px 0px 5px #7f7f7f;
        margin: 30px auto 25px;
    }

}

/* -------------------------------
オンライン展のボタン
------------------------------- */
#main_conv>div:first-child a._shiny {
    position: relative;
    overflow: hidden;
    transition: 300ms;
    background-color: #aa3030;
    display: flex;
    justify-content: center;
    gap: 20px;
    align-items: center;
    padding: 20px;
}

#main_conv>div:first-child a._shiny::before {
    position: absolute;
    content: '';
    display: inline-block;
    top: -180px;
    left: 0;
    width: 30px;
    height: 100%;
    background-color: #b5e7ff;
    transition: 300ms;
    animation: shinyshiny 2.5s ease-in-out infinite;
}

#main_conv>div:first-child a._shiny img {
    width: 55px;
    height: 50px;
}

#main_conv>div:first-child a._shiny:hover {
    text-decoration: none;
    color: #fff;
    box-shadow: none;
    -webkit-transform: translateY(3px);
}

@-webkit-keyframes shinyshiny {
    0% {
        -webkit-transform: scale(0) rotate(45deg);
        opacity: 0;
    }

    80% {
        -webkit-transform: scale(0) rotate(45deg);
        opacity: 0.5;
    }

    81% {
        -webkit-transform: scale(4) rotate(45deg);
        opacity: 1;
    }

    100% {
        -webkit-transform: scale(50) rotate(45deg);
        opacity: 0;
    }
}



.concurrent_exhibitions_sub_head {
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 18px;
    letter-spacing: 2px;
}

.concurrent_exhibitions_sub_head_osaka {
    padding-top: 20px;
    border-top: 1px dashed #d5d5d5;
    margin-top: 25px;
}

.point2img {
    text-align: center;
    padding: 30px 0 0;
}

.point2img img {
    max-width: 800px;
    width: 100%;
}


.seminar .content_block_inner {
    padding: 0 10px;
}

.toggle-seminars {
    margin-top: 10px;
    margin-bottom: 15px;
    border: 1px solid #333;
    padding: 3px 10px;
    border-radius: 4px;
    display: inline-block;
    text-decoration: none !important;
}

.toggle-seminars:hover {
    border-bottom: 1px solid #333;
    background-color: #f6f6f6;
}


#press #mediapartner {
    width: auto;
    background-color: white;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    margin-top: 20px;
    padding: 0 20px 10px;
}


/* -------------------------------
20230921
------------------------------- */
#mainvisual {
    height: 88vh;
    height: auto;
    padding-bottom: 168px;
    min-height: 80vh;
}




#mainvisual>div.mv_catch {
    display: block;
    position: relative;
    align-items: flex-start;
    background-color: #d20000;
    padding: 10px 25px 8px;
    font-size: 22px;
    letter-spacing: 3px;
    color: #fff;
    text-shadow: 0 0 2px #d20000;
    font-weight: bold;
    margin-bottom: 4vh;
}

#mainvisual>div.mv_catch a {
    color: white;
}

#mainvisual>div.mv_catch .fss1 {
    font-size: 16px;
}

#mainvisual>div.mv_catch .fsl3 {
    text-decoration: underline;
}

#mainvisual>div.mv_catch>div {
    /* background-color: #ffda00;
    display: inline-block;
    padding: 5px 10px;
    margin-top: 5px;
    font-size: 18px; */
}

#mainvisual .mv_detail {
    display: flex;
    position: relative;
    border: 2px solid #0e0134;
    color: white;
    /* padding: 15px 30px; */
    margin-top: 20px;
    font-size: 28px;
    /* background-color: rgb(8 6 53 / 50%); */
    line-height: 1.2;
    letter-spacing: 2px;
    font-weight: bold;
    align-items: stretch;
    box-shadow: 0 0px 2px #fff;
    border: 2px solid #fff;
}

#mainvisual .mv_detail>div:first-child {
    background-color: rgba(255, 255, 255, 1);
    /* background-color: rgb(8 6 53); */
    color: #080635;
    /* color: white; */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    flex-basis: 45%;
    font-size: 22px;
    padding: 15px 20px;
    gap: 5px;
    border: 3px solid #333;
}

#mainvisual .mv_detail>div:first-child span {
    font-size: 15px;
    display: block;
    border-top: 1px solid #333;
}

#mainvisual .mv_detail>div:last-child {
    flex-basis: 55%;
    text-align: left;
    padding: 10px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1.1;
    font-weight: bold;
    letter-spacing: 1px;
    background-color: #000b36;
}

#mainvisual .mv_detail span {
    font-size: 20px;
    font-weight: bold;
    /* border-top: 1px solid #333; */
    padding-top: 8px;
    margin-top: 5px;
    /* display: block; */
}

#mainvisual .mv_detail span.fss1 {
    font-size: 18px;
}


#mainvisual img.headerimg1 {
    margin-top: 35px;
    margin-top: 10vh;
    margin-bottom: 35px;
}

#mainvisual .mv_text2 {
    animation: fadeIn 1.5s 0s 1 normal;
    -webkit-animation: fadeIn 1.5s ease-in-out 0s 1 normal;
}

#mainvisual .mv_text3 {
    animation: fadeIn 1.8s 0s 1 normal;
    -webkit-animation: fadeIn 1.8s ease-in-out 0s 1 normal;
}

#mainvisual>div.mv_catch2 {
    display: block;
    position: relative;
    align-items: flex-start;
    /* background-color: #080635; */
    padding: 15px 25px 13px;
    font-size: 22px;
    letter-spacing: 3px;
    color: #fff;
    /* text-shadow: 0 0 2px #000; */
    font-weight: bold;
    margin-top: 15px;
}

#mainvisual>div.mv_catch2 a {
    display: inline-block;
    background-color: #88c946;
    background-color: red;
    color: #000;
    color: white;
    text-decoration: none;
    border-radius: 5px;
    padding: 12px 0;
    margin: 20px 10px 20px;
    border: 1px solid #88c946;
    border: 1px solid red;
    transition: 0.5s;
    max-width: 500px;
    width: 90%;
    font-size: 18px;
}

#mainvisual>div.mv_catch2 a:hover {
    background-color: white;
    border: 1px solid #000;
    transition: 0.5s;
    color: #000;
}

#mainvisual>div.mv_catch2 .fss {
    font-size: 14px;
    text-align: center;
    font-weight: normal;
}

.clickable {
    cursor: pointer;
}

#mainvisual .mv_detail>div>div a {
    background-color: #84cc4c;
    color: black;
    border-radius: 5px;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
    padding: 8px 8px;
    margin-top: 8px;
    margin-bottom: 5px;
    display: block;
    width: 100%;
}

#mainvisual .mv_detail>div>div a.fss {
    font-size: 14px;
    /* background-color: #efba4a; */
    background-color: red;
    color: #fff;
}

#mainvisual .mv_detail>div>div a:hover {
    background-color: white;
    color: black;
    transition: 0.5s;
}

#mainvisual .mv_detail.mv_text3>div a {
    font-size: 14px;
    background-color: #88c946;
    /* background-color: #f5b543; */
    color: #000;
    padding: 5px 25px 2px;
    font-weight: normal;
}

#mainvisual .mv_detail.mv_text3.mv_detail_tokyo>div a {
    /* background-color: #f5b543; */
    background-color: #c12220;
    color: white;
}

#mainvisual .mv_detail.mv_text3.mv_detail_osaka>div a:last-child {
    background-color: #f5b543;
    background-color: #88c946;
}


#mainvisual .mv_detail.mv_text3>div>div a:hover {
    /* background-color: #ffffff; */
}

#mainvisual .mv_detail.mv_text2 {
    border: 3px solid #fff;
}

#mainvisual .mv_detail>div:first-child>div:first-child {
    font-size: 28px;
    text-align: left;
    line-height: 1;
}

#mainvisual .mv_detail.mv_text3>div:first-child>div:first-child {
    font-size: 22px;
    line-height: 1.2;
}


#mainvisual .mv_detail>div:first-child>div:last-child {
    font-size: 12px;
    text-align: center;
    font-weight: normal;
    width: 100%;
}

#mainvisual {
    background-attachment: fixed;
}

.subheading_list {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 50px;
    justify-content: center;
}

.subheading_list>div {
    background: rgb(15, 33, 101);
    background: linear-gradient(180deg, rgba(15, 33, 101, 1) 0%, rgba(15, 33, 101, 0.8547794117647058) 35%, rgba(15, 33, 101, 1) 100%);
    border: 3px solid #000b36;
    color: white;
    padding: 10px;
    border-radius: 10px;
    font-size: 22px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    flex: 0 0 49%;
}

.subheading_list>div img {
    width: 70%;
}



.header_head {
    position: fixed;
    top: 0;
    height: 80px;
    z-index: 99;
    background-color: #303030;
    width: 100%;
    display: flex;
    justify-content: space-between;
    gap: 5px;
}

.header_head .logo {

    padding-left: 20px;

    display: flex;

    align-items: center;
}

.header_head .logo img {

    max-height: 27px;

    margin-top: 0;
}

.header_head .data {
    color: white;
    display: flex;
    flex-direction: column;
    /* justify-content: center; */
    justify-content: flex-end;
    flex-grow: 1;
    align-items: flex-end;
    font-size: 13px;
    gap: 4px;
}

.header_head .data>div {
    width: 440px;
    display: flex;
    align-items: flex-end;
    padding-bottom: 15px;
}

.header_head .data>div>div {
    line-height: 1.2;
    text-align: right;
}

.header_head .data .place {
    background-color: white;
    color: black;
    padding: 4px 5px 3px;
    margin-right: 12px;
    font-size: 13px;
    letter-spacing: 0px;
    line-height: 1;
    min-width: 93px;
    display: inline-block;
    text-align: center;
}

.header_head .data .date {
    font-size: 18px;
    font-weight: 500;
    margin-left: 3px;
    margin-right: 3px;
}

.header_head .btn {
    display: flex;
    padding-right: 6px;
    gap: 7px;
    padding: 15px;
}

.header_head .btn a {
    font-size: 14px;
    display: flex;
    background-color: red;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    padding: 0px 5px;
    border-radius: 5px;
    color: black;
    line-height: 1.3;
    transition: 0.3s;
    min-width: 150px;
}

.header_head .btn>a:first-child {
    /* background-color: #88c946;
    border: 1px solid #88c946; */
    background-color: #c12220;
    border: 1px solid #c12220;
    color: white;
}

.header_head .btn>a:first-child:hover {
    /* background-color: white; */
    opacity: 0.8;
}

/* .header_head .btn>a:last-child {
    background-color: #f5b543;
    border: 1px solid #f5b543; 
    background-color: #84cc4c;
    border: 1px solid #84cc4c;
} */

.header_head .btn>a:last-child:hover {
    /* background-color: white; */
    opacity: 0.8;
}

.prom3 img {
    width: 100%;
}

.top_spacer {
    height: 70px;
}

.content_area .douji a {
    text-align: center;
}

.content_area .douji img {
    width: 80%;
    margin: 0 auto;
}

.content_area .douji img.border {
    border: 1px solid #ddd;
}



#prom2 .middle_title {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 25px;
}

#prom2 .middle_title::before {
    border-bottom: 3px solid #333;
    content: "";
    display: block;
    width: 20%;
    height: 0px;
    margin-top: -15px;
}

#prom2 .middle_title::after {
    border-bottom: 3px solid #333;
    content: "";
    display: block;
    width: 20%;
    height: 0px;
    margin-top: -15px;
}

#prom2 .middle_title span {
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    background-color: #fff;
    color: #000b36;
    padding: 15px 0;
    margin-bottom: 20px;
    letter-spacing: 5px;
    display: inline-block;
    border: 3px solid #000b36;
    padding: 18px 65px;
}

#prom .prom3 {

    margin: 60px 0;
}

#prom .prom3 h2 {
    background-color: #21264e;
    color: white;
    text-align: center;
    font-size: 39px;
    font-weight: 700;
    padding: 22px 0;
    margin-bottom: 21px;
}

#prom .prom3 .f_wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 13px;
}

#prom .prom3 .f_wrap>div {
    flex: 0 0 24%;
    background-color: #1d286b;
    color: white;
    padding: 15px;
    border-radius: 20px;
    box-shadow: 5px 5px 0 #bbb;
}

#prom .prom3 .f_wrap>div:last-child {
    flex: 0 0 49.4%;
    background-color: #e67022;
}

#prom .prom3 .f_wrap>div:last-child ul {
    display: flex;
    flex-wrap: wrap;
}

#prom .prom3 .f_wrap>div:last-child ul li {
    flex: 0 0 48%;
}

#prom .prom3 .f_wrap>div:last-child h3 {
    color: #e67022;
}

#prom .prom3 h3 {
    font-size: 25px;
    text-align: center;
    font-weight: bold;
    background-color: white;
    color: #1d1952;
    border-radius: 10px;
    margin-bottom: 10px;
    padding: 8px 0;
}

#prom .prom3 h3 span {
    background: linear-gradient(transparent 30%, #f9f85b 30%);
    padding: 0 10px;
}

#prom .prom3 ul {}

#prom .prom3 li {}

#prom .prom3 .copy {
    font-size: 20px;
    font-weight: bold;
    margin-top: 22px;
    line-height: 1.5;
}


.gacha_bnr {
    text-align: center;
    margin-top: 10px;
}

.gacha_bnr img {
    width: 50%;
    max-width: 680px;
}

.gacha_bnr a {
    margin-top: 20px;
    display: block;
}

.gacha_bnr a img {
    width: 45%;
}



#for_exhibitors .copy {
    font-size: 34px;
    font-weight: 700;
    text-align: center;
    padding: 30px 0;
    line-height: 1.5;
    color: #110f30;
}

#for_exhibitors .content4 {
    margin-top: 70px;
}

#for_exhibitors .content4 a {
    background-color: #ff0000;
    padding: 15px 46px;
    text-decoration: none;
    font-size: 20px;
    display: block;
    width: 100%;
    margin: 10px auto 0;
    max-width: 600px;
    text-align: center;
    color: white;
}

#for_exhibitors .for_e_img {
    display: flex;
    gap: 6px;
    margin-top: 30px;
}

.point2_text {
    font-size: 18px;
    line-height: 1.8;
}

.top_seminar_btn {
    margin-top: 20px;
}

.top_seminar_btn a {
    display: block;
    width: 100%;
    max-width: 680px;
    margin: 45px auto 0px;
}

.top_seminar_btn a img {
    margin-bottom: 20px;
}


.privilege {
    background-color: white;
    max-width: 800px;
    width: 100%;
    margin: 0 auto 50px;
    padding: 10px 20px 0;
    position: relative;
    border-radius: 0;
}

.privilege .icon {
    position: absolute;
    top: -10px;
    right: -10px;
    width: 200px;
}

.privilege .catch {
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    gap: 20px;
    background-color: #1b294f;
    color: white;
    padding: 10px 20px;
}

.privilege .catch>div:first-child {
    font-size: 36px;
    font-weight: bold;
    color: white;

    line-height: 1.3;
    letter-spacing: 2px;
}

.privilege .catch>div:last-child {
    background-color: white;
    color: #000b36;
    padding: 1px 20px;
    border-radius: 30px;
    font-weight: bold;
}

.privilege .body {}

.privilege .body>div {
    border: 3px solid #1b294f;
    border-radius: 5px;
    margin-bottom: 10px;
    padding: 10px 15px;
}

.privilege .body>div>div:first-child {
    display: flex;
    gap: 20px;
    justify-content: center;
    border-bottom: 1px dashed #1b294f;
    padding-bottom: 5px;
}

.privilege .body>div>div:first-child span.t {
    background-color: #1b294f;
    display: inline-block;
    color: white;
    padding: 1px 10px;
    font-weight: bold;
    border-radius: 3px;
}

.privilege .body .d,
.privilege .body .a {
    color: red;
    font-weight: bold;
    margin: 0 1px;
}

.privilege .body .a {
    font-size: 18px;
}

.privilege .body .d {
    font-size: 34px;
}

.privilege .body .title {
    font-size: 22px;
    letter-spacing: 1px;

}

.privilege .body .present {
    font-size: 28px;
    font-weight: bold;
    text-align: center;
    margin: 20px 0;
    letter-spacing: 1px;
}

.privilege .body .present span {
    background: linear-gradient(transparent 70%, #f9f85b 70%);
}

.privilege .body .foot {
    text-align: center;
}

.privilege .foot .box {
    background-color: #e7edff;
    padding: 10px;
    border-radius: 10px;
    font-size: 16px;
}

.privilege .btn {
    display: flex;
    justify-content: center;
    padding: 20px 0 20px;
}

.privilege .btn a {
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    max-width: 500px;
    width: 90%;
    background-color: #88c946;
    border: 2px solid #88c946;
    transition: 0.3s;
    font-size: 18px;
    height: 50px;
    border-radius: 5px;
    font-weight: bold;
    letter-spacing: 2px;
    box-shadow: 0 0 10px #ddd;
}

.privilege .btn a:hover {
    background-color: white;
    box-shadow: none;
}

.privilege .body>div:first-child {
    position: relative;
}

.privilege .body>div:first-child::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(27, 41, 79, 0.7);
}

.privilege .body>div:first-child::after {
    content: "こちらのキャンペーンは終了いたしました。";
    white-space: pre-wrap;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 31px;
    font-weight: bold;
    letter-spacing: 3px;
}


.top_page .head1_lastchild {
    margin-top: 40px;
}

.top_page .merit_btn {
    margin-top: 40px;
    border-bottom: 3px solid #000b36;
    padding-bottom: 50px;
    margin-bottom: 35px;
}

.top_page .merit_btn img,
.top_page .merit_btn .merit_btn_b {
    /* width: 97%; */
    max-width: 700px;
    margin: 20px auto;
    display: block;
}

.top_page .merit_btn .merit_btn_a {
    background-color: #000b36;
    border: 2px solid #000b36;
    color: white;
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 54px;
    width: 90%;
    box-shadow: 0 10px 10px #ddd;
    max-width: 500px;
    margin: 40px auto 60px;
    transition: 0.3s;
}

.top_page .merit_btn .merit_btn_a:hover {
    background-color: white;
    color: #000b36;
    box-shadow: none;
}


.top_page .kono {
    margin-bottom: 35px;
}

.top_page .kono a,
.top_page .kono .bnr {
    max-width: 800px;
    margin: 0 auto;
    display: block;
    /* background-color: white; */
    text-decoration: none;
    background-image: url(../lp-images/kono_bg3.png);
    background-size: cover;
    background-position: bottom left;
    padding: 15px 15px 5px;
    /* border: 2px solid #fff; */
}

.top_page .kono .f_wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.top_page .kono .f_wrap .img {
    flex: 0 0 24%;
}

.top_page .kono .f_wrap .text {

    text-align: center;

    flex: 1 0 60%;

    color: black;
}

.top_page .kono .f_wrap .text .title {
    color: #ffffff;
    font-size: 48px;
    line-height: 1.5;
    margin-bottom: 20px;
}

.top_page .kono .f_wrap .text .title span:first-child {
    display: block;
    font-weight: 500;
    text-shadow: 0 0 3px #000;
}

.top_page .kono .f_wrap .text .title span:last-child {
    font-size: 35px;
    display: block;
    text-shadow: 0 0 3px #000;
}

.top_page .kono .f_wrap .text .btn {
    background-color: red;
    border-radius: 50px;
    max-width: 400px;
    margin: 25px auto 0;
    height: 42px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    border: 1px solid #f00;
    font-weight: bold;
    letter-spacing: 1px;
}

.top_page .kono a:hover .f_wrap .text .btn {
    background-color: #ffffff;
    color: black;
    border: 1px solid #fff;
}

.top_page .kono .fss {
    color: white;
}


.top_page .jichitai_bnr {
    text-align: center;
    margin-bottom: 29px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}

.top_page .jichitai_bnr a {
    max-width: 800px;
}

.top_page .jichitai_bnr a img,
.top_page .jichitai_bnr img {
    max-width: 680px;
    width: 100%;
    display: block;
}

.top_page .manseki {
    background-color: white;
    display: inline-block;
    padding: 5px 20px;
    width: 400px;
    max-width: 90%;
    font-size: 16px;
    /* font-weight: bold; */
    margin-bottom: 17px;
    letter-spacing: 1px;
    border: 2px solid #ff4900;
    color: #ff4900;
    border-radius: 4px;
    line-height: 1.2;
}

.top_page .manseki span {
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 3px;
}


.top_page .ended {
    background-color: white;
    width: 800px;
    max-width: 100%;
    margin: 0 auto 60px;
    text-align: center;
    padding: 20px 0;
}

.top_page .ended .ended1 {
    font-size: 36px;
    line-height: 2;
    font-weight: bold;
    color: #000b36;
    letter-spacing: 2px;
}

.top_page .ended .ended2 {
    font-size: 20px;
    line-height: 1.6;
}

.top_page .ended .ended2 .uline {
    background: linear-gradient(transparent 30%, #f9f85b 30%);
    padding: 0 10px;
}

.top_page .ended .ended3 {
    margin: 20px 0 0;
}

.top_page .ended .ended3 a {
    /* background-color: #f5b543; */
    background-color: red;
    border-radius: 50px;
    max-width: 400px;
    margin: 25px auto 0;
    height: 42px;
    display: flex;
    justify-content: center;
    align-items: center;
    /* color: black; */
    border: 2px solid red;
    font-weight: bold;
    letter-spacing: 1px;
    text-decoration: none;
    color: #fff;
    font-size: 17px;
    transition: 0.5s;
}

.top_page .ended .ended3 a:hover {
    background-color: white;
    color: #000;
}

#sub_page .kaisaichu {
    font-size: 40px;
    letter-spacing: 4px;
    font-weight: bold;
    text-align: center;
    margin: 30px auto 50px;

}

#sub_page .kaisaichu span {
    /* background: linear-gradient(transparent 50%, #f9f85b 50%); */
    padding: 0 10px;
    background-color: red;
    color: #fff;
    padding: 10px 60px;
}

.w100 {
    width: 100%;
}

#online .content6.yellow a {
    background-color: #fbb03b;
    margin-top: 20px;
    border-radius: 5px;
    box-shadow: 0 0 10px #ccc;
    font-weight: bold;
    font-size: 24px;
    letter-spacing: 2px;
}

#online .content6.yellow a span {
    font-weight: normal;
    margin-bottom: 10px;
    display: block;
    line-height: 1;
}




/* -------------------------------
20240616
------------------------------- */


#g_menu .zenkai {
    font-size: 10px;
    line-height: 13px;
    font-weight: 400;
}

#g_menu a div.double {
    color: white;
    /* padding: 12px 0 8px; */
}

.content_area .inner_content>div.copy {
    margin-top: 20px;
    padding-top: 0;
    font-size: 22px;
    line-height: 1.5;
}




.top_page .early_registration {
    text-align: center;
    margin-bottom: 40px;

    img {
        max-width: 580px;
        width: 100%;
        border-radius: 20px;
        border: 2px solid #fff;
        box-shadow: 0 0 10px #555;
    }
}

.top_page .contest_bnr {
    text-align: center;
    margin-bottom: 30px;
}

.top_page .contest_bnr a img {
    max-width: 680px;
    width: 100%;
}

.top_page .photos {
    margin-top: 20px;

    h3 {
        padding-left: 5px;
        font-size: 16px;
    }
}

.top_page .photos .f_wrap {
    display: flex;
    gap: 10px;
    margin-top: 3px;
}


.top_page {
    .point3_wrap {
        padding: 0;
        border: 10px solid #000b36;
        max-width: 90%;
        margin: 30px auto 50px;
        border-radius: 5px;

        h3 {
            font-size: 28px;
            color: #fff;
            margin-bottom: 30px;
            background-color: #000b36;
            padding: 10px 20px 20px;

            span {
                font-size: 16px;
                font-weight: normal;
                margin-left: 10px;
                display: inline-block;
            }
        }

        h3+div {
            padding: 0px 30px;
        }

        .btn {
            a {
                display: flex;
                max-width: 500px;
                width: 90%;
                height: 60px;
                letter-spacing: 2px;
                margin: 30px auto 50px;
                background-color: #000b36;
                border: 2px solid #000b36;
                color: white;
                font-weight: bold;
                justify-content: center;
                align-items: center;
                font-size: 20px;
                text-decoration: none;
                transition: 0.3s;
                box-shadow: 0 0 5px #ddd;
            }

            a:hover {
                background-color: white;
                color: #000b36;
            }
        }
    }
}




.precon_data {
    display: flex;
    justify-content: center;
    gap: 40px;
    text-align: center;
    flex-wrap: wrap;
    margin-top: 15px;
    row-gap: 0px;
}

.precon_data+div {
    font-size: 14px;
    text-align: center;
    margin-top: 10px;
}



.special_event_banner {
    text-align: center;
    margin-bottom: 35px;
    margin-top: 0;
}





.exhibitors-alllist {
    .exhibitors-list .exhibitor_name {
        font-size: 15px;
        font-weight: normal;
    }

    .booth_num {
        display: none;
    }

    .exhibitor_wrap {
        cursor: default !important;
    }

    .exhibitor_wrap::after {
        display: none;
    }

    .h1_pagettl {
        margin-bottom: 30px;
    }
}



.networking_event {
    max-width: 1000px;
    margin: 60px auto 20px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 5px;

    a {
        display: block;
        flex: 0 0 33%;


        img {
            max-width: 100%;
        }
    }
}

.offsite_training {
    max-width: 1000px;
    margin: 20px auto 40px;
    display: flex;
    gap: 5px;
    flex-wrap: wrap;

    img {
        max-width: 328px;
    }
}

#jiamjamp {
    background-color: #000b36;
    max-width: 100% !important;
    padding: 60px 50px;
    font-size: 16px;
}

#jiamjamp>div {
    max-width: 1000px;
    margin: 0 auto;
    padding: 10px 50px 60px;
    background-color: white;

    .img {
        max-width: 680px;
        margin: 0 auto 20px;
        display: block;
    }

    h4 {
        margin-top: 20px;
        background-color: white;
        color: #000b36;
        border-bottom: 5px solid #000b36;
        text-align: center;
        font-size: 30px;
    }

    .tac {
        text-align: center;
        margin-bottom: 30px;
        font-size: 14px;
    }

    .data {
        width: 60%;
        margin: 0 auto 50px;
        padding: 10px 30px;
        background-color: #f6faff;
        /* border: 2px solid #161e5d; */
    }

    tr:first-child th,
    tr:first-child td {
        border-bottom: 1px solid #ddd;
    }

    th,
    td {
        padding: 20px 0;
    }

    th {
        width: 30%;
        color: #8ea1c1;
    }

    td {
        font-size: 20px;
    }

    .detail {
        width: 70%;
        margin: 0 auto;

        .title {
            font-weight: bold;
            font-size: 20px;
            border-bottom: 2px dashed #000b36;
            padding: 10px 5px;
            margin-bottom: 10px;
            letter-spacing: 2px;
        }
    }

    .btn {

        a,
        span {
            display: flex;
            max-width: 500px;
            width: 90%;
            height: 60px;
            letter-spacing: 2px;
            margin: 50px auto 0px;
            background-color: #000b36;
            border: 2px solid #000b36;
            color: white;
            font-weight: bold;
            justify-content: center;
            align-items: center;
            font-size: 20px;
            text-decoration: none;
            transition: 0.3s;
            box-shadow: 0 0 5px #ddd;
        }

        span {
            background-color: #bbb;
            border: 1px solid #bbb;
        }
    }
}

#sponsorship {
    .f_wrap {
        gap: 10px;
    }

    .douji {
        /* display: flex; */
        flex-wrap: nowrap;
        justify-content: center;
        width: 48.5%;
        margin: 0;




        a {

            /* display: block; */
            /* flex: 0 0 41%; */
            img {
                height: auto;
                width: auto;
                margin: 0;
            }
        }
    }
}



#sub_page .content_area:last-child {
    margin-bottom: 0;
}

.top_page {
    .otoku {
        max-width: 680px;
        margin: 0 auto;
        /* background-color: white; */
        text-align: center;
        padding: 30px 10px 30px 10px;
    }

    .event-announcement {
        padding: 20px 0;
        text-align: center;
        color: white;
        font-size: 18px;

        .large {
            display: inline-block;
            font-size: 28px;
            font-weight: bold;
            margin: 25px 0 10px;
            background-color: white;
            color: black;
            padding: 6px 10px 4px;
        }

        .registration-button {
            margin: 50px 0 20px;


            a {
                background-color: #c12220;
                border-radius: 50px;
                text-decoration: none;
                padding: 15px 30px;
                font-size: 16px;
                color: white;
                transition: 0.3s;
                font-weight: bold;
            }

            a:hover {
                color: white;
                opacity: 0.8;
            }
        }
    }

    .topbnr {
        text-align: center;
        margin-bottom: 30px;

        img {
            max-width: 680px;
        }
    }

    .mtnone {
        margin-top: 0;
    }


    .bnr_area {
        text-align: center;
        margin-top: 40px;

        a {
            display: block;

            img {
                max-width: 400px;
                width: 90%;
                box-shadow: 0 0 10px #aaa;
            }
        }
    }
}


#for_exhibitors {
    .venue {
        border: 1px solid #1b294f;
        padding: 20px 20px 0;
    }
}

@media only screen and (max-width: 1080px) {
    #for_exhibitors {
        .venue {
            padding: 20px 0 0;
        }
    }
}




@media only screen and (max-width: 640px) {
    .networking_event {
        max-width: 98%;
        margin: 0 auto;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        gap: 0;








        a {
            display: block;
            flex: 0 0 50%;




            img {
                max-width: 100%;
            }
        }
    }

    .offsite_training {
        max-width: 98%;
        margin: 10px auto;
    }


    #jiamjamp {
        padding: 20px 10px;

    }

    #jiamjamp>div {
        padding: 10px 10px 20px;
        background-color: white;




        .img {
            max-width: 680px;
            margin: 0 auto 20px;
            display: block;
        }

        h4 {
            margin-top: 0px;
            background-color: white;
            color: #000b36;
            border-bottom: 5px solid #000b36;
            text-align: center;
            font-size: 21px;
            letter-spacing: 0;
        }

        .tac {
            text-align: left;
            margin-bottom: 10px;

            br {
                display: none;
            }
        }

        .data {
            width: 100%;
            margin: 0 auto 10px;
            padding: 10px 10px;
            background-color: #f6faff;
            border: 2px solid #161e5d;
        }

        tr:first-child th,
        tr:first-child td {
            border-bottom: 1px solid #ddd;
        }

        th,
        td {
            padding: 10px 0;
        }

        th {
            width: 30%;
            color: #8ea1c1;
        }

        td {
            font-size: 16px;
        }

        .detail {
            width: 100%;
            margin: 0 auto;

            .title {
                font-weight: bold;
                font-size: 16px;
                padding: 5px 5px;
                margin-bottom: 10px;
                letter-spacing: 2px;
            }
        }
    }

    #sponsorship {
        .douji {
            width: 95%;
            margin: 0 auto;
        }
    }

}