@charset "utf-8";
#contentstitle h1 {
	background-color: var(--ticket-color);
}
#main h2 {
	color: var(--ticket-color);
	border-left: 1em solid var(--ticket-color);
}
#main #contentsmenu {
	justify-content: center!important;
}
#main #contentsmenu li {
	width: 25%;
}
#main #contentsmenu li a {
	border-color: var(--ticket-color);
	color: var(--ticket-color)!important;
}
#main #contentsmenu li a:hover {
	border-color: var(--ticket-color);
	background-color: var(--ticket-color)!important;
}

#main .imgbox {
	text-align: center;
}


.box {
	display: flex;
	align-items: center;
	margin-bottom: 30px;
}
.box li {
	width: 50%;
	padding: 5px;
	display: flex;
	justify-content: center;
}
.box li img {
	width: 318px;
}
@media (max-width:480px) {
	.box {
		margin-bottom: 0
	}
	.box.box2 {
		flex-wrap: wrap;
		margin-bottom: 30px;
	}
	.box.box2 li {
		width: 100%;
	}
	.box.box2 li p {
		padding: 30px 0;
	}
}
.box p {
	font-size: 150%;
	font-weight: 600;
	text-align: center;
}
.box dl {
}
.box dl dt {
	width: 5em;
	display: block;
	float: left;
}
.box dl dd {
	padding-left: 6em;
	margin-bottom: 10px;
	position: relative;
}
.box dl dd::after {
	content: '';
	position: absolute;
	width: 5px;
	height: 100%;
	background-color: var(--ticket-light-color);
	left: 4.5em;
	top: 0;
}
.box dl dd:last-child {
	margin-bottom: 0;
}

.attentionbox {
	position: relative;
	padding: 15px;
}
.attentionbox::before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: -1;
	left: 0;
	top: 0;
	background-color: var(--ticket-light-color);
	border-radius: 5px;
	opacity: .5;
}
ul.attention {}
ul.attention li,
span.attention {
	display: block;
	font-size: 90%;
	margin-left: 1.2em;
	line-height: 1.3;
	margin-bottom: .5em;
}
ul.attention li:last-child {
	margin-bottom: 0;
}
ul.attention li::before,
span.attention::before {
	content: '※';
	width: 1.2em;
	display: inline-block;
	margin-left: -1.2em;
}

ul.information {}
ul.information li,
span.information {
	display: block;
	font-size: 90%;
	margin-left: 1.2em;
	line-height: 1.3;
	margin-bottom: .5em;
}
ul.information li::before,
span.information::before {
	content: '・';
	width: 1.2em;
	display: inline-block;
	margin-left: -1.2em;
}

ul.attentions {}
ul.attentions li {
	display: block;
	font-size: 90%;
	margin-left: 1.2em;
	line-height: 1.3;
	margin-bottom: .5em;
}
ul.attentions li::before {
	content: '◆';
	width: 1.2em;
	display: inline-block;
	margin-left: -1.2em;
}

ul.attentions li.red {
	color: red;
}
ul.attentions li.red::before {
	color: red;
}


.ticketbox {
	margin-bottom: 30px;
}
.ticketbox h3 {
	border-bottom: 1px solid var(--ticket-light-color);
	padding-bottom: 5px;
	line-height: 1;
	margin-bottom: 15px;
}
.ticketbox li {
	margin-bottom: 15px;
}
.ticketbox .followbtn {
	background-color: var(--ticket-right-color);
	color: var(--ticket-color);
	border: 1px solid var(--ticket-color);
	margin: 0;
	text-decoration: none;
}
.ticketbox .followbtn span {
	display: inline-block;
}
.ticketbox .followbtn::before,
.ticketbox .followbtn::after {
	color: var(--ticket-color);
}
.ticketbox .followbtn:hover {
	background-color: var(--ticket-color);
	color: #fff;
}
.ticketbox .followbtn:hover::before,
.ticketbox .followbtn:hover::after {
	color: #fff;
}
