@charset "utf-8";

/*-----------------------news_all*/

.news_all{}

.topic_list{
    margin-bottom: 50px;
}

.news_all .topic_list {
    width: 100%;
    flex-direction: row-reverse;
}

.news_all .news_ttl{
    order: 3;
    width: 100%;
    margin-top: 5px;
}

.news_all .news_date{
    order: 1;
}

.news_all .news_label{
    order: 2;
}

/*-----------------------news_detail*/

.news_detail{}

.news_detail_date{
    display: inline-block;
    /* font-family: 'Oswald', sans-serif; */
    font-weight: 700;
    vertical-align: middle;
}

.news_detail_ttl{
    margin-top: .5em;
    font-family: "LINESeedJP", sans-serif;
}

.news_detail_ttl:after{
}

.news_detail_cont{
    margin-bottom: 30px;
    border-bottom: 1px solid #dbdbdb;
    padding-bottom: 30px;
}

@media screen and (max-width: 768px){
    .news_detail_ttl{
        font-size: 1.8rem!important;
    }
}

@media screen and (max-width: 480px){
    .news_detail_ttl{
        font-size: 1.6rem!important;
    }
}



/*-----------------------magazine*/

.top #magazine{
    background: url(../images/common/connectbg_full.webp),#6BC0D0;
    background: url(../images/common/connectbg_full.webp),-moz-linear-gradient(145deg, #6BC0D0 0%, #6DA7D1 25%, #F4FCFF 100%);
    background: url(../images/common/connectbg_full.webp),-webkit-linear-gradient(145deg, #6BC0D0 0%, #6DA7D1 25%, #F4FCFF 100%);
    background: url(../images/common/connectbg_full.webp),linear-gradient(145deg, #6BC0D0 0%, #6DA7D1 25%, #F4FCFF 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#6BC0D0', endColorstr='#F4FCFF', GradientType=1);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    align-items: center;
}

.top #magazine h3{
    color: #fff;
    text-shadow: 0px 0px 10px #18497b;
}

.top #magazine h3 span {
    text-shadow: none;
}

.top #magazine .c_wrap{
    padding-right: 0;
    padding-left: 0;
    max-width: none;
    align-items: center;
}

#magazine .txt_cont{
    width: 25%;
    padding: 0 30px;
}

.magazine_slider{
    width: 75%;
}

/* マガジン用スライダー */

#magazine .slick-slider{
    /*２列公開までコメントアウト*/
    /*display: flex!important;*/
    /*flex-wrap: wrap!important;*/
    /*justify-content: center!important;*/
}

#magazine .slick-list {
    /*２列公開までコメントアウト*/
    /*padding-right: 20%;*/
    /*order: 1!important;*/
}

#magazine .slick-prev, #magazine .slick-next{
    transform: none!important;
    position: relative!important;
    top: 32px!important;
    background: #18497B!important;
    text-align: center!important;
    width: 25px!important;
    height: 25px!important;
    border-radius: 50px!important;
    filter: drop-shadow(0px 0px 10px rgb(0 0 0 / 20%));
}

#magazine .slick-prev:before {
    content: "\f053"!important;
}

#magazine .slick-next:before {
    content: "\f054"!important;
}

#magazine .slick-prev:before, #magazine .slick-next:before {
    font-family: 'tunakuru_teaser'!important;
    font-size: 13px!important;
    line-height: 1!important;;
    color: #fff!important;
    opacity: 1!important;
}

#magazine .slick-prev{
    order: 2!important;
    left: 0!important;
}

#magazine .slick-dots{
    position: relative!important;
    width: max-content!important;
    order: 3!important;
    margin: 0 15px!important;
    bottom: -25px!important;
}

#magazine .slick-next{
    right: 0!important;
    order: 4!important;
}

#magazine .slick-track {
  display: flex;
}

#magazine .slick-initialized .slick-slide {
    display: flex!important;
    flex-wrap: wrap!important;
    height: auto !important;
}

#magazine .slick-dots li button:before {
    opacity: 1!important;
    color: #fff!important;
    font-size: 10px!important;
}

#magazine .slick-dots li.slick-active button:before {
    opacity: 1!important;
    color: #001855!important;
}

.magazine_list_item{
    height: 100%;
    padding: 15px;
}

.magazine_list_item a{
    position: relative;
    display: block;
    background: #fff;
    /*margin: 10px 15px;*/
    height: 100%;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0px 0px 5px 5px #18497b33;
    z-index: 0;
}

.magazine_list_item figure{
    position: relative;
    z-index: -1;
}

