@charset "utf-8";
/* =====================================================
   一般
===================================================== */
body{
	font-family: "Hiragino Sans", Meiryo, "Hiragino Kaku Gothic Pro", "sans-serif";
	font-size: 16px;
	color: #000000;
	line-height: 150%;
	margin: 0px auto;
	box-sizing: border-box;
	background-color: #ffffff;
}
/* リンク色を白にする */
h1{
	font-size: 20px;
	font-weight: 700;
	color: #ffffff;
	margin: 10px 0px 10px 0px;
	padding: 10px 20px;
	background: #00B2C8;
}

h1 img{
	vertical-align: middle;
	margin: 0 0.5em 0 0;
}
h4{
	margin-bottom: 1em;
}
#partnership h1{
	background-color: #00B2C8;
	text-align: center;
	color: #000;
	padding: 5px;
}

#contact a, .dark-akawaku a{
	color: #7979b6;
}

/*h3タグはpopupのタイトルトリガーなので注意*/
h3{
	font-size: 16px;
}

h5{
	font-size: 14px;
}

.indent{
	text-indent: -1em;
	padding-left: 1em;
}

.noindent{
	text-indent: 0em!important;
	margin-left: -1em!important;
}

.red{
	color: red;
}
.bold{
	font-weight: bold;
}
.syuuryou{
	color: #ff6666;
	font-weight: bold;
	font-size: 24px;
}

.large{
	font-size: larger;
}

.box25{
	padding: 25px 0px;
}

/* =====================================================
   レイアウト用
===================================================== */
.innerbox{
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
}
.innerbox-800{
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
}
.innerbox-1200{
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
}
.innerbox-white{
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
	background-color: #ffffff;
}
.margin-box{
	width: 95%;
	margin: auto;
	margin-bottom: 10px;
}

.nodivide > span{
	float: left;
	display: table-cell;
	vertical-align: middle;
	padding: 3px;
}
.small{
	font-size: smaller;
}

.button_small{
	font-size: 14px;
}

input.dekai{
	width: 20px;
    height: 20px;
    vertical-align: middle;
    margin: 0.5em 0.8em 0.6em 0.5em;
}
input.hidden{
	display: none;	
}
/* お申し込みボタン - entry - */
/* #entry .button ul li.entry{
} */
#entry .button p.entry.disable{
	height:86px;
	background:url(btn_entry_disable.png) center top no-repeat;
}
#entry .button p.entry.disable input{
	display:none;
}
/* お申し込みボタン - nid - */
/* #entry .button ul li.nid{
} */
/* お申し込みボタン - clear - */
#entry .button p.clear{
	margin-top:20px;
	display:none;
}
.lead .program-annotation-panel {
	color: #ff0000;
	background-color: #fff;
	border: 1px solid #ff0000;
	margin-top: 2em;
}

.lead .program-annotation-panel p {
	color: #ff0000;
	line-height: 1.7em;
}

.lead .program-annotation-panel p.note {
	display: block;
	margin: 1em 0 0 0;
	padding-left: 1em;
	text-indent: -1em;
	font-size: 1.2em;
	color: #555;
	line-height: 1.6em;
}

.lead .program-annotation-panel p.note b {
	color: #ff0000;
	font-weight: bold;
	font-size: 1.1em;
	padding: 0 0.2em 0 0.2em;
}

.lead .program-annotation-panel-body p {
	margin-bottom: 0;
}
.lead .program-annotation-panel-body .half-left {
	font-size: 12px;
	text-indent: -1em;
	width: 450px;
	margin: 20px auto 0px;
	text-align: left;
	
}

.lead .program-annotation-panel-body p a {
	color: #ffdddd;
	text-decoration: underline;
}

.program-annotation-panel {
	margin-bottom: 1.5em;
	padding: 20px 40px;
	background-color: #fffafa;
	border: 1px solid #ffcccc;
}

.viewing .program-annotation-panel {
	background-color: #f7f7f7;
	border: 1px solid #aaa;
}

.program-annotation-panel-title {
	margin-bottom: 1em;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
}
.program-annotation-panel-body p {
	margin-bottom: 1em;
}

.program-annotation-panel-body {
	font-size: 16px;
	color: #000000;
}
.program-annotation-panel-body p:last-child {
	margin-bottom: 0px;
}
.notice{
	font-size:150%;
	font-weight:bold;
	text-align:center;
		color: red;
}
.notice-red {
	width: 100%;
	max-width: 800px;
	color: #ff6666;
	background-color: #fff;
	border: 1px solid #ff6666;
	margin: auto;
	margin-top: 2em;
	padding: 10px 100px;
	box-sizing: border-box;
}

