* { box-sizing:border-box; position:relative;}


html,body {
		margin:0;
		padding:0;
		-webkit-text-size-adjust: 100%;
		-moz-text-size-adjust: 100%;
		-ms-text-size-adjust: 100%;
		text-size-adjust: 100%;
		width:100%;
	}

.mincho{
	font-family: Georgia,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
}

.marugo { font-family: "M PLUS Rounded 1c"; }

.helvetica{
	font-family: Helvetica, Arial,  sans-serif;
}


img {display:block;}

body {
	
	text-size-adjust: 100%;
	text-justify:inter-ideograph;
	-webkit-text-size-adjust:100%;
 	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic",'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', 'MS PGothic',メイリオ, Meiryo, sans-serif; 
	color:#000;
	/*font-size:1.6rem;*/
	font-weight:500;
	line-height:1;
}

#container {
	position:relative;
}


/*--------------------------
　追従登録ボタン
--------------------------*/

.chaser {
  display: table;
  width: 150px;
  font-size: 16px;
  font-weight: bold;
  top: 100px;
  transition-duration: 0.4s;
  position:fixed;
  top:-100px;
  right: 0px;
}


.chaser a{
	display:table-cell;
	width:100%;
	color:#fff;
	padding:15px;
	background-color: #e6001c;
	border-radius:0 0 0 10px;
	text-decoration:none;
	vertical-align:middle;
	transition: background-color 0.3s;
	}
	.chaser a:hover{
	background-color: #ff1e1e;
	}

.chaser a{
	display:flex;
	align-items: stretch;
	}
.chaser a div{
	flex-direction: row;
	justify-content: space-between;
	}
.chaser a div:first-child{
	width:65%;
	font-size:110%;
	line-height:1.2em;
	}
.chaser a div:last-child{
	width:35%;
	}

.chaser a div:first-child p{
	height:100%;
	vertical-align:middle;
	margin:0;
	padding:0;
	display:block;
	}
	
.chaser a div:last-child div{
	display:block;
	width:100%;
	background-color:#fff;
	}

.chaser a div:last-child div img{
	display:block;
	width:100%;
	}


.chaser.fixed {
  position: fixed;
  top: 0px;
  right: 0px;
  z-index: +9999999;
}
.chaser.fixed.none {
  
  top:-100px;
  right: 0px;
  z-index: -1;
}


#start-line {
	/*background-color:#F63;*/
	height:1px;
}

#end-line {
	background-color:#993;
	height:1px;
}


.oneArea, .preface {
}

.end_box {
}





/*body::before {
  content: "";
  background: url(../img/bg.png) no-repeat center center;
  background-position:top left;
  background-size: 100% auto;
  background-repeat: no-repeat;
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: -1;
  transform: translateZ(0);
}*/


h2 {
	/*font-size:350%;*/
	color:#e6001c;
	font-weight:bold;
	text-align:center;
	margin:0 auto 2em;
	z-index:10;
	position:relative;
	text-align:center;
	}

h2::after{
	content: "";
  display: block;
  clear: both;
	width:30px;
	height:2px;
	margin:10px auto 0;
	display:block;
	background-color:#e6001c;
	}

h2 p {
	font-size:100%;
	display:inline-block;
	position:relative;
	}

h2 span {
	display:inline-block;
	font-size:inherit;
	}
	

h3 {
	/*font-size:300%;*/
	color:#e6001c;
	font-weight:bold;
	text-align:left;
	}

h3 .mini{
	font-size:50%;
	line-height:1.2em;
	display:inline-block;
	color:#000;
}

h4 {
	/*font-size:220%;*/
	color:#e6001c;
	font-weight:bold;
	text-align:left;
	margin-bottom:0.7em;
	}

header {
	width:100%;
	overflow:hidden;
	padding:0;
	border-bottom:1px solid #ccc;
	
	}

header .header-inner{
	width:100%;
	max-width:1400px;
	min-width:320px;
	padding:26px 35px 17px;
	margin:0 auto;
}

header .header-inner h1 img{
	width:210px;
	display:block;
}



