@charset "utf-8";

/* 初期化 */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font:inherit;font-size:100%;vertical-align:baseline}html{line-height:1}ol,ul{list-style:none}table{border-collapse:collapse;border-spacing:0}caption,th,td{text-align:left;font-weight:normal;vertical-align:middle}q,blockquote{quotes:none}q:before,q:after,blockquote:before,blockquote:after{content:"";content:none}a img{border:none;line-height:0;}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary{display:block}


html,body{
	height:100%;
}

body{
	background: #ffffff;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	line-height: 1.5;
	color: #231815;
	-webkit-text-size-adjust: 100%;
}


/*=============================================================
	2階層目以降の共通ヘッダー
=============================================================*/
header{
	width: 100%;
}
header #headerBg{
	width: 100%;
	background: url(../imge/bg_header_inner_sub.jpg) no-repeat center top;
}
header #headerInner{
	margin: 0 auto;
	width: 1200px;
	height: 290px;
	position: relative;
}
header h1{
	position: absolute;
	top: 8px;
	left: 5px;
}
header ul#shareBtns{
	position: absolute;
	right: 10px;
	top: 260px;
}
header ul#shareBtns.second{
	left: 10px;
	right: auto;
}

#shareBtns:before, #shareBtns:after{
    content:"";
    display:table;
}
#shareBtns:after{
    clear:both;
}
/* For IE 6/7 (trigger hasLayout) */
#shareBtns{
    zoom:1;
}

header ul#shareBtns li{
	float: left;
	margin-left: 10px;
	width: auto;
}
header h2{
	padding: 70px 0 0;
	text-align: center;
}
header h2.top_title {
	padding: 108px 0 0;
}

header #btn_txt{
	position:absolute;
	top:13px;
	left:395px;
}
header .schedule {
	position: absolute;
	right: 10px;
	top: 10px;
}
header .schedule ul {
	float: left;
	overflow: hidden;
}
header .schedule ul li {
	float: left;
}
header .schedule ul + ul {
	margin-left: 10px;
}
header .schedule ul li + li {
	margin-left: 5px;
}


header #entry_btn{
	position:absolute;
	top:228px;
	right:0px;
}





/*中原追加ここから*/
/*------------------------------------------------------------------------*/


.header_box_in {
	max-width: 1200px;
	width: 100%;
	margin: 0 auto 10px;
	padding: 15px 0 0;
}

.header_box_in:after {
    content: ".";
    display: block;
    height: 0;
    font-size: 0;
    clear: both;
    visibility: hidden;
}

.header_box_in h1 {
	position: static;
	float: left;
}


.header_box {
	position: fixed;
	width: 100%;
	background: #fff;
	z-index: 9999;
	top: 0;
	left: 0;
	border-bottom: 1px solid #CBCBCB;
	min-height: 50px;
}


.header_box_in_r {
	position: relative;
	float: right;
	width: 308px;
}

dl.header_schedule {
	position: absolute;
	/* top: -4px; */
	left: 0;
	float: left;
	width: 200px;
	margin: 0;
	padding: 4px 10px;
	background: #fff;
	font-size: 12px;
	border: 1px solid #999999;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	text-align: center;
	z-index: 9999;
	box-sizing: border-box;
	cursor: pointer;
}

.header_schedule dt {
	/* margin-top: 5px;
	margin-right: 18px; */
	position: relative;
}

.header_schedule dt:after {
	position: absolute;
	content: "";
	background: url(../img/schedule_ar02.png) 0 0 no-repeat;
	background-size: 10px auto;
	width: 10px;
	height: 6px;
	top: 50%;
	margin-top: -5px;
	right: -2px;
}

.header_schedule dt.schedule_arrow:after {
	background: url(../img/schedule_ar01.png) 0 0 no-repeat;
}

.header_schedule dd {
	display: none;
	background: #fff;
	position: relative;
	margin-top: 9px;
	padding-bottom: 6px;
	z-index: 9999;
	color: #fff;
	font-size: 13px;
}

dl.header_schedule .schedule_tokyo {
	margin-bottom: 5px;
}

dl.header_schedule li {
	position: relative;
	height: 25px;
}

dl.header_schedule li:nth-child(2):after {
	position: absolute;
	content: '';
	background: url(../img/schedule_bd.png) 0 0 repeat-x;
	background-size: 4px auto;
	width: 178px;
	height: 1px;
	bottom: 0;
	left: 0;
}