.magazine_list_item figure:after{
    content: "";
    width: 100%;
    height: 80px;
    bottom: 0;
    position: absolute;
    display: block;
    background: #FFFFFF;
    background: -moz-linear-gradient(bottom, #ffffff00 0%, #ffffff 100%);
    background: -webkit-linear-gradient(bottom, #ffffff00 0%, #ffffff 100%);
    background: linear-gradient(to bottom, #ffffff00 0%, #ffffff 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF00', endColorstr='#ffffff', GradientType=1);
}


.magazine_list_item dl{
    padding: 5%;
    display: flex;
    flex-wrap: wrap;
    margin-top: -10%;
}

.magazine_list_item dt{
    order: 3;
    font-weight: 400;
    width: 100%;
    margin-top: 2%;
}

/*.magazine_list_item dt:after{
    font-family: 'Material Icons Round';
    content: 'keyboard_double_arrow_right';
    margin-left: .5rem;
}*/

.magazine_list_item dd{
    color: #001855;
    font-weight: 700;
}

.magazine_list_item dd:before{
    margin-right: 0.8rem;
}

.magazine_date{
    margin-right: 1rem;
    order: 1;
    font-family: 'Oswald', "LINESeedJP", sans-serif;
}

.magazine_com{
    order: 2;
}

.magazine_list_item .magazine_cat{
    position: absolute;
    top: 0;
    left: 0;
    background-color: #4e639abf;
    color: #fff;
    font-size: 1rem;
    padding: 6px 15px;
    border-radius: 6px 0;
    /*max-width: calc(100% - 100px);*/
}

.magazine_list_item p:nth-last-of-type(2){
    max-width: calc(100% - 100px);
}

.magazine_list_item .magazine_pick{
    position: absolute;
    top: 0;
    right: 0;
    background-color: #FFC84D;
    color: #fff;
    font-size: 1.2rem;
    padding: 4px 15px;
    border-radius: 0 6px;
    font-family: 'Oswald', "LINESeedJP", sans-serif;
    font-weight: 700;
}

.magazine_list_item .magazine_pick:before {
    margin-right: 0.5rem;
}

.magazine_list_item .txt_gray{
    position: absolute;
    bottom: 4%;
    right: 5%;
    font-size: 1rem;
    font-family: 'Oswald', "LINESeedJP", sans-serif;
    line-height: 1;
}

#magazine .btn_cont.until600 {
    display: none;
}

@media screen and (max-width: 768px){
    #magazine .txt_cont {
        width: 35%;
}
    .magazine_slider {
        width: 65%;
    }

    #magazine .slick-list {
        /*2列以上公開になったらコメントアウト*/
        padding-right: 20%;
    }
    #magazine .slick-slider{
        /*２列公開までコメントアウト*/
        display: flex!important;
        flex-wrap: wrap!important;
        justify-content: center!important;
    }
}

@media screen and (max-width: 600px){
    #magazine .ttl_cont{
        padding-top: 0;
    }
    #magazine .txt_cont,
    .magazine_slider {
        width: 100%;
    }
    #magazine .txt_cont {
        padding: 0 20px;
    }
    #magazine .slick-list {
        /*2列以上公開になったらコメントアウト*/
        padding-right: 50px;
    }
    #magazine .btn_cont.until600 {
        display: block;
        padding: 0 20px;
    }
    #magazine .btn_cont.over600 {
        display: none;
    }
}

/*-----------------------topic*/

#topic{}

.topic_list{
    margin-bottom: 60px;
}

.topic_list_item{
    margin-bottom: 20px;
}

.topic_list_item:after{
    content: "";
    display: block;
    margin-top: 20px;
    width: 100%;
    height: 1px;
    border-radius: 6px;
    background: #82b7ff;
    background: -moz-linear-gradient(right, #82b7ff 0%, #f3c4ff 100%);
    background: -webkit-linear-gradient(right, #82b7ff 0%, #f3c4ff 100%);
    background: linear-gradient(to right, #82b7ff 0%, #f3c4ff 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#82b7ff', endColorstr='#f3c4ff', GradientType=1);
}

.topic_list .topic_list_item:last-child{
    margin-bottom: 0;
}

.topic_list_item:last-child:after{
    content: none;
}

.topic_list_item .news_list{
    display: flex;
    flex-wrap: wrap;
}

.news_label {
	color: #fff;
	font-family: "Oswald", sans-serif;
	font-weight: bold;
    font-size: 1.2rem;
	background-color: #cc3333;
	line-height: 1;
	padding: 5px 20px;
    margin-left: 10px;
    display: inline-block;
    width: max-content;
    vertical-align: middle;
    height: min-content;
    border-radius: 300px;
}

.news_label.newsflash {
	background-color: #3365cc;
}

.news_label.news {
	background-color: #57b0d7;
}

.news_label.informationfromexhibitors {
	background-color: #49517e;
}

.news_label.important {
	background-color: #cc3333;
}

#topic .news_list{
    width: 100%;
    flex-direction: unset;
    align-items: center;
}

#topic .news_ttl{
    order: 3;
    width: 100%;
    margin-top: 5px;
    font-size: 1.6rem;
}

#topic .news_date{
    order: 1;
}

#topic .news_label{
    order: 2;
}



/*-----------------------benefits*/

#feature{}

.benefits_list{
    counter-reset: number 0;
}

.benefits_list li{
    width: 49.5%;
}

.benefits_list li:nth-child(n+3){
    margin-top: 2%;
}


.benefits_list li h4{
    position: relative;
}

.benefits_list li h4 img{
    width: 100%;
}

.benefits_list li h4 p{
    position: absolute;
    bottom: 0;
    width: 100%;
    background: #00000040;
    padding: 15px;
    align-items: center;
}

.benefits_list li h4 p:before{
    counter-increment: number 1;
    content: counter(number,decimal-leading-zero);
    font-size: 6rem;
    line-height: 1;
    color: rgb(255 255 255 / 75%);
}

