.TicketBtn {
	width: 28%;
	text-align: center;
	float: right;
}

.TicketBtn.TwRyokou {
	width: 60%;
	float: none;
	margin: auto;
}

.TicketBtn a {
	background: #005a99;
	border-radius: 5px;
	display: block;
	text-align: center;
	padding-top: 15px;
	padding-bottom: 15px;
	font-weight: 700;
	color: #FFF;
	text-decoration: none;
	position: relative;
	font-size: 1.1em;
}

.TicketBtn a i {
	padding-left: 10px;
}

.TicketBtn a:hover {
	opacity: 0.7;
}

.TicketLeft {
	width: 68%;
	float: left;
}

.ContBox table {
	font-size: 0.9em;
	line-height: 1.6;
	background: #CCC;
}

.ContBox .SP {
	display: none;
}

.ContBox table th {
	text-align: left;
	padding: 10px;
}

.ContBox table td {
	padding: 10px;
}

.ContBox table a {
	color: #006298;
}

.ContBox table a i {
	padding-left: 5px;
}

.ContBox table a:hover {
	text-decoration: none;
}

#StubHub a.logo {
	float: left;
}

#StubHub .TicketLink {
	margin-left: 30%;
	margin-top: 20px;
}

#StubHub .TicketStabHubLogo {
	width: 30%;
	float: left;
}

@media screen and (max-width: 768px) {
	.ContBox table {
		font-size: 0.85em;
	}

	.TicketLeft {
		width: 100%;
		float: none;
	}

	.TicketBtn {
		width: 100%;
		float: none;
	}

	.TicketBtn.TwRyokou {
		width: 100%;
	}

	.TicketBtn a {
		width: 50%;
		margin: auto;
	}

	.ContBox .PC {
		display: none;
	}

	.ContBox .SP {
		display: block;
		width: 100%;
	}

	#StubHub .TicketStabHubLogo {
		width: 100%;
		float: none;
	}

	#StubHub a.logo {
		text-align: center;
		display: block;
		float: none;
	}

	#StubHub .TicketLink {
		margin-left: 0;
		display: block;
		margin-top: 0;
	}

}

@media screen and (max-width: 599px) {
	.ContBox table th {
		width: 30%;
	}

	.ContBox table {
		font-size: 0.75em;
	}

	.TicketBtn a {
		padding-top: 10px;
		padding-bottom: 10px;
		font-size: 0.8em;
		width: 60%;
	}

}

@media screen and (max-width: 320px) {
	.ContBox table {
		font-size: 0.7em;
	}
}

.MaeuriBox {
	width: 25%;
	box-sizing: border-box;
	float: left;
	padding: 2%;
	text-align: center;
}

.MaeuriBox img {
	display: block;
	padding-bottom: 10px;
}

.MaeuriBox a {
	display: block;
	text-align: center;
	text-decoration: none;
}

.MaeuriBox a:hover {
	opacity: 0.7;
}

.MaeuriBoxLink a {
	font-size: 0.85em;
	line-height: 1.7;
	color: #000000;
}

.MaeuriBoxLink a:hover {
	text-decoration: underline;
}

.MaeuriBoxLink a i {
	padding-right: 5px;
}


.TicketGuideBox h4 {
	border-bottom: 1px solid #006298;
	margin-bottom: 10px;
	padding-bottom: 5px;
	padding-top: 15px;
}

.TicketGuideBox {
	overflow: hidden;
	clear: both;
	padding-bottom: 30px;
	position: relative;
}

.TicketGuideBox .SP {
	display: none;
}

.TicketGuideBox .bx-wrapper {
	display: none;
}

.TicketGuideBox li {
	width: 33%;
	box-sizing: border-box;
	padding-right: 20px;
	float: left;
	position: relative;
}

.TicketGuideBox li i {
	position: absolute;
	bottom: 20px;
	right: 30px;
	background: #000;
	padding: 5px;
	color: #FFF;
	border-radius: 4px;
	opacity: 0.5;
	transition-color: 0.3s ease;
	transition: background-color 0.3s ease;
	transition: opacity 0.3s ease;
}

#Ticket02.TicketGuideBox li i {
	right: 45px;
	bottom: 15px;
}

.TicketGuideBox li a:hover i {
	opacity: 1;
}

.TicketGuideBox li.Arrow {
	background: url(../img/ticket_arrow_PC.png) no-repeat right;
}

.TicketLink {
	margin: auto;
	clear: both;
	text-align: center;
	padding-top: 20px;
}

#Ticket02 .TicketLink {
	clear: both;
	text-align: center;
	padding-top: 0;
}

.TicketLink ul {
	overflow: hidden;
	font-size: 0.8em;
	max-width: 500px;
}