.notice-red p {
	line-height: 1.7em;
}

.notice-red p.note b {
	font-weight: bold;
	font-size: 1.1em;
	padding: 0 0.2em 0 0.2em;
}

.notice-red p {
	margin-bottom: 0;
}
.notice-red .half {
	font-size: 12px;
	text-indent: -1em;
	width: 500px;
	margin: 20px auto 0px;
	text-align: left;
	
}

.notice-red p a {
	text-decoration: underline;
}


/* =====================================================
   背景用
===================================================== */
.background-black{
	background-color: #000000;
}
.background-gray{
	background-color: #cccccc;
	padding: 20px 0px;
}
.background-white{
	background-color: #ffffff;
}
.margin-thin{
	margin: 0px auto;
	padding: 0px;
}
/* =====================================================
   見出しパーツ
===================================================== */
.belt_s {
    font-size: 12px;
	font-weight: bold;
	color: #ffffff;
    text-align: left;
	margin: 0px;
	padding: 2px 15px;
	background: #00B2C8;
}
/* =====================================================
   ヘッダー
===================================================== */
.topimg{
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

/* ブース展示のテーマ画像を中央寄せする */
.imgbox{
		display: block;
		max-width: 100%;
		height: auto;
		margin: 1em auto;
}

#title{
    max-width: 100%;
    background-color: #ffffff;
	/* background-image: url("titleback.jpg"); */
	background-position: center;
	background-size: 100% ;
    margin: 0;
    box-sizing: border-box;
}
#sponsored{
	background-color: #ffffff;
	color: black;
	/*height: 100px;*/
	padding: 15px;
}
#sponsored img{
	vertical-align: middle;
	max-width: 100%;
	margin: 10px;
}
/* =====================================================
   序文
===================================================== */
#about{
	clear: both;
	margin: auto;
}
#about>p{
	line-height: 150%;
	margin: 1em;
	margin-left: auto;
	margin-right: auto;
	text-indent: 1em;
}
#about .migiyose{
  text-align: right;
}
#owabi{
	padding: 20px;
	border: 1px dotted red;
	margin: 20px auto;
}
/* =====================================================
   開催概要
===================================================== */
.gaiyou {
	width: 100%;
	margin: auto;
	margin-top: 20px;
	margin-bottom: 20px;
	height: 100%;
	line-height: 130%;
}
.gaiyou tr{
	border-bottom: 2px dotted #999999;
}
/*.gaiyou tr:last-child{
	border-bottom: none;
}*/
.gaiyou tr:first-child{
	border-top: 2px dotted #999999;
}
.gaiyou tr th {
  width: 20%;
	padding: 10px 0px;
	vertical-align: middle;
	color: #000000;
}
.gaiyou tr th div{
	display: table;
	width: 100%;
	height: 100%;
	background-color: #9FE8FF
        ;
}
.gaiyou tr th div span{
	display: table-cell;
	height: 100%;
	padding: 10px;
	text-align: center;
	vertical-align: middle;
	font-weight: bold;
}
.gaiyou tr td {
  width: 80%;
	vertical-align: middle;
	padding: 10px 30px 10px 20px;
  box-sizing: border-box;
}

/* ---------------------------------
	 出展者モーダル用のスタイル
	 ---------------------------------*/
.exhibitor-modal{
	max-width:760px;
	color:#222;
	background:#ffffff;
	overflow:hidden;
	border-radius:2px;
	box-sizing:border-box;
}
/* ヘッダーは白いパネルの外に移動しているため、detailラッパーでスタイルを指定 */
.detail .modal-header{
	background:#f6f6f6;
	padding:10px 18px;
	border-bottom:1px solid #e6e6e6;
	margin-bottom:0px;
}
.detail .modal-header .category{
	color:#8f2aa6;
	font-weight:700;
	font-size:14px;
}

/* Magnific Popup: 表示時にヘッダーが白パネルの前面に来るようにする */
.mfp-content .detail{
	padding: 0;
	box-sizing: border-box;
}
.mfp-content .detail .modal-header{
	background: #f6f6f6;
	padding: 12px 22px;
	border-bottom: 1px solid #e6e6e6;
	display: block;
}
.mfp-content .detail .modal-header .category{
	color: #8f2aa6;
	font-weight: 700;
}

/* Magnificのパディングがヘッダーを白いボックス内に押し込まないようにする */
.mfp-wrap .mfp-container .mfp-content{
	padding: 0;
}

