@charset "UTF-8";

/******** タブレット *********/

@media screen and (min-width: 641px) and (max-width: 1300px) {


/* ----------------------------- 共通 */

.wrap{
	width: 90%;
}

.wrap1000{
	width: 90%;
}

.wrap980{
	width: 90%;
}

.wrap900{
	width: 90%;
}

.wrap800{
	width: 90%;
}

.wrap700{
	width: 90%;
}


.kv .box .chameleon .chameleon_right_eye{
  display: none;
}

.kv .box .chameleon .chameleon_right_eye_fixed{
  display: block;
  top: calc(36% - 17%);
  left: calc(78% - 17%);
}

.kv .box .chameleon .chameleon_left_eye{
  display: none;
}

.kv .box .chameleon .chameleon_left_eye_fixed{
  display: block;
  top: calc(36.5% - 17%);
  left: calc(96% - 17%);
}

.kv .box .chameleon .chameleon_left_eye_fixed span{
  width: 10px;
}

.kv .box .amazon{
    left: 0;
}



.exhibitors_block1 .exhibitors_name .logo{
    width: 15%;
    height: 6vw;
}

.header .logo{
    width: 350px;
}

/* .specialsite {
    margin-top: -15vw;
} */

}



@media screen and (min-width: 641px) and (max-width: 1080px) {

/* ----------------------------- ヘッダー */

.header{
}

.header .box{
    padding: 15px 3%;
    border: 0;
    position: static;
    clip-path: none;
}

.header .box:after{
    display: none;
}

.header .box .sp_content .sp{
    display: block;
}

.header .logo{
	width: 360px;
    /* left: -5%; */
    padding: 10px;
}

/* .header .logo:before{
    display: none;
} */


.header .box .sp_content{
    display: flex;
    align-items: center;
}

.header.underlayer:after{
	background-size: 100%;
    width: 100%;
    height: 9vw;
    left: auto;
    top: 8vw;
    right: 0;
}



/* ----------------------------- ナビ */

.nav_btn{
    display: block;
	width: 30px;
    height: 23px;
    position: relative;
    z-index: 99999;
    cursor: pointer;
    float: right;
    margin-left: 15px;
}

.nav_btn span{
	width: 100%;
	height: 2px;
	background: #1a1a1a;
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	transition: 0.4s;
}

.nav_btn span.line1{
	top: 0;
}

.nav_btn span.line2{
	top: 10px;
}

.nav_btn span.line3{
	top: 20px;
}

.nav_btn.close_btn span.line1 {
    top: 10px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.nav_btn.close_btn span.line2{
	opacity: 0;
}

.nav_btn.close_btn span.line3 {
    top: 10px;
    bottom: auto;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}




.nav {
    float: none;
    /*font-size: 12px;*/
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999;
    background: rgba(255,255,255,0.9);
    width: 100%;
    /* height: 100vh; */
    /* height: 450px; */
    padding: 5%;
    box-sizing: border-box;
}

.menu{
	display: none;
}


.nav ul {
    display: block;
}

.nav li {
    float: none;
    margin-right: 0;
    margin-bottom: 1.5em;
    text-align: center;
}

.nav li a{
    padding: 0;
    border-bottom: 0;
}

.nav li a:after{
    display: none;
}

.btn_questionnaire {
  width: 60px;
}

.btn_questionnaire a{
  padding: 7px 0;
}

.btn_questionnaire img{
  width: 25px;
}

.btn_mypage {
    width: 60px;
}

.btn_mypage a{
    padding: 10px 0;
}

.btn_mypage img{
    width: 25px;
}


.nav .pc{
    display: none;
}

.nav .btn_logout{
    margin: 0 auto;
}

.nav .btn_logout a{
    padding: 10px 0;
}


}


@media screen and (min-width: 641px) and (max-width: 800px) {

}




/******** スマホ *********/

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

/* ----------------------------- 全体 */
body { font-size: 14px; -webkit-text-size-adjust: 100%; }

.pc{ display: none; }
.sp{ display: block; }

.inline_pc{ display: none; }
.inline_sp{ display: inline; }

img, .bx-wrapper img { max-width: 100%; height: auto; }



/* ----------------------------- 共通 */

.wrap{
	width: 95%;
}

.wrap1000{
	width: 95%;
}

.wrap980{
	width: 95%;
}

.wrap900{
	width: 95%;
}

.wrap800{
	width: 95%;
}

.wrap700{
	width: 95%;
}





/* ----------------------------- タイトル */

.c_tit1{
    font-size: 24px;
}



/* ----------------------------- ボタン */

.btn1 a{
    font-size: 15px;
	padding: 10px 0;
}

.btn1 a:before{
	width: 7px;
    height: 12px;
}




.btn2 a{
	padding: 10px 0;
	font-size: 14px;
}

.btn2 a:before{
	width: 17px;
    height: 15px;
}




.btn3 a{
	padding: 10px 0;
	font-size: 14px;
}

.btn3 a:before{
	width: 17px;
    height: 29px;
}




.btn4 a{
    padding: 10px 0;
    font-size: 14px;
}

.btn4 a:before{
    width: 18px;
    height: 16px;
}






.btn5 a{
    padding: 8px 0;
    font-size: 16px;
}

.btn5 a:before{
    width: 16px;
    height: 16px;
}




/* ----------------------------- ヘッダー */

.header{
    background: none;
    padding-bottom: 0;
}

.header .box{
    border: 0;
    padding: 3%;
    position: static;
    clip-path: none;
}

.header .box .sp_content{
    display: flex;
    align-items: center;
}

.header .box:before,
.header .box:after{
    display: none;
}

.header .logo{
}





/* ----------------------------- ナビ */

.nav_btn{
	width: 30px;
    height: 23px;
    position: relative;
    z-index: 99999;
    cursor: pointer;
    float: right;
    margin-left: 15px;
}

.nav_btn span{
	width: 100%;
	height: 2px;
	background: #1a1a1a;
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	transition: 0.4s;
}

.nav_btn span.line1{
	top: 0;
}

.nav_btn span.line2{
	top: 10px;
}

.nav_btn span.line3{
	top: 20px;
}

.nav_btn.close_btn span.line1 {
    top: 10px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.nav_btn.close_btn span.line2{
	opacity: 0;
}

.nav_btn.close_btn span.line3 {
    top: 10px;
    bottom: auto;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}




.nav {
    float: none;
    /*font-size: 12px;*/
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999;
    background: rgba(255,255,255,0.9);
    width: 100%;
    /* height: 100vh; */
    height: 450px;
    padding: 15% 10%;
    box-sizing: border-box;
}

.menu{
	display: none;
}


.nav ul {
    display: block;
}

.nav li {
    float: none;
    margin-right: 0;
    margin-bottom: 1.5em;
    text-align: center;
}

.nav li a{
    padding: 0;
    border-bottom: 0;
}

.nav li a:after{
    display: none;
}

.btn_questionnaire {
  width: 60px;
}

.btn_questionnaire a{
  padding: 7px 0;
}

.btn_questionnaire img{
  width: 25px;
}

.btn_mypage {
    width: 60px;
}

.btn_mypage a{
    padding: 10px 0;
}

.btn_mypage img{
    width: 25px;
}


.nav .btn_logout{
    margin: 0 auto;
}

.nav .btn_logout a{
    padding: 10px 0;
}

/* ----------------------------- ヘッダー ログイン前 */

.header_login{
    background-position: center right;
    background-size: cover;
    padding: 40px 3%;
}

.header_login .logo{
    width: 80%;
    margin: 0 auto;
}

.header_login .logo a{
	
}




/* ----------------------------- トップメニューページ */

.home_menu{
  padding: 20px 0;
}

.home_menu .box{
  margin-top: 30px;
  display: block;
}

.home_menu .box .special_setting{
  width: auto;
}

.home_menu .box .special_setting a{
  padding: 8% 6% 5%;
  background-size: cover;
}

.home_menu .box .special_setting p{
  margin-top: 40px;
}

.home_menu .box .special_setting.no_click .note{
  font-size: 16px;
}

.home_menu .box ul{
  width: auto;
  margin-top: 20px;
}

.home_menu .box ul li:last-child{
  margin-top: 20px;
}

.home_menu .box ul li a{
  padding: 20px 6%;
}

.home_menu .box ul li a:after{
  width: 25px;
  height: 25px;
  right: 3%;
}

.home_menu .box ul li .icon{
  width: 60px;
}

.home_menu .box ul li p{
  font-size: 24px;
}

.home_menu .box ul li p small{
  font-size: 50%;
}

.home_menu .held_date{
  margin-top: 50px;
}

.home_menu .held_date .inner{
  display: block;
}

.home_menu .held_date .inner h2{
  font-size: 20px;
  margin-bottom: 10px;
}

.home_menu .held_date p{
  font-size: 22px;
  margin-top: 20px;
}

.home_menu .contact_link{
  margin-top: 30px;
  font-size: 16px;
}

.home_menu .contact_link img{
  width: 30px;
}




/* ----------------------------- トップ */

.kv{
	background-position: top right;
    background-size: 200%;
    padding-bottom: 0;
}


.kv .box .chameleon{
  width: auto;
  position: static;
}

.kv .box ul{
    width: auto;
    margin-top: -160px;
}

.kv .box li{
	/*width: 28%;*/
    width: 48%;
    position: static;
    margin-right: 0;
    margin-left: 0 !important;
}

.kv .box li.industry,
.kv .box li.welfare{
    margin-left: 0;
}

.kv .box li.infosharing{
    display: block;
    margin-left: auto;
}


.kv .box .inner3{
    padding-left: 0;
}

.kv .box .inner3 li:last-child{
	/*margin-right: 15%;*/
}


@keyframes fuwafuwa1 {
	0% { transform: translate(0, 0); }
	50% { transform: translate(0, -10px); }
	100% { transform: translate(0, 0); }
}

@keyframes fuwafuwa2 {
	0% { transform: translate(0, 0); }
	50% { transform: translate(0, -15px); }
	100% { transform: translate(0, 0); }
}

@keyframes fuwafuwa3 {
	0% { transform: translate(0, 0); }
	50% { transform: translate(0, -5px); }
	100% { transform: translate(0, 0); }
}

@keyframes fuwafuwa4 {
	0% { transform: translate(0, 0); }
	50% { transform: translate(0, -20px); }
	100% { transform: translate(0, 0); }
}


.kv .box .amazon{
    width: 45%;
    box-sizing: border-box;
    top: 10px;
    left: 2%;
}

.kv .anniversary{
    width: 140px;
    top: 50px;
}




.top_block1{
	/* padding: 20px 0 20px; */
}

.top_block1 .logo{
    width: 80%;
}

/*.top_block1 h3{
	width: 100%;
	font-size: 20px;
	line-height: 1.1em;
	padding: 8px 0;
}

.top_block1 h3 img{
	width: 12px;
}

.top_block1 h2{
	font-size: 20px;
    margin-top: 10px;
}

.top_block1 h2 span img{
    width: 13px;
    margin: 0 5px;
}

.top_block1 .release{
    font-size: 24px;
}*/

.top_block1 .read{
	font-size: 14px;
    line-height: 1.4em;
	/*margin-top: 5px;*/
}

.top_block1 .box2{
    margin-top: 60px;
    border-radius: 15px;
    padding: 10% 5% 5%;
}

.top_block1 .box2 h4{
    font-size: 18px;
    padding: 7px 0;
    width: 85%;
}

.top_block1 .box2 h4:after{
    width: 13px;
    height: 15px;
    bottom: -14px;
}

.top_block1 .box2 .inner{
    display: block;
}

.top_block1 .box2 .inner .detail{
    width: auto;
    padding: 0;
}

.top_block1 .box2 .inner .detail:last-child {
    border-left: 0;
    border-top: 1px solid #f5911e;
    margin-top: 20px;
    padding-top: 20px;
}

.top_block1 .box2 .inner .detail .icon {
    width: 28%;
}

.top_block1 .box2 .inner .detail p{
    width: 72%;
    font-size: 17px;
}

.top_block1 .box2 .inner .detail p img {
    width: 16px;
}


.top_block1 .box3 .nft {
    margin-top: 20px;
}




.top_block2 {
    padding: 30px 0 40px;
}

.top_block2 .read{
  font-size: 20px;
  margin-top: 20px;
}

.top_block2 .date_time h4{
  font-size: 18px;
}

.top_block2 .date_time p{
  font-size: 18px;
}

.top_block2 .dateil .speaker{
    display: block;
}

.top_block2 .dateil .speaker .degree{
    display: block;
}

.top_block2 .dateil .speaker strong{
  display: block;
  font-size: 24px;
  margin-left: 0;
  margin-top: 10px;
}



.top_block2 .lecture_list{
  margin-top: 30px;
}

.top_block2 .lecture_list li{
  padding: 5% 5% 5% 0;
  display: block;
  margin-bottom: 20px;
}

.top_block2 .lecture_list li:before{
  width: 80px;
  height: 80px;
}

.top_block2 .lecture_list li .date_time{
  width: 80%;
}

.top_block2 .lecture_list li .dateil{
  width: auto;
  margin-top: 10px;
  padding-left: 5%;
}

.top_block2 .lecture_list li .dateil h3{
  font-size: 18px;
}

.top_block2 .lecture_list li .more{
  width: 35px;
  height: 55px;
  right: 3%;
  top: auto;
  bottom: 3%;
}

.top_block2 .lecture_list li .more p{
  font-size: 14px;
}

.top_block2 .lecture_list li.local_seminar:after{
  width: 110px;
  top: 34px;
  left: -20px;
}


.top_block2 .special{
  margin: 40px 0;
  background: #fff;
}

.top_block2 .special .box{
  background: none !important;
  padding: 30px 0;
}

.top_block2 .special .box .inner{
  display: block;
}

.top_block2 .special .box .inner .txt{
  width: auto;
  padding: 0 3%;
}

.top_block2 .special .box .inner .txt .special_day .host{
  font-size: 11px;
  margin-left: 1em;
}

.top_block2 .special .box .inner .txt .date_time{
  width: 70%;
}

.top_block2 .special .box .inner .txt .dateil h3{
  font-size: 24px;
}

.top_block2 .special .box .inner .txt .dateil .img{
    width: auto;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 20px;
    margin-top: 10px;
}

.top_block2 .special .box .inner .txt .dateil .img img{
    max-width: 250px;
}

.top_block2 .special .box .inner .txt .dateil .speaker{
  margin-top: 15px;
}




.top_block2 .special .box1 .inner .txt .dateil .img{
  background-image: url(images/top/special_bg1_sp.png);
  padding-left: 5%;
}

.top_block2 .special .box2 .inner .txt .dateil .img{
  background-image: url(images/top/special_bg2_sp.png);
  padding-right: 8%;
  text-align: right;
}


.top_block2 .btn7{
    margin-top: 40px;
}





.top_block3 {
    padding: 40px 0;
}

.top_block3 .top_box {
    padding: 8% 6%;
}

.top_block3 h2 {
}

.top_block3 .read {
    margin-top: 15px;
}

.top_block3 .representative {
    margin-top: 30px;
}

.top_block3 .representative strong{
	margin-top: 5px;
}

.top_block3 .inner .anniversary {
    float: left;
    width: 34%;
}

.top_block3 .note{
    margin-top: 40px;
}

.top_block3 .inner{
  margin-top: 40px;
}

.top_block3 .inner .explanation{
  margin-left: 0;
  margin-bottom: -1em;
  text-align: center;
}

.top_block3 .movie span{
  /* padding: 4%; */
}

.top_block3 .movie:before,
.top_block3 .movie:after,
.top_block3 .movie span:before,
.top_block3 .movie span:after{
  width: 30px;
  height: 30px;
}

.top_block3 .movie video{
    height: 49vw;
}

.top_block3 .btn7{
    width: 260px;
}


.top_block4{
	padding: 20px 0 0;
}

.top_block4 h3{
	font-size: 19px;
}

.top_block4 h3:before,
.top_block4 h3:after{
	border-top: 2px solid;
}

.top_block4 h3:before{
	margin-right: 0.5em;
}

.top_block4 h3:after{
	margin-left: 0.5em;
}

.top_block4 ul{
	margin-top: 20px;
	display: block;
    padding-right: 8%;
}

.top_block4 li{
	width: auto;
	margin-right: 0;
    margin-bottom: 20px;
}

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

.top_block4 .starttime{
	border-radius: 15px;
	padding: 4%;
	display: block;
	margin-top: 20px;
}

.top_block4 .starttime h4{
	width: auto;
	font-size: 16px;
}

.top_block4 .starttime h4 img{
	width: 18px;
}

.top_block4 .starttime p{
	width: auto;
	font-size: 13px;
    margin-top: 5px;
}


.top_menu ul{
  display: block;
}

.top_menu ul li{
  width: auto;
  margin-bottom: 10px;
}

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

.top_menu ul li a{
  padding: 15px 5%;
}

.top_menu ul li p{
  font-size: 18px;
}




.top_bnr{
  margin-top: 30px;
}

.top_bnr ul{
    display: block;
}

.top_bnr li{
    width: auto;
    margin-bottom: 10px;
}

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




.top_lt{
  margin-top: 30px;
  padding: 30px 3%;
}

.top_lt .box{
  display: block;
}

.top_lt .inner1{
  width: auto;
  max-width: 300px;
  margin: 0 auto;
}

.top_lt .inner1 .day span{
  font-size: 18px;
}

.top_lt .inner2{
  width: auto;
  margin-top: 30px;
}

.top_lt .inner2 h3{
  font-size: 40px;
}

.top_lt .inner2 h4{
  font-size: 20px;
  margin-top: 10px;
}

.top_lt .inner2 p{
  margin-top: 0;
}


.top_lt .btn{
    margin-top: 20px;
}

.top_lt .btn a{
  font-size: 16px;
}


/* ----------------------------- トップ ログイン前 */

.top_login{
	padding: 0 0 40px;
	font-size: 14px;
    margin-top: 0;
}

.top_login .login_tit{
	font-size: 18px;
}

.top_login .info_txt {
    /* margin-top: 20px; */
}

.top_login .read{
	display: block;
    margin-top: 30px;
}

.top_login .box {
    /* margin-top: 40px; */
}

.top_login .box .detail .swpm-login-form-inner{
    padding: 4%;
    margin-top: 20px;
}

.top_login .help{
    margin-top: 30px;
}

.top_login .help p img {
    width: 16px;
}

.top_login .help .help_content{
	/* width: 130%; */
    /* padding: 15px; */
    /* width: 300px; */
	/* left: -15%; */
    /* top: 30px; */
    /* bottom: 30px; */
    width: 90%;
    height: 400px;
    padding: 5%;
    border-radius: 15px;
    overflow: scroll;
}

.top_login .help .help_content ul{
}

.top_login .help .help_content li{
    margin-bottom: 10px;
}

.top_login .help .help_content li p{
    margin-top: 0;
}

.top_login .help .help_content span{
    padding: 25px;
    /* height: 300px; */
}

.top_login .help .help_content .close{
    width: 15px;
    top: 10px;
    right: 10px;
}

.top_login .help:hover .help_content{
    opacity: 0;
    visibility: hidden;
}

.top_login .help.hover .help_content{
    opacity: 1;
    visibility: visible;
}

.top_login .box .swpm-pw-reset-widget-form {
    margin-top: 30px;
}

.top_login .box .swpm-pw-reset-widget-form .swpm-pw-reset-text{
	width: 100%;
}

.top_login .box table{
	margin-top: 10px;
    width: auto;
}

.top_login .box table th{
	display: block;
	padding: 10px 10px 0;
	text-align: left;
}

.top_login .box table td{
	display: block;
	padding: 5px 10px 10px;
}

.top_login .box .swpm-login-submit{
	/* width: 75%; */
	margin-top: 20px;
    width: 250px;
}

.top_login .box .swpm-login-submit input,
.top_login .box .swpm-pw-reset-submit-button input{
    font-size: 18px;
    padding: 10px 0;
}

.top_login .box .swpm-login-submit .application_btn{
    display: block;
    margin: 20px auto 0;
}

.top_login .box .swpm-login-submit .application_btn a{
    /* border: 4px solid; */
    font-size: 18px;
}

.top_login .box .swpm-forgot-pass-link {
    margin-top: 15px;
}


/* .top_login .box .swpm-join-us-link{
	width: 75%;
	margin-top: 40px;
}

.top_login .box .swpm-join-us-link a{
	font-size: 18px;
	border: 4px solid #EF5A24;
    padding: 10px 0;
    border-radius: 10px;
    letter-spacing: 0.1em;
} */

.top_login .box .txt {
    margin-top: 15px;
}

.top_login .box .inner {
    margin-top: 30px;
}

.top_login .box .inner h4{
	font-size: 16px;
}

.top_login .box .inner .tel {
    font-size: 20px;
    margin-top: 5px;
}


.pw_reset .box .read {
    text-align: left;
}



.top_login .box .detail .new_application{
    padding: 4%;
}

.top_login .box .detail .new_application h3{
    font-size: 18px;
}

.top_login .box .detail .new_application .application_btn{
    width: 260px;
    margin-top: 20px;
}

.top_login .box .detail .new_application .application_btn a{
    font-size: 16px;
}

.top_login .box .detail .new_application .application_btn a span{
    padding: 10px 0;
}


/* ----------------------------- トップと特設トップ共通 */

.release h3{
	font-size: 19px;
}

.release h3 img{
	width: 10px;
    margin: 0 5px;
}

.release .thatday{
	margin-top: 15px;
	font-size: 22px !important;
}

.release .thatday strong{
}

.release .thatday .continuation{
	display: block;
	margin-left: 0;
    margin-top: 10px;
	padding: 10px 0.5em;
	font-size: 18px;
}


/* ----------------------------- 特設トップ */

.specialsite{
	margin-top: -36px;
}

.specialsite_mv{
	padding: 60px 0 30px;
}

.specialsite_mv .metaverse{
	float: none;
	width: 70%;
    margin: 0 auto;
}

.specialsite_mv .btn{
	float: none;
	width: auto;
    margin-top: 10px;
}

.specialsite_mv .btn .opening_remarks{
    width: 55%;
    margin: 0 auto;
}

.specialsite_mv .btn .web_btn{
	text-align: center;
    display: block;
    margin-top: 0;
}

.specialsite_mv .btn .web_btn .entrance{
    margin-top: -10px;
}

.specialsite_mv .btn ul{
    padding: 0 2% 0 1%;
}

.specialsite_mv .btn li{
	width: 33.33%;
    margin-right: 0;
}




.specialsite_block1{
	padding: 0 0 40px;
}

.specialsite_block1 .box2{
	margin-top: 40px;
    padding: 5% 5% 7%;
}

.specialsite_block1 .box2 h3{
	font-size: 18px;
    max-width: 290px;
    margin-top: -30px;
}

.specialsite_block1 .box2 ul{
	margin-top: 20px;
	display: block;
}

.specialsite_block1 .box2 li{
	margin-right: 0;
    margin-bottom: 20px;
}

.specialsite_block1 .box2 li.list1{
	width: auto;
}

.specialsite_block1 .box2 li.list2{
	width: auto;
}

.specialsite_block1 .box2 li.list3{
	width: auto;
}

.specialsite_block1 .box2 li .icon{
	width: 95px;
}

.specialsite_block1 .box2 li p{
	font-size: 14px;
}

.specialsite_block1 .box2 .read{
	font-size: 20px;
	text-align: left;
	margin-top: 20px;
}

.specialsite_block1 .box2 .btn{
	width: 300px;
	margin-top: 20px;
}

.specialsite_block1 .box2 .btn a{
    padding: 15px 0;
    font-size: 17px;
}

.specialsite_block1 .box2 .btn img{
	width: 15px;
	margin-left: 5px;
}


/* ------------------------------------------------- ルーム選択 */

.room{
	padding: 40px 0;
}

.room h2{
	font-size: 24px;
}

.room .read{
	margin-top: 15px;
}

.room ul{
	display: flex;
	flex-wrap: wrap;
	margin-top: 30px;
}

.room li{
	width: 48%;
	margin-right: 4%;
	margin-bottom: 4%;
}

.room li:nth-child(3n){
	margin-right: 4%;
}

.room li:nth-child(2n){
	margin-right: 0;
}

.room li a{
	font-size: 15px;
}




.room.pre li{
	margin: 0 auto 20px;
}


/* ----------------------------- 講演 */

.lecture {
    padding: 40px 0;
}

.lecture h2{
    font-size: 22px;
}

.lecture .read{
    font-size: 20px;
    margin-top: 30px;
}


.lecture_block{
    margin-top: 30px;
    /* --clay-border-radius: 20px;
	--clay-shadow-outset: 5px 10px 10px 0 rgba(0,0,0,0.3); */
}

.lecture_block .box{
  display: block;
  padding: 5%;
}

.lecture_block .date_time h4{
  font-size: 18px;
}

.lecture_block .date_time p{
  font-size: 18px;
}




.lecture_block .speaker {
  margin-top: 10px;
  display: block;
}

.lecture_block .speaker .degree {
  display: block;
}

.lecture_block .speaker strong {
  display: block;
  font-size: 24px;
  margin-left: 0;
  margin-top: 10px;
}


.lecture_block .btn6 {
  margin-top: 20px;
}

.lecture_block .end {
  margin-top: 20px;
}





.lecture_block .box .inner{
  width: auto;
}

.lecture_block .box .inner .img{
  width: auto;
  margin-left: auto;
  margin-top: 20px;
}

.lecture_block .box .dateil{
  width: auto;
  margin-top: 20px;
}

.lecture_block .box .dateil h3{
  font-size: 18px;
}

.lecture_block .box .dateil .foreword{
  margin-top: 10px;
}

.lecture_block .box .dateil .moderator{
  max-width: 300px;
  margin-top: 20px;
}

.lecture_block .box .dateil .moderator .img{
  width: 34%;
}




.lecture_speciallecture{
  background-position: center top;
  background-size: cover;
  padding: 30px 0;
  margin-top: 0;
}

.lecture_speciallecture .special_day{
  /* max-width: 600px; */
  display: flex;
  margin-bottom: 30px;
}

.lecture_speciallecture .special_day .date_time {
  width: 65%;
}

.lecture_speciallecture .special_day .host {
  margin-left: 1em;
}

.lecture_speciallecture .box{
    padding: 0;
}

.lecture_speciallecture .box .txt{
  width: auto;
}

.lecture_speciallecture .box .txt h3{
  font-size: 20px;
}



.lecture_speciallecture .box .img{
  width: auto;
  margin-top: 20px;
  margin-bottom: 20px;
}




.lecture_speciallecture_a{
  margin-top: 40px;
}



/* ----------------------------- 特別講演 */

.lecture_movie {
    padding: 40px 0;
}

.lecture_movie .txt{
  display: flex;
}

.lecture_movie h2{
  font-size: 18px;
}

.lecture_movie .datetime{
  font-size: 18px;
  margin-left: 1em;
}

.lecture_movie .box {
    margin-top: 20px;
}

.lecture_movie .box h3 {
    font-size: 22px;
    margin-top: 10px;
}

.lecture_movie .box .speaker {
    margin-top: 10px;
    display: block;
}

.lecture_movie .box .speaker .degree {
    display: block;
}

.lecture_movie .box .speaker strong {
    display: block;
    font-size: 24px;
    margin-left: 0;
    margin-top: 10px;
}


.lecture_movie .box .questionnaire{
  margin-top: 30px;
  text-align: center;
}

.lecture_movie .box .questionnaire h5{
  font-size: 14px;
}

.lecture_movie .box .questionnaire .btn {
  max-width: 350px;
}

.lecture_movie .box .questionnaire .btn a {
  padding: 10px 0;
  font-size: 18px;
}

.lecture_movie .box .questionnaire .btn a img{
  width: 23px;
}




/* ----------------------------- 講演A・B・C */

.generally .vimeo iframe{
	height: 53vw;
}

.lecture_webinar {
    padding: 60px 0 40px;
}

.lecture_webinar .box {
    border: 2px solid #b2c3d4;
    border-radius: 10px;
    padding: 4%;
}

.lecture_webinar .box .schedule{
    float: none;
    border-radius: 5px;
    font-size: 15px;
}

.lecture_webinar .box .schedule h4{
    padding: 5px 0.5em;
    letter-spacing: 0.1em;
}

.lecture_webinar .box .schedule .time{
    padding: 5px 0.5em;
}

.lecture_webinar .box h2{
    font-size: 17px;
    padding: 1% 3%;
}

.lecture_webinar .box h2 small {
    margin-left: 0;
    display: block;
}

.lecture_webinar .box h3 {
    font-size: 15px;
    margin-top: 10px;
}

.lecture_webinar .box h3 span{
    display: block;
}

.lecture_webinar .box h3 strong{
    line-height: 1.8em;
    margin-left: 0;
}


.lecture_webinar .box .btn{
    margin-top: 20px;
}

.lecture_webinar .box .btn a{
    font-size: 16px;
}

.lecture_webinar .box .btn img {
    width: 18px;
}


.lecture_webinar .box p {
    margin-top: 10px;
}


.lecture_webinar .top_link{
    margin-top: 30px;
}




.generally .box h3 span{
    display: block;
}




/* ----------------------------- LT発表 */

.lt{
  padding: 40px 0;
}

.lt h2{
  font-size: 22px;
}

.lt .read{
  text-align: left;
  margin-top: 20px;
}

.lt .box{
  margin-top: 30px;
  display: block;
}

.lt .box ul{
  width: auto;
}

.lt .box li:last-child{
  margin-bottom: 20px;
}

.lt .box li .icon{
  width: 50px;
}

.lt .box li h3{
  font-size: 26px;
}

.lt .box li table{
  margin-top: 20px;
}

.lt .box li p{
  margin-top: 20px;
}

.lt .menu_aiagents {
    margin-top: 30px;
}




/* ----------------------------- LT発表 詳細 */

.delivery_schedule h5{
  font-size: 17px;
}

.delivery_schedule h5 span{
  margin-left: 0.5em;
}

.delivery_schedule .scroll{
	overflow-x: auto;
	padding-bottom: 5px;
}

.delivery_schedule .scroll::-webkit-scrollbar{
    height: 10px;
}

.delivery_schedule .scroll::-webkit-scrollbar-track{
    background: #F1F1F1;
}

.delivery_schedule .scroll::-webkit-scrollbar-thumb {
    background: #BCBCBC;
}

.delivery_schedule table{
  width: 800px;
  font-size: 13px;
  margin-top: 10px;
}

.delivery_schedule table th{
  width: 25px;
}

.delivery_schedule table .time{
  width: 55px;
}




.announcement{
  padding: 40px 0;
}

.announcement h2{
  font-size: 22px;
}

.announcement .box{
  margin-top: 30px;
  padding: 5%;
}

.announcement .box .inner h4{
  font-size: 16px;
  width: 150px;
}

.announcement .box .inner h3{
  font-size: 16px;
}

.announcement .box .vimeo{
  margin-top: 10px;
}

.announcement .box .delivery_schedule{
  margin-top: 30px;
}




/* ----------------------------- LT発表 スケジュール */

.lt_schedule{
  padding: 40px 0;
}

.lt_schedule h2{
  font-size: 22px;
}

.lt_schedule .anchor{
  margin-top: 30px;
}

.lt_schedule .anchor li{
  margin-right: 1.5em;
}

.lt_schedule .anchor li a{
  font-size: 18px;
}


.lt_schedule .box{
  margin-top: 30px;
  padding: 5%;
}

.lt_schedule .box h3 .tit{
  width: 90px;
  font-size: 17px;
}

.lt_schedule .box h3 .tit img{
  width: 18px;
}

.lt_schedule .box h3 .tool span{
    padding: 0 0.5em;
}

.lt_schedule .box .inner{
  margin-top: 20px;
}

.lt_schedule .box .inner .delivery_schedule{
  padding-bottom: 30px;
  margin-bottom: 30px;
}


.lt_schedule .btn7{
  margin-top: 40px;
}



/* ----------------------------- AI エージェント体験 */

.ai_experience{
  padding: 40px 0;
}

.ai_experience h2{
  font-size: 22px;
}

.ai_experience .box{
  /* padding: 5%; */
  margin-top: 40px;
}

.ai_experience .box ul{
  display: block;
}

.ai_experience .box ul li{
  width: auto;
  margin-bottom: 30px;
}

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

.ai_experience .box ul li h3{
  height: auto;
  display: block;
}

.ai_experience .box ul li p{
    height: auto;
}

.ai_experience .box ul li .btn a{
  font-size: 17px;
}



/* ----------------------------- AI エージェント体験 操作方法 */

.ai_operation{
  padding: 40px 0;
}

.ai_operation h2{
  font-size: 22px;
}

.ai_operation .box{
  margin-top: 40px;
  padding: 8px;
}

.ai_operation .box .inner{
    padding: 3%;
}

.ai_operation .box .inner h3{
  font-size: 17px;
}

.ai_operation .box .inner .read{
  margin-top: 10px;
}

.ai_operation .box .inner ul{
  margin-top: 20px;
}

.ai_operation .box .inner ul li{
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.ai_operation .box .inner ul li h4{
  font-size: 16px;
}

.ai_operation .box .inner ul li h4 .point{
  width: 50px;
  font-size: 12px;
  margin-left: 8px;
  margin-right: 20px;
}

.ai_operation .box .inner ul li h4 .point:after{
  right: -9px;
}

.ai_operation .box .inner ul li p{
  margin-top: 5px;
  font-size: 13px;
}

.ai_operation .box .inner .prompt{
  margin-top: 20px;
}

.ai_operation .box .inner .note{
  margin-top: 10px;
}


/* ----------------------------- アンケート */

.questionary{
  padding: 40px 0;
}

.questionary h2{
  font-size: 20px;
  border-radius: 35px;
  width: calc(100% - 30px);
}

.questionary h2:after{
  width: 31px;
  height: 20px;
  right: -30px;
  top: 30px;
}

.questionary h3{
  font-size: 18px;
  margin-top: 20px;
}

.questionary .explanation{
  margin-top: 15px;
  text-align: left;
}

.questionary .box{
  margin-top: 15px;
}

.questionary .box .inner .detail1{
  border: 3px solid #edb649;
  padding: 10px 1em;
}

.questionary .box .inner .detail2{
  padding: 10px 1em;
}


.questionary .box .order{
  margin: 20px 0;
}


.questionary .box .inner1 .detail1 p span{
  padding: 0 0.5em;
}


.questionary .box .inner2 h4{
  font-size: 16px;
}

.questionary .box .inner2 .note{
  font-size: 12px;
  text-align: left;
}


.questionary .winning{
  font-size: 16px;
  margin-top: 30px;
  text-align: left;
}


/* ----------------------------- 抽選会 */

.lottery {
    padding: 40px 0;
}

.lottery_block1{
    padding: 40px 0 0;
}

.lottery_block1 h2{
    font-size: 24px;
}

.lottery_block1 h3{
  font-size: 20px;
  margin-top: 20px;
}

.lottery_block1 h3 span{
  padding: 0 0.5em;
  margin-right: 5px;
}

.lottery_block1 .read {
    margin-top: 10px;
}

.lottery_block1 h4{
  font-size: 20px;
  text-shadow: 2px 2px 0 #FFF, -2px -2px 0 #FFF,-2px 2px 0 #FFF, 2px -2px 0 #FFF,0px 2px 0 #FFF,  0-2px 0 #FFF,-2px 0 0 #FFF, 2px 0 0 #FFF;
  margin-top: 20px;
}

.lottery_block1 .digitalgifts{
    padding: 4%;
    display: block;
    top: 30px;
}

.lottery_block1 .digitalgifts h5{
    font-size: 18px;
    width: auto;
}

.lottery_block1 .digitalgifts p{
    margin-top: 5px;
    text-align: left;
}





.lottery_block2 {
    margin-top: 60px;
}

.lottery_block2 .box h3{
    font-size: 18px;
}

.lottery_block2 .box h3 span{
    font-size: 100%;
    margin-top: 5px;
    margin-right: 2px;
    padding: 5px;
}

.lottery_block2 .box h4{
    margin-top: 30px;
}

.lottery_block2 .box p{
    font-size: 13px;
    line-height: 1.6em;
}

.lottery_block2 .box .inner1 {
    margin-top: 20px;
}

.lottery_block2 .box .inner1 .img {
    float: none;
    width: auto;
    margin-bottom: 20px;
}

.lottery_block2 .box .inner1 .txt {
    float: none;
    width: auto;
    margin-top: 10px;
}



.lottery_block2 .box .inner .txt .number{
    width: 36px;
    font-size: 18px;
}

.lottery_block2 .box .inner2 {
    margin-top: 50px;
}

.lottery_block2 .box .inner3 {
    margin-top: 50px;
}


.lottery_block2 .box .inner2 .txt,
.lottery_block2 .box .inner3 .txt {
    width: auto;
    padding-bottom: 0;
}

.lottery_block2 .box .inner2 .img,
.lottery_block2 .box .inner3 .img {
    position: static;
    width: auto;
    margin-top: 20px;
}

.lottery_block2 .box .inner3 .img{
    position: relative;
    right: 0;
}

.lottery_block2 .box .inner3 .img:before{
    content: "";
    display: block;
    background: url(images/lottery/lottery_icon1.svg) no-repeat;
    background-size: contain;
    width: 29px;
    height: 17px;
    position: absolute;
    right: 0;
    left: 0;
    bottom: -30px;
    margin: auto;
    transform: rotate(90deg);
}

.lottery_block2 .box .inner3 .img img{
    margin: 0 auto;
}



.lottery_block2 .box .inner4 {
    margin-top: 60px;
}

.lottery_block2 .box .inner4 li{
    /*width: 28%;
    margin-right: 8%;*/
    float: none;
    width: auto;
    margin-right: 0;
    position: relative;
    text-align: center;
    margin-bottom: 60px;
}

.lottery_block2 .box .inner4 li .img:before{
    /*width: 20px;
    height: 12px;
    right: -21px;*/
    right: 0;
    left: 0;
    top: auto;
    bottom: -30px;
    transform: rotate(90deg);
}


.namecard{
	margin-top: 40px;
}

.namecard .tit{
    font-size: 15px;
}

.namecard .btn4 {
    width: 280px;
    margin-top: 10px;
}




.lottery_block3{
    padding: 40px 0 0;
}
  
.lottery_block3 .box{
    padding: 40px 0;
}
  
.lottery_block3 .box h4{
  font-size: 18px;
  margin-top: 30px;
}

.lottery_block3 .box h5{
  font-size: 20px;
}

.lottery_block3 .box h5 span{
  padding: 0 0.5em;
  margin-right: 5px;
}




.lottery_block3 .box1 li{
  margin-bottom: 40px;
}

.lottery_block3 .box1 li:first-child:after{
  width: 65px;
  height: 20px;
  bottom: -30px;
}

.lottery_block3 .box1 li .step{
  width: 50px;
}

.lottery_block3 .box1 li .step strong{
  font-size: 40px;
}

.lottery_block3 .box1 li .detail{
  margin-left: 5%;
}

.lottery_block3 .box1 li .detail p{
  margin-top: 10px;
}

.lottery_block3 .box1 li .detail .means{
  display: block;
}

.lottery_block3 .box1 li .detail .means .means_item{
  width: auto;
  margin-bottom: 40px;
  padding: 5% 3%;
}

.lottery_block3 .box1 li .detail .means .means_item:first-child:after{
  font-size: 30px;
  right: 45%;
  top: auto;
  bottom: -35px;
}

.lottery_block3 .box1 li .detail .means .means_item:last-child{
    margin-bottom: 0;
}

.lottery_block3 .box1 li .detail .means .means_item .icon img{
  width: 40px;
}

.lottery_block3 .box1 li .detail .means .means_item h6{
  font-size: 18px;
  margin-top: 10px;
}




.lottery_block3 .box2 h5{
  margin-top: 20px;
}

.lottery_block3 .box2 h5 span{
    margin-bottom: 0;
}

.lottery_block3 .box2 ul{
  display: block;
  margin-top: 20px;
}

.lottery_block3 .box2 ul li{
  width: auto;
  margin-bottom: 40px;
}

.lottery_block3 .box2 ul li:first-child:after{
  font-size: 30px;
  right: 45%;
  top: auto;
  bottom: -30px;
}

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

.lottery_block3 .box2 ul li .inner{
  margin-top: 20px;
}

.lottery_block3 .box2 ul li .inner .icon{
  width: 40px;
  margin-right: 10px;
}

.lottery_block3 .box2 ul li .inner h6{
  font-size: 20px;
}

.lottery_block3 .box2 ul li .btn{
    width: 200px;
    margin: 10px auto 0;
}
  
  

.lottery_block3 .box3{
    padding-bottom: 0;
}

.lottery_block3 .box3 h3{
    max-width: 35%;
    margin: 0 auto;
}

.lottery_block3 .box3 table{
    width: 100%;
    margin-top: 30px;
    font-size: 20px;
}

.lottery_block3 .box3 .btn{
    margin-top: 20px;
}

.lottery_block3 .box3 .read{
    margin-top: 20px;
    font-size: 20px;
}

.lottery_block3 .box3 .note{
    margin-top: 10px;
    text-align: left;
}


/* ----------------------------- 開催情報 */

.held {
    padding: 60px 0 40px;
}

.held h2 {
    font-size: 22px;
    margin-bottom: 20px;
}

.held table {
}

.held table th{
    display: block;
    /* padding: 10px 0 0; */
    padding: 10px 8% 0;
    width: auto;
}

.held table td{
    display: block;
    /* padding: 5px 0 10px; */
    padding: 0 8% 10px;
}



/* ----------------------------- 出展企業紹介 */

.exhibitors {
    padding: 20px 0;
}

.exhibitors_block1 {
    padding: 40px 0;
}

.exhibitors_block1 .bg{
    background: none !important;
    padding-top: 0;
}

.exhibitors_block1 .bg:before,
.exhibitors_block1 .bg:after{
    display: none;
}

/* .exhibitors_block1 .bg:before{
    width: 90%;
    height: 100%;
} */

.exhibitors_block1:before,
.exhibitors_block1:after{
    display: none;
}

.exhibitors_block1 .exhibitors_name{
    padding: 3%;
    display: block;
}

.exhibitors_block1 .exhibitors_name:before,
.exhibitors_block1 .exhibitors_name:after{
    display: none
}

.exhibitors_block1 .exhibitors_name .logo{
	display: block;
    width: auto;
    /* padding: 5% 18%; */
    position: relative;
    left: 0;
    bottom: 0;
    margin: 0;
}

.exhibitors_block1 .exhibitors_name h2{
	display: block;
    width: auto;
    margin-left: 0;
    font-size: 16px;
    text-align: left;
    margin-top: 10px;
    /* padding: 5% 3% 2%; */
    padding-left: 0;
}

.exhibitors_block1 .box:before,
.exhibitors_block1 .box:after{
    display: none;
}

.exhibitors_block1 .box .inner{
    width: auto;
    padding: 5% 0;
    /* background: #666; */
    background: none !important;
}

.exhibitors_block1 .box .inner:before,
.exhibitors_block1 .box .inner:after{
    display: none;
}

.exhibitors_block1 ul {
    display: block;
}

.exhibitors_block1 li {
    display: block;
    width: 345px;
    margin: 0 auto 40px;
    padding-bottom: 0;
}

.exhibitors_block1 li:last-child {
    margin-right: auto;
    margin-bottom: 0;
}

.exhibitors_block1 li:after{
    display: none;
}

/* .exhibitors_block1 li:before{
    display: none;
}

.exhibitors_block1 li:after{
    height: 16vw;
} */

.exhibitors_block1 li a{
    /* background: #faf6ef; */
    padding-bottom: 20px;
    /* border-radius: 20px */
}

.exhibitors_block1 li .img {
    /* padding: 14% 3%; */
    padding: 4%;
}

.exhibitors_block1 li .genre{
    width: 92.1%;
}

.exhibitors_block1 li .txt{
	padding-bottom: 0;
    /*margin-top: 10px;*/
}

.exhibitors_block1 li .txt .title {
    /* font-size: 13px; */
    line-height: 1.6em;
    /* padding: 5%; */
}

.exhibitors_block1 li .btn1 {
    margin-top: 10px;
}




.exhibitors_block2 {
    padding-bottom: 40px;
}

.exhibitors_block2 .box{
    padding: 0;
    display: block;
}

.exhibitors_block2 .box:before,
.exhibitors_block2 .box:after{
    display: none;
}

.exhibitors_block2 h3{
    display: block;
    padding: 0 5%;
    width: auto;
    text-align: left;
    border-right: 0;
    /* border-radius: 5px; */
    /* padding: 5px 0; */
}

.exhibitors_block2 ul{
    display: block;
    margin-top: 10px;
    margin-left: 0;
    /* display: block; */
    width: auto;
    padding: 0 5%;
}

.exhibitors_block2 li{
	/* margin-bottom: 15px; */
}

.exhibitors_block2 li h4{
	display: block;
	width: auto;
}

.exhibitors_block2 li p{
	display: block;
	padding: 5px 0 0;
}


/* ----------------------------- 出展企業紹介 パターン1 */

.pattern1 .exhibitors_block1 .exhibitors_name{
	/* background: #ca252b; */
}


/* ----------------------------- 出展企業紹介 パターン2 */

.pattern2 .exhibitors_block1 .exhibitors_name{
	/* background: #2e3190; */
}


/* ----------------------------- 出展企業紹介 パターン3 */

.pattern3 .exhibitors_block1 .exhibitors_name{
	/* background: #009045; */
}


/* ----------------------------- 出展企業紹介 パターン4 */

.pattern4 .exhibitors_block1 .exhibitors_name{
	/* background: #009dd3; */
}


/* ----------------------------- 出展企業紹介 パターン5 */

.pattern5 .exhibitors_block1 .exhibitors_name{
	/* background: #f5911e; */
}



/* ----------------------------- 製品詳細 */

.product {
    padding: 40px 0;
}

.product:before{
    display: none;
  }

.product_block1{
	padding: 0;
    margin-top: 40px;
}

.product_block1 h2 {
    font-size: 16px;
    float: none;
    text-align: right;
}

.product_block1 .genre{
    /* width: 100%; */
    float: none;
}

/*.product_block1 .genre:before{
	background-size: cover;
    width: 35%;
    height: 4vw;
    right: -1px;
    bottom: -1px;
}*/

.product_block1 .genre .icon{
	width: 25px;
}

.product_block1 .genre .genre_name{
	font-size: 12px;
}

.product_block1 .tit{
  background: #1a1a1a;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #fff;
  padding: 1.5% 2%;
  margin-top: 10px;
}

.product_block1 .tit .sub{
  font-size: 10px;
  width: 50px;
}

.product_block1 .tit h3{
  font-size: 18px;
  padding-left: 0.5em;
  padding-right: 0.5em;
}

.product_block1 .tit .btn_favorite{
  width: 61px;
  padding-left: 0.5em;
  font-size: 10px;
}

.product_block1 .tit .btn_favorite img{
  width: 30px;
}

.product_block1 .company{
  background: #4d4d4d;
  display: flex;
  align-items: center;
  color: #fff;
  padding: 1.5% 2%;
}

.product_block1 .company .sub{
  width: 45px;
}

.product_block1 .company .companyname{
  padding-left: 0.5em;
}




.product_block1 .box{
    padding: 0 3%;
}



.product_block1 .box1 {
    padding-top: 20px;
}

.product_block1 .box1 .inner {
    display: block;
}

.product_block1 .box1 .inner .anchor{
    justify-content: center;
}

.product_block1 .box1 .inner .anchor li{
    margin-right: 1em;
}

.product_block1 .box1 .inner .chat_btn{
    margin: 20px auto 0;
}

.product_chat{
    width: 90%;
    bottom: 90px;
    left: 0;
    right: 0;
    margin: auto;
  }
  
  .product_chat .title{
    font-size: 16px;
  }
  
  .product_chat p{
    font-size: 16px;
  }
  
  .product_chat .sending_history a{
    font-size: 16px;
  }




.product_block1 .box1 h3 {
    font-size: 20px;
    text-align: left;
    margin-bottom: 20px;
    /* margin-top: 15px; */
}

.product_block1 .box1 .txt{
    margin-top: 20px;
}

.product_block1 .box1 .txt p {
    font-size: 16px;
}

.product_block1 .box1 .img {
    margin-top: 30px;
}

.product_block1 .box2 {
    padding-top: 40px;
    padding-bottom: 20px;
}

.product_block1 .box2 .inner {
    margin-bottom: 40px;
    display: block;
}

.product_block1 .box2 .inner .txt {
    float: none;
    width: auto;
}

.product_block1 .box2 .inner h4{
	font-size: 17px;
    padding-bottom: 10px;
}

.product_block1 .box2 .inner .txt p {
    margin-top: 10px;
}

.product_block1 .box2 .inner .img {
    float: none;
    width: auto;
    margin-top: 20px;
}

.product_block1 .box2 .inner .img .img1{
	float: left;
	width: 48%;
	margin-bottom: 0;
}

.product_block1 .box2 .inner .img .img2{
	float: right;
	width: 48%;
}




.product_block3 .movie {
    position: relative;
    background: #1a1a1a;
    padding: 5% 3%;
    border-left: 1px solid #000;
    border-right: 1px solid #000;
    overflow: hidden;
}

.product_block3 .movie ul{
    margin-top: 20px;
    padding: 0;
    display: block;
}

.product_block3 .movie li {
    width: auto;
    margin-right: 0;
    margin-bottom: 30px;
}

.product_block3 .movie li:last-child{
    margin-bottom: 0;
}


.pdf_parent{
}

.pdf_parent .pdf_box {
    margin-top: 20px;
    flex-wrap: wrap;
}

.pdf_parent .pdf_child{
    /* display: block; */
    width: 48%;
    /* float: left; */
    /* margin-right: 0; */
    margin-bottom: 4%;
}

.pdf_parent .pdf_child:nth-child(2n){
    /* float: right; */
    margin-right: 0;
}

.pdf_parent .pdf_child .pdf_url {
    margin-top: 5px;
}




.product_block2 {
    padding: 30px 0;
}

.product_block2 .btn_content{
    flex-wrap: wrap;
}

.product_block2 .btn_content li {
    width: 48%;
    margin-right: 0;
    margin-bottom: 6%;
    /* float: none;
    width: 85%; */
    /*margin-right: 0;*/
    /* margin: 0 auto 2%; */
}

.product_block2 .btn_content li:nth-child(2n) {
    /* float: none; */
    float: right;
}

.product_block2 .btn_content li a{
    /* padding: 20px; */
}

.product_block2 .btn_content li .icon{
    width: 70px;
}

/* .product_block2 .btn_content li.btn_today .icon{
	width: 48px;
}

.product_block2 .btn_content li.btn_contact .icon{
	width: 48px;
}

.product_block2 .btn_content li.btn_document .icon{
	width: 27px;
    margin-bottom: 20px;
}

.product_block2 .btn_content li.btn_product .icon{
	width: 28px;
    margin-bottom: 10px;
} */


.product_block2 .box{
    margin-top: 30px;
}

.product_block2 .box h5 {
    font-size: 20px;
}

.product_block2 .box .tel {
    /* font-size: 13px; */
    margin-top: 5px;
}

.product_block2 .box .url {
    /* font-size: 13px; */
}


.product_block2 .metaverse_btn {
    margin-top: 40px;
}

.btn_back{
    margin-top: 40px;
}


.product_block2 .box2{
	margin-top: 40px;
}

.product_block2 .box2 li{
	width: 300px;
	float: none;
    margin: 0 auto 20px;
}

.product_block2 .box2 li:last-child{
	float: none;
    margin-bottom: 0;
}

.product_block2 .box2 li a{
    font-size: 18px;
}

.product_block2 .box2 li.btn_search a{
	background-size: 22px;
}

.product_block2 .box2 li.btn_back a{
	background-size: 18px;
}




.correspondence{
}

.correspondence ul{
	float: none;
	margin-top: 0;
}

.correspondence li{
	margin-right: 1em;
}

.correspondence li:last-child{
	margin-right: 0;
}

.correspondence li a{
	font-size: 14px;
}

.correspondence li img{
	width: 25px;
	/* margin-right: 5px; */
}

.correspondence .metaverse_btn{
	width: auto;
	float: none;
    margin: 20px auto 0;
}



.product .metaverse_btn{
	max-width: 350px;
	text-align: center;
}

.product .metaverse_btn a{
	padding: 15px 0;
	font-size: 16px;
}

.product .metaverse_btn img{
	width: 35px;
}



/* ----------------------------- 動画 */

.video {
    padding: 40px 0;
}

.video .box iframe {
    height: 220px;
}

.video h2 {
    font-size: 16px;
    margin-top: 0;
}

.video .btn2 {
    width: 200px;
    margin-top: 40px;
}


/* ----------------------------- パンフレット */

.pamphlet {
    padding: 60px 0 40px;
}

.pamphlet h2 {
    font-size: 16px;
    text-align: left;
}

.pamphlet .img {
    width: 160px;
    margin: 20px auto;
}

.pamphlet .btn {
    width: 200px;
    margin-bottom: 10px;
}


/* ----------------------------- フォーム */

.form_format .txt {
    font-size: 16px;
    /* border-left: 6px solid #7848c1;
    padding-left: 0.6em; */
    margin-bottom: 5px;
}

.form_format table th{
    display: block;
    padding: 10px 0 0;
    width: auto;
}

.form_format table td{
    display: block;
    padding: 5px 0 10px;
}

.form_format table td input[type="text"],
.form_format table td input[type="email"],
.form_format table td input[type="tel"],
.form_format table td textarea {
    padding: 5px;
    font-size: 14px;
    border-radius: 5px;
}

.form_format table td textarea {
    height: 140px;
}

.form_format .contact_btn {
    width: 200px;
    /*margin-top: 20px;*/
    margin: 20px auto 0;
}

.form_format .contact_btn input{
    font-size: 13px;
    width: 200px;
    padding: 10px 0;
}

.form_format .contact_btn #btn_product,
.form_format .contact_btn #btn_back{
    margin-right: 0;
    margin-bottom: 10px;
    background-size: 18px;
    background-position: right 6% center;
}



/* ----------------------------- 資料請求 */

.request {
    padding: 60px 0 40px;
}

.request h2 {
    font-size: 20px;
    letter-spacing: 0.05em;
    margin-bottom: 20px;
}

.request .box {
    margin-top: 20px;
}

.request .box .inner {
    margin-top: 20px;
}



/* ----------------------------- 当日対応希望 */

.respond {
    padding: 60px 0 40px;
}

.respond h2 {
    font-size: 20px;
    letter-spacing: 0.05em;
    margin-bottom: 20px;
}

.respond .box {
    margin-top: 20px;
}

.respond .box .inner {
    margin-top: 20px;
}



/* ----------------------------- 出展企業へのお問い合わせ */

.inquiries {
    padding: 60px 0 40px;
}

.inquiries h2 {
    font-size: 20px;
    letter-spacing: 0.05em;
    margin-bottom: 20px;
}

.inquiries .box {
    margin-top: 20px;
}

.inquiries .box .inner {
    margin-top: 20px;
}



/* ----------------------------- 送信完了メッセージ */

.completemsg {
    padding: 100px 0;
}

.completemsg p{
    font-size: 16px;
}




/* ----------------------------- 出展企業検索 */

.search_tab li{
}

.search_tab li:last-child {
}

.search_tab li a,
.search_tab li.current{
    font-size: 13px;
    padding: 10px 0 10px 1.5em;
}

.search_tab li.current:after,
.search_tab li a:after{
    height: calc(tan(60deg) * 10px / 2);
    width: 10px;
}


/* ----------------------------- 五十音検索 */

.syllabary_block1 {
    padding: 60px 0 40px;
}

.syllabary_block1 .box {
    margin-top: 40px;
}

.syllabary_block1 .box h2 {
    font-size: 18px;
}

.syllabary_block1 .consonant {
    margin-top: 20px;
    text-align: left;
    padding-bottom: 20px;
    padding-left: 10%;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 33px 100%, 0 102px);
}

.syllabary_block1 .consonant:before{
    width: 68px;
    left: -13px;
    bottom: 14px;
    transform: rotate(52deg);
}

.syllabary_block1 .consonant span{
	margin-right: 0.4em;
    margin-bottom: 10px;
}

.syllabary_block1 .consonant span.current{
	/* padding: 8px 1em; */
}

.syllabary_block1 .consonant span a{
	/* padding: 8px 1em; */
}

.syllabary_block1 .box h3{
	margin-top: 20px;
}

.syllabary_block1 .box .inner {
    margin-top: 20px;
}

.syllabary_block1 .box .inner .syllabary_content{
	margin-bottom: 30px;
    --clay-border-radius: 20px;
    --clay-shadow-outset: 5px 10px 10px 0 rgba(0,0,0,0.3);
}

.syllabary_block1 .box .inner .syllabary_content h4{
	font-size: 18px;
    /* padding: 20px;
    --clay-border-radius: 20px;
    left: -8%; */
}

.syllabary_block1 .box .inner .syllabary_content h4 a{
    padding: 20px 2% 20px 4%;
}

.syllabary_block1 .box .inner .syllabary_content h4 small{
    font-size: 10px;
    float: none;
    display: block;
    text-align: right;
    padding-right: 10px;
    /* margin-top: 20px; */
}

.syllabary_block1 .box .inner .syllabary_content h4 small:after{
    width: 15px;
    height: 15px;
}

.syllabary_block1 .box .inner .syllabary_content ul{
    margin-top: 20px;
    padding: 4%;
}

.syllabary_block1 .box .inner .syllabary_content li {
    margin-bottom: 20px;
    padding-right: 60px;
}

.syllabary_block1 .box .inner .syllabary_content li .genre{
	width: 90%;
    float: none;
}

.syllabary_block1 .box .inner .syllabary_content li .detail{
    float: none;
    width: auto;
}

.syllabary_block1 .box .inner .syllabary_content li h5 {
    font-size: 16px;
    margin-top: 5px;
}

.syllabary_block1 .box .inner .syllabary_content li p {
    font-size: 13px;
    margin-top: 0;
}



/* ----------------------------- 企業リスト */

.company_block1 {
    padding: 60px 0 40px;
}

.company_block1 h2 {
    font-size: 20px;
    margin-bottom: 20x;
}

.company_block1 .box {
    padding: 30px 5% 20px;
}

.company_block1 .box ul {
    /* margin-top: 20px; */
}

.company_block1 .box li {
    float: none;
    width: auto;
    font-size: 14px;
}



/* ----------------------------- 製品検索 */

.results li{
    padding: 4% 18% 4% 4%;
}

.results li .inner{
    display: block;
}

.results li .genre {
    width: 90%;
}

.results li .genre .genre_name{
    font-size: 11px;
}

.results li .company_name {
    font-size: 15px;
    margin-top: 15px;
    margin-left: 0;
}

.results li .detail{
	float: none;
	width: auto;
    margin-top: 5px;
}

.results li h5 {
    font-size: 17px;
}

.results li p {
    font-size: 13px;
    margin-top: 5px;
}

.results li .more{
    width: 40px;
    right: 3%;
}


/* ----------------------------- キーワード検索 */

.keyword_block1 {
    padding: 60px 0 40px;
}

.keyword_block1:before{
    display: none;
} 

.keyword_block1 .box1 {
    margin-top: 20px;
    padding: 0 3% 20px;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 20px 100%, 0 50px);
}