.TicketLink li {
	width: 33%;
	float: left;
	position: relative;
}

.TicketLink a {
	padding-left: 10px;
	padding-right: 10px;
}

.TicketLink a i {
	padding-left: 5px;
}

.TicketLink a:hover {
	opacity: 0.7;
}

.TicketLink img {
	border: 1px solid #CCC;
}

.TicketLink strong {
	display: block;
	width: 250px;
	box-sizing: border-box;
	margin: auto;
	text-align: center;
	background: #006298;
	border-radius: 3px;
}

#StubHub .TicketLink strong {
	margin: 0;
	margin-bottom: 10px;
}

#StubHub .TicketLink li {
	padding-bottom: 5px;
	padding-right: 10px;
}

#StubHub .TicketLink li a {
	display: block;
	box-sizing: border-box;
	margin: auto;
	text-align: center;
	background: #006298;
	border-radius: 3px;
	color: #FFF;
	padding: 8px;
	position: relative;
	text-decoration: none;
}

#StubHub .TicketLink li a i {
	background: none;
	position: relative;
	right: inherit;
	bottom: inherit;
	padding: 0;
	padding-left: 3px;
}


.TicketLink strong a {
	color: #FFF;
	font-weight: 400;
	text-decoration: none;
	display: block;
	padding: 15px;
}

#ticketbis .TicketLink {
	position: absolute;
	left: 280px;
	top: 78px;
}




@media screen and (max-width: 768px) {
	.TicketGuideBox .bx-wrapper {
		display: block;
	}

	.TicketGuideBox .SP {
		display: block;
	}

	.TicketGuideBox .PC {
		display: none;
	}

	.TicketGuideBox li {
		width: 100%;
		padding-right: 0;
	}

	.TicketGuideBox li.Arrow {
		background: none;
	}

	.bx-wrapper img {
		max-width: 80% !important;
	}

	#ticketbis .TicketLink {
		position: relative;
		left: inherit;
		top: inherit;
	}

	.TicketLink img {
		display: block;
		margin: auto;
	}

	#ticketbis a {
		text-align: center;
		display: block;
		margin: auto;
	}

	#StubHub .TicketLink strong {
		margin: auto;
		margin-bottom: 10px;
	}

	#StubHub .TicketLink li {
		float: none;
		max-width: 250px;
		margin: auto;
		padding: 0;
		padding-bottom: 10px;
	}

}

#Ticket02 img {
	max-width: 90%;
	display: block;
	margin: auto;
}

#Ticket04 a {
	color: #006298;
	text-decoration: none;
}

#Ticket04 a:hover {
	text-decoration: underline;
}

#Ticket04 a i {
	padding-right: 5px;
}

/* FamilyMartチケット */
#Ticket01 .flex_box {
	justify-content: center;
}

#Ticket01 .flex_box .ticket_fami_box {
	width: 40%;
	text-align: center;
}

@media screen and (max-width: 768px) {
	#Ticket01 .flex_box .ticket_fami_box {
		width: 100%;
		text-align: center;
		padding-bottom: 40px;
		border-bottom: 1px dotted #CCC;
	}

	#Ticket01 .flex_box .ticket_fami_box:last-child {
		border-bottom: 0;
	}
}


#Ticket01 .flex_box .ticket_fami_box img {
	width: 100%;
}

@media screen and (max-width: 768px) {
	#Ticket01 .flex_box .ticket_fami_box img {
		width: 70%;
	}
}


#Ticket01 .flex_box .ticket_fami_box a {
	color: #006298;
	text-decoration: none;
	display: block;
}

#Ticket01 .flex_box .ticket_fami_box a i {
	padding-left: 5px;
	opacity: 0.5;
}

#Ticket01 .flex_box .ticket_fami_box a:hover {
	opacity: 0.7;
}

/*===========================
2022.05追加
===========================*/
.header_small_text {
	padding: 10px 0 40px;
	font-size: 14px;
}


.TicketGuideBox .manual_link {
	display: block;
	width: 300px;
margin: auto;
}

.TicketGuideBox .manual_link a {
	display: block;
	background-color: #005A99;
	line-height: 0;
	padding: 15px 0 12px;
	text-align: center;
	border-radius: 4px;
	color: #FFF;
	font-size: 0.9em;
  text-decoration: none;
}

.TicketGuideBox .manual_link a:hover {
	opacity: 0.7;
}

.TicketGuideBox .manual_link a span::after {
  content: "PDF";
  display: inline-block;
  background-color: #B30B00;
  font-size: 0.75em;
  font-weight: 700;
  padding: 2px 4px;
  color: #FFF;
  position: relative;
  top: -2px;
  margin-left: 4px;
	line-height: 1;
}