/* ポップアップ内でmain.jsが挿入するタイトル（p.title）のスタイル */
.mfp-content .detail .title{
	font-size:28px;
	font-weight:700;
	margin:18px 0 8px 0;
}
.mfp-content .detail .property .label{
	display:inline-block;
}
.mfp-content .detail .property .label img{
	width: 300px;
}

.exhibitor-modal .company-section{
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 28px 24px;
}
.exhibitor-modal .company-name .company-ja{
	font-size: 28px;
	margin:0 0 6px 0
}
.exhibitor-modal .company-name .company-en{
	color:#666;margin:0
}
.exhibitor-modal .company-logo img{
	max-height:72px
}
.exhibitor-modal .description p{
	margin: 0 24px 16px 24px;
	color: #333;
	line-height: 1.8;
	font-size: 15px;
}
.exhibitor-table{
	width:100%;
	table-layout: fixed;
	max-width:720px;
	margin:0 auto;
	border-collapse:collapse;
	border:1px solid #e6e6e6;
	margin-bottom:12px;
	font-size: 0.8em;

}
.mfp-content .detail > .pad .exhibitor-table{
	grid-column: 1 / -1;
	margin: 12px auto;
}

/* exhibitor-modalを両カラムにまたがらせ、内部のテーブルがパッド全体で中央寄せされるようにする */
.mfp-content .detail > .pad > .exhibitor-modal{
	clear: both;
}
.mfp-content .detail > .pad > .exhibitor-modal .exhibitor-table{
	margin: 12px auto;
}
.exhibitor-table th{
	width: 168px;
	padding: 12px;
	background:#fafafa;
 
	border-right: 1px solid #e6e6e6;
	text-align: left;
	vertical-align: top;
}
.exhibitor-table td{
	/* 長い単語やURLがテーブルを拡張せず折り返されるようにする */
	/* width: calc(100% - 168px); */
	padding: 12px;
	border-top: 1px solid #e6e6e6;
	overflow-wrap: anywhere;
	word-wrap: break-word;
	white-space: normal;
}
.exhibitor-table td a{
	color:#c94c43;
	text-decoration:underline;
	overflow-wrap: anywhere;
	word-wrap: break-word;
	word-break: break-all;
}
.close-area{
	text-align:center;
	margin-top:12px;
}
.exhibitor-close-btn{
	display:inline-block;
	padding:8px 34px;
	border:2px solid #c94c43;
	color:#c94c43;
	border-radius:4px;
	text-decoration:none;
	font-weight:700;
}

/* 一覧の企業タイトルをクリック可能かつキーボードでフォーカス可能にする */
.program dd > h4{
	cursor: pointer;
}
.program dd > h4:focus{
	outline: 3px solid rgba(201,76,67,0.18);
	outline-offset: 2px;
}
.red_small{
	color: #ff9999;
	margin-top: 5px;
	font-size: 80%;
	text-indent: -1em;
	padding-left: 1em;
	text-justify: inter-word;
}

.exhibitor-id{
	display: none;
}
/* =====================================================
   プログラム
===================================================== */
#pro0910 tr th div,.col0910,.day0910,.entrybutton.round.col0910{
	background-color: #9FE8FF;
}
#pro0911 tr th div,.col0911,.day0911,.entrybutton.round.col0911{
	background-color: #70C5EA;
}
p.day0910{
	clear: both;
	font-size: 20px;
	font-weight: 700;
	color: #ffffff;
	margin: 10px 0px 10px 0px;
	padding: 10px 20px;
}
p.day0911{
	clear: both;
	font-size: 20px;
	font-weight: 700;
	color: #ffffff;
	margin: 10px 0px 10px 0px;
	padding: 10px 20px;
}
.shortcut{
	width: 100%;
	margin: auto;
}
.shortcut div{
	float: left;
	width: calc(99.9%/2);
	margin: 5px auto;
	color: white;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	box-sizing: border-box;
}
.col0910{
	border-right: solid 2px;
}

.col0911{
	border-left: solid 2px;
}

label{
	cursor: pointer;
}
.program {
	width: 100%;
	height: 100%;
	margin: auto;
	margin-top: 10px;
	line-height: 130%;
}
.program tr{
	border-bottom: 1px solid #999999;
}
.program tr:first-child{
	border-top: 1px solid #999999;
}

.program td{
	width: 90%;
}

