@charset "utf-8";

/* ================================

	

=================================== */


/* clearfix
----------------------------------- */
.clearfix:after{
	content: ".";
	display: block;
	height: 0;
	font-size:0;
	clear: both;
	visibility:hidden;
}
.clearfix {display: inline-block;}
* html .clearfix {height: 1%;}
.clearfix {display:block;}
.clear { clear: both; }
.bold{font-weight:bold;}
.red{color:red;}


/* 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; }

.box-step-container img{
	width:100%;
}



@media screen and (min-width:800px) {

.sp{display:none;}

.mb0{margin-bottom:0!important;}
.mb10{margin-bottom:10px!important;}
.mb15{margin-bottom:15px!important;}
.mb20{margin-bottom:20px!important;}
.mb30{margin-bottom:30px!important;}
.mb54{margin-bottom:54px!important;}
.pb0{padding-bottom:0!important;}
.pb20{padding-bottom:20px!important;}
.center_pc{text-align:center;}
.bold_pc{font-weight:bold;}
.fs12_pc{font-size:12px;}
.fs18_pc{font-size:18px;}
.fs23_pc{font-size:23px;}




.btn_g .sub_g {
    background: #888;
    color: #fff;
}

.btn_g a, .btn_g input, .btn_g button {
    display: block;
    width: 100%;
    max-width: 375px;
    font-size: 18px;
    text-align: center;
    text-decoration: none;
    box-sizing: border-box;
    border: none;
    border-radius: 4px;
    font-size: 12px;
    padding: 5px;
    margin: 5px 0 0;
}

.btn_g .sub_g:hover {
    background: #666;
}


.tokyoTit{
	font-size: 23px;
	font-weight: bold;
}


/* base
----------------------------------- */
html{ height: 100%; }
body {
  min-height:100%;
	color: #333;
font-family: "メイリオ", meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", sans-serif
	font-size: 14px;
	font-weight: 600;
	line-height: 1.5em;
	word-break: break-all;
}

.stepList li .ph.two span{
	width:113px!important;
}

