@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) {
	.close_txt {
		text-align: center;
		font-size: 6vw;
		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;
}

.cs {
	opacity:0.3;
	cursor: default;
}
.cs a {
	cursor: default;
}
.cs a:hover,
.cs:hover img {
	opacity: 1 !important;
}

/*** normalize 対策 ***/
p {
	margin: 0;
}
ul {
	padding: 0;
	margin: 0;
}
li {
	list-style: none;
	float: left;
}
dd {
	margin: 0;
}
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;
}
em {
	font-style: normal;
}
.w970 {
	width: 970px;
	margin: auto;
}
.poR {
    position: relative;
}
.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: #d01126;
}
.smallTxt {
    font-size: 12px;
}
.flL {
	float:left;
	margin-right:10px;
}
.ta_r {
	text-align: right;
}
.ta_l {
	text-align: left;
}
.ta_c {
	text-align: center;
}
.mt20 {
	margin-top: 20px !important;
}
.mt30 {
	margin-top: 30px !important;
}
.mt40 {
	margin-top: 40px !important;
}
.mb30 {
	margin-bottom: 30px !important;
}

a img {
	border: medium none transparent;
}
a:hover img {
	filter:alpha(opacity=60);
	opacity: 0.6;
}
a {
	color: #d01126;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}

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

.block {
	position: relative;
	float: left;
	margin-right: 14px;
	margin-bottom: 14px;
}
.block:last-child {
	margin-right: 0;
}
.col-1 .block {
	width: 100%;
}
.col-2 .block {
	width: 478px;
}
.col-3 .block {
	width: 314px;
}
.col-4 .block {
	width: 232px;
}


.lowerTitleBG {
	position: relative;
	color: #FFFFFF;
	width: 100%;
	padding-top: 310px;
}
#about .lowerTitleBG {
	background: url(/dsj/2019/exhibitor/images/about/bg_top_about.jpg) center no-repeat;
	background-size: cover;
}
#report .lowerTitleBG {
	background: url(/dsj/2019/exhibitor/images/report/bg_top_report.jpg) center no-repeat;
	background-size: cover;
}
#exhibitor .lowerTitleBG {
	background: url(/dsj/2019/exhibitor/images/exhibitor/bg_top_exhibitor.jpg) center no-repeat;
	background-size: cover;
}
#shownet .lowerTitleBG {
	background: url(/dsj/2019/exhibitor/images/shownet/bg_top_shownet.jpg) center no-repeat;
	background-size: cover;
}
.lowerTitleInner {
	background: rgba(100,20,35,0.75);
	width: 100%;
	height: auto;
	padding-bottom: 18px;
}
.lowerTitleBG .w970 .titleWrapper {
	display: table-cell;
	vertical-align: middle;
}
.breadcrumb {
	width: 100%;
	display: table;
}
.breadcrumb p {
	color: #fbd;
	width: 970px;
	margin: 18px auto 9px;
	line-height: 1;
	font-size: 12px;
}
.breadcrumb a {
	color: #fbd;
}
.lowerTitleBG h2 {
	font-size: 44px;
	line-height: 44px;
	margin-bottom: 13px;
}
.lowerTitleBG h2 span {
	font-size: 18px;
	font-weight: normal;
	border: #fff 2px solid;
	border-radius: 10px;
	margin-left: 20px;
	display: inline-block;
	padding: 0 1.25em;
	line-height: 2.25em;
	vertical-align: top;
}
.lowerTitleBG .leadText {
	font-size: 14px;
}
.lowerTitleBG .leadText span {
	display: block;
	font-size: 16px;
	font-weight: 700;
}

#exhibitor .lowerTitleBG .leadText {
	font-size: 24px;
}
#exhibitor .lowerTitleBG .leadText em {
	font-size: 48px;
}
#exhibitor .lowerTitleBG .leadText em.year {
	font-size: 36px;
}

.pageTop {
	position: fixed;
	bottom: 30px;
	right: 40px;
	z-index: 105;
}

