@charset "utf-8";

/*** total style ***/
* {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	background-color: undefined;
}
html {
	min-height: 100%;
	position: relative;
}
body {
	background-color: white;
	color: black;
	font-family: 'Montserrat', 'Noto Sans Japanese', 'メイリオ',Meiryo, 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', sans-serif;
	font-size: 100%;
	min-width: 970px;
	width: 100%;
	margin: 0 auto;
}
body.no-scroll {
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
.backstretch img{
	max-width: none !important;
}
}
.close_txt {
	text-align: center;
	font-size: 30px;
}
@media only screen and (max-width: 768px) {
	.w970.close_txt {
		text-align: center;
		font-size: 4vw;
		padding-top: 6.25%!important;
		padding-bottom: 6.25%!important;
	}
}
/*** clearfix ***/
.cf:before, .cf:after {
	content:"";
	display:block;
	overflow:hidden;
}
.cf:after { clear:both; }
.cf {
	zoom: 1;
}

/*** normalize 対策 ***/
p {
	margin: 0;
}
ul {
	padding: 0;
	margin: 0;
}
li {
	list-style: none;
	float: left;
}
img{
	vertical-align: top;
}
table{
	border: 0;
	border-collapse: collapse;
/* 	height: 70px; */
	background-color: undefined;
}
table tr{
	padding: 0;
}
table tr td{
	border: 1px;
	padding: 0;
}

h1,h2,h3,h4,h5,h6{
	margin: 0;
	padding: 0;
}
.w970,
.w970_shownet {
	width: 970px;
	margin: auto;
}
.flR {
	float:right;
	margin-left:10px;
}
.flR02 {
	float:right;
	margin-left:35px;
}
.pdt_p {
	padding-top: 10px;
}
.pdt_link {
	padding-top: 30px!important;
}
.program_color {
	color: #000;
}
.flL {
	float:left;
	margin-right:10px;
}
.ta_r {
	text-align: right;
}
.ta_l {
	text-align: left;
}
.ta_c {
	text-align: center;
}
.pr20 {
	padding-right: 20px;
}
.pl20 {
	padding-left: 20px;
}
.ptb20 {
	padding: 20px 0;
}
.pt20 {
	padding-top: 20px;
}
.mt0 {
	margin: 0 !important;
}
.p50 {
	padding: 30px;
}
.poR {
	position: relative;
}
.pb5 {
	padding-bottom: 5px !important;
}
.mt10 {
	margin-top: 10px !important;
}
.mt20 {
	margin-top: 20px !important;
}
.mt30 {
	margin-top: 30px !important;
}
.mt40 {
	margin-top: 40px !important;
}
/*** mouse over ***/
a img {
	border: medium none transparent;
}
a:hover img {
	filter:alpha(opacity=60);
	opacity: 0.6;
}
a {
	color: #6a8aab;
/* 	text-decoration: none; */
}
a:hover {
	text-decoration: none;
}
.mainTxt {
	font-size: 16px;
}
.normalTxt {
	font-size: 14px;
}
.smallTxt {
	font-size: 12px;
}
.subTitle {
	color: #006eb0!important;
	font-size: 36px!important;
}
.heading_circle {
	border: 1px solid #006eb0;
	color: #006eb0!important;
	display: inline-block;
	padding: 2px 40px;
	border-radius: 20px;
}
.heading4 {
	padding:5px;
	background-color:#e9e7e1;
	font-size:16px;
	height: 40px;
	line-height: 32px;
	padding-left: 0.8em;
}
.block {
	position: relative;
	float: left;
	margin-right: 14px;
}
.no_gutter .block {
	margin-right: 0;
}
.block:last-child {
	margin-right: 0;
}
.col-2 .block {
	width: 478px;
}
.col-3 .block {
	width: 314px;
}
.col-2.no_gutter .block {
	width: 485px;
}
.col-3.no_gutter .block {
	width: 323.33333333px;
}
.defaultSize {
	max-height: 316px;
}
a.noLink {
	filter:alpha(opacity=40);
	opacity: 0.4;
	cursor: default;
}
a.noLink:hover img {
	filter:alpha(opacity=40);
	opacity: 0.4;
}
@media only screen and (max-width: 768px) {
	.sp_mt10 { margin-top: 10px !important; }
	.sp_mt20 { margin-top: 20px !important; }
	.sp_mt30 { margin-top: 30px !important; }
	.sp_mt40 { margin-top: 40px !important; }
	.subTitle {
		font-size: 5vw!important;
	}
	.heading4 {
		font-size: 4vw!important;
		line-height: 1.5!important;
		height: auto;
	}
	.col table:first-child,
	.col table:first-child td:last-child,
	.col ul:first-child,
	.col ol:first-child {
		margin-bottom: 0!important;
		border-bottom: none!important;
	}
	.col ul:first-child li:last-child,
	.col ol:first-child li:last-child {
		margin-bottom: 10px!important;
		border-bottom: none!important;
	}
	.col-2 .block,
	.col-3 .block {
		width: 100%;
	}
	.sp_block {
		float: left;
		margin-right: 2%!important;
	}
	.sp_block:last-child {
		margin-right: 0!important;
	}
	.sp_col-2 .sp_block {
		width: 49%!important;
	}
	.sp_col-3 .block {
		width: 32%!important;
	}
	.defaultSize {
		max-height: auto;
	}
}

.fa-arrow-circle-right {
	margin-right: 10px;
}
.fa-external-link {
	margin-left: 2px;
}

.pageTop {
	position: fixed;
	bottom: 30px;
	right: 70px;
	z-index: 105;
}