dl.header_schedule .schedule_tokyo li {
	background: rgba(184,25,63,0.05);
}

dl.header_schedule .schedule_tokyo li:nth-child(1) {
	background: #B8193F;
}

dl.header_schedule .schedule_osaka li {
	background: rgba(0,50,129,0.05);
}

dl.header_schedule .schedule_osaka li:nth-child(1) {
	background: #003281;
}

dl.header_schedule li:nth-child(1) {
	width: 100%;
	display: table;
}

dl.header_schedule li:nth-child(1) span {
	display: table-cell;
	vertical-align: middle;
	padding-top: 2px;
}

dl.header_schedule li a {
	display: block;
}

.header_snsbox {
	float: right;
	overflow: hidden;
}

.header_snsbox li {
	float: left;
}

.header_snsbox li:not(:last-child) {
	margin-right: 10px;
}

nav.header_nav {
	clear: both;
	background: none;
	/*Shanon_add*/
	display: none;
}

.header_nav_in {
	width: 1200px;
	margin: 0 auto;
}

.header_nav_in ul {
	overflow: hidden;
}

.header_nav_in ul li {
	position: relative;
	display: table;
	float: left;
	/* ↓　Gなびコンテンツが７つの場合の幅  */
	/* width: 171.4px; */
	/* ↓　Gなびコンテンツが６つの場合の幅  */
	width: 200px; 
	height: 32px;
	margin-bottom: 5px;
	text-align: center;
}

.header_nav_in ul li:after {
	position: absolute;
	content: '';
	background: #777;
	width: 1px;
	height: 20px;
	top: 50%;
	margin-top: -10px;
	right: 0;
}

.header_nav_in ul li a {
	position: relative;
	display: table-cell;
	vertical-align: middle;
	box-sizing: border-box;
}

.header_nav_in ul li a:hover:after {
	position: absolute;
	content: '';
	background: #ec6e02;
	/* background: #F7D622; 資料DLがない場合の色 */
	/* ↓　Gなびコンテンツが７つの場合の幅  */
	/* width: 171.4px; */
	/* ↓　Gなびコンテンツが６つの場合の幅  */
	width: 200px; 
	height: 5px;
	left: 0;
	bottom: -5px;
}

.header_nav_in ul li a.nav_active {
	background: #FFFBDD;
}

.header_nav_in ul li a img {
	display: table-cell;
	vertical-align: middle;
	margin: 0 auto;
}

.header_nav_in ul li:nth-child(2) a.nav_active {
	background: #FFFBDD;
}

.header_nav_in ul li:nth-child(3) a.nav_active {
	background: #FFFBDD;
}
.header_nav_in ul li.dl_bg {
    background: #ffd346;
}

header .mvBox {
	width: 100%;
	/*margin-top: 90px;*/
	margin-top: 42px;
	background: url(../img/mvBox_bg.jpg) 0 bottom repeat-x;
	border-bottom: 1px solid #CBCBCB;
}


header .mvimg {
	max-width: 1200px;
	width: 100%;
	margin: 0 auto;
}


.slick-prev {
    position: absolute;
    top: 50%;
    margin-top: -20px;
    left: 10px;
    padding: 0;
    border: none;
    z-index: 3;
    cursor: pointer;
}

.slick-next {
    position: absolute;
    top: 50%;
    margin-top: -20px;
    right: 10px;
    padding: 0;
    border: none;
    z-index: 1;
    cursor: pointer;
}
header .mvimg ul.slider li{
	font-size: 0;
}

/*------------------------------------------------------------------------*/
/*中原追加ここまで*/







/*=============================================================
	コンテンツ
=============================================================*/
article{
	/* margin-top: -7px; */
	width: 100%;
    background: url(../img/bg_contents.jpg) repeat-x left top;
}

@media screen and (max-width: 768px){
	article{
		margin-top: 0;
	}
}
article #articleInner{
	margin: 0 auto;
	padding-bottom: 20px;
	/*
	width: 1100px;
	*/
	width: 1200px;
	background: url(../img/bg_session1.png) repeat-x left top;
	border: 1px solid #dbdbdb;
	border-top: none;
	-moz-box-shadow: 1px 1px 3px #b3b3b3;
	-webkit-box-shadow: 1px 1px 3px #b3b3b3;
	box-shadow: 1px 1px 3px #b3b3b3;
	filter: progid:DXImageTransform.Microsoft.Shadow(strength = 1, direction = 135, color = '#b3b3b3');
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(strength = 1, Direction = 135, Color = '#b3b3b3')";
}
article section{
	/*
	overflow: hidden;
	*/
	position: relative;
}