.mainSectionArea {
	padding-top: 50px;
}
.mainSectionArea h2 {
	text-align: center;
	font-size: 40px;
	background: url(/dsj/2019/exhibitor/images/common/bg_line.png) 0 100% repeat-x;
	padding: 0;
	margin: 0 0 30px;
	font-weight: normal;
}
.mainSectionArea h3.caption_about {
  font-size: 24px;
	margin: 0px 0px 15px 0px;
}
.diaList li {
	float: none;
	margin-bottom: 10px;
}
.diaList li:before {
	content: "♦";
}
a.linkBtn,
span.linkBtn{
	display: block;
	font-size: 18px;
	color: #fff;
	width: 100%;
	height: 60px;
	line-height: 60px;
	margin: 0 auto;
	padding: 0;
	text-align: center;
	background-color: #d01126;
	border-radius: 30px;
	text-decoration: none;
}

.aboutArea .block:nth-child(3) .linkBtn{
	background-color: #6547ff;
}

.conversionBtnWrap {
	margin-top: 30px;
}
.conversionBtnWrap a {
	display: block;
	font-size: 24px;
	font-weight: bold;
	color: #fff;
	width: 100%;
	height: 60px;
	line-height: 60px;
	margin: 0 auto;
	padding: 0;
	text-align: center;
	background-color: #6547ff;
	border-radius: 30px;
	text-decoration: none;
}
.registrationBtn a {
	display: block;
	font-size: 24px;
	color: #fff;
	width: 100%;
	min-height: 60px;
	line-height: 1;
	margin: 0 auto;
	padding: 6px;
	text-align: center;
	background-color: #6547ff;
	text-decoration: none;
	-ms-animation-name: pr-in;
	-ms-animation-duration: 1.5s;
	-ms-animation-timing-function: ease-in;
	-o-animation-name: pr-in;
	-o-animation-duration: 1.5s;
	-o-animation-timing-function: ease-in;
	-webkit-animation-name: pr-in;
	-webkit-animation-duration: 1.5s;
	-webkit-animation-timing-function: ease-in;
	-moz-animation-name: pr-in;
	-moz-animation-duration: 1.5s;
	-moz-animation-timing-function: ease-in;
}
.registrationBtn a small {
   font-size: 16px;
}

.registrationBtn span:after {
	content: ' ' !important;
}

a.linkBtn:hover,
.conversionBtnWrap a:hover,
.registrationBtn a:hover{
	text-decoration: none;
	opacity: 0.8;
}

.is-reflection {
	position: relative;
}
.is-reflection span {
	position: absolute;
	display: block;
	top: 0;
	right: 0;
	width: 100%;
	min-height: 60px;
	height: 100%;
	overflow: hidden;
}
.is-reflection span:after {
  -moz-animation: is-reflection 3s ease-in-out infinite;
  -moz-transform: rotate(45deg);
  -ms-animation: is-reflection 3s ease-in-out infinite;
  -ms-transform: rotate(45deg);
  -o-animation: is-reflection 3s ease-in-out infinite;
  -o-transform: rotate(45deg);
  -webkit-animation: is-reflection 3s ease-in-out infinite;
  -webkit-transform: rotate(45deg);
  animation: is-reflection 3s ease-in-out infinite;
  background-color: #fff;
  content: " ";
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: -180px;
  transform: rotate(45deg);
  width: 30px;
}
@keyframes is-reflection {
  0% { -webkit-transform: scale(0) rotate(45deg); transform: scale(0) rotate(45deg); opacity: 0; }
  80% { -webkit-transform: scale(0) rotate(45deg); transform: scale(0) rotate(45deg); opacity: 0.5; }
  81% { -webkit-transform: scale(4) rotate(45deg); transform: scale(4) rotate(45deg); opacity: 1; }
  100% { -webkit-transform: scale(50) rotate(45deg); transform: scale(50) rotate(45deg); opacity: 0; }
}
@-webkit-keyframes is-reflection {
  0% { -webkit-transform: scale(0) rotate(45deg); opacity: 0; }
  80% { -webkit-transform: scale(0) rotate(45deg); opacity: 0.5; }
  81% { -webkit-transform: scale(4) rotate(45deg); opacity: 1; }
  100% { -webkit-transform: scale(50) rotate(45deg); opacity: 0; }
}