/********************************/
.sp {
	display: none!important;
}
.pc {
	display: block;
}
/* スマートフォンサイトへボタン */
#spLinkBlockInPc {
	display: none;
	text-align: center;
	background-color: #262261;
	padding: 30px 0;
}
#spLinkBlockInPc a{
	display: block;
	color: #000;
	font-size:40px;
	letter-spacing: 0;
	box-shadow: inset 0 -1px 1px rgba(0, 0, 0, 0.9), inset 0 1px 0 rgba(255, 255, 255, 0.4);
	border-radius: 6px;
	text-decoration: none;
	padding: 15px 0;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.99, #b8b8b8), color-stop(0.00, #fff));
	background: -webkit-linear-gradient(top, #fff 0%, #b8b8b8 99%);
	background: -moz-linear-gradient(top, #fff 0%, #b8b8b8 99%);
	background: -o-linear-gradient(top, #fff 0%, #b8b8b8 99%);
	background: -ms-linear-gradient(top, #fff 0%, #b8b8b8 99%);
	background: linear-gradient(to bottom, #fff 0%, #b8b8b8 99%);
	border:1px solid #ccc;
	width:75%;
	text-align:center;
	margin:0 auto;
}
#spLinkBlockInPc a{/*リンクされた文字*/
	color:#000;
	font-style:normal;
	text-decoration:none;
}
#spLinkBlockInPc a:link {/*未訪問のリンク*/
	color:#000;
	font-style:normal;
	text-decoration:none;
}
#spLinkBlockInPc a:visited {/*訪問後のリンク*/
	color:#000;
	text-decoration:none;
}
#spLinkBlockInPc a:hover {/*マウスをのせたとき*/
	color:#000;
	font-style:normal;
	text-decoration:none;
}

/*メインビジュアル*/
.topMainVisual {
	position: relative;
	overflow: hidden;
	background-color: #fff;
	margin: 0;
	z-index: 102;
	width: 100%;
	height: 800px;
}
.mainVisual {
	position: absolute;
	left: calc(50% - 90px);
	top: 0;
	width: calc(50% + 90px);
	height: 100%;
}
.topMainVisual:before {
	content: "";
	position: absolute;
	display: block;
	background: url(/lbj/2018/images/top_exhibition/top_base_left.jpg) left bottom repeat-x;
	background-size: auto 100%;
	top: 0;
	right: calc(50% + 90px);
	width: 100%;
	height: 100%;
	z-index: 2;
}
.topMainVisual:after {
	content: "";
	position: absolute;
	display: block;
	background: rgba(0, 79, 125, 0.7);
	background-size: 100% auto;
	background-image: url(/lbj/2018/images/top_exhibition/filter.png);
	background-position: right bottom;
	background-repeat: no-repeat ;
	top: 0;
	width: 100%;
	height: 100%;
}
@media only screen and (max-width: 768px) {
	.topMainVisual .filter {
		background-size: 100%;
	}
	.topMainVisual:after {
		background: rgba(0, 79, 125, 0.7);
		background-image: url(/lbj/2018/images/top_exhibition/filter-sp.png);
		background-position: right bottom;
		background-repeat: no-repeat ;
	}
}

.mainVisualBox {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 960px;
	height: 424px;
	margin: auto;
	text-align: center;
	z-index: 3;
}
.mainVisualLogoArea {
	margin-bottom: 30px;
	text-align: left;
}
.mainVisualLogoArea>img {
	display: inline-block;
	vertical-align: middle;
}
.mainVisualLogoArea p.datePlace {
	font-size: 24px;
	font-weight: bold;
	color: #fff;
	margin-top: 20px;
}
.mainVisualLogoArea p.datePlace span {
	font-size: 18px;
}
@media only screen and (min-width: 769px) {
	.mainVisualLogoArea>img {
		max-width: 555px;
	}
}
.mainVisualConfArea {
	color: #fff;
	margin: 0 auto;
	text-align: left;
	width: 564px;
	float: left;
}
.mainVisualConfArea p {
	font-size: 34px;
	font-weight: bold;
	line-height: 1.2;
}
.topMainVisual .registrationBtnWrap {
  overflow: hidden;
	width: 396px;
	margin-top: 24px;
	float: right;
}
.registrationBtn a,
.registrationBtn span.grayout{
	display: block;
	color: #fff;
	width: 100%;
	margin: 0 auto;
	padding: 0 18px;
	line-height: 50px;
	height: 50px;
	text-align: left;
	font-weight: normal;
	font-size: 18px;
	position: relative;
  background-color: #dfa01e;
	border-radius: 30px;
	text-decoration: none;
}
.registrationBtn a:hover {
	background-color: #e9c375;
}
.registrationBtn span.grayout {
	background-color: #f3e6cc;
}
.topMainVisual .registrationBtn a span,
.topMainVisual .registrationBtn span.grayout span{
	background-color: #fff;
	border-radius: 12px;
	font-size: 13px;
	line-height: 13px;
	font-weight: bold;
	display:inline-block;
	padding: 5px 12px;
	position: absolute;
	top: 14px;
	right: 12px;
	color: #dfa01e;
}
.topMainVisual .registrationBtn span.grayout span {
	color: #f3e6cc;
}
.scrolldown {
	margin: 40px auto 0;
}