section {
	width:100%;
	margin:0 auto 75px;
	/*background-color:#0F9;*/
	padding:0;
	position:relative;
	overflow:hidden;
	}


section::after {
  content: "";
  display: block;
  clear: both;
}


.main_visual {
	width:100%;
	max-width:100%;
	height:auto;
	position:relative;
    bottom: 0;
	margin:0 auto 75px;
	padding:0;
	box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	}

.main_visual .inner img {
	width:100%;
	display:block;
	}

.inner {
	width:100%;
	margin:0 auto;
	padding:0 15px;
	max-width:1400px;
	min-width:320px;
	}


/*--------------------------
　終了メッセージ
--------------------------*/	
	#close_msg p{
		color:#e6001c;
		font-size:300%;
		font-weight:bold;
		text-align:center;
	}
	
/*--------------------------
　登録・ログインボタン
--------------------------*/

ul.btn-two {
	display: flex;
	/*width: calc(100% - 28px);*/
	width:100%;
	max-width:890px;
	margin:0 auto;
	justify-content: space-between;
	padding:0;
	}

ul.btn-two li{
	width:100%;
	max-width:430px;
	
	list-style:none;
	color:#fff;
	display:flex;
	
	}




ul.btn-two li.off a{
pointer-events: none;
}



ul.btn-two li a{
	width:100%;
	display:flex;
	color:inherit;
	padding:15px;
	background-color: #e6001c;
	transition: background-color 0.3s;
	}
ul.btn-two li a:hover{
　transform: scale(1.3, 1.3);
background-color: #ff1e1e;
}

ul.btn-two li.off a{
	background-color: #ccc;
	}

ul.btn-two li div{
	float:left;
	display:table;
	height:100%;
	vertical-align:middle;
	padding-right:15px;
	}

ul.btn-two li div .mini{
	font-size:50%;
	line-height:1.2em;
	display:inline-block;
	}

ul.btn-two li div:first-child{
	width:80%;
	}

ul.btn-two li div:last-child{
	width:20%;
	background-color:#fff;
	padding:0;
	}

ul.btn-two li div:first-child p{
	display:table-cell;
	height:100%;
	text-align:center;
	font-weight:bold;
	vertical-align:middle;
	line-height:1.2em;
	/*font-size:300%;*/
	padding:0;
	margin:0;
	}
	
ul.btn-two li div:last-child img{
	width:100%;
	display:block;
	margin:0;
	padding:0;
	}

/*--------------------------
　RCベテリナリーシンポジウムとは
--------------------------*/
#when {
	width:60%;
	max-width:876px;
	min-width:290px;
	margin:0 auto;
	position:relative;
	}

#when .text {
		line-height:2.2em;
		text-align:center;
		font-size:150%;
	}

#when img {
	width:30%;
	min-width:200px;
	position:absolute;
	top:50px;
	right:100%;
	}
	
	
	
/*--------------------------
　コンテンツボタン
--------------------------*/

ul.content_btn {
	width:100%;
	/*max-width:1056px;*/
	margin:0 auto;
	padding:0;
	display:flex;
	flex-flow: row wrap;
	justify-content: center;
}

ul.content_btn li {
	width:164px;
	height:164px;
	border:3px solid #e6001c;
	background-color:#fff;
	border-radius:50%;
	display:table;
	margin:30px;
	position:relative;
}


/*
ul.content_btn li:first-child {
	margin-left:0px;
}
ul.content_btn li:lastt-child {
	margin-right:0px;
}
*/

ul.content_btn li a {
	display:table;
	width:100%;
	height:100%;
	text-decoration:none;
}

ul.content_btn li p {
	display:table-cell;
	text-align:center;
	vertical-align:middle;
	height:100%;
	color:#e6001c;
	font-size:16px;
	line-height:1.2em;
	font-weight:bold;
}
ul.content_btn li p span {
	font-size:80%;
}
ul.content_btn li img {
	display:block;
	width:110px;
	height:90px;
	position:absolute;
	left:-35px;
	top:-40px;
}