a:hover img.over {
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
}


/*=============================================================
	イベントリスト event_list
=============================================================*/
.event_list .row{
	overflow: hidden;
}
.event_list .item{
	float: left;
	margin: 20px 0;
	width: 250px;
}
.event_list .item + .item{
	margin: 20px 0 20px 13px;
}
.event_list p.label_head{
	background: url(../img/label_bg.png) no-repeat 0 0;
	text-align: right;
	line-height: 0;
}
.event_list p.img{
	background-color: #E0E0E0;
	padding: 15px;
	text-align: center;
	line-height: 0;
}
.event_list p.label_foot{
	line-height: 0;
}
.event_list ul{
	margin: 10px 0 0;
	overflow: hidden;
}
.event_list ul li{
	float: left;
	line-height: 0;
}
.event_list ul li + li{
	float: right;
}
.event_list .info{
	background-color: #ffffff;
	border: 1px solid #E0E0E0;
	padding: 7px 10px;
	font-size: 11px;
}
.event_list .info h4{
	font-weight: bold;
}
.event_list .info p.speaker{
	margin: 5px 0 0;
}
.event_list .info p.time{
	margin: 5px 0 0;
	text-align: right;
	font-size: 10px;
}



/*=============================================================
	ページの先頭へボタン
=============================================================*/
article p#gotop{
	margin: 20px auto 10px auto;
	width: 1200px;
	overflow: hidden;
}
article p#gotop a{
	margin-right: 15px;
	padding-left: 15px;
	float: right;
	color: #f39800;
	background: url(../img/icon_link_orange.gif) no-repeat left center;
	font-weight: bold;
	font-size:12px;
}
article p#gotop a:hover{
	text-decoration: none;
}


/*=============================================================
	フッター
=============================================================*/
/* footer{
	width: 100%;
	height: 120px;
	background: url(../image/bg_footer.gif) repeat-x left bottom;
	text-align: center;
	overflow: hidden;
}
footer p#footerContact{
	margin-top: 20px;
}
footer p#copyright{
	margin-top: 10px;
	font-size: 12px;
	color: #ffffff;
} */

footer{
	width: 100%;
	height: 120px;
	background: url(../img/bg_footer.gif) repeat-x left bottom;
	text-align: center;
	overflow: hidden;
}
footer p#footerContact{
	margin-top: 20px;
}
footer p#copyright{
	margin-top: 10px;
	font-size: 12px;
	color: #ffffff;
}
footer #contact_area { color: #fff; font-weight: bold; padding-top: 36px; font-size: 14px; }
footer .yellow_txt a { color:#F3B700; text-decoration: none; }

.sp { display: none;}
@media screen and (max-width: 768px) {
.sp { display: block;}

}

@media screen and (max-width: 768px) {
	footer {
		background: url(../img/bg_top_footer.gif) left top;
		background-repeat: repeat;
		height: auto;
		padding-bottom: 40px;
	}
	footer > p{
		padding: 0 3%;
	}
	footer p#footerContact {
		margin-top: 15px;
	}
	footer p#copyright {
		font-size: 8px;
	}

}

/*=============================================================
	Shanon add
=============================================================*/
.promo,
.kanni_flag,
.hontoroku_flag,
.first_reg,
.first_campaign {
	display:none;
}

.btnArea .next.timetable_tokyo_btn,
.btnArea .next.timetable_osaka_btn{
	float:none;
	width: 564px !important;
	margin:auto;
	margin-left: -140px;
}

