@charset "utf-8";
/* CSS Document */

body{
	margin:0;
	padding:0;
	/*background-color: #ffffff;*/
	/*background-image: url(../images/bg_cfonight2020_top_image.jpg); */
	/*background:#000;*/
	background-position: center bottom; 
	background-repeat: repeat;
	/*background-repeat: no-repeat;*/
	background-attachment: fixed;
	line-height:1.7em;
}

/*Firefoxだけに適用されるCSSハック*/
@-moz-document url-prefix() {
  body {display:block !important;}
}

br.break {
	page-break-after: always;
}

p.bt_print{
	margin:20px 0 25px 60px;
	text-align:right;
}

hr{
	display:block !important;
	border:none;
	page-break-after: always;
}


/* プレサイト */
#wrapper{
	width:650px;
	margin:0 auto;
	padding-top:100px;
	background:#EBEBEB;
	text-align:left;
}



/* 特設サイト */

#head{
	/*background:url(../images/bg_sample.jpg) repeat-x;*/
	/*margin-bottom:50px;
	background:#fff;*/
}

#head h1{
	height:auto;
	line-height: 0;
}



h2{
	max-width:890px;
	margin:80px auto 20px;
	padding:0 0 10px 0;
	/*border-bottom:2px solid #ccc !important;*/
	border-bottom: 6px double #FF4E2B;
	/*B案
	border-bottom:2px solid #EDAD0B !important;*/
	/*Ｃ案
	border-bottom:2px solid #da5019 !important;*/
	font-size:30px;
	font-weight:bold;
	text-align:left;
	color:#062B49;
}

h3{
	max-width:890px;
	margin:30px auto 20px;
	padding:0 0 10px 0;
	/*border-bottom:2px solid #ccc !important;*/
	border-bottom: 1px solid #ccc;
	/*B案
	border-bottom:2px solid #EDAD0B !important;*/
	/*Ｃ案
	border-bottom:2px solid #da5019 !important;*/
	font-size:20px;
	font-weight:bold;
	text-align:left;
	color:#062B49;
}

.section img{
	margin:0 10px;
}

div.section_area{
	width:1200px;
	margin-left:auto;
	margin-right:auto;
	padding-top:20px;
	padding-bottom:40px;
	background:#FFF;
	}

div.section{
	max-width:890px;
	margin:20px auto;
	padding:0 20px 20px 20px;
	text-align: left;
	line-height:1.9em;
	font-size: 15px;
}


div.section p.right{
	text-align:right;
}

div.section p.left{
	text-align:left;
}

.contact{
	margin-top:-100px;
}

div.section h4{
	width:890px;
	margin:30px auto 30px;
	padding:0 0 10px 0;
	/*border-bottom:2px solid #ccc !important;*/
	border-bottom: 1px dotted #ccc;
	/*B案
	border-bottom:2px solid #EDAD0B !important;*/
	/*Ｃ案
	border-bottom:2px solid #da5019 !important;*/
	font-size:16px;
	font-weight:bold;
	text-align:left;
}

div.section div#sponsor{
	margin:10px 45px;
	border:1px solid #e6e6e6;
	background:#fff;
}


div.section div#sponsor ul{
	margin:30px 20px 20px;
}

div.section div#sponsor dl{
	margin:20px;
}

div.section div#sponsor dl dt{
	clear:both;
	float:left;
	width:180px;
	font-weight:bold;
}
div.section div#sponsor dl dd{
	float:left;
	width:650px;
}

ul.caution{
	margin-left:1em;
}
ul.caution li{
	padding-left:1.5em;
	font-size:0.9em;
	text-indent:-1em;
}

ul.caution li:before {
	content: "※";
}

.monospace{
	font-family:monospace;
}

.section table.outline{
/*	border-collapse:collapse;
	width:100%;*/
	/*border-top:1px solid #ccc;*/
/*	margin-bottom:20px;
	border-spacing:2px;*/
	width:100%;
	border-collapse:separate;
	/*border-spacing:4px;*/
	/*margin-bottom:1em;*/
}
.section table.outline th{
	padding:10px 5px 5px;
	border-bottom:4px solid #fff;
	font-size:14px;
	line-height:1.7em;
	text-align: left;
	vertical-align:top;
	background-color: #fff;
}

