@charset "utf-8";
/* --------------------------------------
 Common
-----------------------------------------*/
body{ letter-spacing:0px;}
.pc-disnon { display: none;}
.sp-disnon { display: block;}
.subtitle { color: #000; font-size: 3.6rem; text-align: center; margin-bottom: 20px;}
#sptype .subtitle{ color: #17B1A8;}
.section { position: relative; margin-bottom: 50px;padding: 20px 30px; background: #fff}
.guide .section { background: none;padding: 0; }
.lead { text-align: center; margin-bottom: 30px;}
.link01 { font-size: 1.6rem; }
.link01:before { content: url(../images/share/icn_circle_right_s.png); position: relative; top: 2px; margin-right: 10px; }
.link01 a { font-weight: bold;}
@media screen and (max-width: 767px) {
.pc-disnon { display: block;}
.sp-disnon { display: none;}
.subtitle {font-size: 3rem;}
.section { padding: 10px; margin-bottom: 30px;}
}
/* --------------------------------------
 Main
-----------------------------------------*/
.wrapper {
	position: relative;
	max-width: 960px;
	margin: 0 auto;
}
.link-en {
	text-align: right;
	margin: 10px 0 15px;
	font-size: 1.6rem;
	display:none;
}
.link-en:before {
	content: url(../images/share/icn_circle_right_s.png);
	position: relative;
	top: 2px;
	margin-right: 10px;
}
.link-en a {
	font-weight: bold;
}
.case-pc,#sptype .cose-pc{
	width: 300px;
	margin: 0 auto 20px;
	text-align:center;
	background: #007FD7;
	padding: 10px 50px;
	border-radius: 30px;
	color: #fff;
	font-weight: bold;
	font-size: 2.0rem;
	display:none;
}
.case-pc:before {
	content: url(../images/share/icn_pc_white.png);
	margin-right: 10px;
	position: relative;
	top: 5px;
}
#sptype .case-pc{background:#17B1A8; padding:10px 20px;}
#sptype .case-pc:before{content: url(../images/share/icn_sp_white.png);}

@media screen and (max-width: 767px) {
.wrapper {
	width: 96%;
	margin: 0 2%;
}
}
ul.tab{
	border-bottom:6px solid #0081D7;
	position:relative;
	height:71px;
}
ul.tab.tab-spcol{
	border-bottom:6px solid #17B1A7;
}
ul.tab li{
	color:#fff;
	font-size: 2.4rem;
	font-weight:bold;
	background:#fff;
	width:49%;
	height:65px;
	line-height:65px;
	text-align:center;
	list-style:none;
	position:absolute;
	bottom:0;
}
ul.tab li:first-child{
	-webkit-border-radius:0 5px 0 0;
	-moz-border-radius:0 5px 0 0;
	border-radius:0 5px 0 0;
	margin-right:2%;
}
ul.tab li:nth-child(2){
	-webkit-border-radius:5px 0 0 0;
	-moz-border-radius:5px 0 0 0;
	border-radius:5px 0 0 0;
	right:0;
}
ul.tab li.act{
	border-top:6px solid #0081D7;
	border-bottom:none;
	height:71px;
	line-height:64px;
	bottom:-6px;
}
ul.tab.tab-spcol li.act{
	border-top:6px solid #17B1A7;
}
ul.tab li:first-child.act{
	border-right:6px solid #0081D7;
}
ul.tab.tab-spcol li:first-child.act{
	border-right:6px solid #17B1A7;
}
ul.tab li:nth-child(2).act{
	border-left:6px solid #0081D7;
}
ul.tab.tab-spcol li:nth-child(2).act{
	border-left:6px solid #17B1A7;
}
ul.tab li a{
	display:block;
	-webkit-border-radius:5px 5px 0 0;
	-moz-border-radius:5px 5px 0 0;
	border-radius:5px 5px 0 0;
	text-decoration:none;
}
ul.tab li.tab-pc{
	color:#0081D7;
}
ul.tab li.tab-pc a{
	color:#fff;
	background:#0081D7;
}
ul.tab li.tab-sp{
	color:#17B1A7;
}
ul.tab li.tab-sp a{
	color:#fff;
	background:#17B1A7;
}
@media screen and (max-width: 767px) {
ul.tab{
	border-bottom:3px solid #0081D7;
	position:relative;
	height:43px;
}
ul.tab.tab-spcol{
	border-bottom:3px solid #17B1A7;
}
ul.tab li{
	color:#fff;
	font-size: 1.3rem;
	font-weight:bold;
	background:#fff;
	width:49%;
	height:40px;
	line-height:40px;
	text-align:center;
	list-style:none;
	position:absolute;
	bottom:0;
}
ul.tab li.act{
	border-top:3px solid #0081D7;
	border-bottom:none;
	height:43px;
	line-height:41px;
	bottom:-3px;
	padding-bottom:3px;
}
ul.tab.tab-spcol li.act{
	border-top:3px solid #17B1A7;
}
ul.tab li:first-child.act{
	border-right:3px solid #0081D7;
}
ul.tab.tab-spcol li:first-child.act{
	border-right:3px solid #17B1A7;
}
ul.tab li:nth-child(2).act{
	border-left:3px solid #0081D7;
}
ul.tab.tab-spcol li:nth-child(2).act{
	border-left:3px solid #17B1A7;
}
}
/* --------------------------------------
 アコーディオン
-----------------------------------------*/
.ticketguide dt {
	position:relative;
	font-size: 1.8rem;
	font-weight: bold;
	border-top: 5px solid #0081D7;
	padding-top: 10px;
	margin: 20px 0 40px;
}
#sptype .ticketguide dt{border-top: 5px solid #17B1A8;}
.ticketguide dt .step {
	color: #0081D7;
}
#sptype .ticketguide dt .step {
	color: #17B1A8;
}