#dticket .box-step-container .txt{
	font-size:13px;
}
.wrap{
    width: 100%;
    min-height: 100%;
    line-height: 160%;
    font-size: 14px;
    color: #111;
    background-size: 10px 10px;
    padding-top: 40px;
    padding-bottom: 10px;
    position: relative;
    background-image: linear-gradient( -45deg, #fff 25%, #f5f9ff 25%, #f5f9ff 50%, #fff 50%, #fff 75%, #f5f9ff 75%, #f5f9ff );
}

.mainBtn a{
display:block;
width:350px;
margin:0 auto 20px;
border:solid 2px #D0312B;

padding:18px 0;
text-align:center;
color:#FFF;
background:#D0312B;
border-radius:5px;
text-decoration:none;
font-size:20px;
}

.mainBtn a:hover{
color:#D0312B;
background:#FFF;
border:solid 2px #D0312B;
}

.subBtn a{
display:block;
width:200px;
margin:0 auto;
padding:10px 0;
border:solid 2px #0E6EB8;
text-align:center;
color:#0E6EB8;
background:#FFF;


border-radius:5px;
text-decoration:none;
}

.subBtn a:hover{
color:#FFF;
background:#0E6EB8;
border:solid 2px #0E6EB8;
}



/* anchor
----------------------------------- */
a {
	color: #C64C41;
	text-decoration: underline;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}
a:hover {
	color: #F25352;
	text-decoration: none;
}
a img {
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}
a:hover img {
	opacity:0.8;
	filter: alpha(opacity=80);  
	-ms-filter: alpha(opacity=80);
}

.red { color: #ff2222; }
.pink { color: #ff3a7f; }
.blue { color: #0079A9; }
.center { text-align: center; }
.txtright { text-align: right; }
.subTxt { font-size: 0.85em; line-height: 1.4em;}


/* 点滅 */
@-webkit-keyframes blink {
    from { opacity: 1.0; }
    to { opacity: 0.0; }
}
.blink {
    -webkit-animation-name: blink;
    -webkit-animation-duration: 0.5s;
    -webkit-animation-iteration-count:infinite;
    -webkit-animation-timing-function:ease-in-out;
    -webkit-animation-direction: alternate;
    -webkit-animation-delay: 0s;
}

.subTit{
font-size:28px;
color:#0e6eb8;
border-bottom:solid 1px #999;
padding:10px 0 20px;
margin-bottom:20px;
text-align:center;
}

/* btn
----------------------------------- */
.goodsBtn{
width:400px;
margin:0 auto 50px auto;
position:relative;
}

.goodsBtn a{
border-radius: 6px;
background: #FFF;
display: block;
padding: 20px 20px;
border: solid 3px #E0322B;
font-size: 23px;
text-decoration: none;
font-weight: bold;
color: #E0322B;
text-align:center;
}

.goodsBtn a:hover{
background:#E0322B;
color:#FFF;
}

.fa-arrow-right{
position:absolute;
top: 25px;
right:20px;
font-weight:normal;
font-size:15px;
}


.btn { text-align: center; }
.btn a,
.btn input {
	display: inline-block;
	min-width: 200px;
	text-align: center;
	text-decoration: none;
	border-radius: 3px;
	padding: 5px 20px;
	margin: 0 auto 10px;
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
}
.btn .main {
	background: #3F9DF5;
	color: #fff;
	font-size: 20px;
	line-height: 50px;
	border-bottom: 1px solid #1776cf;
	box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	position: relative;
	top: 0;
}
.btn .main:hover {
	background: #3494ee;
	color: #ffef3f;
	box-shadow: 0 1px 1px rgba(0,0,0,0.3);
	top: 2px;
}
.btn .sub {
	background: #fff;
	color: #D03640;
	font-size: 16px;
	font-weight: bold;
	line-height: 40px;
	border: 1px solid #D03640;
}
.btn .sub:hover {
	background: #D03640;
	color: #fff;
	text-decoration: none;
	border: 1px solid #D03640;
}


/* layout
=================================== */


/* container
----------------------------------- */

.singleCol {
	padding:50px;
	position:relative;
	width: 850px;
	margin: 0 auto 30px;
	background:#FFF;

}

.singleCol_first {
	padding:50px 50px 0 50px;
	position:relative;
	width: 850px;
	margin: 0 auto;
	background:#FFF;

}
.mc{
  padding:10px 0 40px;
}
.mc .text{
  font-size:16px;
  font-weight:bold;
  line-height:1.8em;
}

/* 共通パーツ
=================================== */
.cmnBnr { width: 640px; margin: 10px auto; }
#mainCol .cmnBnr { margin: 0 auto 20px; }
.bnr { margin:0 0 10px; }
.bnr a { display: block; line-height: 0; }
.contTit {
    color: #0E6EB8;
    font-size: 32px;
    font-weight: 700;
    text-align: center;
    line-height: 1.4em;
    padding: 0 0 30px;
    margin-bottom: 0;
}

.mainTit{
position:relative;
text-align:center;
padding:20px 0 60px;
}
 
.copy {
    padding: 20px 0;
    font-size: 11px;
    color: #CCC;
    text-align: center;
    position: relative;
}

.section {
/*	border-bottom: 2px solid #ddd; */
}
.section .sectionTit {
	color: #0E6EB8;
	font-size: 26px;
	font-weight: 700;
	line-height: 1.5em;
	letter-spacing:0.05em;
	margin: 0 0 20px;
}
.anchor {
	display: block;
	position: relative;
	top: -160px;
}

.section.information { padding-bottom:0; }
.section.information .infoList li { border-bottom: 1px solid #ddd; padding: 0 0 30px; margin: 0 0 30px; }
.section.information .infoList .date {
	width: 100px;
	float: left;
	color: #28a6ca;
	padding: 0 0 0 15px;
	position: relative;
}
.section.information .infoList .date:before {
	content: '　';
	display: block;
	width: 8px;
	height: 3px;
	background: #28a6ca;
	position: absolute;
	top: 8px;
	left: 0;
}
.section.information .infoList .tit {
	font-size: 17px;
	font-weight: 900;
	padding: 0 0 0 115px;
	margin: 0 0 20px;
}
.section.information .infoList .txt {
	line-height: 1.6rem;
	padding: 0 0 0 115px;
}

.sideBox{
position:relative;
font-weight: normal;

}

.sideBox .tit{
font-size:25px;
font-weight:bold;
margin-bottom:25px;
color:#333;
text-align:center;
}

.sideBox .dticketTit{
color:#DE302A;
}

.sideBox .caption{
border: solid 1px #999;
}

.sideBox .caption th{
background: #999;
width: 160px;
font-size: 13px;
padding: 10px;
text-align: center;
color: #FFF;
font-weight:bold;
}

.sideBox .caption td{
width:260px;
padding: 15px;
font-size: 13px;
line-height: 1.4em;
}

.sideBox .dticketTable{
  margin:20px auto 0;
border-color: #992420;
}

.sideBox .dticketTable th{
background: #D0312B;
}

.new{
position:absolute;
display: inline-block;
    width: 40px;
    height: 40px;
    background: #F00;
    color: #FFF;
    font-size: 13px;
    font-weight: bold;
    text-align: center;
    line-height: 40px;
    border-radius: 50%;
    margin: 0 10px 0 -8px;
    left: 85px;
    top: -8px;
}

.left{
width: 540px;
float: left;
}

.right{
width: 300px;
float: right;
}

.sideBox .caption td .mainLead{
font-size: 17px;
margin-bottom: 5px;
color: #F00;
line-height:1.4em;
}


#dticket { font-size: 15px; }
#dticket .section { border-bottom: 2px solid #ddd; padding-bottom: 35px; overflow:hidden;}
#dticket .sectionTit { font-size: 21px; }
#dticket .txt { margin: 0 0 10px; line-height: 1.6em; font-size: 16px; overflow:hidden;}

/* about */
#dticket .section.about .area { background: #fffbc7; padding: 20px; margin:30px 0 0; }
#dticket .section.about .ph { width: 260px; float: left;  line-height: 0; }
#dticket .section.about .pointList { padding: 0 0 0 310px; }
#dticket .section.about .pointList li { color: #0079A9; margin: 0 0 10px; }

/* メモリアルコレクション */
#dticket .section.memorialcollection .ph { width: 300px; float: right; margin-left: 20px; line-height: 0; }

/* 手数料 */
#dticket .charge .txt { margin: 0 0 30px; }
#dticket .charge .chargeList { width: 100%;}
#dticket .charge .chargeList th,
#dticket .charge .chargeList td { border: 1px solid #999; padding: 5px 15px; }
#dticket .charge .chargeList th {
	width: 230px;
	background: #ffca88;
	font-size: 16px;
	font-weight: bold;
	border-right: none;
}
#dticket .charge .chargeList th img { vertical-align: -20px; margin: 0 5px 0 0; }
#dticket .charge .chargeList th .num {
	color: #FF6400;
	font-family: Robot, sans-serif;
	font-size: 1.6em;
	margin: 0 3px;
	position: relative;
	top: 2px;
}
#dticket .charge .chargeList td {
	font-size: 16px;
	font-weight: bold;
	border-left: none;
}
#dticket .charge .chargeList td .num.total {
	color: #FF6400;
	font-family: Robot, sans-serif;
	font-size: 2em;
	padding: 0 3px 0 5px;
	position: relative;
	top: 2px;
}
#dticket .charge .chargeList .head th,
#dticket .charge .chargeList .head td { background: #444; color: #fff; }
#dticket .charge .chargeList.ex {  }
#dticket .charge .chargeList.ex.left { width: 300px; }
#dticket .charge .chargeList.ex.right { width: 300px; }
#dticket .charge .chargeList.ex th {
	width: 110px;
	background: #ddd;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	border-right: none;
}
#dticket .charge .chargeList.ex.right th { width: 110px; }
#dticket .charge .chargeList.ex td { font-size: 14px;  text-align: center; }