table.aboutTbl01 {
	width:100%;
	border-top:solid 1px #ebebeb;
}
table.aboutTbl01 th,
table.aboutTbl01 td {
	height: 76px;
	border-bottom: solid 1px #ebebeb;
	font-size:14px;
	line-height:140%;
	padding: 18px 10px;
}
table.aboutTbl01 th {
	width:31%;
	background-color:#f6f6f6;
	vertical-align:middle;
}
table.aboutTbl01 td {
	width:70%;
}

/*スクロールバー*/
.ps-container>.ps-scrollbar-y-rail>.ps-scrollbar-y {
    background: url(/dsj/2019/exhibitor/images/common/over.png) top 5px center no-repeat,url(/dsj/2019/exhibitor/images/common/under.png) bottom 5px center no-repeat!important;
    width: 11px!important;
    background-color: #d01126!important;
    margin-top: 0px;
}
.ps-container>.ps-scrollbar-y-rail {
    background-color: #eee!important;
    opacity: .9;
    margin-top: 0px!important;
    margin-bottom: 0px!important;
}



/*トップページ*/
.topMainVisual:before {
	content: "";
	position: absolute;
	display: block;
	background: url(/dsj/2019/exhibitor/images/top_exhibition/top_base_left.png) left top no-repeat;
  background-size: auto 100%;
	top: 0;
	left: 0;
	width: 10px;
	height: 100%;
	z-index: 2;
}
.topMainVisual:after {
	content: "";
	position: absolute;
	display: block;
	background: rgba(140,15,45,0.75);
  background-size: auto 100%;
	top: 0;
	width: 100%;
	height: 100%;
}
.topMainVisual .filter {
	content: "";
	position: absolute;
	display: block;
	background: url(/dsj/2019/exhibitor/images/top_exhibition/video_filter_r.png) no-repeat right 90%;
	background-size: auto;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
  z-index: 1;
}
.mainVisualBox {
	position: absolute;
	top: 100px;
	left: 0;
	right: 0;
	bottom: 110px;
	width: 970px;
	height: 300px;
	margin: auto;
	text-align: center;
	z-index: 3;
}
.mainVisualTxtArea {
	color: #fff;
	font-feature-settings: "palt";
	font-weight: bold;
	line-height: 1.2;
	text-align: left;
}
.mainVisualTxtArea .message {
	font-size: 36px;
}
.registrationBtnWrap {
	width: 477px;
	margin: 30px 0 15px;
}
.datePlace {
	font-size: 24px;
}
.datePlace em {
	font-size: 48px;
}
.datePlace em.year {
	font-size: 36px;
}

.topMainVisual .bnrArea {
	background-color: rgba(255, 255, 255, 0.9);
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: auto;
	padding: 20px 0;
	text-align: center;
	z-index: 3;
}
.topMainVisual .bnrArea .bnrAreaInner {
	width: 984px;
	margin: auto;
}
.topMainVisual .bnrArea .bnrAreaInner a {
	display: block;
	/*float: left;
	margin: 0 7px;*/
	margin:0 auto;
	width: 478px;
}