.ticketguide dt .num {
	display:inline-block;
	background: #0081D7;
	color: #fff;
	border-radius: 20px;
	height: 30px;
	width: 30px;
	text-align: center;
	margin: 0 10px;
	padding-top:2px;
}
#sptype .ticketguide dt .num {background: #17B1A8;}
.ticketguide-open {
	position: absolute;
	top: 10px;
	right: 10px;
	padding: 5px 0 5px 10px;
	font-size: 1.2rem;
	width: 140px;
	background:#C9E3F5;
	cursor:pointer;
}
#sptype .ticketguide-open{background:#BFE0DB;}
.ticketguide-open:before {
	content: url(../images/share/arrow_blue_s.png);
	margin-right: 10px;
}
#sptype .ticketguide-open:before{content: url(../images/share/arrow_green_s.png);}
.active .ticketguide-open {
	display:none;
}
.ticketguide-close {
	display:none;
	position: absolute;
	top: 10px;
	right: 10px;
	padding: 5px 0 5px 40px;
	font-size: 1.2rem;
	width: 140px;
	background:#C9E3F5;
	cursor:pointer;
}
#sptype .ticketguide-close{background:#BFE0DB;}
.ticketguide-close:before {
	content: '×';
	margin-right: 10px;
}
.active .ticketguide-close {
	display: block;
}
.ticketguide dd {
	display:none; 
	padding-bottom: 60px;
}
.ticketguide dd:after {
	position: relative;
	content: url(../images/share/arrow_triangle_down_b.png) ;
	right: -45%;
	top: 50px;
}
#sptype .ticketguide dd:after{content: url(../images/share/arrow_triangle_down_g.png) ;}
.ticketguide dd:last-child:after {
	display:none;
}
.ticketguide dd div.arrow {
	padding-bottom:60px;
	background: url(../images/share/arrow_triangle_down_b.png) no-repeat center bottom;
	margin-bottom:20px;
}
#sptype .ticketguide dd div.arrow {
	background: url(../images/share/arrow_triangle_down_g.png) no-repeat center bottom;
}

.ticketguide dd .ticketguide-img{
	float: left;
	width: 50%;
}
#sptype .ticketguide dd .ticketguide-img{width: 47%; padding-left:12%;} 
#sptype .receipt {width: 47%; padding-left:5% !important;}
.ticketguide dd .ticketguide-img img{
	width: 100%;
}
.ticketguide dd .ticketguide-txt{
	float: right;
	width: 45%;
}
.ticketguide dd .ticketguide-txt li{
	overflow:hidden;
	list-style-type: none;
	font-size: 1.6rem;
	margin-bottom: 30px;
}
.ticketguide dd .ticketguide-txt li p{
	overflow:hidden;
}
.ticketguide dd .ticketguide-txt li .number{
	display: inline-block;
	float: left;
	background: #FF0000;
	color: #fff;
	font-weight: bold;
	-webkit-border-radius:13px;
	-moz-border-radius:13px;
	border-radius: 13px;
	height: 26px;
	width: 26px;
	text-align: center;
	margin-right: 10px;
	margin-bottom: 30px;
	padding-top:1px;
}
.ticketguide dd .ticketguide-txt li .number_mid{
	display: inline-block;
	background: #FF0000;
	color: #fff;
	font-weight: bold;
	-webkit-border-radius:13px;
	-moz-border-radius:13px;
	border-radius: 13px;
	height: 26px;
	width: 26px;
	text-align: center;
	margin-right: 10px;
	margin-left:10px;
	padding-left:17px;
}
.ticketguide dd .ticketguide-txt li .number_small{
	display: inline-block;
	background: #FF0000;
	color: #fff;
	font-weight: bold;
	border-radius: 12px;
	height: 24px;
	width: 24px;
	text-align: center;
	margin-right: 10px;
	margin-left:10px;
	padding-left:17px;
}
.ticketguide dd .ticketguide-txt .caution {
	color: #ff0000;
	margin-left: 36px;
}
.ticketguide dd .ticketguide-txt ul li.caution {
	font-size:1.4rem;
}
.ticketguide dd .ticketguide-txt .link01 {
	margin-left: 36px;
}
.ticketguide dd .ticketguide-txt .caution-box{
	border: 1px solid #ff0000;
	padding: 10px;
	color: #ff0000;
}
.ticketguide dd .ticketguide-txt .caution-box h4{
	font-weight: bold;
	margin-bottom:10px;
}
.ticketguide dd .ticketguide-txt .caution-box p{
	text-indent: -1em;
	margin-left: 1.5em;
	margin-bottom:10px;
}
.ticketguide dd .ticketguide-txt .caution-box p span{
	display: inline-block;
	background: #FFFFCC;
	padding: 5px 10px;
	margin-top: 10px;
	font-weight: bold;
	text-indent: 0em;
}
.ticketguide dd .ticketguide-txt .caution-box p span a{
	word-wrap:break-word;
}