/* 利用するには */
#dticket .howtouse .ph { padding: 20px 0; }

/* 対応端末 */

#dticket .section.device{
background:#FFFBD9;
padding:20px;
border:none;
}

#dticket .section.device .sectionTit{
font-size:18px;
color:#F00;
}

#dticket .section.device .attentionList li { 
margin-bottom: 15px;
font-size:13px;
text-indent:-0.8em;
padding-left:1.5em;
}
.fa-check{
color:#D0312B;
padding-right:5px;
}

/* ご入場に関して */
#dticket .section.entry { border: none; }
#dticket .section.entry .area {
	border: 1px solid #99cce4;
	border-radius: 10px;
	padding: 30px 40px;
	margin: 0 0 40px;
}
#dticket .section.entry .areaTit {
	color: #28a6ca;
	font-size: 22px;
	font-weight: 900;
	text-align: center;
	margin: 0 0 20px;
}
#dticket .area.install .movie	{ width: 370px; }

#dticket .area.install .iphone	{ float: left; }
#dticket .area.install .android	{ float: right; }

#dticket .area.install .iphone_tk	{ float: initiral; }
#dticket .area.install .android_tk	{ float: initiral; }

#dticket .area.install .movie .txt { text-align: center; }
#dticket .section.entry .stepList li { margin: 0 0 40px;  }
#dticket .section.entry .stepList .listTit {
	font-size: 20px;
	font-weight: 900;
	margin: 0;
}
#dticket .section.entry .stepList .step {
    display: inline-block;
    width: 70px;
    height: 70px;
    background: #ffef3f;
    color: #28a6ca;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    line-height: 70px;
    border-radius: 50%;
    margin: 0 10px 0 -8px;
}
#dticket .section.entry .stepList .txt { font-size: 14px; padding-left: 72px; }