ul.content_btn li:hover {
	border:3px solid #FCF;
	animation: conttntbtn-color 4s infinite;
}

@keyframes conttntbtn-color {
  0% { border-color: #e6001c; }
  25% { border-color: #fff; }
  50% { border-color: #e6001c; }
  75% { border-color: #fff; }
  100% { border-color: #e6001c; }
}




/*--------------------------
　開催概要
--------------------------*/
#base_glay {
	width:100%;
	max-width:1136px;
	margin:0 auto;
	padding:80px 8%;
	background-color:#f2f2f2;
}

#base_glay table th,
#base_glay table td {
	margin:0;
	padding:1em 10px;
	font-size:160%;
}

#base_glay table th {
	white-space:nowrap;
}


.inner-content {
	width:100%;
	max-width:876px;
	/*min-width:290px;
	margin:0 auto 100px;*/
	margin:0 auto;
	position:relative;
	z-index:1;
	/*background-color:rgba(255,255,255,0.3)*/
	}

.inner-content ul {
	width:100%;
	margin:0 auto;
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
	}

.inner-content ul li {
	width:46.5%;
	margin:0 0 45px;
	list-style:none;
	justify-content: space-between;
	}

p.signature {
	font-size:240%;
	/*color: #e6001c;*/
	margin-top:0.81em;
	padding:0 1em;
	text-align:right;
}



/*--------------------------
　ごあいさつ
--------------------------*/
#goaisatu {
	margin-bottom:100px;
}

.inner-content {
	width:100%;
	max-width:876px;
	/*min-width:290px;
	margin:0 auto 100px;*/
	margin:0 auto;
	position:relative;
	z-index:1;
	/*background-color:rgba(255,255,255,0.3)*/
	}

.inner-content ul {
	width:100%;
	margin:0 auto;
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
	}

.inner-content ul li {
	width:46.5%;
	margin:0 0 45px;
	list-style:none;
	justify-content: space-between;
	}

p.signature {
	font-size:240%;
	/*color: #e6001c;*/
	margin-top:0.81em;
	padding:0 1em;
	text-align:right;
}


.inner-content ul#speakers li {
	border-left:1px solid #ccc;
	border-bottom:1px solid #ccc;
	}

.inner-content ul li img {
	width:100%;
	margin:0 auto;
	}

.inner-content ul#speakers ul li {
	border:none;
	}



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


	#movie .youtube { display:block; position: relative; width: 100%; padding-top: 56.25%;}
	
	 #movie .youtube iframe {
	  position: absolute;
	  top: 0;
	  right: 0;
	  width: 100% !important;
	  height: 100% !important;
	}
	
	 #movie .youtube img {
		display:none;
		height:1px;
		width:1px;
	}

/*--------------------------
　登壇者
--------------------------*/
ul#top-speaker li {
	width:100%;
	margin-bottom:30px;
	border:none;
	border-left:1px solid #ccc;
	border-bottom:1px solid #ccc;
	padding:0 15px;
	flex-direction:row;
	}

ul#top-speaker ul li:first-child {
	width:50%;
	margin-bottom:30px;
	border:none;
	}
ul#top-speaker ul li:last-child {
	width:50%;
	margin-bottom:30px;
	border:none;
	}

ul#top-speaker ul li img {
	width:34%;
	margin-left:20px;
	margin-bottom:0px;
	border:none;
	float:right;
	}
	
ul#top-speaker ul li h4 {
	margin-left:0px;
	}


ul#speakers ul li {
	width:48%;
	margin-bottom:30px;
	border:none;
	}


ul#speakers ul li img { width:100%; padding:0 30px;}

ul#speakers ul li p { font-size:140%;}
ul#top-speaker ul li p.name,
ul#speakers ul li p.name { font-size:180%; font-weight:bold; margin-bottom:0.5em;}
ul#top-speaker ul li p.post,
ul#speakers ul li p.post { font-size:140%; margin-bottom:1em;}


.inner-content ul h4 {
	margin-left:20px;
	line-height:1.6em;
	/*font-size:200%;*/
	}
	