@media screen and (max-width: 767px) {
.ticketguide dd .ticketguide-txt li{
	font-size: 1.3rem;
}
.ticketguide dd .ticketguide-txt li .number{
	height: 20px;
	width: 20px;
}
.ticketguide dd .ticketguide-txt .caution-box p span{
	display: inline;
	background: #FFFFCC;
	padding: 5px 10px;
	margin-top: 10px;
	font-weight: bold;
	text-indent: 0em;
}
.ticketguide dd .ticketguide-txt li .number_small{
	display: inline-block;
	background: #FF0000;
	color: #fff;
	font-weight: bold;
	border-radius: 9px;
	height: 18px;
	width: 18px;
	text-align: center;
	margin-right: 5px;
	margin-left:5px;
	padding-left:13px;
}
.ticketguide dt {
	font-size: 1.8rem;
}
.ticketguide dt .num {
	border-radius: 15px;
	height: 30px;
	width: 30px;
	margin-bottom: 10px;
}
.ticketguide dd {
	padding-bottom: 40px;
}
.ticketguide dd:after {
	right: -30%;
}
.ticketguide dd .ticketguide-img{
	width: 48%;
}
.ticketguide-img-expand {
	width: 100%;
	text-align:center;
	background: #007FD7;
	padding: 0px;
	color: #fff;
	font-weight: bold;
	font-size: 1.6rem;
}
.ticketguide-img-expand:before {
	content: url(../images/share/icn_expand.png);
	margin-right:5px;
	position: relative;
	display:inline-block;
	top: 5px;
}
.ticketguide-img a{
	text-decoration:none;
}
.ticketguide dd .ticketguide-txt{
	width: 50%;
}
.ticketguide dd .ticketguide-txt li .number{
	display: block;
	float: none;
	margin-right: 0;
	margin-bottom: 5px;
}
.ticketguide dd .ticketguide-txt .caution {
	margin-left: 0;
}
.ticketguide dd .ticketguide-txt .link01 {
	margin-left: 0;
}

.ticketguide-open,
.ticketguide-close {
	width: 140px;
	padding: 5px 0 5px 10px;
}
#sptype .ticketguide dd .ticketguide-img{width: 48%; padding-left:0;} 
}

/* --------------------------------------
 Header
-----------------------------------------*/
.l-header {
	position: relative;
	background: #FFE49A;
	border-bottom: 3px solid #FFAE00;
}
.l-header-inner {
	position: relative;
	max-width: 960px;
	height:60px;
	margin: 0 auto;
}
.l-header-inner  h1{
	position: absolute;
	top: 5px;
	left: 0;
}
.l-header-inner .l-header-msg{
	position: absolute;
	top: 5px;
	right: 0;
	max-width:340px;
	line-height:1.4;
}
.l-header-inner .l-header-msg p:first-child{
	font-weight: bold;
}
.l-header-inner .l-header-msg p:nth-child(2){
	font-size: 1.2rem;
}
.l-header-ttl {
	position: relative;
	background: #0081D7;
	height:120px;
}
.l-header-ttl h2{
	text-align: center;
	font-size: 4.6rem;
	color:#fff;
	padding-top: 30px;
}
.l-header-ttl h2:before{
	position: relative;
	content: url(../images/share/icn_info.png) ;
	margin-right: 10px;
}