.ouboTable{
width:100%;
    border-bottom: 1px solid #CCC;
    border-left: 1px solid #CCC;
}

.ouboTable th{
width:120px;
    border-top: 1px solid #CCC;
    border-right: 1px solid #CCC;
    padding: 0;
    color: #444;
    text-align: center;
    vertical-align: middle;
background-color: #EDEDED;
    padding: 5px 6px;
    font-weight: bold;
    font-size: 13px;

}

.ouboTable td {
    border-top: 1px solid #CCC;
    border-right: 1px solid #CCC;
    padding: 10px 10px;
    line-height: 1.8em;
    text-align: left;
    line-height: 1.3em;
    background-color: #ffffff;
    vertical-align: middle;
}

.ouboTable td .atention li {
    margin: 0 0 4px;
    text-indent: -0.7em;
    padding: 0 0 0 1.7em;
    line-height: 1.5em;
    font-size: 12px
}

.appliBox {
    background-color: #DEF8FF;
    overflow: hidden;
    margin: 0px auto 20px;
    padding: 20px;
}

.apptxtBox{
width: 460px;
float: left;
}

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

.appRight{
width: 330px;
float: right;
}

.app{
overflow:hidden;
margin-bottom:10px;
}

.app li:first-child{
margin-right:10px;
}

.app li{
width: 160px;
float: left;
}

.app li img{
width: 160px;
}

.txtLink{
text-align:center;
}

.txtLink a{
font-size:14px;
color:#0E6EB8;
text-align:center;
}


/* faq
------------------------------ */
#faq {
}
#faq .areaTit {
	color:#000;
}
#faq table {
	width:100%;
	border-collapse:collapse;
	margin:0 0 30px;
}
#faq th {
	font-size:14px;
	width:60px;
	line-height:60px;
	color:#Fff;
	font-weight:bold;
	text-align:center;
	border-bottom:2px solid #fff;
}
#faq td {
	width:400px;
	font-size:12px;
	padding:8px 15px;
	border-bottom:2px solid #fff;
}
#faq th.q { background:#666; }
#faq th.a { background:#333; }
#faq td.q { background:#f5f5f5; color:#333; font-weight:bold; }
#faq td.a { background:#EEE; }

#faq td .subTxt {
	display:block;
	font-size:11px;
	line-height:1.4em;
	padding:5px 0 0;
}
.ouboList{
width:650px;
}
.ouboList li{
text-indent:-1em;
line-height:1.5em;
padding-left:1em;
}

.charList li{
font-size:12px;
line-height:1.5em;
text-indent:-1em;
padding-left:1em;
}

	/* box-step sp
	-------------------------------- */
	.box-step-container { 
	padding:50px;
	position:relative;
	width: 850px;
	margin: 0 auto 30px;
	background: #ffffff; 
	font-size: 13px; }

.stepTit {
/*    font-size: 20px;
    border-left: 4px solid #e9537d;
    padding: 3px 0 3px 10px;
    margin: 0 0 30px;
*/
color: #0E6EB8;
    font-size: 32px;
    font-weight: 700;
    text-align: center;
    line-height: 1.4em;
    padding: 0 0 40px;
}

#dticket .box-step .listTit .step {
    color: #0E6EB8;
    margin-right: 10px;
}

.fc_dticket_e{
	text-align:center;
	font-size:23px;
	font-weight:bold;
}