.keyword_block1 .box1:before{
    width: 28px;
    left: -4px;
    bottom: 8px;
}

.keyword_block1 h2 {
    font-size: 20px;
    margin-bottom: 20px;
}

.keyword_block1 .box1 .read {
    font-size: 13px;
    margin-top: 10px;
    text-align: left;
}

.keyword_block1 .box1 .search_box{
	margin-top: 30px;
}

.keyword_block1 .box1 .search_box .space{
}

.keyword_block1 .box1 .search_box .space .keyword{
	width: 70%;
}

.keyword_block1 .box1 .search_box .space .keyword input{
    /* padding: 10px; */
    font-size: 14px;
    padding: 14px 15px 14px 35px;
}

.keyword_block1 .box1 .search_box .space .btn{
	width: 30%;
}

.keyword_block1 .box1 .search_box .space .btn input{
	font-size: 18px;
	/* padding: 7.5px 0 7.5px 7%; */
}


.keyword_block1 .box2 {
    margin-top: 40px;
}


/* ----------------------------- 製品ジャンル検索 */

.product_genre_block1 {
    padding: 60px 0 40px;
}

.product_genre_block1:before{
    display: none;
}

.product_genre_block1 .box1 {
    margin-top: 30px;
}

.product_genre_block1 h2 {
    font-size: 20px;
    margin-bottom: 20px;
}