@media screen and (max-width: 767px) {
.l-header-inner {
	height: auto;
	padding-bottom: 20px;
	overflow: hidden;
}
.l-header-inner  h1{
	position: relative;
	width: 90%;
	top: 5px;
	left: 10px;
}
.l-header-inner  h1 img{
	width: 100%;
}
.l-header-inner .l-header-msg{
	position: relative;
	float: right;
	top: 10px;
	left: 0;
	padding:0 10px;
}
.l-header-ttl {
	height: inherit;
}
.l-header-ttl h2{
	font-size: 3rem;
	padding: 10px;
}
.l-header-ttl h2:before{
	top: 5px;
}
}
/* --------------------------------------
 Header nav
-----------------------------------------*/
header nav {
	position: relative;
	height: 90px;
	background: #fff;
	box-shadow: 0px 5px 3px -3px rgba(153,153,153,0.5);
	margin-bottom:50px;
}
.main-nav{
	max-width: 960px;
	margin: 0 auto;
	border-left: 1px solid #ccc;
}
.main-nav li {
	display: inline-block;
	box-sizing: border-box;
	width: 33.33%;
	font-size: 1.3rem;
	text-align:center;
	border-right: 1px solid #ccc;
}
.main-nav li a{
	display: block;
	text-decoration: none;
	font-weight: bold;
	height: 90px;
	padding-top: 30px;
}
.main-nav li div {
	font-weight: bold;
	height: 90px;
	cursor: pointer;
}
.main-nav > li:hover > a{
	border-bottom: 12px solid #FFE49A;
	color: inherit;
}
.main-nav > li.selected > a{
	border-bottom: 12px solid #FFE49A;
}
.main-nav > li:hover > div{border-bottom: 12px solid #FFE49A;}
.main-nav > li.selected > div{border-bottom: 12px solid #FFE49A;}

.main-nav li:first-child div span {
	color: #0081D7;
	display:block;
	padding-top: 20px;
}
.main-nav li:first-child div span:before {
	position: relative;
	content: url(../images/share/icn_pc_blue.png) ;
	margin-right: 10px;
}
.main-nav li:nth-child(2) div span {
	color: #17B1A7;
	display:block;
	padding-top: 20px;
}
.main-nav li:nth-child(2) div span:before {
	position: relative;
	content: url(../images/share/icn_sp.png) ;
	margin-right: 10px;
}
.main-nav > li:nth-child(3) > a {
	color: #fff;
	background: #FF6600;
}
.main-nav li.close {
	display: none;
}
nav .sub-nav {
	display: none;
	width: 100%;
	z-index: 10;
	position: absolute;
	left:0;
	box-shadow: 0px 5px 3px -3px rgba(153,153,153,0.5);
}
nav li.sub-nav-pc .sub-nav {
	background: #E2EBF6;
}
nav li.sub-nav-sp .sub-nav {
	background: #E9FFF0;
}
nav li:hover .sub-nav {
	display: block;
	border-bottom: none;
}
nav .sub-nav ul{
	max-width: 960px;
	margin: 0 auto;
	border-left: 1px solid #ccc;
}
nav .sub-nav li {
	width: 16.6%;
}
nav .sub-nav li a{
	color: #333;
	padding-top: 15px;
}
li.sub-nav-pc .sub-nav li a{
	background: #E2EBF6;
}
li.sub-nav-sp .sub-nav li a{
	background: #E9FFF0
}
li.sub-nav-pc .sub-nav li:hover a{
	color:#0077d1;
}
li.sub-nav-sp .sub-nav li:hover a{
	color:#17B1A7;
}
nav .main-nav .sub-nav li:nth-child(5) a,
nav .main-nav .sub-nav li:nth-child(6) a{
	padding-top: 30px;
}
.sp-menu-button {
	display: none;
}
.sub-menu-trigger { display: none;}
@media screen and (max-width: 767px) {
.sub-menu-trigger { display: block;}
.sp-menu-button {
	display:block;
	position: relative;
	padding-bottom: 5px;
	cursor: pointer;
}
.sp-menu-button span{
	display: block;
	text-align: center;
	text-decoration:none;
	color: #0081D7;
	font-size: 3.2rem;
	padding: 8px 0;
	background: #fff;
	box-shadow: 0px 5px 3px -3px rgba(153,153,153,0.5);
}
.sp-menu-button span:before{
	position: relative;
	content: url(../images/share/icn_circle_down.png) ;
	top: 3px;
	margin-right: 10px;
}
.sp-menu-button span.active:before{
	position: relative;
	content: url(../images/share/icn_circle_up.png) ;
	top: 3px;
	margin-right: 10px;
}
header nav {
	display:none;
	position: relative;
	height: auto;
	background: #fff;
	box-shadow: 0px 5px 3px -3px rgba(153,153,153,0.5);
}
.main-nav{
	width: 100%;
	background: #fff;
	border-left: 0;
}
.main-nav li {
	display: block;
	text-align:left;
	box-sizing: border-box;
	width: 100%;
	border-right: 0;
	border-bottom: 1px solid #ccc;
}
.main-nav li a{
	background: url(../images/share/arrow_blue.png) no-repeat 97% 50%;
	background-size: 3%;
	height:auto;
	padding:20px;
}
.main-nav li div{
	background: url(../images/share/icn_plus.png) no-repeat 97% 50%;
	background-size: 8%;
	height:auto;
}
.main-nav li div.active{
	background: url(../images/share/icn_minus.png) no-repeat 97% 50%;
	background-size: 8%;
}
.main-nav li div.sub-menu-trigger{
	padding: 20px;
}
.main-nav li:nth-child(4) a{
	background: url(../images/share/arrow_white.png) no-repeat 97% 50%;
	background-size: 3%;
	background-color: #FF6600;
}
.main-nav li.close {
	display: block;
}
.main-nav li.close span{
	display: block;
	padding: 20px;
	background: none;
	text-align: center;
	background:#EEEEEE;
	cursor: pointer;
	font-weight: bold;
}
.main-nav li:hover a,
.main-nav li:hover div{
	border-bottom: 0;
}
.main-nav li.selected a,
.main-nav li.selected div{
	border-bottom: none;
}
.main-nav li:first-child div span {
	display: inline;
	padding-right: 5px;
}
.main-nav li:nth-child(2) div span {
	display: inline;
	padding-right: 5px;
}
nav .sub-nav {
	display: none;
	position: relative;
	left:0;
	box-shadow: none;
}
nav li:hover .sub-nav {
	display: none;
}

nav li.sub-nav-pc .sub-nav {
	background: #E2EBF6;
}
nav li.sub-nav-sp .sub-nav {
	background: #E9FFF0;
}
nav .sub-nav ul{
	width: 100%;
	border-left: none;
	border-top: 1px solid #ccc;
	padding: 0;
}
nav .sub-nav li {
	width: 100%;
}
nav .sub-nav li:last-child {
	border-bottom: 0;
}

li.sub-nav-pc .sub-nav li a{
	background: url(../images/share/arrow_blue.png) no-repeat 97% 50%;
	background-size: 3%;
	background-color: #E2EBF6;
}
li.sub-nav-sp .sub-nav li a{
	background: url(../images/share/arrow_green.png) no-repeat 97% 50%;
	background-size: 3%;
	background-color: #E9FFF0;
}
li.sub-nav-pc .sub-nav li:hover a{
	color:#0077d1;
}
li.sub-nav-sp .sub-nav li:hover a{
	color:#17B1A7;
}
nav .main-nav .sub-nav li:last-child a{
	padding-top: 20px;
}
.main-nav li.selected .sub-nav li a{
	border-bottom: none;
}
}
/* --------------------------------------
 下層共通 ticketguide-link
-----------------------------------------*/
.ticketguide-link {
	width: 32.888%;
	display:inline-block;
	margin: 20px 0;
}
.ticketguide-link.dt-none {
	margin-top:0;
	margin-left:66.9%;
}
.ticketguide-link dt{
	font-size: 1.3rem;
	font-weight: bold;
	min-height: 60px;
	text-indent:-1em;
	padding-left:1em;
}
.ticketguide-link dt:before{
	content: url(../images/share/line.png);
	position:relative;
	top: 3px;
	margin-right: 10px;
}
.ticketguide-link dd li{
	list-style-type: none;
	margin-bottom: 10px;
}
.ticketguide-link dd li:before{
	content: url(../images/share/arrow_blue_s.png);
	margin-right: 10px;
}
.ticketguide-link dd li a{
	text-decoration: none;
}

@media screen and (max-width: 767px) {
.ticketguide-link {
	width: 100%;
	display:inline-block;
	margin: 10px 0;
}
.ticketguide-link.dt-none {
	margin-top:10px;
	margin-left:0;
}
.ticketguide-link dt{
	min-height: 40px;
}
}

/* --------------------------------------
 Footer
-----------------------------------------*/
.vs-linkup{ text-align:right}
.vs-linkup:before{content:url(../images/share/icon-mark2.png);position:relative;left:0;top:4px; margin-right: 10px;}

.vs-footer{ max-width:960px;background-color:#ffe49a;border-radius:20px 20px 0 0;font-size:1.4rem; margin: 0 auto; margin-top: 40px; padding: 15px 40px; overflow:hidden;}
.vs-link-list{width:270px; float:left; padding: 18px 0 0 10px; }
.vs-link-list li{list-style-image:none;background:url(../images/share/icon-mark3.png) no-repeat left 0.35em; line-height: 1.4; list-style-type:none;margin-bottom:10px;margin-left:-15px;padding-left:25px}
.vs-link-list li img{vertical-align:sub}
.vs-link-list a{text-decoration:none}
.vs-link-list a:link{color:#3e4346}
.vs-link-list a:visited{color:#292d2f}
.vs-link-list a:hover{color:#667075}
.vs-link-list a:active{color:#292d2f}
.vs-copy{background-color:#040000;color:#fff;font-size:1rem;padding:5px;text-align:right; max-width: 960px; margin: 0 auto;}

@media only screen and (max-width:767px){
.vs-footer{width:100%;border-radius:0;padding:20px 0 20px 10px;}
.vs-footer-area{width:100%;float:none;padding:0 10px; margin: 0;}
.vs-link-list{padding:0 20px}
}

/* --------------------------------------
 security,etsunen
-----------------------------------------*/
body.security{background:none;}

#security h4 {
	position:relative;
	font-size: 2.6rem;
	font-weight: bold;
	border-top: 5px solid #ccc;
	padding-top: 10px;
	margin: 20px 0 40px;
	color:#000;
}
#security h4 span{ position:absolute; right:0; font-size:1.6rem; font-weight:normal; color:inherit; color:#333;}
#security dt,#etsunen dt{ font-weight:bold; font-size:1.8rem;}
#etsunen .subtitle{ color:#000;}
#etsunen dl{margin-bottom:100px;}
#etsunen dt{border-top: 5px solid #ccc;padding-top: 10px; font-size:2rem; margin-bottom:10px;}
#etsunen dt.bnone{border-top:none!important;}
#security dd,#etsunen dd{margin-bottom:30px;}
#etsunen dd table{width:90%; margin:0 auto;}
#etsunen dd table thead{ margin-bottom:10px; border-bottom:1px solid #ccc;}
#etsunen dd table th,#etsunen dd table td{ padding:10px 0;text-align:left;border-bottom:1px solid #ccc;}
#etsunen dd table th{ width:10em;}

#security dd ul,#etsunen dd ul{ padding-left:3em;}
#security dd ul li,#etsunen dd ul li{ list-style: decimal; margin-bottom:15px;}
#security dd ul li ul,#etsunen dd ul li ul{padding-left:2em; margin:20px 0;}
#security dd ul li ul li{ list-style:none; margin-bottom:0px;}
#etsunen dd ul li ul li{ list-style:none; text-indent:-2.5em;}
#security dd ul{ padding-left:3em;}
#security dd ul li{ list-style: decimal; margin-bottom:15px;}
#security dd ul li ul{padding-left:2em; margin:20px 0;}
#etsunen .caution-box{
	border: 1px solid #ff0000;
	padding:15px;
	color: #ff0000;
	margin-bottom:30px;
	margin-top:-80px;
}
#etsunen .caution-box p{
	text-indent: -1em;
	margin-left: 1.5em;
	margin-bottom:10px;
	font-size:1.6rem;
	font-weight:bold;
}
.link01:before {
	content : url(../images/share/arrow.jpg) ;
	position: relative;
	top: 3px;
	margin-right: 5px;
}
.link01 a {
	font-weight: bold;
	color: #333;
	text-decoration:underline;
}
.link01 a:hover {
	text-decoration:none;
}
@media only screen and (max-width:767px){
#security .subtitle,#etsunen .subtitle{font-size:2rem;}	
#security h4 {font-size:2rem;;}
#security h4 span{ display:block; float:right; font-size:1.5rem;}
#security dd ul,#etsunen dd ul{ padding-left:1em;}
#etsunen dd.ml20{ margin-left:0px;}
#security dd ul li ul{padding-left:1em; margin:20px 0;}
#security dd ul li ul li{ text-indent:-1em;}
#etsunen.riyou dt{font-size:1.8rem;}
#etsunen dd table th{ width:5em;}
}
#etsunen .border{border-top: 5px solid #ccc;padding-top: 10px; font-size:14px; margin-bottom:35px;}
#etsunen .ti{text-indent: -1em; padding-left: 1em; display: inline-block; margin-bottom:10px;}
#etsunen .mb0{ margin-bottom:0px;}

/* --------------------------------------
 faq
-----------------------------------------*/
#faq .subtitle{
	color:#000;
	padding-bottom:30px;
	border-bottom:5px solid #ccc;
	margin-bottom:40px;
}
/* accordion */
#faq dl.accordion {
	width:100%;
	margin-bottom:20px;
}
#faq dl.accordion > dt {
	color:#000;
	font-size:2.5rem;
	font-weight:bold;
    background:url(../images/faq/ac-open.png) 95% center no-repeat #FFE49A;
	padding:20px 90px 20px 30px;
    cursor:pointer;
}
#faq dl.accordion > dt.open {
    background:url(../images/faq/ac-close.png) 95% center no-repeat #FFE49A;
}
#faq dl.accordion dd {
	display:none;
}
#faq dl.accordion dd dl{
	border:5px solid #FFE49A;
	border-top:none;
}
#faq dl.accordion dd dl dt{
	font-size:1.9rem;
	font-weight:bold;
    background:url(../images/faq/ac-open2.png) 95.3% center no-repeat;
	cursor:pointer;
}
#faq dl.accordion dd dl dt.open{
    background:url(../images/faq/ac-close2.png) 95.3% center no-repeat;
}
#faq dl.accordion dd dl dt span{
	display:block;
	padding:15px 70px 15px 25px;
	overflow:hidden;
}
#faq dl.accordion dd dl dt span strong,
#faq dl.accordion dd dl dd div p{
	color:#FF9900;
	font-size:1.9rem;
	font-weight:bold;
	display:block;
	float:left;
	width:30px;
}
#faq dl.accordion dd dl dd div p{
	line-height:1.1;
}
#faq dl.accordion dd dl dt span em,
#faq dl.accordion dd dl dd div div{
	display:block;
	overflow:hidden;
	font-style:normal;
}
#faq dl.accordion dd dl dd{
	clear:both;
	padding:0 25px 15px;
	overflow:hidden;
}
#faq dl.accordion dd dl dd img{
	margin:0 5px 2px;
	vertical-align:middle;
}
#faq dl.accordion dd dl dd > div{
	border-top:1px solid #ccc;
	padding-top:15px;
}
#faq dl.accordion dd dl dd > div table{
	width:100%;
	border-top:1px solid #333;
	border-left:1px solid #333;
}