.program tr th ,.program tr td{
	padding: 10px 0px;
	vertical-align: middle;
	box-sizing: border-box;
}
.program tr th {
    width: 80px;
    max-width: 80px;
	padding-right: 10px;
	text-align: center;
	vertical-align: middle;
}
.program tr th div{
	display: table;
	text-align: center;
	width: 100%;
	height: 100%;
	background-color: #E8CAFF;
}
.program tr th div span{
	display: table-cell;
	height: 100%;
	padding: 10px 0% ;
	text-align: center;
	vertical-align: middle;
	font-size: 14px;
	font-weight: bold;
	color: #000;
}
.program tr td {
	vertical-align: top;
	padding: 10px 10px 10px 20px;
    box-sizing: border-box;
}
.program tr td.notice{
	color: red;
	border-left: none;
}
.program tr td.notice p{
	line-height: 150%;
	text-indent: -1em;
	margin-left: 1em;
}
.table-header{
	height: 50px;
	vertical-align: central;
	margin: 0px;
	padding: 0px;
}
.table-header td{
	border-left: none;
	text-align: center;
	padding: 0px 3px;
	box-sizing: content-box;
}
.table-header .label-a div{
	background: #73CCFE; color: #fff;
	border: solid 10px #73CCFE;
}
.table-header .label-b div{
	background: #02B961; color: #fff;
	border: solid 10px #02B961;
}
span[class~="A"]{
	background: #73CCFE; color: #fff;
	border: solid 4px #73CCFE;
}
span[class~="B"]{
	background: #02B961; color: #fff;
	border: solid 4px #02B961;
}
span[class~="AB"]{
	background: #9201B9; color: #fff;
	border: solid 4px #9201B9;
}

.theme{
	border-bottom: 2px dotted #999999;
	padding: 5px 0px;
	margin: 5px auto;
	font-weight: bold;
}
.speechtitle{
	padding: 5px 0px;
	font-weight: bold;
	color: #333333;
}
.position{
	clear: both;
	width: 100%;
	margin-top: 10px;
}
.panelist{
	float: left;
	display: inline-block;
	width: 50%;
	max-width: 100%;
	padding: 0px 10px 10px;
	font-size: 14px;
	line-height: 150%;
	box-sizing: border-box;
}

.program img.left{
	float: left;
	margin-right: 10px;
}

.image{
	margin: auto;
	text-align: center;
	font-size: 80%;
}

.mfp-content .detail h5{
	margin-bottom: 6px;
	font-size: 13px;
	line-height: 1.3;
}

.mfp-content .detail .profile:before{
	display: block;
	margin-top: 10px;
	margin-bottom: 5px;
	content: '《プロフィール》';
	font-size: 13px;
	font-weight: bold;
	color: #fff;
}
/*div.speaker>.photo{
	display: none;
			}*/
/* プログラム - photo */
table.program>.speaker p{
	float: left;
}

table.program td .photo{
	float: right;
	margin-top:3px;
	margin-bottom: 4px;
	padding: 0 10px 0 15px;
}
table.program td .photo img{
	display:inline-block;
	margin-bottom: 6px;
	vertical-align:bottom;
}
/* 企業一覧のロゴサイズ */
.company-list-logo{
    max-width:150px;
    height:auto;
    display:block;
}

/* 一覧（メインページ） - スクリーンショット風スタイル */
.exhibitor-listing{
	margin-bottom:16px;
	box-sizing:border-box;
}
.exhibitor-listing .listing-top{
	background:#f6f6f6;
	padding:8px 18px;
	border-bottom:1px solid #e9e9e9;
}
.exhibitor-listing .property{
	margin-top: 5px;
	display: block;
	width: 100%;
	clear: both;
	box-sizing: border-box;
}
.exhibitor-listing .property .label{
	display: inline-block;
}
.exhibitor-listing .property .label img{
	width: 400px;
}

.exhibitor-listing .listing-body{
	display:flex;
	/* align-items:center; */
	justify-content:space-between;
	padding:18px;
	background:#fff;
}
.exhibitor-listing .listing-left{
	flex: 1;
	order: 1;
	min-width: 0;
	padding-right: 18px
}
.company-title{
	margin: 0;
	font-size: 24px;
	line-height: 1.5em;
	color: #111;
	font-weight: 700;
	display: inline-block;
}
/* .company-title::after{
	content: '▸';
	color: #c94c43;
	margin-left: 10px;
	font-size: 16px;
} */

.company-title-wrap{
	position: relative;
	display: inline-block
}
/* 透明な.popupアンカーでタイトル領域全体をクリック可能にする */
.company-title-wrap .popup{
	position:absolute;
	left:0;
	top:0;
	right:0;
	bottom:0;
	display:block;
	text-indent:-9999px;
	background:transparent;
	border:0
}
/* Listing の重複表示を回避：.property 内の .text は一覧では非表示、モーダルでは表示する */
.exhibitor-listing .property .text{
	display: none
}
.mfp-content .detail .property .text{
	display: block;
	margin-top: 8px;
	color: #333;
	font-size: 15px;
	line-height: 1.6;
}