.navBtnWrap {
	margin-top: 24px;
}
.mainCoLocatedBg {
	background-color: #faf4f6;
	margin-top: 60px;
	padding-bottom: 60px;
}
.coLocatedBtnWrap .linkBtn01 {
    width: 232px;
    float: left;
    margin-right: 13px;
    background-color: #fff;
}
.coLocatedBtnWrap p:last-child .linkBtn01 {
    margin-right: 0;
}
.sponsors01 {
	width: 100%;
	margin: 0 auto;
}
@media only screen and (min-width: 769px) {
	.sponsors01 .caroufredsel_wrapper {
		height: 110px !important;
		width: 100% !important;
		-webkit-backface-visibility:hidden;
		backface-visibility:hidden;
	}
}
.mediaSBtnWrap { margin-top: 30px;}
.mediaSBtnWrap .linkBtn01 {
	width: 150px;
	float: left;
	margin-right: 13px;
	border: none;
	text-align: center;
}
.mediaSBtnWrap p:nth-child(6n) .linkBtn01 { margin-right: 0;}
.mediaSBtnWrap .linkBtn01 img {
	vertical-align: middle;
	max-width: 128px;
	max-height: 49px;
}
.mediaSBtnWrap .linkBtn01.int_bcn img {
	max-width: 100px;
}



/*Interop Tokyo とは*/
.program .block {
	color: #fff;
	margin-bottom: 0;
}
.program .block:first-child {
	background-color: #00a1de;
}
.program .block:nth-of-type(2) {
	background-color: #66c2b8;
}
.program .block:last-child {
	background-color: #f7b141;
}
.program .block .linkBtnWrap {
	margin: 15px 20px 25px;
	clear: both;
}
.program .block a.linkBtn {
	background-color: #fff;
	line-height: 1;
	height: auto;
	padding: 1.15em 0;
}
.program .block:first-child a.linkBtn{
	color: #00a1de;
}
.program .block:nth-of-type(2) a.linkBtn {
	color: #66c2b8;
}
.program .block:last-child a.linkBtn {
	color: #f7b141;
}
.program .block dl {
	margin: 18px 20px;
	line-height: 1.2;
	min-height: 380px;
	height: auto;
}
.program .block dt {
	background: url(/dsj/2019/exhibitor/images/common/bg_line_white.png) 0 100% repeat-x;
	font-size: 34px;
	padding-bottom: 16px;
}
.program .block dd {
	font-size: 14px;
}
.program .block dd strong {
	display: block;
	font-size: 20px;
	font-weight: normal;
	line-height: 1.2;
	margin-bottom: 1em;
}
.program .block dd p {
	margin-bottom: 1em;
}
.program .block dd ul {
	position: relative;
	margin-bottom: 1em;
	overflow: hidden;
}
.program .block dd li {
	border-bottom: #fff dotted 1px;
	display: block;
	padding: 15px 0 15px 60px;
	position: relative;
	width: 100%;
}
.program .block dd li:before {
	position: absolute;
	font-size: 36px;
	font-family: FontAwesome;
}
.program .block dd li strong {
	margin-bottom: 3px;
}
.program .block dd li p {
	margin-bottom: 0;
}
.program .block:first-child dd li {
	padding-top: 26px;
	padding-bottom: 26px;
}
.program .block:first-child dd li:first-child:before {
	top: 18px;
	left: 12px;
 content: "\f1ad";
}
.program .block:first-child dd li:nth-of-type(2):before {
	top: 18px;
	left: 6px;
 content: "\f0c0";
}
.program .block:first-child dd li:last-child:before {
	top: 18px;
	left: 12px;
 content: "\f073";
}
.program .block:nth-of-type(2) dd li:before {
	top: 18px;
	left: 6px;
  content: "\f046";
}
.program .block:last-child dd {
	padding-top: 18px;
}
.block .graphTxt {
	font-size: 14px;
	margin-top: 30px;
}



