<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* CSS Document */


/* clearfix */
.clearfix:after{
	content: ".";
	display: block;
	height: 0;
	font-size:0;
	clear: both;
	visibility:hidden;
}
.clearfix {display: inline-block;}
/* Hides from IE Mac */
* html .clearfix {height: 1%;}
.clearfix {display:block;}
/* End Hack */
.clear { clear: both; }


body {
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:12px;
	line-height: 2em;
}
html , body {height:100%;}
.red{ color:#be0b0b;}
.bold{font-weight:bold;}
.icon{margin-right: 2px;}

.fade {  
    -webkit-transition: 0.3s ease-in-out;  
       -moz-transition: 0.3s ease-in-out;  
         -o-transition: 0.3s ease-in-out;  
            transition: 0.3s ease-in-out;  
}  
.fade:hover {  
    opacity: 0.7;  
    filter: alpha(opacity=30);  
}  

/* spacer */
.space0  { margin-bottom: 0px !important; }
.space5  { margin-bottom: 5px !important; }
.space10 { margin-bottom: 10px !important; }
.space15 { margin-bottom: 15px !important; }
.space20 { margin-bottom: 20px !important; }
.space25 { margin-bottom: 25px !important; }
.space30 { margin-bottom: 30px !important; }
.space40 { margin-bottom: 40px !important; }
.space45 { margin-bottom: 45px !important; }
.space50 { margin-bottom: 50px !important; }


.img {
	line-height:0;
}


/* 共通
============================== */
a:link {
	text-decoration:none;
	color: #031B47;
}
a:hover {
	text-decoration:none;
	color: #4A5096;
	text-decoration:underline;
}
a:visited {
	text-decoration:none;
	color: #031B47;
}

body {

	color: #000;
}

#bg img{
	width: 100%;
	position: fixed;
	z-index: -100;
}

h1 {
	text-align: center;
	margin: 0 auto 20px;
}

#container {
	width: 950px;
	min-width: 950px;
	text-align: center;
	margin: 0 auto 20px;
	padding: 10px 0 0 ;
}


.section {
	background:#FFF;
	background:rgba(255,255,255,0.85) ;
	margin: 0 0 50px;
	padding: 40px 60px;
	text-align: left;
}

.section:last-child {
	margin: 0 0 10px;
}


.mainLead{
	font-size:16px;	
	text-align:center;
	line-height:1.8em;
	font-weight:bold;
}


.section h2 {
	font-size: 33px;
	margin: 0 0 35px;
	font-weight:bold;
	text-align:center;
	color:#151B52;
}

h2 span.icon {
	margin-right: 8px;
}

.stepPnk{
	background:#FFF;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
	padding:3px 5px;
	color:#C80E5F;
	font-size:13px;
}

.stepBlu{
	background:#FFF;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
	padding:3px 5px;
	color:#4B5496;
	font-size:13px;
}


h4{
	font-weight: bold;
	margin: 0 0 25px;
	font-size: 14px;
}

.middleTit{
	font-size:23px;
	color:#1e2957;
	padding:0 0 10px;
	border-bottom: solid 1px #1e2957;
	text-align:center;

}

.sml{
	text-indent: -1em;
	padding-left: 10px;
	font-size:11px;
	color:#666;
	line-height: 1.5em;
}

p+.sml,li.sml:first-child{
	margin-top: 10px;
}



.admission {
	background: #E0EFFC;
	padding: 20px;
	text-align: center;
}

.admission  p {
	font-size: 15px;
	font-weight: bold;
	margin:0 0 15px ;
}

.admission ul li{
	margin: 0 30px 0 0 ;
	display: inline-block;
}

.admission ul li:last-child{
	margin: 0;
}

p.txtLink a{
	text-decoration: underline;
	font-weight: bold;
}

#pageTop {
width: 56px;
height: 56px;
position: fixed;
right: 60px;
bottom: 30px;
z-index: 999;
font-size: 40px;
}