.section table.outline th.item{
	width:8em;
	padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
	background:#ccc;
	/*B案　background:#EDAD0B;*/
	/*C案　background:#da5019;*/
	color:#333;
	font-weight:bold;
}

.section table.outline td{
	padding:10px 5px 5px;
	border-bottom:4px solid #fff;
	font-size:14px;
	line-height:1.7em;
	text-align: left;
	vertical-align:top;
}

.section table.outline td.cont{
	padding-top: 15px;
    /*padding-bottom: 15px;*/
    padding-left: 15px;
	background:#EEEEEE;
	color:#333;
}

table.program{
	width:100%;
	border-collapse:separate;
	/*border-spacing:2px;*/
	/*margin-bottom:1em;*/
}
table.program th{
	/*width:100px;
	padding:10px;
	border-bottom:4px solid #fff;
	text-align:left;
	background:#fbfbfb;*/
	padding:10px 5px 5px;
	border-bottom:4px solid #fff;
/*	line-height:1.4em;*/
	font-size:14px;
	line-height:1.7em;
	text-align: left;
	vertical-align:top;
}
table.program td{
	padding:10px;
	border-bottom:4px solid #fff;
	background:#fff;
	line-height:1.7em;
	text-align: left;
}
table.program th.time{
/*	background:#666666;
	color:#fff;
	width:8em;
	padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 15px;*/
	width:8em;
	padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
	background:#3261ab;
	/*B案　background:#EDAD0B;*/
	/*C案　background:#da5019;*/
	color:#fff;
	font-weight:bold;
	font-size: 15px;
}

table.program td.mid{
	/*padding:15px;	*/
	padding:0px;
	background:#EEEEEE;
	color:#333;
}


table.program td .title{
	margin-bottom:20px;
	/*padding-bottom:10px;
	border-bottom: 1px solid #EAC63B;*/
	font-size:1.45em;
	font-weight:bold;
	background: #aec1e3;
	/*B案　background: #F9E3AA;*//*背景色*/
	padding: 15px;/*文字まわり（上下左右）の余白*/
	color:#333333;
}

table.program td .session_title{	
	margin-bottom:20px;
	padding-top: 15px;
	padding-bottom:10px;
	padding-left: 15px;
	/*border-bottom: 3px dotted #EAC63B;*/
	font-size:1.4em;
	font-weight:bold;
	background-color: #DCDCDC;
}

table.program td .theme{
	margin-bottom:20px;
	padding-bottom:10px;
	padding-left: 15px;
	font-size:1.3em;
	font-weight:bold;
}

table.program td .name{
	font-size:1.3em;
	font-weight:bold;
}

table.program td img{
	margin:10px 0;
}

table.program td p.pad05{
	padding-bottom:0.5em!important;
}
table.program td p.pad1{
	padding-bottom:1em!important;
}

table.program td .bottom_pad10{
	padding-bottom:10px;
}

table.shoutai{
	width:500px;
	margin:0 45px 20px;
	border-collapse:separate;
	border-spacing:2px;
}
table.shoutai th{
	width:120px;
}
table.shoutai th,
table.shoutai td{
	padding:4px;
}

.last{
	border:none !important;
	}

#back_top {
	position: fixed;
	right:20px;
	bottom:10px;
}

#footer{
	padding:25px 25px 60px;
	background:#444;
	color:#fff;
}
#footer img{
	margin-right:10px;
	vertical-align:middle;
}

#footer .cfo{
	font-size:18px;
	font-weight:bold;
}

#footer a{
	color:#fff;
}
#footer a:hover{
	color:#ccc;
}
#footer p.copyright{
	/*padding:10px 0;*/
	font-family:Arial, Helvetica, sans-serif;
}