/*report*/
.pdfArea .linkBtn {
	background-color: #770030;
	font-size: 24px;
}
.performance {
	margin-bottom: -50px;
	padding-bottom: 50px;
}
.performance ul {
	margin-bottom: 20px;
}
.performance li{
	width: 232px;
	text-align: center;
	margin-left: 14px;
}
.performance li:first-child{
	margin-left: 0;
}
.performance li .ttl{
	background-color: #d01126;
	color: #fff;
	line-height: 30px;
}
.performance li.last .ttl{
	background-color: #ffb000;
}
.performance li .txt{
	background-color: #fff;
	border: #ececec solid 1px;
	padding: 20px 17px 15px;
	min-height: 155px;
	height: auto;
}
.performance li .count{
	color: #d01126;
	font-size: 39px;
	margin-bottom: 15px;
	margin-left: -17px;
	margin-right: -17px;
}
.performance li.last .count{
	color: #ffb000;
}
.performance li .count span{
	font-size: 12px;
}
.performance li .data{
	font-size: 12px;
	text-align: left;
}
#report .menuArea .block {
	margin-bottom: 0;
}



/*出展募集*/
.menuArea .block a {
	text-decoration: none;
}
.menuArea .block_text {
	color: #d01126;
	display: table-cell;
	width: 246px;
	height: 120px;
	font-size: 18px;
	line-height: 1.2;
	vertical-align: middle;
	border: #dbdbdb 1px solid;
	border-left: #d01126 8px solid;
	margin-bottom: 14px;
	position: relative;
	padding-left: 38px;
}
.menuArea a:hover .block_text {
	opacity: 0.8;
}
.menuArea .shownet .block_text {
	border-left: #f7b141 8px solid;
	color: #f7b141;
}
.menuArea .block_text i {
	margin-left: 14px;
	margin-right: 6px;
	position: absolute;
	top: calc( 50% - 7px );
	left: 0;
}
.planArea dl.block {
	margin-top: 0;
	margin-bottom: 0;
}
.planArea .col-3:first-of-type {
	margin-bottom: 24px;
}
.planArea .block dt {
	text-align: center;
	display: table-cell;
	height: 100px;
	width: 315px;
	vertical-align: middle;
}
.planArea .block img {
	margin: auto;
}
.planArea .block dd {
	font-size: 14px;
	margin: 14px 0 0;
	line-height: 1.7;
}
.aboutArea .block {
	margin-bottom: 0;
}



/*ShowNet*/
#shownet .lowerTitleBG .title {
	position:relative;
}
#shownet .lowerTitleBG .linkBtnWrap {
	position: absolute;
	top: -16px;
	right: 0;
  width: 315px;
}
#shownet .lowerTitleBG .linkBtn {
	background-color: #fff;
	color: #3e5081;
}
#shownet .lowerTitleBG .linkBtn i {
	font-size: 20px;
}
#shownet .lowerTitleBG .linkBtn .pc {
	display: inline;
}
.highlight_terminal {
  width: 100%;
}
#shownet .mainSectionArea h3 {
	background-color: #e9eff5;
	color: #000;
  font-size: 18px;
	margin-bottom: 24px;
	padding: 6px 12px;
}