.product_genre_block1 .box1 .genre_selection {
    /* margin-top: 20px; */
}

.product_genre_block1 .box1 .genre_selection li {
    width: 49%;
    margin-right: 1%;
    margin-bottom: 1%;
}

.product_genre_block1 .box1 .genre_selection li a{
	
}

.product_genre_block1 .box1 .genre_selection li.current{
	
}

.product_genre_block1 .box1 .genre_selection li .icon{
    width: 70px;
    height: 50px;
}

.product_genre_block1 .box1 .genre_selection li .genre_name{
    font-size: 11px;
}



.product_genre_block1 .box2 {
    margin-top: 30px;
}




/* ----------------------------- お問い合わせ */

.contact {
    padding: 60px 0 40px;
}

.contact h2{
    font-size: 20px;
    margin-bottom: 20px;
}

.contact_block1 .box h3{
    font-size: 18px;
    text-align: left;
}

.contact_block1 .box .read{
    text-align: left;
    margin-top: 20px;
  }

.contact .box {
    margin-top: 20px;
    padding: 6%;
}

.contact .box .contact_btn p{
    width: 250px;
}

.contact .box .contact_btn input {
    width: 200px;
}

.contact .box .contact_btn input[type="button"]{
    margin-bottom: 10px;
}



.completion {
    padding: 60px 0 40px;
    text-align: left;
}