.benefits_list li h4 span{
    font-family: "LINESeedJP", sans-serif;
    color: #fff;
    font-weight: 700;
    font-size: 1.8rem;
    width: calc(100% - 8rem);
    text-shadow: 0px 0px 10px rgb(0 0 0 / 20%);
}

.benefits_list li > p{}

#feature .numerical_list .num_txt,
#feature .numerical_list .ttl_txt span {
    color: #8B339A;
}
#feature .numerical_list li:nth-child(1):before{
    background-image: conic-gradient(#f3eaf5 0% 63%, #ffffff00 63% 100%);
}
#feature .numerical_list li:nth-child(2):before{
    background-image: conic-gradient(#f3eaf5 0% 61%, #ffffff00 61% 100%);
}

#functionlist{
    background-image: url(../images/top/functionlist_bg.webp);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
}

.fl_list{}

.fl_list li{
    width: 32.5%;
    background-color: #FFFFFF;
    filter: drop-shadow(0px 0px 5px rgb(0 0 0 / 10%));
}

.fl_list li:nth-child(n+4){
    margin-top: 2%;
}

.fl_list li h5{
    align-items: center;
    margin-bottom: 0;
}

.fl_list li h5 span{
    font-family: "LINESeedJP", sans-serif;
    width: calc(100% - 50px);
    padding: .75em 1em;
    font-size: 1.5rem;
}

.fl_list li h5:before{
    background-color: #32679D;
    width: 50px;
    height: 50px;
    display: inline-block;
    font-size: 1.5rem;
    color: #fff;
    font-size: 1.8rem;
    line-height: 50px;
    text-align: center;
}

.fl_list li p{
    padding: 1em;
}

@media screen and (min-width: 769px){
    #feature .numerical_list {
        margin-bottom: 6rem;
    }
}

@media screen and (max-width: 768px){
    .benefits_list li h4 p:before {
        font-size: 5rem;
    }
    .benefits_list li h4 span {
        font-size: 1.5rem;
        width: calc(100% - 6.5rem);
    }
    .fl_list li{
        width: 48.5%;
    }
    .fl_list li:nth-child(n+3){
        margin-top: 2%;
    }
}

@media screen and (max-width: 480px){
    .benefits_list li{
        width: 100%;
    }
    .benefits_list li:nth-child(n+2){
        margin-top: 5%;
    }
    .fl_list li{
        width: 100%;
    }
    .fl_list li:nth-child(n+2){
        margin-top: 3%;
    }
}



/*--------------------------------------------------下層ページ*/

.under{
    background-color: #fff;
}

.under main{
    /*margin-top: 70px;*/
    padding-top: 70px;
    background-color: #fff;
}

/*共通パーツ*/