.fc_dticket_m{
	text-align:center;
	font-size:18px;
	font-weight:bold;
  line-height: 1.5em;
}

.fc_dticket_a{
	font-size: 12px;
	text-align:center;

}

.apptxtBoxLead{
	font-size:21px!important;
	color:#0E6EB8;
	margin-bottom:10px;
	font-weight:bold;
}

}












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

.pc{display:none;}

html{color:#000;background:#FFF;width:100%;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:text-top;}sub{vertical-align:text-bottom;}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}input,textarea,select{*font-size:100%;}legend{color:#000;}del,ins{text-decoration:none;}

body{
font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","MS PGothic","ＭＳ Ｐゴシック",sans-serif;
    background: transparent!important;

}


.mainTit img{
  width:100%;
}

.mb15_sp{margin-bottom:15px!important;}
.fs11_sp{font-size:11px;}
.fs18_sp{font-size:18px;}
.indent_sp{
text-indent: -1em;
    line-height: 1.5em;
    padding-left: 1em;
}

.mainTit{
margin:8% 5% 3%;
}

#bg:before {
    content: "";
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}


#dticket .lead  {
border-bottom:none;
margin-bottom:5%;
}

#dticket .lead .txt{
font-size:13px;
line-height:1.5em;
}

.section{
position:relative;
}
.wrap{
  padding:0 3%;
}
.singleCol {
    padding: 5%;
    position: relative;
    margin:0 0 3%;
    background: #FFF;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
width:100%;
}

.singleCol_first {
    padding: 2% 5% 0 5%;
    position: relative;
    margin:3% 0;
    background: #FFF;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
width:100%;
}


.install{
padding-top:5px;
}
.contTit {
    color: #0E6EB8;
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    line-height: 1.4em;
    padding: 0 0 3%;
}

.ouboTable{
width:100%;
    border-top:none;
/*    border: 1px solid #DDD;;*/
}

.ouboTable th{
/*border-right: 1px solid #DDD;*/
padding: 0;
color: #444;
background-color: #EDEDED;
padding: 5px 10px;
font-size: 11px;
font-weight:bold;

}

.ouboTable td {
font-size:12px;
    padding: 10px 10px;
    line-height: 1.6em;
    background-color: #f8f8f8;
font-weight:normal;
}

.liveTable th{
border-left: 3px solid #A5D1F2;
color: #444;
padding:0 0 0 5px;
font-size: 12px;
font-weight:bold;
margin-bottom:15px;
line-height:1.5em;
}

.liveTable td {
font-size:13px;
padding: 7px 0 14px;
line-height: 1.5em;
background-color: #ffffff;
font-weight:normal;
text-align:left;
}

.atentionArea{
background: #FFFBD9;
padding: 3%;
}

.atentionArea .atention li {
margin-bottom: 3px;
font-size: 11px;
text-indent: -0.8em;
padding-left: 1.5em;
line-height: 1.4em;
}

.atentionArea dt{
font-size: 14px;
color: #F00;
font-weight: 700;
line-height: 1.4em;
letter-spacing: 0.05em;
margin: 0 0 3%;
}

.sideBox{
position:relative;
}



.sideBox .tit{
font-size:16px;
font-weight:bold;
margin-bottom:3%;
color:#333;
text-align:center;
position: relative;
}

.sideBox .dticketTit{
color:#D0312B;
}

.sideBox .caption{
width:100%;

}

.sideBox .caption th{
background: #999;
font-size: 14px;
padding:5px 0;
text-align: center;
color: #FFF;
font-weight:bold;
}

.sideBox .caption td{
padding: 10px 0;
font-size: 13px;
line-height: 1.4em;
background:#fff;
}
.sideBox .caption td img{
  width:100% !important;
}

.sideBox .dticketTable{
  margin:10px 0;
  border:1px solid #d0312b;
background: #d0312b;
}

.sideBox .dticketTable th{
background: #d0312b;
}

.new{
display: inline-block;
    width: 30px;
    height: 30px;
    background: #DE302A;
    color: #FFF;
    font-size: 11px;
    font-weight: bold;
    text-align: center;
    line-height: 30px;
    border-radius: 50%;
    margin: 0 7px 0 -8px;
	position: absolute;
	top: -2px;
	left: 25%;
}

.bold{
font-weight:bold;
}

.center{
text-align:center;
}