/*************************************
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;
	}
	.col-2 .block,
	.col-3 .block,
	.col-4 .block {
		width: 100%;
	}
	.mt40 {
		margin-top: 20px!important;
	}

	.lowerTitleBG {
		padding-top: 150px;
		overflow-x: hidden;
	}
	.breadcrumb {
		padding-right: 3.125%;
		padding-left: 3.125%;
	}
	.breadcrumb p {
		font-size: 8px;
	}
	.lowerTitleBG h2 {
		font-size: 20px;
		line-height: 26px;
	}
	.lowerTitleBG h2 span {
		display: none;
	}
	.lowerTitleBG .leadText {
		font-size: 12px;
	}
	#exhibitor .lowerTitleBG h2 {
		margin-bottom: 6px;
	}
	#exhibitor .lowerTitleBG .leadText {
		font-size: 14px;
	}
	#exhibitor .lowerTitleBG .leadText em {
		font-size: 24px;
	}
	#exhibitor .lowerTitleBG .leadText em.year {
		font-size: 18px;
	}

	.pageTop {
		opacity: 0;
		right: 3.125%;
		bottom :6.25%;
		width: 40px;
		height: 40px;
	}
	.pageTop.scroll {
		opacity: 1;
	}
	.pageTop.fixd {
		position: absolute;
		right: 3.125%;
		bottom: 0;
	}
	.pageTop.nav-hidden {
		visibility: hidden;
	}
	.pageTop_report.fixd {
		position: absolute;
		right: 0;
		bottom: 0;
	}
	.pageTop img {
		width: 100%;
		height: 100%;
	}

	.mainSectionArea {
		padding-top: 27px;
	}
	.mainSectionArea h2 {
		font-size: 16px;
		margin-bottom: 16px;
		padding-bottom: 6px;
	}
	a.linkBtn,
	span.linkBtn{
		font-size: 12px;
		height: 40px;
		line-height: 40px;
		border-radius: 20px;
	}
	.conversionBtnWrap {
		margin-top: 25px;
	}
	.conversionBtnWrap a {
		font-size: 16px;
		height: 40px;
		line-height: 40px;
		border-radius: 20px;
	}
	.registrationBtn a {
			font-size: 16px;
			min-height: 40px;
			height: auto;
			line-height: 1;
			padding: 5px;
	}
	.registrationBtn a small {
    font-size: 11px;
	}
	table.aboutTbl01 th,
	table.aboutTbl01 td{
		width: 100%;
		height: auto;
		float: left;
		border-left: 0px;
		border-right: 0px;
		border-bottom: 1px solid #D7D3CA;
		padding: 10px;
	}


	/*トップページ*/
	.topMainVisual {
		z-index: 1;
		height: auto;
		padding-bottom: 15%;
    transition: all .3s;
	}
	.topMainVisual .filter {
		background-size: 570px auto;
	}
	.mainVisualBox {
		top: 60px;
		width: calc(100% - 60px);
		margin-right: 9.375%;
		margin-left: 9.375%;
		height: auto;
		margin: auto;
	}
	.mainVisualTxtArea .message {
		font-size: 24px;
	}
	.registrationBtnWrap {
		width: 100%;
		margin: 18px 0 15px;
	}
	.datePlace {
		font-size: 14px;
	}
	.datePlace em {
		font-size: 24px;
	}
	.datePlace em.year {
		font-size: 18px;
	}

	.topMainVisual .bnrArea {
		padding: 20px 6.25% 10px;
	}
	.topMainVisual .bnrArea .bnrAreaInner {
		width: 100%;
	}
	.topMainVisual .bnrArea .bnrAreaInner a {
		float: none;
		margin: 0 auto 10px;
		text-align: center;
	}

	.videoArea .w970 {
		position: relative;
		width: 100%;
		padding-bottom: 56.25%;
		padding-top: 30px;
		height: 0;
		overflow: hidden;
	}
	.videoArea .w970 iframe {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		padding-top: 3.125%;
	}
	.navBtnWrap .block {
		margin-right: 0;
		margin-bottom: 14px;
	}
	.navBtnWrap .block:last-child {
		margin-bottom: 0;
	}
	.mainCoLocatedBg {
		margin-top: 25px;
		padding-bottom: 25px;
	}
	.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%;
	}
	.mediaSBtnWrap {
		margin-top: 0;
	}
	.sponsors01 {
		overflow-x: hidden;
	}
	.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;
	}
	.newsBtnWrap {
		margin-top: 3.125%;
	}
	#sponsorsLogoList02 li,
	#sponsorsLogoList03 li {
		text-align: center;
		padding: 0;
	}
	#sponsorsLogoList02 li,
	#sponsorsLogoList03 li a {
		max-width: 20vw !important;
		margin-right: 20px;
		line-height: 3.2em;
	}
	#sponsorsLogoList03 {
		margin-bottom: 9.375%;
	}


	/*Interop Tokyo とは*/
	.program .block dl {
		overflow: hidden;
		min-height: auto;
	}
	.program .block dt {
		font-size: 18px;
		padding-bottom: 12px;
	}
	.program .block dd {
		font-size: 12px;
	}
	.program .block dd strong {
		font-size: 14px;
		margin-bottom: 1em;
	}
	.program .block dd ul {
		margin-bottom: 0;
	}
	.program .block dd li {
		padding-left: 45px;
	}
	.program .block dd li:before {
		font-size: 26px;
	}
	.program .block:first-child dd li {
		padding-top: 22px;
		padding-bottom: 22px;
	}
	.program .block:first-child dd li:first-child:before {
		top: 15px;
		left: 6px;
	}
	.program .block:first-child dd li:nth-of-type(2):before {
		top: 15px;
	}
	.program .block:first-child dd li:last-child:before {
		top: 15px;
		left: 6px;
	}
	.program .block:nth-of-type(2) dd li:before {
		top: 18px;
	}
	.program .block:last-child dd {
		padding-top: 18px;
	}
	.block img.graph {
		width: 80%;
		max-width: 314px;
	}
	.block .graphTxt {
		font-size: 12px;
		margin-top: 20px;
		text-align: left;
	}
	.block .graphTxt.first {
		margin-bottom: 30px;
	}


	/*report*/
	.pdfArea .linkBtn {
		font-size: 12px;
	}
	.performance h2.performance_en {
	padding: 0 0 5px 0;
  }
	.performance ul {
    margin-top: 0;
		margin-bottom: 10px;
	}
	.performance ul li {
		float: left;
		width: 48.5%;
		margin: 0 0 3.125%;
	}
	.performance ul li:nth-child(2n) {
		float: right;
	}
	.performance ul li:nth-child(odd) {
		clear: both;
	}
	.performance ul li .ttl {
		font-size: 16px;
		padding: 0.25em 0;
		line-height: 1.2em;
	}
	.performance ul li .ttl.performance_en {
		line-height: 1.2;
		font-size: 17px;
		padding: 3.125% 0;
	}
	.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.75em 0;
		line-height: 14px;
		margin-bottom: 0;
		margin-left: 3.125%;
		margin-right: 3.123%;
	}
	.performance ul li .count span {
		display: inline-block;
	}
	.performance ul li .data {
		line-height: 1.6;
	}
	.performance ul li .data.performance_en {
		font-size: 3.2vw;
		line-height: 1.6;
  }
	#report .menuArea .linkBtnWrap .block,
	#report .menuArea .block.first{
		margin-bottom: 10px;
	}
	.modal_inner_left ul li:first-child {
	  height: 200px;
	}



	/*出展募集*/
	.menuArea .block a {
		display: table;
	}
	.menuArea .block a img {
		display: table-cell;
		width: 100%;
		height: auto;
	}
	.menuArea .block_text {
		display: table-cell;
		width: 50%;
		height: 100%;
		font-size: 11px;
		border-left: #d01126 5px solid;
		margin-bottom: 12px;
		padding-left: 19px;
	}
	.menuArea .shownet {
		margin-bottom: 0;
	}
	.menuArea .shownet .block_text {
		border-left: #f7b141 5px solid;
	}
	.menuArea .block_text i {
		margin-left: 6px;
		margin-right: 3px;
		top: calc( 50% - 4px );
}
	.planArea .block dt {
		display: block;
		height: auto;
		width: 100%;
	}
	.planArea dl.block {
		margin-right: 0;
	}
	.planArea .block dt img {
		margin: 20px auto;
	}
	.planArea .block dd {
		font-size: 12px;
		margin: 14px 0 24px;
	}
	.planArea .block dd.last {
		margin-bottom: 0;
	}


	/*ShowNet*/
	#shownet .lowerTitleBG .w970 {
		overflow: visible;
	}
	#shownet .lowerTitleBG .linkBtnWrap {
		top: -16px;
		right: 3.125%;
		width: 120px;
	}
	#shownet .lowerTitleBG .linkBtn {
		font-size: 12px;
	}
	#shownet .lowerTitleBG .linkBtn i {
		font-size: 13px;
	}
	#shownet .menuArea .text {
		font-size: 12px;
	}
	#shownet .mainSectionArea h3 {
		font-size: 13px;
		margin-bottom: 10px;
	}
}