.inner-content ul h4 span.specialty {
	font-size:80%;
	padding:0.3em 0.5em;
	border:1px solid #000;
	margin-bottom:0.5em;
	display:inline-block;
	color:#000;
	}

span.ruby {
	font-size:inherit;
	position:relative;
}


span.ruby::before {
  content: "チーム";
  position:absolute;
  top:-1.2em;
  left:0;
  font-size:50%;
  letter-spacing:0.25em;
}

/*--------------------------
　みどころコンテンツ
--------------------------*/


/*#midokoro .inner h2 p img{
	width:250px;
	position:absolute;
	top:-70px;
	right:-350px;
	background-color:#9C3;
}*/
#midokoro h2{
	/*background-color:#069;*/
}

#midokoro h2 p{
	
	margin-bottom:0px;
	background-image:url(../img/cat1.png);
	background-position:right 0px top 0;
	background-size:auto 100%;
	background-repeat:no-repeat;
	padding:90px 300px;
	overflow:visible;
	/*background-color:#0C9;*/
}

#midokoro h2::after{
	display:none;
}
#midokoro h2 p span{
	font-size:100%;
	min-width:320px;
	display:block;
}

#midokoro h2 p span::after{
	content: "";
  display: block;
  clear: both;
	width:30px;
	height:2px;
	margin:10px auto 0;
	display:block;
	background-color:#e6001c;
	}
	
.inner-content ul li div {
	display:table;
	height:100%;
	}
.inner-content ul li div div{
	display:table-cell;
	vertical-align:middle;
	}

/*.inner-content ul li div div p{
	font-size:160%;
	}*/

.inner.num01{
	padding-top:100px;
	background-image:url(../img/back_num01.png), url(../img/back_num02.png);
	background-repeat:no-repeat, no-repeat;
	background-size:33% auto, 33% auto;
	background-position:left 0px, right 0px;
	}
.inner.num03{
	padding-top:100px;
	background-image:url(../img/back_num03.png);
	background-repeat:no-repeat;
	background-size:33% auto;
	background-position:left 0px;
	}
.inner.num04{
	padding-top:100px;
	background-image:url(../img/back_num04.png);
	background-repeat:no-repeat;
	background-size:33% auto;
	background-position:right 0px;
	}
.inner.num05{
	padding-top:100px;
	background-image:url(../img/back_num05.png);
	background-repeat:no-repeat;
	background-size:33% auto;
	background-position:left 0px;
	}
	
	

a#anchor01,
a#anchor02,
a#anchor03,
a#anchor04,
a#anchor05 {
	position:absolute;
	top:-200px;
}

/*--------------------------
　プレゼント
--------------------------*/

.num05 p.btn {
	margin-top:1em;
}

.num05 p.btn a {
	width:33%;
	min-width:170px;
	background-color:#e6001c;
	display:inline-block;
	color:#fff;
	padding:1em;
	text-decoration:none;
	border-radius:14px;
	margin:0 auto;
	text-align:center;
	display:block;

	transition: background-color 0.3s;
	}
	
.num05 p.btn a:hover{
　transform: scale(1.3, 1.3);
background-color: #ff1e1e;
}


#present #waku {
	width:100%;
	max-width:834px;
	background-color:#d4053d;
	margin:0 auto 50px;
	padding:25px;
	position:relative;
}
#present #waku #inner-waku {
	width:100%;
	min-height:270px;
	background-color:#fff;
	text-align:center;
	padding:35px;
}

#present #waku #inner-waku p {
	font-size:170%;
	line-height:1.7em;
	margin-bottom:1.7em;
}

#present #waku #inner-waku p.btn {
	margin:0;
	z-index:10;
	position:absolute;
	bottom:80px;
	left:0;
	right:0;
	
}

#present #waku #inner-waku p.btn a {
	width:33%;
	min-width:170px;
	background-color:#e6001c;
	display:inline-block;
	color:#fff;
	padding:1em;
	text-decoration:none;
	border-radius:14px;
	margin:0;

	transition: background-color 0.3s;
	}
	
#present #waku #inner-waku p.btn a:hover{
　transform: scale(1.3, 1.3);
background-color: #ff1e1e;
}