#faq dl.accordion dd dl dd > div table tr th{
	border-right:1px solid #333;
	border-bottom:1px solid #333;
	text-align:left;
}

#faq dl.accordion dd dl dd > div table tr td{
	border-right:1px solid #333;
	border-bottom:1px solid #333;
	text-align:left;
}

#faq dl.accordion dd dl dd > div table tr th{
	padding:10px 15px;
	font-weight:normal;
}
#faq dl.accordion dd dl dd > div table tr td{
	padding:10px 20px;
}

#faq dl.accordion dd dl dd > div table.tb1 tr th:nth-child(2){background:#FFF0C1;}
#faq dl.accordion dd dl dd > div table.tb1 tr td:nth-child(2){background:#FFF0C1;}
#faq dl.accordion dd dl dd > div table.tb1 tr th:nth-child(3){background:#D5E6F5;}
#faq dl.accordion dd dl dd > div table.tb1 tr td:nth-child(3){background:#D5E6F5;}

#faq dl.accordion dd dl dd > div table.tb2 th{
	background:#FFF0C1;
}
#faq dl.accordion dd dl dd > div table.tb2 tr:first-child th{
	background:#D5E6F5;
}
#faq dl.accordion dd dl dd ul.ml4em{
	margin-left:4em;
}
#faq dl.accordion dd dl dd ul li{
	padding-left:1em;
	text-indent:-1em;
	list-style:none;
}
.scroll{
overflow: auto !important;/*tableをスクロールさせる*/
}
.scroll::-webkit-scrollbar{/*tableにスクロールバーを追加*/
 height: 5px;
}
.scroll::-webkit-scrollbar-track{/*tableにスクロールバーを追加*/
 background: #F1F1F1;
}
.scroll::-webkit-scrollbar-thumb {/*tableにスクロールバーを追加*/
 background: #BCBCBC;
}
@media only screen and (max-width:767px){
#faq dl.accordion {
	width:100%;
	margin-bottom:15px;
}
#faq dl.accordion > dt {
	color:#000;
	font-size:1.9rem;
	font-weight:bold;
    background:url(../images/faq/ac-open.png) 95% center no-repeat #FFE49A;
	-webkit-background-size:20px 20px;
	-moz-background-size:20px 20px;
	background-size:20px 20px;
	padding:15px 35px 15px 20px;
    cursor:pointer;
}
#faq dl.accordion > dt.open {
    background:url(../images/faq/ac-close.png) 95% center no-repeat #FFE49A;
	-webkit-background-size:20px 20px;
	-moz-background-size:20px 20px;
	background-size:20px 20px;
}
#faq dl.accordion dd dl dt{
	font-size:1.3rem;
	font-weight:bold;
    background:url(../images/faq/ac-open2.png) 95.3% center no-repeat;
	-webkit-background-size:16px 8px;
	-moz-background-size:16px 8px;
	background-size:16px 8px;
	cursor:pointer;
}
#faq dl.accordion dd dl dt.open{
    background:url(../images/faq/ac-close2.png) 95.3% center no-repeat;
	-webkit-background-size:16px 8px;
	-moz-background-size:16px 8px;
	background-size:16px 8px;
}
#faq dl.accordion dd dl dt span{
	padding:10px 40px 10px 15px;
	overflow:hidden;
}
#faq dl.accordion dd dl dt span strong,
#faq dl.accordion dd dl dd div p{
	color:#FF9900;
	font-size:1.3rem;
	font-weight:bold;
	display:block;
	float:left;
	width:20px;
}
#faq dl.accordion dd dl dd{
	clear:both;
	padding:0 15px 10px;
}
#faq dl.accordion dd dl dd > div table tr th{
	padding:5px 10px;
}
#faq dl.accordion dd dl dd > div table tr td{
	padding:5px 10px;
}
}