/* ipshowcase */
.ipsc .ttl .logo {
	display:inline-block;
	width:25%;
	margin:0;
	vertical-align: top;
}
.ipsc .ttl .logo img {
	width:100%;
}
.ipsc .ttl .ti {
	display:inline-block;
	width:72%;
	padding:1.7em 0 0 1em;
	vertical-align: top;
	font-size:20px;
}
.ipsc .ttl .ti p {
	display:inline-block;
	font-size:145%;
}
.ipsc .ttl .ti p span {
	color:#e81d75;
}
.ipsc .tx {
	padding:20px 20px;
	color:#fff;
	font-size:14px;
	background:#e81d75;
}

@media only screen and (max-width: 768px) {
	.ipsc .ttl .logo {
		display:block;
		width:80%;
		max-width:250px !important;
		margin:auto;
	}
	.ipsc .ttl .ti {
		display:block;
		width:100%;
		padding:0 0 1em;
		text-align:center;
	}
}

@media only screen and (max-width: 560px) {
	.ipsc p {
		font-size: 14px;
	}
	.mainVisualTxtArea .message {
		font-size: 22px;
	}
}

@media only screen and (max-width: 480px) {
	.ipsc p {
		font-size: 3vw;
	}

	.ipsc .ttl .ti {
		font-size:16px;
	}

	.mainVisualTxtArea .message {
		font-size: 20px;
	}

}
@media only screen and (max-width: 380px) {
	.ipsc .ttl .ti {
		font-size:14px;
	}
}