#pageTop a{
text-decoration: none;
color:#FFF;
}


.fs11{ font-size: 11px;}
.fs12{ font-size: 12px;}
.fs13{ font-size: 13px;}
.fs14{ font-size: 14px;}
.fs16{ font-size: 16px;}

.mb5{margin-bottom: 5px !important;}
.mb10{margin-bottom: 10px !important;}
.mb15{margin-bottom: 15px !important;}
.mb20{margin-bottom: 20px !important;}
.mb30{margin-bottom: 30px !important;}

.lineh130{ line-height: 130%;}
.lineh140{ line-height: 140%;}
.lineh150{ line-height: 150%;}

.center{text-align: center;}
.normal{font-weight: normal;}

.lead{
	font-size:16px;
	font-weight:bold;
	text-align:center;
}
/* nav
============================== */
ul#mainNav {
	margin: 0 0 50px;
	padding:15px 0;
	border-top:1px solid #3B4670;
	border-bottom:1px solid #3B4670;

}



ul#mainNav li a:link {
	color: #fff;
	padding:0 0 5px;

}
ul#mainNav li a:hover {
	color: #DDD;
}
ul#mainNav li a:visited {
	color: #fff;
}


.nav {	
	width:950px;
	}

.nav li{
	display:inline;
	margin:0 80px 0 0;
}

.nav .last{
	margin:0;
}

.nav li a{
	font-size:16px;
	font-weight:bold;
	color:#FFF;
}



/* nav2
============================== */

.subNav {
    display: none;
}

.subNav .inside{
    margin: 0 auto;
	width: 980px;
	padding: 15px 0;
}



.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background:#1B236D;
    opacity: 0.9;
    box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.3);
    	z-index: 9999;
}

.subNav.fixed {
	display: block;
}



.anchor{
width: 1;
height: 1;
position: relative;
top: -100px;
}


/* info
============================== */
#info table {
	width:100%;
	background:#FFF;
	color:#000;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}


#info table tr td {
	padding: 10px;
	font-size: 14px;
	line-height:1.5em;
	vertical-align:middle;
	border-bottom:1px solid #EEE;

}

#info table tr th{
	padding: 15px 0 15px 30px;
	font-weight: bold;
	font-size: 14px;
	line-height:1.5em;
	border-bottom:1px solid #EEE;
}


.txtSml{
	font-size:12px;
}

.txtSml2{
	font-size:12px;
	color:#ff0000;
}

.captionArea{
	background:#FFFFF8;
	color:#b50202;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	padding:10px 30px;
}




/* チケットのご説明
============================== */

.ticketArea h3{
	background:#4B5496;
	color:#FFF;
	border-radius:5px 5px 0 0;
	-moz-border-radius:5px 5px 0 0;
	-webkit-border-radius:5px 5px 0 0;
	padding:7px 0;
	text-align:center;
	font-size:18px;
	margin:0;
	font-weight:bold;
vertical-align: bottom;
}


.ticketArea .qrTit{
	background:#313F62;
}

.ticketArea .box{
	padding:20px 60px;
	background:#FFF;
	border-radius:0 0 5px 5px;
	-moz-border-radius:0 0 5px 5px;
	-webkit-border-radius:0 0 5px 5px;
}
.ticketArea .box .stampAttend{
	clear:both;
	text-align:center;
	padding:10px 10px 8px;;
	border:1px solid #f00;
}
.ticketArea .box .leftBox{
	width:300px;
	float:left;
}

.ticketArea .box .rightBox{
	width:370px;
	float:left;
	margin:0 0 0 40px;

}

.minTxt{
	font-size:11px;
	line-height:1.3em;
	text-align:center;
}



.ticketArea .box .rightBox dt{
	font-size:16px;
	color:#2f3d74;
	font-weight:bold;
}

.ticketArea .box .rightBox .qrsubTit{
	color:#313F62;
}