.tbox {position:absolute; display:none; padding:14px 17px; z-index:900}
.tinner {padding:15px; -moz-border-radius:5px; border-radius:5px; background:#fff url(../images/preload.gif) no-repeat 50% 50%; border-right:1px solid #333; border-bottom:1px solid #333}
.tmask {position:absolute; display:none; top:0px; left:0px; height:100%; width:100%; background:#000; z-index:800}
.tclose {position:absolute; top:0px; right:0px; width:30px; height:30px; cursor:pointer; background:url(../images/close.png) no-repeat}
.tclose:hover {background-position:0 -30px}

#error {background:#ff6969; color:#fff; text-shadow:1px 1px #cf5454; border-right:1px solid #000; border-bottom:1px solid #000; padding:0}
#error .tcontent {padding:10px 14px 11px; border:1px solid #ffb8b8; -moz-border-radius:5px; border-radius:5px}
#success {background:#2ea125; color:#fff; text-shadow:1px 1px #1b6116; border-right:1px solid #000; border-bottom:1px solid #000; padding:10; -moz-border-radius:0; border-radius:0}
#bluemask {background:#8B9BC4}
#frameless {padding:10px}
#frameless .tclose {left:6px}

/* profile
--------------------------------------*/

/*body#profile{
	background:none;
	font-family:"ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
}

#profile_wrapper{
	width:600px;
	margin:0 auto;
	border-top:5px #c00 solid;
	background:#fff;
}

#profile_head{
	width:550px;
	margin:0 auto 25px auto;
}
#profile_head #photo{
	float:left;
	width:130px;
	height:130px;
	background-color:#efefef;
}
#profile_head #name{
	width:40px;
	margin-left:20px;
	float:left;
}
#profile_head #name h2{
	padding:0;
	margin:0;
	text-align:left;
}

#profile h3{
	margin:20px 20px 10px 20px;
	padding:0 0 5px 5px;
	border-bottom:1px solid #ccc;
	font-size:1.2em;
	font-weight:bold;
	text-align:left;
}

#profile p{
	padding:0 25px 0.5em;
	text-align:left;
}

#profile table{
	margin:0 25px;
}
#profile table td{
	padding:3px;
}

p.pro_print{
	width:83px;
	margin:30px auto;
}

#profile_footer{
	width:580px;
	height:40px;
	margin:20px 0 5px 0;
	text-align:center;
}

#profile code{
	display:block;
	margin:40px 0;
	padding-top:10px;
	border-top:1px dotted #ccc;
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.8em;
	text-align:center;
}*/

@media print{
	p.pro_print{
		display:none;
	}
	span.bt_menu{
		display:none;
	}
}

/*追加*/
.button {
	display: inline-block;
	position: relative;
	width: 300px;
	height: 90px;
	background-color: #E54B4B;
	border-radius: 8px;
	color: #fff;
	font-size:1.3em;
	font-weight:bold;
	line-height: 52px;
	-webkit-transition: none;
	transition: none;
	box-shadow: 0 3px 0 #530000;
	text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
	line-height:90px;
	text-align: center;
	text-decoration: none;
	outline: none;
}

.button a{
	color: #fff !important;
}

.button:hover {
	background-color: #ccc;
	box-shadow: 0 3px 0 #999;
}

.button:active {
	top: 3px;
	box-shadow: none;
}

.button::before,
.button::after {
	display: block;
	position: absolute;
	z-index: -1;
	content: '';
}

.button,
.button::before,
.button::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.button_print {
	display: inline-block;
	position: relative;
	width: 160px;
	height: 30px;
	background-color: #999999;
	border-radius: 8px;
	color: #fff;
	font-size:0.85em;
	font-weight:bold;
	-webkit-transition: none;
	transition: none;
	box-shadow: 0 3px 0 #333333;
	text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
	line-height:30px;
	text-align: center;
	text-decoration: none;
	outline: none;
}

.button_print a{
	color: #fff !important;
}
	
.button_print:hover {
	background-color: #CCC;
	box-shadow: 0 3px 0 #999;
}

.button_print:active {
	top: 3px;
	box-shadow: none;
}

.button_print::before,
.button_print::after {
	display: block;
	position: absolute;
	z-index: -1;
	content: '';
}

.button_print,
.button_print::before,
.button_print::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.cont{
	margin-top:1em;
	padding-right: 15px;
	padding-bottom:15px;
	padding-left:15px;
}

.prof_link{
	padding-bottom:15px;
	padding-left:15px;
}

.session{
	margin-bottom:0px;
	padding-bottom:30px;
	border-bottom:1px solid #ffffff;
	}
	
	
	.code-l{
    background: #E54B4B;
    color: #fff;
    display: inline-block;
/*    margin-top: 0.4em;*/
    padding: 8px 16px 4px;
/*    border-top: 2px solid #E54B4B;
    border-left: 2px solid #E54B4B;
    border-bottom: 2px solid #E54B4B;*/
}
.code-r{
    background: rgba(255, 255, 255, 0.6);
    padding: 8px 16px 4px;
/*    border-top: 3px solid #E54B4B;
    border-right: 3px solid #E54B4B;*/
    /*border-bottom: 3px solid #E54B4B;*/
	/*margin-left:10px;*/
}

table.registrationFee{
    width: 400px;
    /*border: 1px solid #222;*/
}
table.registrationFee span{
    color: #D70C18;
}
table.registrationFee thead{
    background: #dcdcdc;
}
table.registrationFee th{
	width:200px;
    /*border-bottom: 1px solid #222;*/
	border-bottom: 2px solid #ccc !important;
	background: #fff;
}
table.registrationFee td{
    width: 100px;
    /*border-bottom: 1px solid #222;*/
/*    border-right: 2px solid #fff !important;*/
	border-bottom: 2px solid #ccc !important;
	background-color: #fff;
}
table.registrationFee thead td{
    width: 221px;
    text-align: center !important;
    vertical-align: middle;
}
table.registrationFee tbody th{
    padding-left: 1em;
    background: #dcdcdc;
	 text-align: center !important;
}
table.registrationFee tbody td{
    text-align: center !important;
}

.code{
	border:2px solid #E54B4B;
	width: 390px;
	background:#fff;
}

.lead{
	margin-bottom:60px;
	text-align:left;
}

.caption{
	font-size:0.85em;
	text-align:left;
}

.q_text{
	font-weight: bold;
	color: #5c98d4;
}

.red{
	font-weight: bold;
	color: #cc0000;
}
.box24 {
    position: relative;
    /*padding: 0.5em 0.7em;*/
    margin: 2em 0;
    background: #e6f4ff;
}
.box24:after {
    position: absolute;
    content: '';
    top: 100%;
    left: 50%;
    border: 50px solid transparent;
    border-top: 50px solid #e6f4ff;
    width: 0;
    height: 0;
}
.box24 p {
    margin: 0; 
    padding: 0;
}

.steage_text{
	paddging:20px;
}

.box25 {
    position: relative;
    /*padding: 0.5em 0.7em;*/
    margin: 2em 0;
    background: #e6f4ff;
}

.steage_title{
	font-size:1.4em;
	font-weight: bold;
	    color: #5c98d4;
}





/*@media screen and (max-width: 1200px) {
	.mainv-top,
	.mov, .embed-container,
	.mov, .embed-container iframe{
		height: calc(600 / 1200 * 100vw);
	}
}*/


/*.mov_test {
    width: 100%;
  height: 0;
  position: relative;
  padding-bottom: 56.25%;
}
.mov_test iframe {
     position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}*/

#head {
  position: relative;
}
/*3つともabsoluteに*/
.one, .two {
  position: absolute;
}
.one {
  left: 0;
  top: 0;
z-index: 10;		
}
.two {
	/*left:20%;
	top:20%;*/
z-index: 20;	
}

.fwrapper{
   width: 100%;
   background-color: #FDE9FB;
}
/*コピーライト等を書く領域*/
.footer{
  margin: auto;
  max-width: 800px;
  padding: 10px;/*これを書かないとフッターの下に余白ができてしまう*/
}

.mainv-top {
    position: relative;
    width: 100%;
    background: #EEE;
    background-size: cover;
    background-position: center bottom;
    box-sizing: border-box;
    overflow: hidden;
    height: 500px;
}

.mov, .embed-container {
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
	
	/*position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  overflow: hidden;*/
}

.mov, .embed-container iframe {
    box-sizing: border-box;
    left: 50%;
    height: 500px !important;
    width: 100% !important;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
}

.visual {
	position: relative;
	width: 100%;
	height: 100vh;
}

.movie {
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}
.movie video {
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	width: auto;
	height: auto;
	min-width: 100%;
	min-height: 100%;
	transform: translate(-50%,-50%);
}

.container {
  display: flex;
  justify-content: center;
  align-items: center;
}

.top_logo{
	float: left;
	padding:50px 20px 50px 50px;
}

.top_text{
	text-align:left;
	margin-bottom:50px;
	padding:50px;
	color:#fff;
	color:#333;
}

.top_catch{
	font-size:16px;
	line-height: 1.5em;
	margin-bottom:40px;
}

.top_title{
	margin-top:50px;
	color:#062B49;
	font-size:40px;
}
.top_title_sub {
	font-size: 28px;
}

.box{
	margin:0 auto;
	max-width:1200px;
	text-align: center;
	background-color: rgba( 255, 255, 255, 0.8 );
}

.top_catch_main{
    font-size: 28px;
    line-height: 1.5em;
    margin-top: 20px;
    /* margin-bottom: 10px; */
    color: #E54B4B;
}

.link{
	font-weight: 700;
}

.top_pc{
		display: block;
	}
	.top_sp{
		display: none;
	}

.anc_box{
	font-size:18px;
	line-height:2em;
}

.anc_box li{
	/*float:left;*/
	padding-right:20px;
}

 .anc_section{
	margin-top:80px !important;
}

.mov_cont{
	width:500px;	
}

.mov_size{
width:100%;
}

@media screen and (max-width: 1070px) {
	.top_logo{
	float: left;
	padding:20px 20px 0px 50px;
}

.top_text{
	text-align:left;
	margin-bottom:20px;
	padding:20px;
	color:#fff;
	color:#333;
}
	.two {
  	padding:20px;
	margin:20px;
}
	.anc_box li{
	display: list-item;	
	float:none;
	padding-right:0;
}
}

@media screen and (max-width: 1060px) {
.top_catch_main{
    font-size: 20px;
    line-height: 1.5em;
    margin-top: 0px;
    /* margin-bottom: 10px; */
    color: #E54B4B;
}
}	

@media screen and (max-width: 680px) {
	.two {
  	padding:20px;
	margin:20px;
}
	.top_logo{
	float: left;
	padding:0px 20px 20px 0;
	width: 50%;
	height: 50%;
	margin-top: 20px;
}
	.top_logo img {
  max-width: 100%;
  height: auto;
}
	.top_catch_main{
	font-size:20px;
}
	.top_catch{
	font-size:15px;
	line-height: 1.5em;
	margin-bottom:20px;
}
	.top_text{
	text-align:left;
	margin-bottom:20px;
	padding:0;
	color:#fff;
	color:#333;
}
	.top_title{
	margin-top:20px;
	font-size:26px;
}
.top_title_sub {
	font-size: 20px;
}
	.container {
	background-color: rgba( 255, 255, 255, 0.8 );
}
	.top_pc{
		display: none;
	}
	.top_sp{
		display: block;
	}
	h2{
	margin:40px auto 20px;
	}
	.anc_section{
	margin-top:40px !important;
}
	.anc_box{
	font-size:16px;
	line-height:2em;
}
	.mov_cont{
	width:350px;	
	}
	h2{
	font-size:22px;
	}
	h3{
	font-size:18px;
	}
}


video {
  width: 100%;
  max-width: 500px; /* 最大でも400px以下に */
}

.pop_answer{
    padding-left: 20px;
    padding-right: 20px;
}