/* --------------------------------------
 印刷用
-----------------------------------------*/
@media print{
body { width:100%!important; font-size:10px;}
header nav,.wrapper,.main-nav{width:100%!important; margin:0!important;}
wrapper{max-width:none;}
.main-nav li,.ticketguide dt{font-size:14px!important;}
.ticketguide dt .num{height:20px; width:20px;}
.ticketguide-open,.ticketguide-close{font-size:10px!important;}
}


/* --------------------------------------
 e-ticket/
-----------------------------------------*/
#e-ticket .subtitle{
	color:#000;
	padding:40px 0 20px;
}
#e-ticket h4.subtitle{
	color:#0080D7;
	padding:0;
	margin-bottom:30px;
}
/* flow */
#e-ticket .flow{
	clear:both;
	margin-bottom:100px;
}
#e-ticket .flow-wrap{
	padding:0 8%;
	overflow:hidden;
	margin-bottom:40px;
}
#e-ticket .flow-wrap .box1{
	float:left;
	box-sizing:border-box;
	width:37.5%;
	padding:20px;
	margin-right:4.625%;
	position:relative;
}
#e-ticket .flow-wrap .box1:after{
	position:absolute;
	right:-12.3%;
	top:0;
	width:12.3%;
	height:85px;
	content:"";
	background:url(../images/e-ticket/right.png) no-repeat center bottom;
}
#e-ticket .flow-wrap dl{
	border-top:4px solid #0081D7;
	background:#fff;
}
#e-ticket .flow-wrap dl dt{
	font-size: 1.8rem;
	font-weight:bold;
}
#e-ticket .flow-wrap dl dd{
	text-align:center;
}
#e-ticket .flow-wrap dl dd img{
	width:auto;
	max-width:100%;
	height:auto;
	margin:0 auto 20px;
}
#e-ticket .flow-wrap dl dd li{
	list-style:none;
	text-align:left;
	padding-left:15px;
	background:url(../images/e-ticket/icon.png) no-repeat left 5px;
}
#e-ticket .flow-wrap .box2{
	float:left;
	box-sizing:border-box;
	color:#0081D7;
	width:18.75%;
	margin-right:4.625%;
	text-align:center;
}
#e-ticket .flow-wrap .box2 dl{
	box-sizing:border-box;
	color:#0081D7;
	text-align:center;
	padding:10px;
	margin-bottom:10px;
	position:relative;
}
#e-ticket .flow-wrap .box2 dl:after{
	position:absolute;
	right:-24.6%;
	top:0;
	width:24.6%;
	height:85px;
	content:"";
	background:url(../images/e-ticket/right.png) no-repeat center bottom;
}
#e-ticket .flow-wrap .box2 dl dt{
	margin-bottom:5px;
}
#e-ticket .flow-wrap .box2 dl dd img{
	margin-bottom:5px;
}
#e-ticket .flow-wrap .box2 p{
	padding:5px 10px;
	color:#333;
	font-size:85%;
	text-align:left;
	line-height:1.4;
	position: relative;
	background: #ffffff;
	border: 2px solid #0081D7;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	margin:-5px -10px 0;
}
#e-ticket .flow-wrap .box2 p:after, #e-ticket .flow-wrap .box2 p:before {
	bottom: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
}
#e-ticket .flow-wrap .box2 p:after {
	border-color: rgba(255, 255, 255, 0);
	border-bottom-color: #ffffff;
	border-width: 8px;
	margin-left: -8px;
}
#e-ticket .flow-wrap .box2 p:before {
	border-color: rgba(0, 129, 215, 0);
	border-bottom-color: #0081D7;
	border-width: 11px;
	margin-left: -11px;
}
#e-ticket .flow-wrap .box3{
	float:left;
	box-sizing:border-box;
	width:33.75%;
	padding:20px;
	position:relative;
}
#e-ticket .flow .box4{
	clear:both;
	margin:0 8%;
	padding:30px;
	text-align:center;
	background:#fff;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
}
#e-ticket .flow .box4 ul{
	display:inline-block;
}
#e-ticket .flow .box4 ul li{
	list-style:none;
	text-align:left;
	font-weight:bold;
	font-size: 2.2rem;
	padding-left:40px;
	background:url(../images/e-ticket/check.png) no-repeat left top;
	margin-bottom:15px;
}
#e-ticket .flow .box4 ul li em{
	color:#FF6C9B;
	font-style:normal;
}
/* kind */
#e-ticket .kind{
	clear:both;
	margin-bottom:40px;
}
#e-ticket .kind article{
	clear:both;
	overflow:hidden;
	margin-bottom:30px;
}
#e-ticket .kind article h5{
	padding:0 15px;
	color:#111;
	font-size:2.6rem;
	line-height:60px;
	border:1px solid #666;
	background:#fff;
	margin-bottom:10px;
}
#e-ticket .kind article p{
	float:left;
	margin:0 5px 10px 0;
}
#e-ticket .kind article div{
	overflow:hidden;
}
#e-ticket .kind article div figure{
	float:left;
	margin:0 0 5px 10px;
	position:relative;
}
#e-ticket .kind article div figure.mb10{
	margin-bottom:10px;
}
#e-ticket .kind article div figure.pt130{
	padding-top:130px;
}
#e-ticket .kind article div figure.f-right{
	float:right;
}
#e-ticket .kind article div figure figcaption.abs1{
	width:140px;
	position:absolute;
	top:5px;
	left:290px;
}
#e-ticket .kind article div figure figcaption.abs2{
	display:block;
	width:140px;
	position:absolute;
	bottom:5px;
	right:290px;
	text-align:right;
}
#e-ticket .kind article p.more{
	clear:both;
}
#e-ticket .kind article p.more a{
	color:#fff;
	background:url(../images/e-ticket/more.png) no-repeat right center #000;
	padding:10px 30px 10px 10px;
	display:block;
	text-decoration:none;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
}
@media only screen and (max-width:767px){
#e-ticket .kind article p{
	float:none;
	margin:0 0 10px 0;
}
#e-ticket .kind article img{
	width:100%;
	height:auto;
}
#e-ticket .kind article div{
	overflow:hidden;
	margin-bottom:15px;
}
#e-ticket .kind article div figure{
	float:left;
	margin:0 0 5px 0;
	position:relative;
	width:49%;
}
#e-ticket .kind article div figure.mb10{
	margin-bottom:5px;
}
#e-ticket .kind article div figure.pt130{
	padding-top:0;
}
#e-ticket .kind article div figure:nth-child(2n){
	float:right;
}
#e-ticket .kind article div figure.w-100{
	width:100%;
}
#e-ticket .kind article div figure figcaption.abs1{
	width:100%;
	position:inherit;
	top:0;
	left:0;
}
#e-ticket .kind article div figure figcaption.abs2{
	width:100%;
	position:inherit;
	bottom:0;
	right:0;
	text-align:left;
}
#e-ticket .kind article p.more a{
	color:#fff;
	background:url(../images/e-ticket/more.png) no-repeat right center #000;
	padding:10px 30px 10px 10px;
	display:block;
	text-decoration:none;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	width:90%;
	box-sizing:border-box;
	margin:0 5%;
	text-align:center;
}
}