/*カルーセル*/
.bnrArea {
    background: #00417d;
    width: 100%;
    overflow: hidden;
    position: relative;
    padding: 40px 0;
    z-index: 102;
    color: #fff;
    text-align: center;
}
.bnrArea h3 {
    margin-bottom: 20px;
    font-size: 30px;
    font-weight: bold;
}
.bnrArea ul {
    width: 100%;
    height: auto;
    margin: 0 auto;
		display: flex;
	justify-content: center;
}
.bnrArea ul li {
	display: inline-flex;
    margin: 0 7px 20px;
    font-size: 16px;
    font-weight: bold;
    padding: 2px 10px;
    border: 2px solid #fff;
    border-radius: 17px;
}
.bnrArea p {
    font-size: 14px;
    line-height: 1.8em;
    clear: both;
}

/* section */
.mainSectionArea {
	padding: 55px 0;
}
.mainSectionArea h2 {
	background: url(/lbj/2018/images/common/bg_h2_g.png) right bottom no-repeat;
	text-align: center;
  font-size: 40px;
  font-weight: normal;
  color: #fff;
  padding: 0;
  margin: 0 0 40px;
	height: 50px;
	line-height: 50px;
}
.mainSectionArea h3 {
	font-size: 18px;
	margin: 0px 0px 15px 0px;
}
.mainAbout,
.mainExplanation {
	margin: 20px 0;
  text-align: left;
}
.linkBtnWrap {
	display: inline-block;
	width: auto;
}
.linkBtnWrapInt {
	display: inline-block;
	width: 200px;
	text-align: right;
}
a.linkBtn,
span.linkBtn {
	background-color: #006eb0;
	border-radius: 25px;
	color: #fff;
  text-align: center;
  line-height: 50px;
  display: block;
  width: 478px;
  text-decoration: none;
}
.grayout span.linkBtn {
	background-color: #c6dcea;
  opacity: 0.7;
}
a.linkBtn:hover {
	background-color: #63a5cd;
}
.poR span.linkBtn.grayout {
	background-color: #f3e6cc;
}

/* 開催実績 */
.mainSectionArea.performance h2{
  background: url(/lbj/2018/images/common/bg_h2.png) right bottom no-repeat;
}
.performance {
	background: #9adbff;
}
.performance ul {
	margin-top: 40px;
}
.performance ul li {
  background: #fff;
  margin-right: 15px;
  width: 231px;
}
.performance ul li:last-child {
  margin-right: 0;
}
.performance ul li .ttl {
  background: #006eb0;
  color: #fff;
  text-align: center;
  padding: 5px 0;
  font-size: 18px;
  font-weight: bold;
}
.performance ul li.last .ttl {
  background: #0093c6;
}
.performance ul li .txt {
  padding: 15px;
}
.performance ul li .count {
  color: #006eb0;
  font-size: 39px;
  text-align: center;
  padding: 0 0 15px;
	line-height: 1;
}
.performance ul li.last .count {
  color: #0093c6;
}
.performance ul li .count span {
  font-size: 17px;
}
.performance ul li .data {
  font-size: 12px;
}
.performance .plans {
  margin: 40px auto 20px;
  text-align: center;
}

.nextYear {
  display: flex;
  background-color: #fff;
  margin-top: 30px;
  text-decoration: none;
}
.nextYear:hover {
  background-color: #dfa01e;
  text-decoration: none;
}
.nextYear-logo {
  flex-grow: 1;
  background-color: #00417d;
  padding: 20px 40px;
  text-align: center;
}
.nextYear-logo img {
  max-width: 200px;
}
.nextYear-message {
  flex-grow: 3;
  color: #000;
  font-size: 26px;
  font-weight: bold;
  line-height: 1.4;
  padding: 5px 20px;
  text-align: center;
}
.nextYear-message strong {
  color: #dfa01e;
  font-size: 46px;
}
.nextYear:hover .nextYear-message,
.nextYear:hover .nextYear-message strong {
  color: #fff;
}
.nextYear:hover .nextYear-logo img {
  opacity: 1;
}

/*What's new*/
.whatNewWrap {
	background-color: #f2faff;
	padding: 20px 0;
}
.whatNewWrap .whatNew01 {
  background: #3d8acf;
	color: #fff;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	width: 150px;
	font-size: 20px;
	text-align: center;
	padding: 5px 0;
	margin-right: 13px;
	float: left;
}
.whatNewWrap .whatNew02 {
	float: left;
	width: 670px;
	line-height: 36px;
	overflow: hidden;
}
.whatNewWrap .whatNew02 ul {
	position: relative;
}
.whatNewWrap .whatNew02 ul li {
	display: none;
}
.whatNewWrap .whatNew02 ul li a {
	color: #006eb0;
}
.whatNewWrap .whatNew02 ul li .whatNewTxt01 {
	float: left;
	display: block;
}
.whatNewWrap .whatNew02 ul li .whatNewTxt02 {
	margin: 0 0 0 140px;
	display: block;
}
.whatNewWrap .whatNew01_en {
  background: #262261;
	color: #fff;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	width: 150px;
	font-size: 20px;
	text-align: center;
  font-weight: bold;
	padding: 5px 0;
	margin-right: 20px;
	float: left;
}
.whatNewWrap .whatNew02_en {
	float: left;
	width: 643px;
	line-height: 36px;
	overflow: hidden;
}
.whatNewWrap .whatNew02_en ul {
	position: relative;
}
.whatNewWrap .whatNew02_en ul li {
	display: block;
	width: 800px;
}
.whatNewWrap .whatNew02_en ul li .whatNewTxt01 {
	float: left;
	display: block;
}
.whatNewWrap .whatNew02_en ul li .whatNewTxt02 {
	margin: 0 0 0 110px;
	display: block;
}
.whatNewWrap .whatNew03 {
	float: right;
	line-height: 36px;
}
.whatNewWrap .whatNew03 a {
	color: #006eb0;
	display: block;
	padding: 0;
	margin: 0 0 0 20px;
	font-size: 14px;
	text-decoration: underline;
}
.whatNewWrap .whatNew03 a:hover {
	text-decoration: none;
}