.sectionTit {
    color: #0E6EB8;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.4em;
    letter-spacing: 0.05em;
    margin: 0 0 3%;
}


.goodsBtn{
width: 90%;
position:relative;
margin: 0 auto 30px;
}
.goodsBtn a{
border-radius: 6px;
background: #FFF;
display: block;
padding: 13px 20px;
border: solid 3px #E0322B;
font-size: 18px;
text-decoration: none;
font-weight: bold;
color: #E0322B;
text-align:center;
}

.fa-arrow-right{
position:absolute;
top: 18px;
right:5%;
font-weight:normal;
font-size:13px !important;
}


.about{
padding-bottom:3%;
border-top: 1px solid #DDD;
}

.sideBox .caption td .mainLead{
font-size: 17px;
margin-bottom: 5px;
color: #F00;
line-height:1.4em;
font-weight:bold;
}


.ouboTable td .atention li {
    margin: 0 0 4px;
    text-indent: -0.7em;
    padding: 0 0 0 1.7em;
    line-height: 1.5em;
    font-size: 11px;
font-weight:normal;
}

.fa-check {
    color: #D0312B;
    padding-right: 3px;
}

#dticket .areaTit {
	color: #1fa2c8;
	font-size: 15px;
	font-weight: bold;
	margin: 0 0 20px;
}



#dticket .text { margin: 0 0 10px; font-size:12px; line-height:1.5em;}
#dticket .mc{
  margin:0 0 20px;
}
#dticket .mc .text{
  font-size:14px;
  font-weight:bold;
}
#dticket .ph img { width: 100%; }
#dticket .section.about{padding:10px 0 0;border-bottom: 1px solid #DDD;}
#dticket .section.charge,
#dticket .memorialcollection{padding:10px 0;border-bottom: 1px solid #DDD;}

#dticket .section.device{
padding:10px 8px;
}
/* about */
#dticket .section.about .ph { margin: 0 0 10px; }
#dticket .section.about .pointList {  }
#dticket .section.about .pointList li { color: #0079A9; margin: 0 0 5px; padding: 0 0 0 15px; position: relative; }
#dticket .section.about .pointList li .fa { position: absolute; top: 2px; left: 0; }

/* メモリアルコレクション */
#dticket .section.memorialcollection .ph {
/*	background: #fefbc6;*/
	padding: 10px 20px 5px;
}

.device {
    background: #FFFBD9;
    padding: 3%;
    border: none;
}
.space30{
  margin:0 !important;
}

.device .sectionTit {
    font-size: 14px;
    color: #F00;
margin-bottom:10px;
}

.device .attentionList li {
    margin-bottom: 5px;
    font-size: 11px;
    text-indent: -0.6em;
    padding-left: 1.5em;
line-height:1.6em;
}
.device .attentionList li div{
  box-sizing:border-box;
  -webkit-box-sizing:border-box;
  -moz-box-sizing:border-box;
}

.appliBox {
    background-color: #DEF8FF;
    overflow: hidden;
    margin: 0 auto 20px;
    padding: 3%;
}

.apptxtBox .lead{
font-size:12px;
}

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


.btn .sub {
display:block;
    width: 70%;

    background: #fff;
    color: #0E6EB8;
    font-size: 14px;
    font-weight: bold;
    border: solid 1px #0E6EB8;
    text-align: center;
    text-decoration: none;
    border-radius: 3px;
    padding: 10px 20px;
    margin: 0 auto 10px;

}


.subBtn a {
    display: block;
    width: 100% !important;
    margin: 0 auto;
    padding: 10px 0;
    border: solid 1px #0E6EB8;
    text-align: center;
    color: #0E6EB8!important;
    background: #FFF;
    border-radius: 5px;
    font-size: 13px;
font-weight: bold;
    text-decoration: none;
}

.mainBtn a {
position:relative;
    display: block;
    width: 100%;
    margin: 0 auto 10px;
    border: solid 2px #D0312B;
    padding: 10px 0;
    text-align: center;
    color: #FFFFFF!important;
    background: #D0312B;
    border-radius: 5px;
    text-decoration: none;
    font-size: 20px;
font-weight:bold;
}


.fa-chevron-right{
position:absolute;
right:3%;
top:39%;
font-size:12px !important; 

}


.copy {
    padding: 20px 0;
    font-size: 11px;
    color: #EEE;
    text-align: center;
    position: relative;
}