/* use */
#e-ticket .use{
	clear:both;
	text-align:center;
	margin-bottom:50px;
}
#e-ticket .use p img{
	width:auto;
	max-width:100%;
	height:auto;
}

@media only screen and (max-width:767px){
	#e-ticket .subtitle{
		color:#000;
		font-size:130%;
		padding:20px 0 0;
		margin-bottom:10px;
	}
	#e-ticket h4.subtitle{
		color:#0080D7;
		padding:0;
		margin-bottom:10px;
	}
	#e-ticket .flow{
		clear:both;
		margin-bottom:40px;
	}
	#e-ticket .flow-wrap{
		padding:0 5px;
		overflow:hidden;
		margin-bottom:20px;
	}
	#e-ticket .flow-wrap .box1{
		float:left;
		box-sizing:border-box;
		width:35%;
		padding:10px;
		margin-right:4.625%;
		position:relative;
	}
	#e-ticket .flow-wrap .box1:after{
		position:absolute;
		right:-12.3%;
		top:0;
		width:12.3%;
		height:50px;
		content:"";
		background:url(../images/e-ticket/right.png) no-repeat center bottom;
		-webkit-background-size:5px;
		-moz-background-size:5px;
		background-size:5px;
	}
	#e-ticket .flow-wrap dl{
		border-top:3px solid #0081D7;
		background:#fff;
	}
	#e-ticket .flow-wrap dl dt{
		font-size: 1.2rem;
		font-weight:bold;
	}
	#e-ticket .flow-wrap dl dd{
		font-size: 1rem;
		text-align:center;
	}
	#e-ticket .flow-wrap dl dd img{
		width:auto;
		max-width:100%;
		height:auto;
		margin:0 auto 5px;
	}
	#e-ticket .flow-wrap dl dd li{
		list-style:none;
		text-align:left;
		padding-left:10px;
		background:url(../images/e-ticket/icon.png) no-repeat left 5px;
		-webkit-background-size:5px;
		-moz-background-size:5px;
		background-size:5px;
	}
	#e-ticket .flow-wrap .box2{
		float:left;
		box-sizing:border-box;
		color:#0081D7;
		width:22.75%;
		margin-right:4.625%;
		text-align:center;
	}
	#e-ticket .flow-wrap .box2 dl{
		box-sizing:border-box;
		color:#0081D7;
		text-align:center;
		padding:10px 0;
		margin-bottom:10px;
		position:relative;
	}
	#e-ticket .flow-wrap .box2 dl:after{
		position:absolute;
		right:-24.6%;
		top:0;
		width:24.6%;
		height:50px;
		content:"";
		background:url(../images/e-ticket/right.png) no-repeat center bottom;
		-webkit-background-size:5px;
		-moz-background-size:5px;
		background-size:5px;
	}
	#e-ticket .flow-wrap .box2 dl dt{
		margin-bottom:5px;
	}
	#e-ticket .flow-wrap .box2 dl dd img{
		max-width:60%;
		margin-bottom:5px;
	}
	#e-ticket .flow-wrap .box2 p{
		padding:5px;
		color:#333;
		font-size: 1rem;
		text-align:left;
		line-height:1.4;
		position: relative;
		background: #ffffff;
		border: 2px solid #0081D7;
		-webkit-border-radius:3px;
		-moz-border-radius:3px;
		border-radius:3px;
		margin:-5px -10px 0;
	}
	#e-ticket .flow-wrap .box2 p:after, #e-ticket .flow-wrap .box2 p:before {
		bottom: 100%;
		left: 50%;
		border: solid transparent;
		content: " ";
		height: 0;
		width: 0;
		position: absolute;
	}
	#e-ticket .flow-wrap .box2 p:after {
		border-color: rgba(255, 255, 255, 0);
		border-bottom-color: #ffffff;
		border-width: 8px;
		margin-left: -8px;
	}
	#e-ticket .flow-wrap .box2 p:before {
		border-color: rgba(0, 129, 215, 0);
		border-bottom-color: #0081D7;
		border-width: 11px;
		margin-left: -11px;
	}
	#e-ticket .flow-wrap .box3{
		float:left;
		box-sizing:border-box;
		width:32.25%;
		padding:10px;
		position:relative;
	}
	#e-ticket .flow .box4{
		clear:both;
		margin:0 5px;
		padding:10px;
		text-align:center;
		background:#fff;
		-webkit-border-radius:5px;
		-moz-border-radius:5px;
		border-radius:5px;
	}
	#e-ticket .flow .box4 ul{
		display:inline-block;
		margin-bottom:5px;
	}
	#e-ticket .flow .box4 ul li{
		list-style:none;
		text-align:left;
		font-weight:bold;
		font-size: 1.4rem;
		padding-left:25px;
		padding-top:2px;
		background:url(../images/e-ticket/check.png) no-repeat left top;
		-webkit-background-size:18px;
		-moz-background-size:18px;
		background-size:18px;
		margin-bottom:5px;
	}
	#e-ticket .flow .box4 img{
		width:auto;
		max-width:100%;
		height:auto;
	}
}