.completion h2{
    font-size: 18px;
}

.completion p {
    margin-top: 20px;
    font-size: 14px;
}


/* ----------------------------- エラーページ */

.error {
    padding: 100px 0;
}

.error p{
    font-size: 17px;
}



/* ----------------------------- ページタイトル */

.page_tit1{
	font-size: 18px;
    /* margin-top: 10px; */
    margin-top: 0;
}


/* ----------------------------- 告知ページ */

.soon{
    padding: 60px 0;
    margin-top: -40px;
}

.soon h2{
    font-size: 22px;
}


/* ----------------------------- パスワード登録・詳細情報入力 */

.register_block1 {
    padding: 40px 0;
}

.register_block1 .read {
    text-align: left;
}

.register_block1 .password{
    margin-top: 30px;
}

.register_block1 .box {
    margin-top: 40px;
}

.register_block1 .box .inner{
	border-radius: 20px;
    padding: 2% 3%;
    margin-top: 20px;
}

.register_block1 .box table{
    margin-top: 10px;
}

.register_block1 .box table th{
    display: block;
    padding: 15px;
    width: auto;
    border-bottom: 0;
}

.register_block1 .box table th .required{
    float: none;
    margin-left: 2em;
}

.register_block1 .box table td{
    display: block;
    padding: 15px;
    border-bottom: 0;
}