/* NewsAt */
.mainNewsatBg {
	background: url(/lbj/2018/images/top_exhibition/bg_news.jpg) 0 0 repeat;
  background-size: cover;
	padding-bottom: 50px;

}
.mainNewsatBg.mainNewsatBg h2 {
	background-image: none;
	background-color: #006eb0;
	color: #fff;
	font-size: 20px;
	text-align: left;
	padding: 0 0 0 20px;
	margin: 0;
	line-height: 40px;
	height: 40px;
	vertical-align: bottom;
}
.mainNewsatBg.mainNewsatBg h2 span {
	font-size: 14px;
  display: inline-block;
	margin-left: 25px;
}
.mainNewsatBg .link_newsat_bn {
  display: inline-block;
  font-size: 14px;
  float: right;
  padding-left: 5px;
  padding-right: 5px;
  color: #fff;
  text-decoration: none;
  margin-right: 10px;
}
.newsat {
 	background-color: #fff;
}
.newsat ul {
 	background-color: #fff;
	position: relative;
	height: 5em;
	overflow: hidden;
}
.newsat ul li {
  display: none;
  width: 100%;
	padding: 10px 20px;
  box-sizing: border-box;
	line-height: 1.5;
}
.newsat ul li .newsat_date {
  position: relative;
  width: 100%;
	font-weight: normal;
  height: 1.75em;
  margin-bottom: 0.25em;
  font-size: 14px;
  overflow: hidden;
}
.newsat ul li p {
  position: relative;
  height: 1.75em;
	width: 100%;
  font-size: 14px;
  padding-top: 0.25em;
  word-wrap: break-word;
  border-top: 1px solid #ccc;
  box-sizing: border-box;
  overflow: hidden;
}
.newsat_date:before,
.newsat_date:after,
.newsat ul li p:before,
.newsat ul li p:after {
  background: #fff;
  position: absolute;
}
.newsat_date:before,
.newsat ul li p:before {
  content: "...";
  top: 0;
  right: 0;
}
.newsat_date:after,
.newsat ul li p:after {
  content: "";
  height: 100%;
  width: 100%;
}
.newsat ul li p a {
	color: #006eb0;
	text-decoration: underline;
}
.newsat ul li p a:hover {
	text-decoration: none;
}
.tag_newsat {
  font-size: 12px;
  color: #fff;
  border-radius: 10px;
  padding: 3px 5px;
	padding: 1px 5px 2px 5px;
	text-align: center;
  margin-right: 5px;
  white-space: nowrap;
}
.tag_seminar{
	background-color: #f7b141;
}
.tag_newproduct{
	background-color: #f7b141;
}
.tag_exhibit{
	background-color: #f7b141;
}
.tag_campaign{
	background-color: #f7b141;
}
.tag_cloud,
.tag_mobility,
.tag_it,
.tag_signage,
.tag_media,
.tag_location{
	background-color: #918d86;
}
.tag_other,
.tag_iot,
.tag_5G,
.tag_AI,
.tag_app{
	background-color: #918d86;
}
.tag_net,
.tag_sec,
.tag_sdi{
	background-color: #918d86;
}

/* 基調講演 */
.mainExplanationBg {
	position: relative;
	width: 100%;
}
.mainExplanationBg::after {
	position: absolute;
	content: '';
	top: 120px;
	left: calc(50% - 196px);
	width: calc(50% + 196px);
	height: 350px;
  background: url(/lbj/2018/images/top_exhibition/bg_mainexplanation.jpg) left center no-repeat;
	background-size: cover;
	z-index: -1;
}
.mainExplanationBg .kyenoteBtnWrap {
	margin-top: 30px;
}
.mainExplanationBg .titleBox{
	background-color: #4063cb;
	width: 395px;
	float: left;
	padding: 25px 30px;
	margin-bottom: 25px;
}
.mainExplanationBg .titleBox h2 {
	text-align: left;
	margin-bottom: 22px;
  background: url(/lbj/2018/images/common/bg_h2_s.png) right top no-repeat;
	padding: 0 0 0 10px;
	width: 336px;
}
.mainExplanationBg .titleBox p {
	color: #fff;
	margin: 0;
}
.kyenoteBtnWrap .linkBtn{
    float: left;
}
.kyenoteBtnWrap .kyenoteBtn01{
    margin-right: 13px;
}
.newsBtnWrap {
    text-align: center;
    margin-top: 20px;
}

/* スポンサー */
.sponsorBg {
	background-color: #f2faff;
}
.sponsors01 {
	width: 970px;
	margin: 0 auto;
}
@media only screen and (min-width: 769px) {
	.sponsors01 .caroufredsel_wrapper {
		height: 110px !important;
		width: 970px !important;
		-webkit-backface-visibility:hidden;
    backface-visibility:hidden;
	}
}
#sponsorsLogoList li,
#sponsorsLogoList02 li{
  overflow: hidden;
	background-color: #fff;
	width: 232px;
	height: 70px;
  margin-right: 14px;
	margin-bottom: 12px;
}
@media only screen and (min-width: 769px) {
	#sponsorsLogoList li:nth-child(4n){
			margin-right: 0;
	}
}
.coLocatedBtnWrap .linkBtn01 {
	width: 232px;
	float: left;
	margin-right: 13px;
	background-color: #fff;
}
.coLocatedBtnWrap p:last-child .linkBtn01 { margin-right: 0;}
.coLocatedBtnWrap .linkBtn01 img { vertical-align: middle;}
.pertnerBtnWrap {
	width: 185px;
	margin: 30px auto;
	text-align: center;
}