.txtLink a {
    font-size: 11px;
    color: #0E6EB8;
    text-align: center;
}

.subTit{
font-size:16px;
color:#000;
border-bottom:solid 1px #999;
padding-bottom:10px;
margin-bottom:15px;
font-weight:bold;
text-align:center;
}

------------------------------ */

#faq dl {
    width:100%;
    margin:0 0 20px;
}
#faq dt {
    margin-bottom: 5px;
}
#faq dd {
    display:block;
    font-size:12px;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
    padding:9px;
}
#faq dt.q {
    color: #01537f;
    font-weight: bold;
    line-height:1.4em;
    font-size:12px;

}
#faq dt.q:before {
    content:'Q.';
    color:#006699;
}
#faq dd.a {
    background: #F5F5F5;
    font-size:12px;
    line-height:1.5em;
    padding-bottom:10px;
    margin:0 0 15px;
}
#faq dd.a:before {
    content:'A.';
    color:#AF0000;
    font-weight:bold;
}
#faq dd .subTxt {
    display:block;
    font-size:10px;
    line-height:1.3em;
    padding:8px 0 0;
}

.ouboList li{
text-indent:-1em;
line-height:1.5em;
padding-left:1em;
}

.charList li {
    font-size: 11px;
    line-height: 1.5em;
    text-indent: -1em;
    padding-left: 1em;
}



	/* box-step sp
	-------------------------------- */
	.box-step-container { 
    padding:5% 3%;
    position: relative;
    margin: 3% 0;
    background: #eeeeee;
}
	.stepTit { 
    color: #0E6EB8;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    line-height: 1.4em;
    padding: 0 0 5%;
}
	.box-step .listTit { font-size: 16px; padding: 0; margin: 0 0 20px; }
	.box-step .listTit .step { color: #0E6EB8!important; margin-right: 10px; }
	.stepList { margin: 0 0 20px; }
	.stepList.step2 { margin: 0; }
	.stepList li {
		min-height: 145px;
		background: #ffffff;
		box-sizing: border-box;
		-webkit-box-sizing: border-box;
		padding: 10px 4%;
		margin-bottom: 20px;
		position: relative;
	}
	.stepList li:after{
		content: "";
		position: absolute;
		bottom: -10px; left: 50%;
		margin-left: -10px;
		display: block;
		width: 0px;
		height: 0px;
		border-style: solid;
		border-width: 13px 10px 0 10px;
		border-color: #EDF8FF transparent transparent transparent;
	}
	.stepList li:last-child{ margin-bottom: 0; }
	.stepList li:last-child:after{ display: none; }
	.stepList .ph { width: 70px; float: left; padding: 0 5px; margin: 0 0 15px; }
	.stepList .tit {
		font-size: 14px;
		text-align: center;
		line-height: 1.5em;
		border-bottom: 1px solid #ddd;
		padding: 0 0 8px;
		margin: 0 0 13px;
font-weight: bold;
	}
	.stepList .txt {
		font-size: 13px;
		text-align: left;
		padding-left: 90px;
		margin: 0 0 5px;
	}
	.stepList .subTxt { padding: 0 0 0 90px; margin: 10px 0 0; }
	.stepList .appDl { padding: 0 0 0 90px; }
	.stepList .ph_big .ph { width: 80%; float: none; margin: 0 auto 10px; }
	.stepList .ph_big .txt { text-align: center; padding: 0; }


.fc_dticket_e{
	font-size:14px;
	font-weight: bold;

}

.fc_dticket_m{
	font-size:13px;
}

.fc_dticket_a{
font-size: 11px;
line-height: 1.5em;
text-indent: -1em;
padding-left: 1em;
}

.apptxtBoxLead{
	font-size:14px;
	color:#0E6EB8;
	margin-bottom:10px;
	font-weight:bold;
}




.tokyoTit{
	font-size: 18px;
	font-weight: bold;
}


.btn_ap .main_ap {
    background: #e95384;
    color: #fff;
}

.btn_ap a, .btn_ap input {
    display: block;
    width: 100%;
    display: block;
    font-size: 16px;
    text-align: center;
    text-decoration: none;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: none;
    border-radius: 4px;
    padding: 13px;
    margin: 15px auto;
    -webkit-appearance: none;
}


.stepList .txt {
	font-weight: 400;
    line-height: 1.7;
}

}