.register_block1 .box table tr:last-child td{
    /* border-bottom: 1px solid #707070; */
}

.register_block1 .box table td .checkbox label{
    width: auto;
    float: none;
    display: block;
}


.register_block1 .box .privacy_policy{
    margin-top: 40px;
}


.register_block1 .box .contact_btn{
    margin-top: 40px;
}

.register_block1 .box .contact_btn span{
    width: 100%;
    box-sizing: border-box;
    margin-top: 20px;
}

.register_block1 .box .contact_btn input{
    font-size: 16px;
}

.register_block1 .box .contact_btn input[name="btn_confirm"] {
    width: 100%;
}

.register_block1 .box .contact_btn input[name="btn_back"]{
    width: 100%;
    margin-right: 0;
}

.register_block1 .box .contact_btn input[name="btn_send"] {
    width: 100%;
    /* margin-top: 20px; */
}



/* ----------------------------- パスワード登録完了 */

.register_completion .read strong{
    font-size: 18px;
    margin: 10px 0;
}

.register_completion .btn{
    width: 240px;
    margin: 30px auto;
}

.register_completion .btn a{
    font-size: 16px;
}



/* ----------------------------- パスワード登録・詳細情報入力 */

.passwordregister .box .contact_btn{
    width: 300px;
    margin-top: 40px;
}