#present #waku img {
	position:absolute;
	z-index:1;
}

#present #waku img.img1 {
	top:-44px;
	right:-50px;
	transition: 0.7s ;
}
#present #waku img.img2 {
	bottom:-40px;
	left:-60px;
	transition: 0.7s ;
}
#present #waku img.img3 {
	bottom:-27px;
	right:-50px;
	transition: 0.7s ;
}


/*--------------------------
　バナー
--------------------------*/

#banner img {
	width:100%;
	display:block;
	margin:0 auto;
}

#banner img.pc {
	display:block;
	max-width:818px;
}
#banner img.tb {
	display:none;
	max-width:617px;
}
#banner img.sp {
	display:none;
	max-width:635px;
}


.organizer p {
	font-size:140%;
	text-align:center;
	line-height:1.6em;
}
	

	
@media screen and (max-width: 930px) {
	
	/*--------------------------
　終了メッセージ
--------------------------*/	
	#close_msg p{
		font-size:250%;
	}
	
	
	
	ul.btn-two {
	flex-direction: column;
  flex-wrap: wrap;
  max-width:430px;
	}
	
	ul.btn-two li:first-child {
		margin-bottom:30px;
	}
	
	.inner-content > ul {
	flex-direction: column;
  flex-wrap: wrap;
  max-width:500px;
	}

.inner-content > ul li {
	width:100%;
	margin-bottom:30px;
	}
#midokoro .inner-content > ul li img {
	padding:0 10%;
	}

.inner-content > img{
	position:absolute;
	z-index:-1;
	width:250px;
	height:178px;
	}

.inner-content > img.num01{
	top:-90px;
	left:-80px;
	}

.inner-content > img.num02{
	top:-90px;
	right:-30px;
	}
.inner-content > img.num03{
	top:-90px;
	left:-80px;
	}

.inner-content > img.num04{
	top:-90px;
	right:-30px;
	}


.inner.num01{
	padding-top:100px;
	background-image:url(../img/back_num01.png), url(../img/back_num02.png);
	background-repeat:no-repeat, no-repeat;
	background-size:50% auto, 50% auto;
	background-position:left -30% top 0px, right -15% top 0px;
	}
.inner.num03{
	padding-top:100px;
	background-image:url(../img/back_num03.png);
	background-repeat:no-repeat;
	background-size:50% auto;
	background-position:left -20% top 0px;
	}
.inner.num04{
	padding-top:100px;
	background-image:url(../img/back_num04.png);
	background-repeat:no-repeat;
	background-size:50% auto;
	background-position:right -10% top 0px;
	}
.inner.num05{
	padding-top:100px;
	background-image:url(../img/back_num05.png);
	background-repeat:no-repeat;
	background-size:50% auto;
	background-position:left -20% top 0px;
	}
	
	
ul#top-speaker ul li:first-child,
ul#top-speaker ul li:last-child {
	width:100%;
	flex-direction:column-reverse;
	}
	
	ul#top-speaker ul li img {
	width:100%;
	margin-left:0px;
	margin-bottom:20px;
	padding:0 20% !important;
	}

#midokoro h2{	
	margin-bottom:0px;
	background-image:url(../img/cat1.png);
	background-position:left 620px top 0;
	background-size:auto 100%;
	background-repeat:no-repeat;
	padding:0 0;
	overflow:visible;
	/*background-color:#0C9;*/
}
#midokoro h2 p{
	
	margin-bottom:0px;
	background-image:none;
	background-position:right top 0;
	background-size:auto 100%;
	background-repeat:no-repeat;
	padding:90px 0px;
	overflow:visible;
	/*background-color:rgba(0, 0, 0, 0.2);*/
}


/*--------------------------
　バナー
--------------------------*/

#banner img.pc {
	display:none;
	max-width:819px;
}
#banner img.tb {
	display:block;
	max-width:619px;
}
#banner img.sp {
	display:none;
	max-width:619px;
}

	
}