/* 開催概要 */
.mainAboutBg {
	background-color: #f2faff;
}
.mainAboutBg h2 {
	display: none;
}
.mainAboutBg h3 {
	background-color: #7393bc;
	color: #fff;
	font-weight: normal;
	height: 44px;
	line-height: 44px;
	margin-bottom: 0;
	padding-left: 22px;
}
.mainAboutBg table {
	width:100%;
}
.mainAboutBg table th,
.mainAboutBg table td {
	border-bottom: solid 2px #f0f0f0;
	font-size:14px;
	line-height:140%;
	padding: 10px 22px;
}
.mainAboutBg table th {
	width:20%;
	background-color:#f6f6f6;
	text-align:left;
	vertical-align:middle;
}
.mainAboutBg table td {
	background-color:#fff;
	width:70%;
}

/*基調講演*/
.kouen_img{
	margin-top: 20px;
}
.kouen_img_en{
	margin-top: 40px;
}
.pickup {
	clear: both;
	margin-top: 40px;
}
.pickup p.pick_title {
	font-size: 16px;
	font-weight: bold;
	background-color: #3d6ca6;
	line-height: 40px;
	color: #fff;
	text-align: center;
}
.pickupParson {
	background-color: #fff;
	overflow: hidden;
}
.pickupParsonList{
	border: #e9e9e9 solid 1px;
  border-top: none;
	position: relative;
  background: #fff;
  width: 50%;
  font-size: 14px;
  border-left: #e7e9eb solid 1px;
  border-right: #e7e9eb solid 1px;
  border-bottom: #e7e9eb solid 1px;
}
.pickupParsonList.firstList{
	position: relative;
  float: left;
  background: #fff;
  width: 100%;
  height: auto;
  font-size: 14px;
}
.pickupTwoColumn {
	display:flex;
	flex-wrap:wrap;
	/* justify-content: space-between; */
	width:100%;
}
.pickupTwoColumn::before{
  content:"";
  display: block;
  width:49%;
  order:1;
}
.pickupTwoColumn::after{
  content:"";
  display: block;
  width:49%;
}
.pickupTwoColumn .pickupParsonList{
	width: 50%;
}
.pickupParsonListHead {
	overflow: hidden;
  background: #f3f3f3;
  padding: 2% 4%;
	height: auto;
}
.pickupParsonList.firstList .pickupParsonListHead {
  padding: 1% 2%;
}
.pickupParsonListHead h4 {
	color: #3d6ca6;
  font-size: 24px;
  font-weight: bold;
	display: inline-block;
  vertical-align: middle;
}
.pickupParsonListHead h4 span {
	margin-left: 1em;
  color: #292728;
  font-size: 0.8em;
  font-weight: normal;
}
.pickupParsonListHead .pickupStatus {
  display: block;
	margin-top: 3px;
  margin-bottom: 3px;
  vertical-align: middle;
  overflow: hidden;
}
.firstList .pickupParsonListHead .pickupStatus {
	display: inline-block;
  margin-left: 1vw;
  margin-bottom: 0;
}
.pickupParsonListHead .pickupStatus li {
	margin-right: 10px;
  font-size: 11px;
	line-height: 1.7em;
  padding: 0 0.5em;
  border-radius: 15px;
  color: #fff;
}
.pickupParsonListHead .pickupStatus li.event_int {
	background-color: #171c61;
}
.pickupParsonListHead .pickupStatus li.event_lbj {
	background-color: #3d6ca6;
}
.pickupParsonListHead .pickupStatus li.event_apps {
	background-color: #a660a3;
}
.pickupParsonListHead .pickupStatus li.tag_block {
	background-color: #6f2c91;
}
.pickupParsonListHead .pickupStatus li:last-child {
	line-height: 1.7em;
  padding: 0 0.5em;
  border-radius: 15px;
  color: #fff;
}
.pickupParsonListHead .pickupStatus li:last-child
.pick_end{
	margin-right: 0px!important;
}
.pickupParsonListBody {
	padding: 2% 4% 6%;
  color: #292728;
	/* height: 300px; */
	position: relative;
	overflow: hidden;
}
.pickupParsonListBody_first {
	height: auto!important;
}
.ps-container>.ps-scrollbar-y-rail>.ps-scrollbar-y {
    background: url(../images/common/over.png) top 5px center no-repeat,url(../images/common/under.png) bottom 5px center no-repeat!important;
    width: 11px!important;
    background-color: #25427a!important;
    margin-top: 0px;
}
.ps-container>.ps-scrollbar-y-rail {
    background-color: #eee!important;
    opacity: .9;
    margin-top: 0px!important;
    margin-bottom: 0px!important;
}
.pickupParsonList.firstList .pickupParsonListBody {
	padding: 1% 2% 3%;
  color: #292728;
}
.pickupParsonList .keynoteTtl {
	margin-bottom: 40px;
  font-size: 20px;
  font-weight: normal;
  letter-spacing: 1px;
  text-decoration: underline;
}
.pickupParsonList .keynoteTtl a {
	color: #25427a;
}
.pickupParsonListBody a {
	display: block;
  color: #25648d;
  text-decoration: underline;
}
.pickupParsonListBody .short_ttl {
	padding-top: 40px;
}
.pickupParsonListBody .row {
	overflow: hidden;
  width: 100%;
}
.pickupParsonListBody .row.row_next {
	overflow: hidden;
  width: 100%;
}
.pickupParsonListBody .txt {
	float: left;
  width: 60%;
}
.pickupParsonListBody span {
	display: block;
}
.pickupParsonListBody .img {
	float: right;
  width: 35%;
}
.pickupParsonList.firstList .pickupParsonListBody .img {
	float: right;
  width: auto;
}
.pickupParsonList.firstList .pickupParsonListBody .img img {
	max-width: 133px;
	height: auto;
}
.pickupParsonList:nth-child(even) {
	float: left;
}
@media only screen and (min-width: 769px) {
	.pickupParsonListBody .row.row_vertical {
		display: block;
		float: left;
		width: 30%;
		margin-right: 5%;
		margin-bottom: 30px;
	}
	.pickupParsonListBody .cb {
		clear: both;
	}
	.pickupParsonListBody .row.row_vertical.mr0 {
		margin-right: 0;
	}
	.pickupParsonListBody .row.row_vertical .txt,
	.pickupParsonListBody .row.row_vertical .img {
		float: none;
		width: 100%;
	}
	.pickupParsonListBody .row.row_vertical .img img {
		width: 100%;
		height: auto;
	}
	.pickupParsonListBody .row.row_vertical .txt {
		margin-top: 5px;
	}
}.pickupParsonList figcaption{
	position: absolute;
	left: 0;
	bottom: 0;
	background: rgba(37,66,122,1);
	width: 304px;
	height: 100px;
	padding: 8px 5px 0px 20px;
	color: #fff;
	font-size: 12px;
}
.pick_end figcaption{
	position: absolute;
	left: 0;
	bottom: 0;
	background: rgba(37,66,122,1);
	width: 304px;
	height: 100px;
	padding: 5px 5px 0px 20px;
	color: #fff;
	font-size: 12px;
}
.pickupParsonList figure a{
	position: relative;
	background: #333;
	display: block;
	width: 100%;
	height: auto;
}
.pickupParsonList figure a img{
	transition: 0.4s;
}
.pickupParsonList figure a:after{
	content: "";
	width: 100%;
	height: 404px;
	border: #e9eff5 solid 1px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 100;
  box-sizing: border-box;
	transition: 0.3s;
}
.pickupParsonList figure a:hover:after{
	border: #fff solid 5px;
  background-size: 35px auto;
	transition: 0.3s;
}
.pickupParsonList figure span.name{
	font-size: 18px;
	font-weight: bold;
}
.pickup_clear{
	clear: both;
}
.conf-recommend span {
  display: block;
  width: 100%;
  height: 1px;
  margin-bottom: 30px;
  background-color: #ccc;
}
.conf-recommend p {
  margin-top: 20px;
}
.conf-recommend p:first-child {
  margin-top: 30px;
}
@media only screen and (max-width: 768px) {
	.pickupTwoColumn .pickupParsonList{
		width:100%;
	}
  .pickupParsonList .prof.multi {
    display:block;
  }
  .pickupParsonList .multiple {
		display:flex;
		-webkit-flex-direction: row-reverse;
  	flex-direction:         row-reverse;
		width:100%;
  }
	.pickupParsonList .ph {
		width:55%;
	}
  .pickupParsonListHead .pickupStatus {
    display: inline-block;
    margin-left: 1vw;
    margin-bottom: 0;
  }
}