.ticketArea .box .rightBox dd{
	font-size:12px;
	color:#000;
	text-indent:-1em;
	padding:0 0 5px 1em;
line-height:1.5em;
	letter-spacing:-0.02em;
	margin:0;
}

.ticketArea .box .rightBox h4{
	background:#4B5496;
	color:#FFF;
	border-radius:5px 5px 0 0;
	-moz-border-radius:5px 5px 0 0;
	-webkit-border-radius:5px 5px 0 0;
	padding:3px 0;
	text-align:center;
	font-size:14px;
	margin:0;
}



.ticketArea .box .rightBox .qrList{
	background:#313F62;
}


.ticketArea .box .rightBox .inBox{
	background:#DADFFE;
	border-radius:0 0 5px 5px;
	-moz-border-radius:0 0 5px 5px;
	-webkit-border-radius:0 0 5px 5px;
	padding:7px 0;
}


.ticketArea .box .rightBox .inBox .img{
	text-align:center;
}


.subBtn a{
	display:block;
	width:300px;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	padding:10px 0;
	text-align:center;
	font-size:14px;
	font-weight:bold;
	margin:0 auto;
	background:#100B6F;
	color:#FFF;
	border:solid 1px #100B6F;

}

.subBtn a:hover{
	border:solid 1px #100B6F;
	color:#100B6F;
	background:transparent;
}
}











/*チケットお申込み
============================== */
#com table {
	width:100%;
	background:#FFF;
	color:#000;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}


#com table tr td {
	padding: 10px;
	font-size: 13px;
	line-height:1.5em;
	vertical-align:middle;
	border-bottom:1px solid #E1E1E6;
		background:#FFF;


}

#com table tr th{
	padding: 15px 0 ;
	font-weight: bold;
	font-size: 13px;
	text-align:center;
	line-height:1.5em;
	border-bottom:1px solid #E1E1E6;
	background:#D2D4DA;
	width:120px;

}

.comList li{
	text-indent:-1em;
	padding:0 0 5px 1em;
	line-height:1.5em;
}

#com .captionArea{
	padding:20px 30px;
}

#com .captionArea ul li{
	color:#000;
	text-indent:-1.2em;
	padding:0 0 5px 1.2em;
	line-height:1.6em;
}

#com .captionArea ul li:last-child{
	padding:0 0 0 1.2em;
}	

#com .ticketArea .box{
	padding:20px 115px;
}

#com .ticketArea .leftBox{
	width:200px;
}


#com .ticketArea .rightBox{
	width:390px;
	margin:0 0 0 10px;
}

#com .ticketArea .rightBox .lead{
	text-align:left;
}

.ticketArea .appTit{
	background:#C80E5F;
}


.mainBtn span{
	display:block;
	width:300px;
	font-size:16px;
	font-weight:bold;
	text-align:center;
	color:#FFF;
	border-radius:5px;
	padding:10px 0;
	background:#DDD;
	line-height:1.6em;
}

.mainBtn a{
	display:block;
	width:300px;
	font-size:16px;
	font-weight:bold;
	text-align:center;
	color:#FFF;
	border-radius:5px;
	padding:10px 0;
	background:#3643CF;
	line-height:1.6em;
	border-bottom:2px solid #2442a4;
}

.mainBtn a:hover{
	background: #3643CF;
	text-decoration: none;
	border-top: 1px solid transparent;
	border-bottom: 1px solid #2442a4;
	position: relative;
	top: 1px;
}


.appBtn a{
	display:block;
	width:300px;
	font-size:16px;
	font-weight:bold;
	text-align:center;
	color:#FFF;
	border-radius:5px;
	padding:10px 0;
	background:#F00A6B;
	line-height:1.6em;
	border-bottom:2px solid #B9135D;
}

.appBtn a:hover{
	background: #F00A6B;
	text-decoration: none;
	border-top: 1px solid transparent;
	border-bottom: 1px solid #B9135D;
	position: relative;
	top: 1px;
}
	