@media screen and (max-width: 700px) {
	
	
#when img {
	position:relative;
	top:0px;
	right:0;
	left:0;
	margin:10px auto 0;
	display:block;
	
	}
	

	#present #waku #inner-waku {
		padding-bottom:120px;
	}
	
	#present #waku img.img1 {
		width:166px;
	top:-38px;
	right:-45px;
	}
	#present #waku img.img2 {
		width:276px;
		bottom:-40px;
		left:-40px;
	}
	#present #waku img.img3 {
		width:224px;
		bottom:-25px;
		right:-60px;
	}
}

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

/*--------------------------
　終了メッセージ
--------------------------*/	
	#close_msg p{
		font-size:200%;
	}
		
/*--------------------------
　バナー
--------------------------*/

#banner img.pc {
	display:none;
	max-width:819px;
}
#banner img.tb {
	display:none;
	max-width:619px;
}
#banner img.sp {
	display:block;
	max-width:619px;
}

}

@media screen and (max-width: 470px) {
	
	header  .header-inner h1 img {
		margin:0 auto;
	}
	
	
/*--------------------------
　終了メッセージ
--------------------------*/	
	#close_msg p{
		font-size:150%;
	}

}



#wrap {
	width:100%;
}



small {
    font-size: 80%;
}

.en {
    font-family: aktiv-grotesk,sans-serif;
    font-weight: 800;
    font-weight: 800;
}



/*.inner::after {
  content: "";
  display: block;
  clear: both;
}*/

/*クリアフィックス*/
.clearfix::after {
  content: "";
  display: block;
  clear: both;
}



/*--------------------
	タイムテーブル
--------------------*/

section#time .inner {
	padding:20px 28px 230px;
	/*background-color: rgba(0,255,255,0.7);*/
	width:100%;
}

#title {
	width:100%;
	margin-bottom:20px;
}

#title img{
	width:322px;
	margin:0 auto;
	display:block;
}


/*--------------------
	タブメニュー
--------------------*/

.tabmenu {
	width:100%;
  display:flex;
  margin:0 0 25px;
  padding:0;
}
.tabmenu li {
	width:25%;
  color: #333;
  float: left;
  margin: 0;
  padding: 7px 20px;
  border: 1px solid #000;
  border-right:none;
  cursor: pointer;
  list-style: none;
  text-align:center;
  background-color:#fff;
  transition: .3s;
  
  fill: #888888;
}

.tabmenu li svg {
	vertical-align:bottom;
}

.tabmenu li:last-child{
  border-right:1px solid #000;
}

.tabmenu li:hover {
  background: #e5e5e5;
}

.tabmenu li.allactive,
.tabmenu li.active {
  color: #fff;
  background: #000;
  cursor: auto;
  fill: #fff;
}
 



/*--------------------
	タブエリア
--------------------*/

.area {
	margin:0;
	padding:0;
}

.area ul#forum{
	margin:0;
	padding:0;
}


.area ul#forum > li {
  display: none;
}
.area ul#forum > li.show {
  display:flex;
  justify-content: space-between;
  flex-wrap:wrap;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}


.area ul#forum > li .timetable-cont{
    display: flex;
    flex-flow: row nowrap;
    border: 1px solid #000;
    margin-bottom: 22px;
    background-color: #fff;
	background-color: rgba(255, 255, 255, 0.2);
	width:49%;
	
	opacity: 0;
	animation-name: fadeIn;
	animation-duration: 1s; /* アニメーションの長さ */
	animation-fill-mode: forwards; /* アニメーション終了時のスタイルをアニメーション終了後でも適用させる */
}



li.time.show .timetable-cont:nth-child(1) { animation-delay: 0.15s; }
li.time.show .timetable-cont:nth-child(2) { animation-delay: 0.3s; }
li.time.show .timetable-cont:nth-child(3) { animation-delay: 0.45s; }
li.time.show .timetable-cont:nth-child(4) { animation-delay: 0.6s; }
li.time.show .timetable-cont:nth-child(5) { animation-delay: 0.75s; }
li.time.show .timetable-cont:nth-child(6) { animation-delay: 0.9s; }
li.time.show .timetable-cont:nth-child(7) { animation-delay: 1.05s; }
li.time.show .timetable-cont:nth-child(8) { animation-delay: 1.2s; }
li.time.show .timetable-cont:nth-child(9) { animation-delay: 1.35s; }
	