.passwordregister .box .contact_btn a{
    font-size: 18px;
}



/* ----------------------------- CECフェア2023講演お申込みフォーム */

.reservechange_block1{
	padding: 40px 0;
}

.reservechange_block1 .read{
	font-size: 14px;
	text-align: left;
}

.reservechange_block1 .box{
	border-radius: 20px;
    padding: 5% 7%;
    margin-top: 30px;
}

.reservechange_block1 .box h3{
	font-size: 18px;
}

.reservechange_block1 .box .inner{
	margin-top: 10px;
}

.reservechange_block1 .box .inner table{
	width: auto;
    display: block;
}

.reservechange_block1 .box .inner table th{
    display: block;
	padding: 10px 0 0;
}

.reservechange_block1 .box .inner table td{
    display: block;
	padding: 0;
}

.reservechange_block1 .box .inner .dibl{
	margin-top: 15px;
}

.reservechange_block1 .box .inner .dibl .choice{
	margin-top: 5px;
}

.reservechange_block1 .box .inner .note{
	font-size: 13px;
}


.reservechange_block1 .privacy_policy{
    padding: 3% 5%;
    margin-top: 30px;
}

.reservechange_block1 .contact_btn{
	margin-top: 30px;
    text-align: center;
}

.reservechange_block1 .contact_btn input{
	width: 320px;
    font-size: 16px;
}

.reservechange_block1 .contact_btn input[name="btn_back"]{
    width: 220px;
    margin-right: 0;
}

.reservechange_block1 .contact_btn input[name="btn_send"] {
    width: 220px;
    margin-top: 20px;
}


/* ----------------------------- フッター */

.footer{
}

.footer .logo{
	width: 170px;
}

.footer .footer_link {
    margin-top: 10px;
}

.footer .footer_link a {
    /*padding: 0 0.5em;*/
    font-size: 13px;
}

.copy{
	/* margin-top: 10px; */
}

.copy.space{
    margin-bottom: 17vw;
}

.pagetop {
    width: 55px;
    right: 1% !important;
}



}