.grayBtn span{
	display:block;
	width:300px;
	font-size:16px;
	font-weight:bold;
	text-align:center;
	color:#FFF;
	border-radius:5px;
	padding:10px 0;
	background:#999;
	line-height:1.6em;
}


/* フッター
============================== */

#footer {
	clear: both;
	color: #fff;
	font-size: 10px;
	text-align: center;
}



/* STEP.html
============================== */

.introMovie{
	width:385px;
	margin:0 10px 0 0;
	border-radius:5px;
  	float:left;
 	background:#EEE;
 	padding:12px;
}


.introTit{
	background:#4B5496;
 	padding:10px 0 5px 0 ;
 	border-radius:5px 5px 0 0 ;
 	text-align:center;
 	font-size:16px;
 	font-weight:bold;
 	color:#FFF;
	margin:0;
}

.introQrTit{
	background:#313F62;
}


.introBox{
	border:solid 2px #4B5496;
 	background:#FFF;
 	border-radius:0 0 5px 5px;
 	padding:20px 40px;
}

.introQrbox{
	border-color:#313F62;
}


.introBox li{
	border-bottom:1px solid #DDD;
 	padding:0;
 	margin:0 0 15px;
}


.introBox li dt{
	border:none;
	padding:0;
	font-size:17px;
	font-weight:bold;
	color:#151B52;
}

.introQrbox li dt{
	color:#313F62;
}

.introBox li dd{
	line-height:1.6em;
}

.introBox li dt span{
	background:#313F62;
	vertical-align:2px;
	font-size:13px;
	padding:3px 5px;
	border-radius:3px;
	color:#FFF;
}

.introQrbox li dt span{
		background:#313F62;
}

.introBox li .denshi{
	border: solid 1px #5A6C91;
}

.introBox li.last{
	margin:0;
	border:none;
}

.introBox li table.denshi th {
	background: #C5CADB;
	font-weight: bold;
	padding: 3px 7px;
	text-align: center;
	color: #000;
	border-bottom: solid 1px #5A6C91;
	border-right: solid 1px #5A6C91;
}

.introBox li .denshi td {
border-bottom: solid 1px #5A6C91;
padding: 3px 10px;
}

.introBox .txtSml{
	text-indent:-1em;
	padding:0 0 0 1em;
	line-height:1.5em;
}

.dTxt{
	font-size:14px;
	line-height:1.6em;
}

.dticketTxt{
 	text-indent:-1em;
 	padding:0 0 0 10px;
	font-size:14px;
	line-height:1.6em;
}

.introBox li dt.dticketTit{
	color:#151B52;
 	border-bottom:solid 1px #5E69BF;
	font-size:16px;
   	padding:0 0 5px;
}


.attentionBox li{
	padding:0 0 10px 1em;
	margin-bottom:10px;
	text-indent:-1em;
}

.attentionBox li:last-child{
	border:none;
	margin:0;
	padding-bottom:0;
}


.howtoBox{
	background:#E8EBFF;
	padding:10px;
	border-radius:5px;
}

#faq{
	background: #fff;
    border-radius:5px;
    padding:30px;
	font-size:15px;
}
#faq dt{
	margin:0 0 5px;
	font-weight:bold;
}
#faq dt span{
	color:#151b52;
	font-size: 18px;
	margin: 0 5px 0 0;
}
#faq dd{
	padding:12px 15px 10px;
	margin:0 0 30px;
	font-size:13px;
	border:1px solid #151b52;
}
#faq dd:last-child{
	margin:0 0 10px;
}
#faq dd span{
	color:#be0b0b;
	font-size:15px;
	font-weight:bold;
	margin: 0 3px 0 0;
	vertical-align:-0.05em;
}
#faq dd a span{
	color:#031b47;
	vertical-align:-0.1em;
}


</pre></body></html>