.btnArea .next.timetable_tokyo_btn .next_o{
	display:block;
	background:transparent url(../img/timeline/entry_btn06.png) no-repeat scroll 0 0;
	border:medium none;
	cursor:pointer;
	height:74px;
	width:564px;
}
.btnArea .next.timetable_osaka_btn .next_o{
	display:block;
	background:transparent url(../img/entry_btn07.png) no-repeat scroll 0 0;
	border:medium none;
	cursor:pointer;
	height:74px;
	width:564px;
}
.btnArea .next.timetable_tokyo_btn .next_o:hover,
.btnArea .next.timetable_osaka_btn .next_o:hover{
	background-position:0;
}
.footer_fix_hide{
	display: none!important;
}
/*JS無効時のエラー表示*/
.alert {
    margin-bottom: 20px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    background-color: #fcf8e3;
    border: 1px solid #fbeed5;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding-top: 8px;
    padding-right: 14px;
    padding-bottom: 8px;
    padding-left: 14px;
    line-height: 150%;
}
.alert-error {
    color: #b94a48;
    background-color: #f2dede;
    border-color: #eed3d7;
}
.alert-danger h4, .alert-error h4 {
    color: #b94a48;
}
.alert h4 {
    margin: 0;
}
/*アンケートのインデックス（段落）*/
#contents .form .enquete .index1 th{
	padding-left: 30px;
}
#contents .form .enquete .index1 td{
	padding-left: 50px;
}
#contents .form .enquete .index2 th{
	padding-left: 100px;
}
#contents .form .enquete .index2 td{
	padding-left: 125px;
}
/*#contents .form .enquete .index3 th{
	padding-left: 115px;
}
#contents .form .enquete .index3 td{
	padding-left: 135px;
}*/


/* フォーム矢印ナビゲーション */
.page_arrowNav{
	padding: 30px 0 30px;
	width: 100%;
	box-sizing: border-box;
	/* border-bottom: 1px solid #CBCBCB; */
}

.page_arrowNav.js-fixed{
	position: fixed;
	top: 50px;
	left: 0;
	padding: 0 0 0;
	width: 100%;
	background: #FFF;
	box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, .2);
}
.page_arrowNavWrap{
	width: 100%;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: center;
}

.page_arrowNavItem{
	text-align: center;
	/* padding: 10px 46px 10px 20px; */
	padding: 0 16px 0  0;
	z-index: 100;
	background:  url("../img/nav_white.png")no-repeat right 1px center;
	z-index: 100;
	box-sizing: border-box;
	line-height: 1;
}
.page_arrowNav.js-fixed .page_arrowNavItem{
	background:  url("../img/nav_gray_border.png")no-repeat right 1px center;
}
.page_arrowNavItem.current,
.page_arrowNav.js-fixed .page_arrowNavItem.current{
	box-sizing: border-box;
	padding: 0 16px 0  0;
	/* background: #ec6e00 url("../img/nav_orange.png")no-repeat right  center; */
	background: url("../img/nav_orange.png")no-repeat right 1px  center;
}
/* .page_arrowNavItem.currentbefore{
	background: #fff url("../img/nav_currentbefore.png")no-repeat right  center;
} */

.page_arrowNavItem span{
	display: inline-block;
	text-align: center;
	font-size: 14px;
	line-height: 1;
	background: #fff;
	padding: 10px 30px 10px 20px;
	width: 148px;
	box-sizing: border-box;
}
.page_arrowNavItem.current span{
	display: inline-block;
	font-weight: bold;
	color: #fff;
	box-sizing: border-box;
	line-height: 1;
	background: #ec6e00 ;
}

input{
	padding: 5px;
	box-sizing: border-box;
	font-size: 14px;
}


/* ********************
	shanonadd 2020  
**********************/
/* エラー文言 */
.label.label-warning{
    display: inline-block;
    padding: 3px;
    line-height: 1;
    font-weight: bold;
    color: #ffffff;
    white-space: nowrap;
    vertical-align: baseline;
    background-color: #FF0000;
    margin-left: 4px;
    font-size: 12px;
    border-radius: 3px;
    font-weight: bold;
}

.ss_error_msg{
	font-size: 14px;
	line-height: 2;
	color: #FF0000;
	font-weight: bold;
	padding-left: 4px;
	vertical-align: middle;
}

.ss_time2{
    line-height: 1.3;
    margin-bottom: 5px;
}

.mark-warning{
	display: inline-block;
    padding: 3px;
    line-height: 1;
    font-weight: bold;
    color: #ffffff;
    white-space: nowrap;
    vertical-align: baseline;
    background-color: #FF0000;
    margin-left: 4px;
    font-size: 12px;
    border-radius: 3px;
    font-weight: bold;
}

.error_msg_enq{
	font-size: 14px;
	line-height: 2;
	color: #FF0000;
	font-weight: bold;
	padding-left: 4px;
	vertical-align: middle;
}

/* 確認画面　文言 */
.conf_message {
    color: red;
    text-align: center;
}