.timetable-cont .box-time {
	background-color:#000;
	width:53px;
}
.timetable-cont .box-time.color-red {
    background-color: #c7000b;
	width:53px;
}

.timetable-cont .box-time .center-cont {
    width: 120px;
    text-align: center;
}

.timetable-cont .box-time .title {
	width:100%;
    display: inline-block;
    background-color: #fff;
	font-size:14px;
	font-weight:bold;
    color: #000;
    text-align: center;
    line-height: 1;
    padding: 0.4em 0em;
    position: relative;
	margin:0 0 35px;
	white-space:nowrap;
}

.timetable-cont .box-time .title.keynote {
    color: #c7000b;
}

.timetable-cont .box-time .center-cont {
    width: 40px;
	margin:0 auto;
    text-align: center;
	padding:6px 0;
}

.timetable-cont .box-time .title .sText {
    font-size: .3em;
    display: block;
    line-height: 1;
}

.timetable-cont .box-time .title .sText img {
	width:90%;
}

.timetable-cont .box-time .time {
	margin:0;
	padding:0;
	height:auto;
	display:block;
}

.timetable-cont .box-time .time .en {
    color: #fff;
    /*font-size: 2rem;*/
	font-size:14px;
	font-weight:bold;
	margin:0 0 14px;
	padding:0;
	display:inline-block;
	line-height:1em;
	vertical-align:top;
}


.timetable-cont .box-time .time .bar {
    width: 1px;
    height: 12px;
    display: block;
    margin: 0 auto 7px;
    position: relative;
	left:-3px;
    background-color: #fff;
	z-index:1;
}

.timetable-cont .box-time .time .bar::after {
    content: "";
    display: block;
    width: 4px;
    height: 1px;
	position:absolute;
    right: -3px;
    bottom: 2px;
    background-color: #fff;
    transform: rotate(-45deg);
	z-index:1;
}

.timetable-cont .box-main {
   
    max-width: 100%;
	width:100%;
	
	min-height:275px;
	background-color:#fff;
}

.timetable-cont .box-main .title-and-link {
	border:none;
    border-bottom: 1px solid #000;
	margin:0;
	padding:0;
	width:100%;
	background-color:#fff;
  border-spacing: 0;
  overflow:hidden;
}

.timetable-cont .box-main .title-and-link ul {
	display:flex;
	width:100%;
	margin:0;
	padding:0;
	float:right;
}

.timetable-cont .box-main .title-and-link li.title {
    width:80%;
	padding:5px 10px;
	list-style:none;
}

.timetable-cont .box-main .title-and-link li.zoom-link {
  	width:20%;
	text-align:center;
	font-weight:bold;
	color:#fff;
	list-style:none;
}

.timetable-cont .box-main .title-and-link .zoom-link a {
  	width:100%;
	height:100%;
	margin:0;
	padding:0;
	background-color:#c7000b;
	display:block;
	text-align:center;
	text-decoration:none;
	font-weight:bold;
	color:#fff;
	transition: all 0.3s ease;
	position:relative;
  
}

.timetable-cont .box-main .title-and-link .zoom-link a p {

position:absolute;
top:50%;
left:50%;
transform:translate(-50%,-50%);
line-height:1em;
width:100%;

}

.timetable-cont .box-main .title-and-link .zoom-link a:hover {
  	background-color:#f00;
}


.timetable-cont .box-main .title-and-link .zoom-link.disabled a {
  	background-color:#666;
	color:#ccc;
	pointer-events: none;
}




.timetable-cont .box-main .title-and-link .text-title{
    /*flex: 1 1 100%;*/
    width: 100%;
    padding: 0;
	margin:0 0 0.3em;
    /*font-size: 1.2rem;*/
    line-height: 1.2em;
}