.under_ttl_cont{
    background-image: url(../images/common/under_ttl_bg.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    text-align: center;
    padding: 60px 20px;
}

.under_ttl_cont h2{
    text-align: center;
    font-size: 3rem;
    color: #fff;
}

.under_ttl_cont h2 span{
    font-family: "LINESeedJP", sans-serif;
    display: block;
    font-weight: 400;
    font-size: 1.5rem;
    margin-top: .3em;
}

.under_sub_ttl{
    font-size: 2rem;
}

.under_sub_ttl:after{
    content: "";
    display: block;
    margin-top: 10px;
    margin-bottom: 20px;
    width: 100%;
    height: 3px;
    border-radius: 6px;
    background: #82b7ff;
    background: -moz-linear-gradient(right, #82b7ff 0%, #f3c4ff 100%);
    background: -webkit-linear-gradient(right, #82b7ff 0%, #f3c4ff 100%);
    background: linear-gradient(to right, #82b7ff 0%, #f3c4ff 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#82b7ff', endColorstr='#f3c4ff', GradientType=1);
}

.btn_list{}

.unk_btn_list{
    margin-bottom: 60px;
}

.btn_list li{}

.unk_btn_list li{}

.btn_list.col2 li,
.unk_btn_list.col2 li{
    width: 49%;
}

.btn_list.col2 li:nth-child(n+3),
.unk_btn_list.col2 li:nth-child(n+3){
    margin-top: 2%;
}

.btn_list.col3 li,
.unk_btn_list.col3 li{
    width: 32%;
}

.btn_list.col3 li:nth-child(n+4),
.unk_btn_list.col3 li:nth-child(n+4){
    margin-top: 2%;
}

.btn_list.col4 li,
.unk_btn_list.col4 li{
    width: 24%;
}

.btn_list.col4 li:nth-child(n+5),
.unk_btn_list.col4 li:nth-child(n+5){
    margin-top: 2%;
}


.unk_btn_list li a{
    font-size: 1.3rem;
    max-width: 100%;
    min-width: unset;
    background: #5e7dbb;
    /* color: #fff; */
    /* height: 100%; */
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin-top: 0;
    padding: 15px 45px;
}

.unk_btn_list li.active a{
    background: #ffffff;
    pointer-events: none;
    color: #3b558b;
}
.unk_btn_list li.active a::before,
.unk_btn_list li.active a::after{
    content: none;
}

.unk_btn_list li a:hover{
    background: #fff;
    color: #3a5995;
}

@media screen and (max-width: 960px){
    .under main{
    }
}

@media screen and (max-width: 850px){
    .under main{
        padding-top: 60px;
    }
}

@media screen and (max-width: 768px){
    .under_ttl_cont{
        padding: 30px 20px;
    }
    .under_ttl_cont h2{
        font-size: 2.5rem;
    }
    .under_ttl_cont h2 span{
        font-size: 1.2rem;
    }
    .unk_btn_list.col3 li{
        width: 49%;
    }
    .unk_btn_list.col3 li:nth-child(n+3){
        margin-top: 2%;
    }
}

@media screen and (max-width: 600px){
    .btn_list.col4 li,
    .unk_btn_list.col4 li{
        width: 50%!important;
    }
    .btn_list.col4 li:nth-child(n+3),
    .unk_btn_list.col4 li:nth-child(n+3){
        margin-top: 2%;
    }
}

@media screen and (max-width: 480px){
    .unk_btn_list{
        margin-bottom: 40px;
    }
    .btn_list.col2 li,
    .unk_btn_list.col li{
        width: 100%!important;
    }
    .btn_list.col2 li:nth-child(n+2),
    .unk_btn_list.col li:nth-child(n+2){
        margin-top: 2%!important;;
    }
    .btn_list.col4 li,
    .unk_btn_list.col4 li{
        width: 100%!important;
    }
    .btn_list.col4 li:nth-child(n+2),
    .unk_btn_list.col4 li:nth-child(n+2){
        margin-top: 2%;
    }
}

.table_cont{
    /*overflow-x: scroll;*/
}

.table_cont table{
    width: 100%;
    min-width: 800px;
}

@media screen and (max-width: 840px){
    .table_cont{
        overflow-x: scroll;
    }
}

.gray_table{
    width: 100%;
    border: 1px solid #dddddd;
}

.gray_table tr:nth-child(n+2){
    border-top: 1px solid #dddddd;
}


.gray_table th,
.gray_table td{
	padding: 1em;
    vertical-align: middle;
}

.gray_table th{
    background: #f9f9f9;
}

.gray_table .small_txt{
    font-size: .8em;
    font-weight: 400;
}

@media screen and (max-width: 480px){
    .gray_table tr{
        display: flex;
        flex-wrap: wrap;
    }
    .gray_table th,
    .gray_table td{
        width: 100%!important;
    }
}

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

.border_dod_list .border_dod_list_item{
    position: relative;
    list-style: none;
    padding-bottom: 20px;
}

.border_dod_list .border_dod_list_cont{
    padding-left: 1.5em;
}

.border_dod_list .border_dod_list_ttl{

}

.border_dod_list .border_dod_list_cont .border_dod_list_txt{
    margin-top: 10px;
}

.border_dod_list_item .border-line {
    position: absolute;
    left: 4px;
    top: .75em;
    width: 1px;/*線の太さ*/
    height: 100%;/*はじめは高さを0に*/
    background: #18497B;
}

.border_dod_list .border_dod_list_item:after{
    content: '';
    position: absolute;
    top: .75em;
    width: 8px;
    height: 8px;
    background: #18497B;
    border-radius: 50%;
}

/*-----------------------exhibition_plan*/

#exhibition_plan{}

.plan_table{}

.plan_table th,
.plan_table td{
    padding: 1em;
    width: 20%;
    vertical-align: middle;
}

.plan_table th{
    background-color: #f9f9f9;
    min-width: 180px;
}

.plan_table td{
    background-color: #fff;
}

.plan_table thead th{
    text-align: center;
    font-family: 'Oswald', sans-serif;
    color: #fff;
    font-size: 1.8rem;
}

.plan_table thead th:nth-child(2){
    background: #d51d95;
    background: -moz-linear-gradient(right, #f8467d, #d51d95);
    background: -webkit-linear-gradient(right, #f8467d, #d51d95);
    background: linear-gradient(to right, #f8467d, #d51d95);
}

.plan_table thead th:nth-child(3){
    background: #b41dd5;
    background: -moz-linear-gradient(right, #8d46f8, #b41dd5);
    background: -webkit-linear-gradient(right, #8d46f8, #b41dd5);
    background: linear-gradient(to right, #8d46f8, #b41dd5);
}

.plan_table thead th:nth-child(4){
    background: #055bd1;
    background: -moz-linear-gradient(ight, #227fff, #055bd1);
    background: -webkit-linear-gradient(ight, #227fff, #055bd1);
    background: linear-gradient(to right, #227fff, #055bd1);
}

.plan_table thead th:nth-child(5){
	background: #e37a00;
    background: -moz-linear-gradient(right, #ff9d01, #e37a00);
    background: -webkit-linear-gradient(right, #ff9d01, #e37a00);
    background: linear-gradient(to right, #ff9d01, #e37a00);
}

.plan_table thead th .label{
    display: block;
    font-size: 1.3rem;
    letter-spacing: 0;
    background: #0000004d;
    color: #fffd42;
    border-radius: 50px;
    padding: 5px 7px;
    line-height: 1;
    white-space: pre;
    width: max-content;
    margin: auto;
}

.plan_table tbody td{
    text-align: center;
    font-weight: 700;
}

.plan_table tbody tr:nth-child(even) td:nth-child(2){
    background-color: #fbf1f4;
}

.plan_table tbody tr:nth-child(even) td:nth-child(3){
    background-color: #f7f4fa;
}

.plan_table tbody tr:nth-child(even) td:nth-child(4){
    background-color: #f5f9fe;
}

.plan_table tbody tr:nth-child(even) td:nth-child(5){
    background-color: #fefbf5;
}

.plan_table tbody tr:nth-child(1) td{
    font-size: 2rem;
    line-height: 1.5;
}
.plan_table tbody tr:nth-child(1) td:nth-child(2){
    color: #d51d95;
}
.plan_table tbody tr:nth-child(1) td:nth-child(3){
    color: #b41dd5;
}
.plan_table tbody tr:nth-child(1) td:nth-child(4){
    color: #055bd1;
}
.plan_table tbody tr:nth-child(1) td:nth-child(5){
	color: #e37a00;
}

.plan_table tbody tr:nth-child(1) td .small_txt{
    font-size: 1.2rem;
}

.plan_table .big_txt{
    font-size: 1.2em;
}

.plan_table .small_txt{
    font-size: .8em;
    font-weight: 400;
}

.th_fix{
  position: sticky;
  left: 0;
}

.th_fix:before{
    content: "";
    position: absolute;
    top: -1px;
    left: -1px;
    width: 100%;
    height: 100%;
}

.tr_h th{
    padding-top: 2em;
    padding-bottom: 2em;
}

#exhibition_plan .btn_col2{
    max-width: 900px;
}

@media screen and (max-width: 480px){
    .plan_table thead th{
        font-size: 1.6rem;
    }
}

/*-----------------------application*/

#application{}

#application .border_dod_list{
    counter-reset: number 0;
}


#application .border_dod_list .border_dod_list_ttl:before {
    counter-increment: number 1;
    content:  "STEP" counter(number);
    color: #18497b;
    margin-right: 1em;
}

/*-----------------------exhibitors_list*/

#exhibitors_list{}

/*--------------------------------------------------comingsoon*/

.comingsoon_top{
    background-color: #000;
    background-image: url(../images/top/mv_bg.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    color: #fff;
    text-align: center;
}

.comingsoon_top main{
    position: relative;
    z-index: 2;
    padding: 10% 0;
}

.comingsoon_top main:after{
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    background: linear-gradient(to bottom, transparent 0%, transparent 50%, #000 100%);
    z-index: -1;
}

.comingsoon_top section{
    width: 80%;
    max-width: max-content;
    margin: auto;
    padding: 50px;
    border: #fff 1px solid;
    filter: drop-shadow(0px 0px 10px rgb(24 47 88 / 75%));
    z-index: 10;
    background: #016bd5;
    background: -moz-linear-gradient(145deg, #016bd5 0%, #e966f2 100%);
    background: -webkit-linear-gradient(145deg, #016bd5 0%, #e966f2 100%);
    background: linear-gradient(145deg, #016bd599 0%, #e966f299 100%);
}

.comingsoon_top h1{
    width: 100%;
    max-width: 600px;
    margin: auto;
    margin-bottom: 30px;
}

.comingsoon_top p{
    font-size: 1.6rem;
}

@media screen and (max-width: 480px){
    .comingsoon_top section{
        padding: 50px 30px;
    }
    .comingsoon_top p{
        font-size: 1.4rem;
    }
}


/*-----------------------------------exhibitor_only 出展社専用ページ*/

/*出展社専用ページ 共通*/
.exhibitor_only{}

.exhibitor_only .unk_btn_list li.active .ico_arrow_r:before {
    content: none;
}

/*出展社専用ページ TOP*/
#exhibitor_only_top{}

#exhibitor_only_top .blue_btn,
#exhibitor_only_top .green_btn{
    /* font-size: 1.8rem;
    font-weight: 700;
    padding: 0.75em 2.5em; */
    /* width: 400px; */
    /* width: 50%; */
}

#sec_info .txt_red.txt_center{
    padding: 15px;
}

/*プラン変更・追加申込フォーム*/
#exhibitor_only_plan{}

/*出展社セミナー追加申込フォーム*/
#exhibitor_only_seminar{}

#exhibitor_only_plan .gray_table th,
#exhibitor_only_seminar .gray_table th {
    width: 15em;
}


@media screen and (max-width: 480px){
    #sec_doc .col .btn {
        max-width: 100%;
        margin-bottom: 10px;
    }
    #sec_doc .boderbox_gray p{
        width: 100%;
        margin-bottom: 10px;
    }
    #sec_doc .boderbox_gray .btn_cont{
        width: 100%;
    }
    #exhibitor_only_top .blue_btn,
    #exhibitor_only_top .green_btn{
        font-size: 1.5rem;
    }
}


/*-----------------------lecture一覧*/

.under #lecture{}

.daytab_item_list{ /*日付タブ*/
    width: 100%;
}

.under .tab_ttl{
    font-size: 2rem;
}

.under .daytab_item{
    padding: 0;
}

.under #monday.daytab_item{
    color: #FF7612;
}

.under #tuesday.daytab_item{
    color: #E54C4C;
}

.under #wednesday.daytab_item{
    color: #6594FF;
}

.under #thursday.daytab_item{
    color: #05B90C;
}

.under #friday.daytab_item{
    color: #CC6004;
}

.under #monday.daytab_item:hover{
    background-color: #FFF4EB;
}

.under #tuesday.daytab_item:hover{
    background-color: #FDF2F2;
}

.under #wednesday.daytab_item:hover{
    background-color: #F0F5FF;
}

.under #thursday.daytab_item:hover{
    background-color: #EBFAEB;
}

.under #friday.daytab_item:hover{
    background-color: #FCF4ED;
}

.under .daytab_item a{
    padding: 20px;
    display: block;
    width: 100%;
}

.under .tab_content { /*講演コンテンツ*/
    display: block;
    overflow: unset;
    margin-top: 30px;
}

.under .tab_content:after {
    height: 5%;
    top: unset;
    bottom: 0;
    background: -moz-linear-gradient(top, #FFFFFF 0%, #ffffff00 100%);
    background: -webkit-linear-gradient(top, #FFFFFF 0%, #ffffff00 100%);
    background: linear-gradient(to top, #FFFFFF 0%, #ffffff00 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#ffffff00', GradientType=1);
}

.lec_thema{
    width: 100%;
    color: #fff;
    z-index: 10;
    padding: 30px;
    text-align: center;
    display: flex;
    align-items: baseline;
    justify-content: center;
    background-repeat: no-repeat;
    background-position: left,right,center;
    background-size: 50% auto,50% auto,cover;
    box-shadow: 0 0 10px #b2b2b2;
}

#monday_content .lec_thema{
    background-image: url(../../images/common/connectbg_l.webp),url(../../images/common/connectbg_r.webp),linear-gradient(145deg, #FF7612 0%,#ffab12 100%);
}

#tuesday_content .lec_thema{
    background-image: url(../../images/common/connectbg_l.webp),url(../../images/common/connectbg_r.webp),linear-gradient(145deg, #E54C4C 0%,#ff9797 100%);
}

#wednesday_content .lec_thema{
    background-image: url(../../images/common/connectbg_l.webp),url(../../images/common/connectbg_r.webp),linear-gradient(145deg, #6594FF 0%,#86d5ff 100%);
}

#thursday_content .lec_thema{
    background-image: url(../../images/common/connectbg_l.webp),url(../../images/common/connectbg_r.webp),linear-gradient(145deg, #05B90C 0%,#ccff5f 100%);
}

#friday_content .lec_thema{
    background-image: url(../../images/common/connectbg_l.webp),url(../../images/common/connectbg_r.webp),linear-gradient(145deg, #CC6004 0%,#fdb640 100%);
}

.lec_thema .tab_ttl {
    font-size: 3rem;
    margin-left: 0.5em;
}

@media screen and (max-width: 768px){
    .under .daytab_item_list .daytab_item:nth-child(n+3){
        margin-top: 1.5%;
    }
    .under .daytab_item_list .daytab_item:nth-child(5){
        width: 100%;
    }
    .lec_thema {
        padding: 3%;
    }
    .lec_thema .tab_ttl {
        font-size: 2rem;
        margin-top: 0;
    }
    .under .lec_thema .tab_ttl:after {
        content: none;
    }
}

@media screen and (max-width: 600px){
    .under .lecture_list .lecture_list_item:first-child {
        margin-top: 0;
    }
    .under .tab_content {
        margin-top: 0;
    }
}

@media screen and (max-width: 480px){
    .under .daytab_item a{
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        padding: 10px;
    }
    .under .tab_day span {
        font-size: 1.5rem;
    }
    .under .tab_ttl {
        font-size: 1.8rem;
    }
    .under .daytab_item .tab_ttl {
        width: 100%;
        margin-left: 0;
        margin-top: 10px;
    }
}


/*-----------------------terms*/

.terms_list{}

.terms_item{
    margin-top: 50px;
}

.circle_num_list{
    counter-reset: li;
}

.circle_num_item{
    text-indent: -25px;
    padding-left: 25px;
    margin-bottom: 5px;
    font-family: "LINESeedJP", sans-serif;
}

.circle_num_item:before{
    text-indent: 0px;
    counter-increment: li;
    content: counter(li);
    background: #4a6084;
    color: #fff;
    text-align: center;
    width: 20px;
    height: 20px;
    border-radius: 100px;
    display: inline-block;
    font-size: 13px;
    font-family: 'Oswald', "LINESeedJP", sans-serif;
    line-height: 20px;
    margin-right: 5px;
}

.indent_txt{
    padding-left: 22px;
}

.num_list{
    counter-reset: li;
}

.num_item{
    text-indent: -20px;
    padding-left: 20px;
    margin-bottom: 5px;
    font-family: "LINESeedJP", sans-serif;
}

.num_item:before{
    counter-increment: li;
    content: counter(li)'.';
    font-family: 'Oswald', "LINESeedJP", sans-serif;
    margin-right: 5px;
}

/*-----------------------personal_information*/

.parent_num_list{
    counter-reset: li;
}

.parent_num_item{
    text-indent: -25px;
    padding-left: 25px;
    margin-bottom: 5px;
}

.parent_num_item:before{
    text-indent: 0px;
    counter-increment: li;
    content: counter(li)'）';
}

#personal_information .bg_gray{
    padding: 2%;
}

/*-----------------------faq*/

.faq_list{}

.faq_item{
    margin-bottom: 40px;
    padding-bottom: 40px;
    border-bottom: 1px solid #cecece;
}

.faq_item:last-child{
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

.faq_item h3{
    font-size: 1.8rem;
    text-indent: -40px;
    padding-left: 40px;
}

.faq_item h3:before{
    content: "Q";
    background: #476eaf;
    width: 30px;
    height: 30px;
    text-align: center;
    color: #fff;
    display: inline-block;
    line-height: 26px;
    text-indent: 0;
    margin-right: 10px;
    font-size: 1.5rem;
}

.faq_item p{
    text-indent: -40px;
    padding-left: 40px;
}

.faq_item p:before{
    content: "A";
    font-family: 'Oswald', "LINESeedJP", sans-serif;
    font-weight: 700;
    background: #f55a7e;
    width: 30px;
    height: 30px;
    text-align: center;
    color: #fff;
    display: inline-block;
    line-height: 26px;
    text-indent: 0;
    margin-right: 10px;
}

@media screen and (max-width: 480px){
    .faq_item h3 {
        font-size: 1.6rem;
    }
}

/*-----------------------sitemap*/

#sitemap{}

.sitemap_list{
}

.sitemap_list a{
    font-size: 1.6rem;
    font-weight: 700;
    text-indent: -1.5em;
    padding-left: 1.5em;
}

.sitemap_list a:before{
    margin-right: 0.8em;
}

.sitemap_list_item{
    width: 48%;
}

.sitemap_list_item > a{
    border-bottom: 1px solid #d7d7d7;
    padding: .8em 1em;
    padding-left: 2.5em;
    display: block;
}

.sitemap_list .sitemap_list_item:nth-child(n+3){
    margin-top: 4%;
}

.sitemap_list_item.small_list{
    width: 100%;
    border-bottom: none;
    padding: 0;
}

/*.sitemap_list .sitemap_list_item.small_list{
    margin-top: 2%;
}*/

.sitemap_small_list{
    width: 100%;
}

.sitemap_small_list:before,
.sitemap_small_list:after{
    content: "";
    width: 24.5%;
    order: 4;
}

.sitemap_list_small_item{
    width: 24.5%;
}

.sitemap_list .sitemap_list_small_item:nth-child(n+5){
    margin-top: 2%;
}

.sitemap_list_small_item a{
    font-size: 1.4rem;
    display: block;
}

.sitemap_sublist{
    margin-top: 2%;
}

.sitemap_sublist .sitemap_list_small_item{
    width: 50%;
    margin-top: 0!important;
}

.sitemap_sublist .sitemap_list_small_item > a{
    padding: .8em 1.2em;
    padding-left: 2.7em;
    font-weight: 400;
}

.sitemap_sublist .sitemap_list_small_item > a:before {
    color: #565656;
}

@media screen and (max-width: 768px){
    .sitemap_list_small_item{
        width: 32%;
    }
    .sitemap_small_list:before,
    .sitemap_small_list:after{
        width: 32%;
    }
    .sitemap_list .sitemap_list_small_item:nth-child(n+4){
        margin-top: 2%;
    }
}

@media screen and (max-width: 480px){
    .sitemap_list a{
        font-size: 1.5rem;
    }
    .sitemap_list_item > a{
        padding: .5em;
        padding-left: 2em;
    }
    .sitemap_list_item,
    .sitemap_list .sitemap_list_small_item{
        width: 100%;
    }
    .sitemap_list .sitemap_list_item:nth-child(n+2){
        margin-top: 4%;
    }
    .sitemap_list .sitemap_list_small_item:nth-child(n+2){
        margin-top: 2%;
    }
    .sitemap_sublist .sitemap_list_small_item > a {
        padding: .5em 1.2em;
        padding-left: 2.2em;
    }
    .sitemap_list_small_item a{
        font-size: 1.3rem;
    }
    .sitemap_small_list:before,
    .sitemap_small_list:after{
        content: none;
    }
}


/*-----------------------guide*/

#guide{}

.point_list{}

.point_list li{
    width: 100%;
    color: #fff;
    padding: 50px;
    background-position: center,right;
    background-repeat: no-repeat;
    background-size: cover,50%;
}

.point_list li:nth-child(1){
    background-image: -webkit-linear-gradient( 120deg, #4067a5 0%,#4067a5 60%,#4067a500 60%), url(/images/guide/bg-1.webp);
    background-image: linear-gradient( 120deg, #4067a5 0%,#4067a5 60%,#4067a500 60%), url(/images/guide/bg-1.webp);
}

.point_list li:nth-child(2){
    background-image: -webkit-linear-gradient( 120deg, #6c6cb2 0%,#6c6cb2 60%,#6c6cb200 60%), url(/images/guide/bg-2.webp);
    background-image: linear-gradient( 120deg, #6c6cb2 0%,#6c6cb2 60%,#6c6cb200 60%), url(/images/guide/bg-2.webp);
}

.point_list li:nth-child(3){
    background-image: -webkit-linear-gradient( 120deg, #ae89c2 0%,#ae89c2 60%,#ae89c200 60%), url(/images/guide/bg-3.webp);
    background-image: linear-gradient( 120deg, #ae89c2 0%,#ae89c2 60%,#ae89c200 60%), url(/images/guide/bg-3.webp);
}


.point_list{
    counter-reset: number 0;
}

.point_list li:nth-child(n+2){
    margin-top: 30px;
}

.point_list li dl{
    text-shadow: 0px 0px 10px rgb(0 0 0 / 50%);
}

.point_list li dt{
    font-size: 1.8rem;
    display: flex;
    align-items: center;
}

.point_list li dt:before{
    text-indent: 0px;
    counter-increment: number 1;
    content: counter(number,decimal-leading-zero);
    display: inline-block;
    font-size: 4rem;
    font-family: 'Oswald', sans-serif;
    margin-right: .5em;
    vertical-align: middle;
    line-height: 1;
    border-right: 1px solid;
    padding-right: .5em;
}

.point_list li dd{
    margin-top: 20px;
}

#guide_cont {
    background-attachment: fixed;
}

.guide_section{}

.guide_section .col_l{
    width: 50%;
}

.guide_section .col_r{
    width: 48%;
}

.guide_section img{
    filter: drop-shadow(0px 0px 10px rgb(0 0 0 / 10%));
}

.guide_section .wid75{
    width: 75%;
    margin: auto;
}

.guide_section .event_list{
}

.guide_section .event_list > li{
    width: 49%;
    margin-top: 2%;
    border-radius: 10px;
    background-color: #bedaff;
}

.guide_section .event_list > li:last-child{
    width: 100%;
}

.guide_section .event_list li a{
    cursor: pointer;
    display: block;
    height: 100%;
    padding: 5%;
    border-radius: 10px;
    filter: drop-shadow(0px 0px 10px rgb(0 0 0 / 10%));
    background-position: center,right;
    background-repeat: no-repeat;
    background-size: cover;
    text-shadow: 0px 0px 10px rgb(255 255 255);
}

.guide_section .event_list > li:last-child a{
    padding: 5% 2.5%;
}

.guide_section .event_list li:nth-child(1) a{
    background-image: -webkit-linear-gradient( 120deg, #ffffff 0%,#ffffff 60%,#e1eeff00 60%), url(/images/guide/bg-4.webp);
    background-image: linear-gradient( 120deg, #ffffff 0%,#ffffff 60%,#e1eeff00 60%), url(/images/guide/bg-4.webp);
}

.guide_section .event_list li:nth-child(2) a{
    background-image: -webkit-linear-gradient( 120deg, #ffffff 0%,#ffffff 60%,#e1eeff00 60%), url(/images/guide/bg-5.webp);
    background-image: linear-gradient( 120deg, #ffffff 0%,#ffffff 60%,#e1eeff00 60%), url(/images/guide/bg-5.webp);
}

.guide_section .event_list li:nth-child(3) a{
    background-image: -webkit-linear-gradient( 120deg, #ffffff 0%,#ffffff 60%,#e1eeff00 60%), url(/images/guide/bg-6.webp);
    background-image: linear-gradient( 120deg, #ffffff 0%,#ffffff 60%,#e1eeff00 60%), url(/images/guide/bg-6.webp);
}

.guide_section .event_list li:nth-child(4) a{
    background-image: -webkit-linear-gradient( 120deg, #ffffff 0%,#ffffff 60%,#e1eeff00 60%), url(/images/guide/bg-7.webp);
    background-image: linear-gradient( 120deg, #ffffff 0%,#ffffff 60%,#e1eeff00 60%), url(/images/guide/bg-7.webp);
}

.guide_section .event_list li a:hover{
    filter: unset;
}

.guide_section .event_list li h4{
    border-bottom: 2px solid;
    color: #194b7c;
    padding-bottom: 1rem;
}

.guide_section .event_list li .events_list_thema li{
    width: auto;
    background: #fff;
}

@media screen and (max-width: 768px){
    .point_list li {
        background-size: cover;
        padding: 40px;
    }
    .point_list li:nth-child(n+2) {
        margin-top: 20px;
    }
}

@media screen and (max-width: 480px){
    .point_list li {
        padding: 20px;
    }
    .point_list li dt {
        font-size: 1.5rem;
    }
    .point_list li dt:before{
        font-size: 3rem;
    }
    .point_list li dd {
        margin-top: 15px;
    }
    .guide_section .col_l {
        width: 100%;
    }
    .guide_section .col_r {
        width: 100%;
        margin-top: 30px;
    }
    .guide_section .wid75 {
        width: 100%;
    }
    .guide_section .event_list > li {
        width: 100%;
        margin-top: 5%;
    }
    .guide_section .event_list > li:last-child a {
        padding: 5%;
    }
    .guide_section .event_list li h4 {
        font-size: 1.5rem;
    }
}

/*-----------------------guide*/

#briefing_archive{}

#briefing_archive .c_wrap {
    max-width: 900px;
}

#briefing_archive .bg_grd,
#briefing_archive .bg_gray {
    padding: 2%;
}

#briefing_archive .bg_grd{
    display: grid;
    grid-template-columns: 150px 1fr;
    border-radius: 10px;
}
#briefing_archive .bg_grd h3{
    text-align: center;
}
#briefing_archive .bg_grd ol{
}
#briefing_archive .bg_grd ol li {
    counter-increment: mycounter;
    display: grid;
    grid-template-columns: 2.5em 1fr;
}
#briefing_archive .bg_grd ol li:before {
    content: counter(mycounter, decimal-leading-zero)".";
    color: #1A629B;
    margin-right: 1em;
    font-size: 1.6rem;
}

@media screen and (max-width: 480px){
    #briefing_archive .bg_grd, #briefing_archive .bg_gray {
        padding: 4%;
    }
    #briefing_archive .bg_grd {
        grid-template-columns: 1fr;
    }
}