/*shownet_sponsor*/
.iotSponsorTable a.thickbox {
	float: right;
	width: 210px;
	padding-top: 10px;
	padding-bottom: 10px;
}


/*************************************
SP設定
**************************************/
@media only screen and (max-width: 768px) {
	* {
		max-width: 100% !important;
		min-width: inherit !important;
	}
	body {
		width: 100%;
		overflow-x: hidden;
	}
	a:hover img {
		filter:alpha(opacity=100);
		opacity: 1;
	}
	.sp {
		display: block!important;
	}
	.pc {
		display: none!important;
	}
	.w970 {
		overflow: hidden;
		width: 100%;
		padding: 0 3.125%!important;
	}
	.mgt5{
		margin-top: 3.125%!important;
	}
	.topMainVisual {
		z-index: 1;
		height: auto;
		padding-bottom: 15%;
    transition: all .3s;
	}
	.mainVisualBox {
		padding-top: 10vh;
		width: 93.75%;
		height: auto;
		margin: 0 3.125%;
	}
	.mainVisualLogoArea {
		margin-bottom: 3%;
	}
	.mainVisualBox img {
		width: inherit;
		max-width: 90%;
	}
	.mainVisualLogoArea p.datePlace {
		font-size: 14px;
	}
	.mainVisualLogoArea p.datePlace span {
		font-size: 12px;
	}
	.mainVisualConfArea {
		margin-bottom: 0;
	}
	.mainVisualConfArea p {
		font-size: 24px;
		font-weight: bold;
	}
  .topMainVisual .registrationBtnWrap {
    margin: 6.875% 0;
		width: calc(50% + 80px);
		max-width:396px;
 }
	.registrationBtn a,
	.registrationBtn_en a,
	.registrationBtn span.grayout,
	.registrationBtn_en span.grayout{
		height: auto;
		font-size: 14px;
		line-height: 1.2;
		padding: 0.8em 15px;
	}
	.topMainVisual .registrationBtn a span,
	.topMainVisual .registrationBtn span.grayout span{
		top: 1.5em;
		right: 10px;
		padding: 3px 6px;
		font-size: 11px;
	}
	#scrolldown {
		max-width: 24% !important;
		margin: auto;
		text-align: center;
	}

	/*totopボタン*/
	.pageTop {
		opacity: 0;
		right: 3.125%;
		bottom :6.25%;
		width: 40px;
		height: 40px;
		/*transition: .3s;*/
	}
	.pageTop.scroll {
		opacity: 1;
	}
	.pageTop.fixd {
		position: absolute;
		right: 3.125%;
		bottom: 100%;
	}
	.pageTop.nav-hidden {
		visibility: hidden;
	}
	.pageTop_report.fixd {
		position: absolute;
		right: 0;
		bottom: 0;
	}
	.pageTop img {
		width: 100%;
		height: 100%;
	}

	.bnrArea {
		z-index: 1;
    transition: all .3s;
	}
	.bnrArea h3 {
		font-size: 18px;
	}
	.bnrArea ul {
		flex-wrap: wrap;
	}
	.bnrArea ul li {
		margin: 0 2px 10px;
		white-space: nowrap;
	}
	.bnrArea p {
		text-align: left;
	}
	.mainSectionArea h2 {
		font-size: 24px;
	}

	/*what's new*/
	.whatNewWrap {
		padding: 5.468% 0;
	}
	.whatNewWrap .whatNew01 {
		width: 100%;
		text-align: center;
		margin-bottom: 3.125%;
		padding: 5px 0;
		float: none;
	}
	.whatNewWrap .whatNew02 {
		float: none;
		width: 100%;
		line-height: 20px;
		font-size: 14px;
	}
	.whatNewWrap .whatNew02 .whatNewTxt01 {
		float: none;
		width: 100%;
	}
	.whatNewWrap .whatNew02 {
		margin-bottom: 3.125%;
	}
	.whatNewWrap .whatNew02 ul li .whatNewTxt02 {
		margin: 0;
	}
	.whatNewWrap .whatNew01_en {
		width: 100%;
		text-align: center;
		margin-bottom: 3.125%;
		padding: 5px 0;
		float: none;
	}
	.whatNewWrap .whatNew02_en {
		float: none;
		width: 100%;
		line-height: 20px;
		font-size: 14px;
	}
	.whatNewWrap .whatNew02_en .whatNewTxt01 {
		float: none;
		width: 100%;
	}
	.whatNewWrap .whatNew02_en {
		margin-bottom: 3.125%;
	}
	.whatNewWrap .whatNew02_en ul li {
		width: 100%;
		margin-bottom: 3.125%;
	}
	.whatNewWrap .whatNew02_en ul li:last-child {
		margin-bottom: 0px;
	}
	.whatNewWrap .whatNew02_en ul li .whatNewTxt02 {
		margin: 0;
	}
	.whatNewWrap .whatNew03 {
		float: none;
		border-left: none;
		font-size: 14px;
	}
	.whatNewWrap .whatNew03 a {
		margin: 0;
		padding-left: 0;
		line-height: 18px;
	}

	/*開催実績*/
	.mainSectionArea {
		padding: 6.25% 0;
	}
	.mainSectionArea h2 {
		margin-bottom: 6.25%;
	}
	.performance ul {
    margin-top: 0;
	}
	.performance ul li {
		float: left;
		width: 48.5%;
		margin: 0 0 3.125%;
	}
	.performance ul li:nth-child(2n) {
		float: right;
	}
	.performance ul li .ttl {
		font-size: 16px;
		padding: 0;
		line-height: 2em;
	}
	.performance ul li .ttl.performance_en {
		font-size: 3.8vw;
		padding: 0;
		line-height: 2em;
	}
	.performance ul li .txt {
		padding: 0 3.125% 3.125%;
	}
	.performance ul li .txt.performance_en {
		padding: 0 6.25% 6.25%;
	}
	.performance ul li .count {
		font-size: 28px;
		padding: 0;
		line-height: 2em;
	}
	.performance ul li .data {
		line-height: 1.6;
	}
	.performance ul li .data span {
		font-size: 10px;
		line-height: 1;
	}
	.performance ul li .data.performance_en {
		font-size: 3.2vw;
		line-height: 1.6;
	}
  .nextYear {
    display: block;
  }
  .nextYear-logo {
    padding: 10px;
  }
  .nextYear-logo img {
    width: 140px;
  }
  .nextYear-message {
    font-size: 16px;
    padding: 10px;
  }
  .nextYear-message strong {
    font-size: 26px;
  }

	/* APPS JAPANとは */
	.mainSectionArea.mainAboutBg {
		border: none;
		padding: 0;
	}
	.mainAboutBg .w970 {
		width: 100%;
		padding: 0 !important;
	}
	.mainAboutBg h3 {
		padding-left: 3.125%;
		transition: all .3s;
	}
	.mainAboutBg table th,
	.mainAboutBg table td {
		display: block;
		width: 100%;
		padding-left: 3.125%;
		padding-right: 3.125%;
		font-weight: normal;
	}

	/*基調講演*/
	.mainExplanationBg::after {
		background: none;
	}
	.mainExplanationBg .titleBox {
		width: 100%;
		margin-bottom: 0;
		padding: 15px;
	}
	.mainExplanationBg .titleBox h2 {
		margin-bottom: 10px;
		max-width: 336px;
	}
	.pickup {
		margin-top: 0;
	}
	a.linkBtn,
	span.linkBtn {
		float: none;
		background-size: 16px;
		background-position: 3% 49.5%;
		width: 480px;
		max-width: 100%;
		margin: 0 auto 3.125%;
		height: auto;
	}

	.reportBtnWrap .reportBtn01,
	.kyenoteBtnWrap .kyenoteBtn01,
	.kyenoteBtnWrap .linkBtn{
		float: none;
		margin: 3.125% auto;
	}
	.mainExplanationBg .kyenoteBtnWrap {
		margin-top: 6%;
	}
	.pickupParsonList{
		width: 100%;
		height: auto;
		margin: 0;
	}
	.pickupParsonList .keynoteTtl {
		margin-top: 3.125%;
		margin-bottom: 3.125%;
		height: auto;
		font-size: 4.2vw;
	}
	.pickupParsonListBody .short_ttl {
		padding-top: 0px;
	}
	.pickupParsonListBody .row.row_next {
		padding-top: 20px;
	}
	.pickupParsonList figure a img{
		width: 100%;
	}
	.pickupParsonList figure span.name{
    display: inline-block;
		font-size: 2.6vmax;
    margin-bottom: 2%;
	}
	.pickupParsonList figure a:after{
		display: none;
	}
	.pickupParsonList figcaption{
		position: inherit;;
		left: 0;
		top: 100%;
		background: rgba(37,66,122,1);
		width: 100%;
		height: auto;
		padding: 3% 4% 4% 4%;
		color: #fff;
		font-size: 1.8vmax;
	}
	.pick_end{
		margin-right: 0px!important;
		margin-bottom: 0%!important;
	}
  .mainSectionRow {
    margin: 3.125% auto;
  }
	.kouen_img_en {
		margin-top: 6.25%;
	}
	.pickupParsonList.firstList .pickupParsonListHead {
		overflow: hidden;
    background: #dee7f4;
    padding: 2% 4%;
	}
	.pickupParsonList.firstList .pickupParsonListBody {
		padding: 2% 4% 6%;
    color: #292728;
	}
	.pickupParsonList.firstList .pickupParsonListBody .img {
    float: right;
    width: 35%;
  }
	.pickupParsonListBody {
    height: auto;
  }
	.pickupParsonListHead {
    height: auto;
  }
	.pickupParsonListHead .pickupStatus li:last-child {
    padding: 0 1.5vw;
  }
	.pickupParsonListHead h4 {
    font-size: 6vw;
  }
	.pickupParsonListHead h4 span {
    font-size: 4vw;
  }

	/*news*/
	.mainNewsatBg h2 {
		font-size: 20px;
		margin-bottom: 0;
		padding-left: 3.125%;
		position: relative;
	}
	.mainSectionArea.mainNewsatBg h2 span {
		margin: 0 3.125% 0 0;
		line-height: 1.2;
	}
	.mainNewsatBg a.link_newsat_bn {
		position: absolute;
		display: block;
		font-size: 10px;
		right: 3.125%;
		top: 4%;
		margin-right: 0;
	}
  .newsat ul {
		height: 13em;
	}
  .newsat ul li {
		padding-right: 3.125%;
		padding-left: 3.125%;
	}
  .newsat ul li .newsat_date {
    height: 4.5em;
  }
  .newsat_date:before {
    top: 2.75em;
  }
  .newsat ul li p {
    height: 8em;
		margin-bottom: 1.5em;
  }
  .newsat ul li p:before {
    top: 5.75em;
  }

	/*スポンサー*/
	#sponsorsLogoList {
    overflow: auto;
		margin: 6.25% auto 0;
  }
  #sponsorsLogoList li {
    width: 31%;
		height: auto;
		margin: 0 2% 3.25% 0;
  }
	#sponsorsLogoList li:nth-child(3n){
			margin-right: 0;
	}
	.newsBtnWrap{
		margin-top: 10px;
  }
	.mainSponsorBg .newsBtnWrap{
		margin-top: 0;
  }
	#sponsorsLogoList02 li {
		max-width: 20vw !important;
		line-height: 3.2em;
	}
	.sponsors01 .caroufredsel_wrapper {
		margin-left: -3.125% !important;
		width: 150% !important;
		max-width: 150% !important;
		max-height: 85px;
		-webkit-backface-visibility:hidden;
		backface-visibility:hidden;
	}

	/*同時開催イベント*/
	.coLocatedBtnWrap {
		margin: 3.125% 0 0;
	}
	.coLocatedBtnWrap p {
		float: left;
		width: 49%;
		margin-bottom: 2%;
	}
	.coLocatedBtnWrap p:nth-child(2n) {
		float: right;
	}
	.coLocatedBtnWrap .linkBtn01 {
		width: 100%;
		margin-right: 0;
		line-height: 0;
	}
	.coLocatedBtnWrap p:nth-child(1) .linkBtn01 {
		padding: 0%;
	}
	.coLocatedBtnWrap p:nth-child(1) .linkBtn01 img {
		width: 100%;
	}
	.coLocatedBtnWrap p:nth-child(2) .linkBtn01 {
		padding: 0%;
	}
	.coLocatedBtnWrap p:nth-child(2) .linkBtn01 img {
		width: 100%;
	}
	.coLocatedBtnWrap p:nth-child(3) .linkBtn01 {
		padding: 0%;
	}
	.coLocatedBtnWrap p:nth-child(3) .linkBtn01 img {
		width: 100%;
	}
	.coLocatedBtnWrap p:nth-child(4) .linkBtn01 {
		padding: 0%;
	}
	.coLocatedBtnWrap p:nth-child(4) .linkBtn01 img {
		width: 100%;
	}
	.pertnerBtnWrap {
		width: 100%;
		margin: 0 auto;
	}
	.pertnerBtnWrap p {
		width: 100%;
		padding: 3.125% 0;
	}
	.pertnerBtnWrap img {
    width: 49%;
		height: auto;
		margin-bottom: 6.25%;
		padding-bottom: 6.25%;
	}
}