.timetable-cont .box-main .title-and-link .text-title + p {
	width: 100%;
	margin:0;
	padding:0;
	/*font-size:80%;*/
	clear:both;
	line-height: 1.4em;
}

.zoom-link { font-size:10px;}





.speakers-list {
	display:flex;
	padding:5px 3px;
	margin:0;
	justify-content: space-between;
	
	
}

.speakers-list li{
	display:block;
	width:25%;
	font-size:8px;
	
}

.speakers-list.col1 {
width:25%;
/*background-color:#090;*/
	
	
}
.speakers-list.col1 li{
	display:block;
	width:100%;
	font-size:8px;
	
}

.speakers-list.col2 {
width:50%;
/*background-color:#CC9933;*/
	
	
}
.speakers-list.col2 li{
	display:block;
	width:50%;
	font-size:8px;
	
}

.speakers-list.col3 {
width:75%;
/*background-color:#6CF;*/
	
	
}
.speakers-list.col3 li{
	display:block;
	width:33.3%;
	font-size:8px;
	
}

.speakers-list.col4 {
width:100%;
/*background-color:#F9C;*/
	
	
}
.speakers-list.col4 li{
	display:block;
	width:25%;
	font-size:8px;
	
}




.speakers-list li .text-cont,
.speakers-list li .thum {
	width:100%;
	
	padding:3px;
}
	

.speakers-list li img{
	display:block;
	width:100%;
	
}



.speakers-list li .text-cont .speakers-company {
	font-weight:bold;
	margin-bottom:0.5em;
	line-height:1.2em;
}

.speakers-list li .text-cont .speakers-title {
	margin-bottom:0.5em;
	line-height:1.2em;
}

.speakers-list li .text-cont .speakers-name {
	font-weight:bold;
	/*font-size:10px;*/
}

.speakers-list li .text-cont .speakers-name .sama {
	padding-left:0.5em;
}



section#coution {
	background-color:#c6c6c6;
	padding:50px 0;
}

section#coution h2 {
	width:100%;
	font-size:2.6rem;
	font-weight:bold;
	text-align:center;
	margin:0;
	position:absolute;
	top:-0.5em;
	line-height:1em;
}

section#coution p {
	text-align:center;
	margin-bottom:2em;
	font-size:140%;
}





section#coution  #scroll {
	width:640px;
	height:170px;
	background-color:#fff;
	overflow:scroll;
	margin:0 auto 20px;
	padding:1em;
	overflow-x: hidden;
	overflow-y: visible;
	font-size:140%;
	
	
	
}



section#coution  #scroll{
	height: 200px;
	overflow: auto;
	margin-bottom:20px;
	padding:2em 1.5em 1.5em;
}

/*スクロールバーの横幅指定*/
#scroll::-webkit-scrollbar {
    width: 7px;
}
/*スクロールバーの背景色・角丸指定*/
#scroll::-webkit-scrollbar-track {
 background: #acacac;
}
/*スクロールバーの色・角丸指定*/
#scroll::-webkit-scrollbar-thumb {
 background:#666;
}


section#coution  #scroll ul{
	margin-bottom:2em;
}

section#coution  #scroll h4{
	font-size:1.6rem;
	margin-bottom:1em;
}
section#coution  #scroll p{
	font-size:1.4rem;
	text-align:left;
}

section#coution  #scroll ul li{
	font-size:1.4rem;
	margin-left:1em;
	margin-bottom:0.5em;
}


#coution .btn {
	text-align:center;
	position:relative;
}

#coution .btn a {
display:inline-block;
width:290px;
background:#f00;
color:#fff;
text-decoration:none;
height:48px;
line-height:48px;
font-size:180%;
font-weight:bold;
transition: all 0.3s ease;
}

#coution .btn a:hover {
background:#ff0064;
}


#coution .btn.disabled a {
	background:#666;
	color:#ccc;
	pointer-events: none;
}
	



/*スムーススクロール用アンカー*/
#coution a#doui {
	position:absolute;
	top:50px;
}




section#bottomlogo {
	padding:40px 0;
}

section#bottomlogo img{
	width:350px;
	margin:0 auto;
	display:block;
}