/* 英語表記の会社名は一覧で非表示、モーダルのタイトル（複製されたp.title）では表示する */
.exhibitor-listing .company-title .company-en{
	display: none;
}
.mfp-content .detail .title .company-en{
	display: block;
	color: #666;
	font-size: 16px;
	font-weight: 400;
	margin-top: 6px;
}
.short-desc{
	margin:8px 0 0 0;
	font-weight: 700;
	font-size:14px;
}
.listing-right{
	order: 2;
	width: 160px;
	text-align: right;
}
.listing-right img.company-list-logo{
	height:auto;
	max-width:150px;
}

table.program>div.speaker{
	clear:both;
}
/* プログラム - speaker */
table.program td p.speaker{
	margin: 8px 0 10px 0;
	word-break: break-all;
}
table.program td div.speaker{
	margin: 5px 0 10px 0;

}

div.clear,p.clear,.speaker.clear{
	clear: both;
}

.speaker .profile{
	display: none;
}
div.speaker{
	font-size: 14px;
}
/* プログラム - パネルディスカッション */
table.program ul.panelist,
.mfp-content .detail ul.panelist{
	margin-top: 0;
	margin-bottom: 0;
	padding-bottom: 0;
	list-style-type: none;
	overflow: hidden;
}
table.program ul.panelist li,
.mfp-content .detail ul.panelist li{
	width: 125px;
	float: left;
	margin: 4px 15px 0 0;
	padding-bottom: 3px;
}
table.program ul.panelist li p,
.mfp-content .detail ul.panelist li p{
	margin: 3px 0;
	font-size: 13px;
}
table.program ul.panelist li p.photo,
.mfp-content .detail ul.panelist li p.photo{
	float: none;
	margin: 0 0 8px 0;
	padding: 0;
}
table.program ul.panelist li p.photo img,
.mfp-content .detail ul.panelist li p.photo img,
table.program .moderator p.photo img,
.mfp-content .detail .moderator p.photo img{
	margin-bottom: 0;
	vertical-align: bottom;
}


/* =====================================================
   お問い合わせ
===================================================== */

#contact{
	padding: 10px;
}
#contact p{
	font-size: 12px;
	line-height: 16px;
	padding-top: 5px;
}
.center{
	vertical-align: middle;
	text-align: center
}
#partnership .partner{
	vertical-align: middle;
	margin: 35px 50px;
}
#partnership .end{
	clear: both;
}
.information-box{
	color: initial;
	width: 90%;
	margin: 20px auto;
	padding: 20px;
	box-sizing: border-box;
	border: 3px double #000;
	background-color: #eee;
}

.information-text{
	margin: 0 20px;
	font-size: 85%;
}

.information-text.title{
	font-size: 120%;
	font-weight: bold;
	margin-bottom: 0.5em;
}

.information-text>p{
	line-height: 120%;
	margin-bottom: 0.75em;
}
#signature{
	max-width: 90%;
	margin: auto;
	margin-bottom: 30px;
}
#signature>.naka{
	margin: 20px auto;
}

.akawaku{
	line-height: 120%;
	margin: 1em auto 2em;
	border: 2px solid #ff6666;
	padding: 10px;
	background-color: inherit;
	box-sizing: content-box;
}
.dark-akawaku{
	line-height: 120%;
	margin: 1em auto 2em;
	border: 4px double #ff6666;
	padding: 10px 20px;
	box-sizing: content-box;
}
.dark-akawaku p{
	line-height: 1.3em;
}
.entrybutton, .entrybutton2{
    width: 100%;
    max-width: 600px;
    display: block;
    margin: .5em auto .5em;
    text-align: center;
    padding: .75em 0;
    font-size: 1.5em;
    font-weight: bold;
    background: #89F881;
    color: #0B5172;
    border-radius: 3em;
    filter: drop-shadow(0 3px 3px rgba(0, 0, 0, .2));
}

.entrybutton.round, .entrybutton2.round {
	max-width: 100%;
    border-radius: .3em;
	line-height: 1.3em;
    padding: 0.8em 0;
}

.entrybutton:hover{
	transform: translate(1px,2px);
	opacity: .7;
    filter: drop-shadow(0 3px 3px rgba(0, 0, 0, .3));
	cursor: pointer;
}

.entrybutton.graybtn {
	margin-top: 30px;
	background: #cccccc;
	color: #000000;
	border-radius: 0;
}
/* =====================================================
   outerlink 横並び（移動）
===================================================== */
.outerlinks{
    display:flex;
    gap:12px;
    flex-wrap:wrap;
    align-items:center;
    margin-top:10px;
    justify-content: center;
}