/* broadcasters innovation */
.bci {
	margin: 50px 0 0;
	font-size:20px;
}
.bci h3 {
	margin: 0 0 0.5em;
	font-size:145%;
}
.bci .tx {
	padding:20px 20px;
	color:#fff;
	font-size:14px;
	background:#1ba8c6;
}

.bci .sponsor {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.bci .sponsor::before{
  content:"";
  display: block;
  width:23%;
  order:1;
}
.bci .sponsor::after{
  content:"";
  display: block;
  width:23%;
}
.bci .sponsor p {
	width: 23%;
	margin: 15px 0 0;
	padding: 5px;
	box-sizing: border-box;
	background: #fff;
	text-align: center;
}

@media only screen and (max-width: 560px) {
	.bci {
		margin: 40px 0 0;
		font-size:16px;
	}

	.bci .sponsor::before,
	.bci .sponsor::after,
	.bci .sponsor p {
		width: 31.5%;
	}
}

@media only screen and (max-width: 480px) {
	.bci {
		font-size:3.5vw;
	}

	.bci .sponsor::before,
	.bci .sponsor::after,
	.bci .sponsor p {
		width: 47%;
	}
}


/* lej */
.lej .ttl {
	padding:20px 0;
}
.lej .ttl .logo {
	display:inline-block;
	width:25%;
	margin:0;
	vertical-align: top;
}
.lej .ttl .logo img {
	width:100%;
}
.lej .ttl .ti {
	display:inline-block;
	width:72%;
	padding:0.5em 0 0 1em;
	vertical-align: top;
	font-size:24px;
}
.lej .ttl .ti span {
	font-size:85%;
}
.lej .tx {
	padding:20px;
	color:#fff;
	font-size:14px;
	background:#c02050;
}
.lej .tx p {
	font-size:16px;
}

@media only screen and (max-width: 768px) {
	.lej .ttl .logo {
		display:block;
		width:80%;
		max-width:250px !important;
		margin:auto;
	}
	.lej .ttl .ti {
		display:block;
		width:100%;
		padding:0 0 1em;
		text-align:center;
	}
}

@media only screen and (max-width: 480px) {
	.mlejainLej .ttl .ti {
		font-size:16px;
	}
}
@media only screen and (max-width: 380px) {
	.lej .ttl .ti {
		font-size:14px;
	}
}