.outerlinks > a, .outerlinks > .outerlink {
	/* flex 子を統一して a と div の混在によるズレを防ぐ */
	flex: 0 1 calc(50% - 12px);
	box-sizing: border-box;
}

.outerlinks > :last-child:nth-child(odd) {
    margin-left: auto;
    margin-right: auto;
}

.outerlink{
	width: 100%;
	max-width: none;
	display: block;
	margin: .5em 0 .5em 0;
	text-align: center;
	padding: 0.75em 0;
	font-size: 1.2em;
	font-weight: bold;
	background: #9FE8FF;
	color: #0B5172;
	border-radius: 3em;
	filter: drop-shadow(0 3px 3px rgba(0, 0, 0, .2));
}

.outerlink:hover{
	transform: translate(1px,2px);
	opacity: .7;
	filter: drop-shadow(0 3px 3px rgba(0, 0, 0, .3));
	cursor: pointer;
}
.outerlink.nolink{
	background: #dddddd;
	color: #666666;
	cursor: not-allowed;
}
.outerlink.nolink:hover{
	transform: none;
	opacity: initial;
	filter: drop-shadow(0 3px 3px rgba(0, 0, 0, .2));
}
a.nodeco{
	text-decoration : none;
	display: block;
}

table.entry{
	width: 100%;
	border: 0;
	margin: 30px auto;
	padding: 0;
	box-sizing: border-box;
}

table.entry td{
	width: 50%;
	padding: 0 5px;
}

a.nodeco{
	text-decoration : none;
}
/* =====================================================
	フッター
===================================================== */
footer{
	border-top: 3px solid #00dddd;
	background-color: #ffffff;
	width: 100%;
	text-align: center;
	font-size: 10px;
	color: #666;
	margin: 0px auto;
	padding: 20px 0px;
}

/* =====================================================
	magnific popup関連 
===================================================== */
.mfp-content .detail{
	position: relative;
	background: #fff;
	max-width: 800px;
	margin: 0 auto;
	overflow: hidden;
	border-radius: 3px;
}
.mfp-content .detail .popup,
.mfp-content .detail input{
	display: none !important;
}
.mfp-content .detail.mode0 button.mfp-close{
	color: #bababa !important;
}
.mfp-content .detail div,
.mfp-content .detail section{
	overflow: hidden;
}
.mfp-content .detail p{
	margin: 7px 0;
	font-size: 14px;
	line-height: 1.5;
}
.mfp-content .detail ul{
	margin: 7px 0;
}
.mfp-content .detail li{
	font-size: 14px;
	line-height: 1.4;
	margin: 0 0 4px 0;
}
.mfp-content .detail img{
	vertical-align: bottom;
}

/* プログラム - 2列スケジュール（スライドに合わせたスタイル） */
.program-schedule{
	display:flex;
	gap:30px;
	align-items:flex-start;
	justify-content: center;
	position: relative;
	margin: 1em auto 2em;
	max-width: 1000px;
}
.program-column{
	width: calc(50% - 15px);
	box-sizing: border-box;
}
.program-column .column-header{
	text-align: center;
	font-weight: bold;
	margin-bottom: 10px;
}
.divider{
	position: absolute;
	left: 50%;
	top: 0;
	bottom: 0;
	width: 4px;
	background: #0B79A0;
	transform: translateX(-50%);
}

.slot{
	padding: 12px;
	margin-bottom: 18px;
	box-sizing: border-box;
	min-height: 80px;
}

.slot-blue{
	background: #dff6ff;
}

.slot-green{
	background: #dfffdc;
}

.slot-yellow{
	background: #fff7d6;
}

.slot.highlight{
	border: none;
}

.slot .slot-time{
	font-weight: bold; margin-bottom: 6px;
}

.slot .slot-title{
	font-weight: bold;
}

.large-slot{
	min-height: 220px;
}

/* 参加企業リストに見出しとドットを表示 */
.slot-list-title{
	font-weight: bold;
	margin-top: 0.6em;
	margin-bottom: 0.35em;
	font-size: 0.95em;
	color: #0b5172;
}
.slot-list{
	list-style: disc;
	list-style-position: inside;
	margin: 0;
	padding-left: 1em;
}
.slot-list li{
	margin-bottom: 0.35em;
}

/* プログラム内の短いテキストリンクは改行させずインライン表示にする */
.program-schedule .slot-note a.nodeco,
.slot-note a.nodeco{
	display: inline;
}


/* セミナータイトル（ヘッドの帯） */
.mfp-content .detail .seminar-title{
	margin: 0 !important;
	padding: 10px 40px 10px 20px;
	font-size: 12px;
	line-height: 1.5;
	background: #fff; 
	color: rgba(0,0,0,0.8);
}

.mfp-content .detail > .pad{
	padding: 10px 27px 10px 27px;
	/* layout: two-column area (content + right-side photo) */
	display: box;
	align-items: start;
}

/* property */
.mfp-content .detail .property{
	font-size: 13px;
	font-weight: 700;
	line-height: 20px;
	color: #fff;
	grid-column: 1 / -1; /* span both columns */
}

/* モーダル内の写真はフローに配置（絶対配置しない）。絶対配置用に確保していた右側のパディングを削除する */
.mfp-content .detail .exhibitor-modal{
	position: static;
	padding-right: 0;
}

.mfp-content .detail .pad > .photo{
	float: right;
	margin: 0;
	padding: 0;
}

.mfp-content .detail .pad > .photo img{
	max-width:200px;
	max-height:200px;
	width:auto;
	height:auto;
	display:block;
	margin: auto;
}
/* Listing logo */
.exhibitor-listing .photo img,
.exhibitor-listing .listing-right img.company-list-logo{
	height: auto;
	max-width: 150px;
}

/* 閉じるボタンのスタイルと位置を見やすく上書きする */
.mfp-close{cursor:pointer}

/* プラグインが挿入する閉じるボタンのみ位置とスタイルを指定し、コンテンツ内の閉じるリンクは対象外にする */
button.mfp-close{
	position: absolute !important;
	right: 12px !important;
	top: 12px !important;
	width: 36px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	background: rgba(255,255,255,0.95);
	border-radius: 4px;
	border: 2px solid rgba(201,76,67,0.12);
	color: #c94c43;
	box-shadow: none;
	font-size: 18px;
	padding: 0;
	cursor: pointer;
	z-index: 10001;
}

button.mfp-close:hover{
	background: rgba(201,76,67,0.06);
}

/* =====================================================
   モーダルの閉じるボタン用オーバーライド
   - プラグインが挿入するボタンは右上に × を表示する
   - コンテンツ内の「閉じる」リンクが絶対配置を継承しないようにする
   ===================================================== */

/* プラグインが空のマークアップを出力した場合でも × が見えるようにする */
button.mfp-close::before {
	content: '\00d7';
	display: block;
	font-size: 18px;
	line-height: 36px;
	text-align: center;
	color: #c94c43;
}

/* mfp-close の基本サイズ（極端に大きくならないように調整） */
.mfp-close {
	font-size: 14px !important;
}

/* コンテンツ内の閉じるアンカー（一覧の「閉じる」リンク等）
   本文内では小さなピル型ボタンとしてインライン表示し、
   プラグインの絶対配置ボタンと重ならないようにする。 */
a.mfp-close,
.mfp-content .detail .exhibitor-close-btn.mfp-close {
	position: static !important;
	top: auto !important;
	right: auto !important;
	width: auto !important;
	height: auto !important;
	line-height: normal !important;
	font-size: 14px !important;
	padding: 8px 34px !important;
	display: inline-block !important;
	float: none !important;
	transform: none !important;
	writing-mode: horizontal-tb !important;
	color: #c94c43 !important;
	border: 2px solid #c94c43 !important;
	border-radius: 4px !important;
	background: transparent !important;
}
.mfp-content .detail .time{
	margin-right: 10px;
}
.mfp-content .detail .status{
	display: inline-block;
	margin-right: 10px;
	color: #f22;
	font-size: 14px;
}
.mfp-content .detail span.label{
	margin: 4px 10px 4px 0;
}

.mfp-content .detail .shoulder{
	margin: 10px 0;
	padding-left: 0px;
	padding-bottom: 5px;
	border-bottom: dotted 1px #ddd;
	font-weight: bold;
	font-size: 16px;
	line-height: 1.5;
	
}
.mfp-content .detail .shoulder.noline{
	margin: 15px 0 0 0;
	border-bottom: none;
	padding-left: 0;
	padding-bottom: 0;
}

/* title = プログラム欄のh4相当 */
.mfp-content .detail .title{
	margin: 10px 0 15px 0;
	font-weight: bold;
	font-size: 16px;
	line-height: 1.5;
}
.mfp-content .detail .title span{
	font-size: 90%;
}
.mfp-content .detail .title .shoulder{
	display: block;
	margin-bottom: 0.2em;
	padding: 0;
	border: none;
	font-weight: normal;
}
.mfp-content .detail .title .subtitle{
	display: block;
	margin-top: 0.2em;
}

/* （写真ルールは上で統合済み） */

/* スピーカー（発表者） */
.mfp-content .detail .speaker{
	margin: 10px 10px 15px 0;
	padding: 2px 0 0 12px;
	font-size: 14px;
	line-height: 1.45;
	border-left: 2px solid; 
}
.mfp-content .detail .speaker ul{
	margin-bottom: 0;
	padding-bottom: 0;
	list-style-type: none;
}
.mfp-content .detail .speaker li:last-child,
.mfp-content .detail .speaker p:last-child{
	margin-bottom: 0;
}

/* 概要 */
.mfp-content .detail .summary{
	clear: both;
}

/* プロフィール */
.mfp-content .detail .profile{
	display: initial;
	margin: 15px 0 10px 0;
	font-size: 12px;
	line-height: 1.5;
}

.mfp-content .detail p.profile:first-child{
	display: none;
}

.mfp-content .detail p.highlights:first-child{
	display: none;
}
.sponly.label{
	display: none;
}

.popup img{
	margin: 10px 0px 5px
}

/* =====================================================
   スマホ対応
===================================================== */

@media (max-width: 768px){
	body{
		font-size: 90%;
	}
	.innerbox{
		width: 90%;
	}
	.gaiyou{
		width: 100%;
		font-size: 14px;
		line-height: 150%;
	}
	.gaiyou tr th {
		padding: 10px 0px;
		text-align: left;
	}
	.gaiyou tr td {
		padding: 15px 15px;
	}
	.red_small{
		color: red;
		margin-top: 5px;
		font-size: 12px;
		line-height: 130%;
		text-indent: -1em;
		padding-left: 1em;
		text-justify: inter-word;
	}
	.program{
		font-size: 14px;
	}
	.program tr{
		border: 0px;
		margin: 0px;
		padding: 0px;
	}
	.program tr{
		border-bottom: 2px dotted #999999;
	}
	.program tr:first-child{
		border-top: 2px dotted #999999;
	}
	.exhibitor-listing {
		margin-bottom: 0px;
	}
	.exhibitor-listing .listing-left{
		padding-right: 0px;
	}
	@media (max-width: 480px){
	.company-title {
		font-size: 18px;
	}
	.short-desc {
		font-size: 12px;
	}
	.exhibitor-listing .property .label img{
		width: 300px;
		max-width: 100%;
	}
}
	.program tr th {
		float: left;
		width: 100%;
		text-align: left;
		padding: 10px 0px;
	}
	.program tr td {
		float: left;
		width: 100%;
		padding: 0px;
		margin: 0px;
		border-left: none;
	}
	.speaker_left{
		float: left;
		max-width: 75%;
		box-sizing: border-box;
	}
	.akawaku{
		font-size: 12px;
	}
	.sponly.label{
		display: inline-block;
	}
	.notice-red, .notice-red .half{
		width: 90%;
		text-align: center;
		padding: 10px;
	}
	.notice-red .half{
		text-align: left;
	}

	.outerlinks{
		justify-content: center;
	}
	.outerlinks > a, .outerlinks > .outerlink{
		flex: 0 1 100%;
		box-sizing: border-box;
	}
	.outerlink{
		max-width: 400px;
		margin-left: auto;
		margin-right: auto;
		width: 100%;
	}
	.listing-right{
		order: 1;
	}
	table.program td .photo {
		padding-left: 0;
	}
	.listing-left{
		order: 2;
	}
	.exhibitor-listing .property {
		order: 0;
	}
	.exhibitor-listing .listing-body{
		flex-direction:column;
		align-items:flex-start;
	}
	.listing-right{
		width: 100%;
		text-align: center;
		margin: 12px auto!important;
	}
	.mfp-content .detail > .pad{
		display:block;
	}
	.mfp-content .detail .pad > .photo{
		grid-column: auto;
		grid-row: auto;
		margin: 24px auto;
		float: none;
	}
	.exhibitor-table{
		width: 100%;
		max-width: none;
	}
}

.mfp-content .detail > .pad{
	padding: 8px 22px 6px 22px;
}
.exhibitor-modal .company-section{
	padding: 12px 24px;
}
.mfp-content .detail .title{
	margin: 8px 0 6px 0;
	font-size: 28px;
	font-weight: 700;
	line-height: 1.15;
	color: #111;
}
.mfp-content .detail .title .company-en{
	margin-top: 4px;
	font-size: 16px;
	color: #666;
}
.mfp-content .detail .note{
	clear: both;
	margin-top: 18px;
	font-size: 16px;
}
.mfp-content .detail .exhibitor-modal .description p{
	margin: 6px 0;
	color: #333;
	line-height: 1.8;
	font-size: 15px;
}
