h3.txt_bold:before {
	content: "\f0c8";
	font-family: "Font Awesome 5 Free";
	font-feature-settings: 'liga';
	padding: 0 6px 2px 0;
	font-size: 1.2rem;
}
.ticket_sell_left dl dd span {
	background: #e1e109;
	border-radius: 3px;
}
.privilege {
	background: #f5f5f5;
}
.privilege h3 {
	margin: 0 0 10px;
}
.privilege ul li span {
	background: #ffd800;
	color: #fff;
	padding: 2px 6px;
	margin: 0 10px 0 0;
}
ul.sell_ticket h4 {
background-image: linear-gradient(
    -45deg,
    #fff 25%,
    #f6f6b5 25%, #f6f6b5 50%,
    #fff 50%, #fff 75%,
    #f6f6b5 75%, #f6f6b5
  );
  background-size: 4px 4px;
}
ul.sell_ticket li {
	/*background: #fcfce6;*/
	position: relative;
	border: 1px #ccc solid;
}
a.ticket_address {
	color: #ffd800;
	padding: 0 0 0 6px;
}
@media screen and (min-width: 768px) {
h3.txt_bold {
    font-size: 1.6rem;
    padding: 6px 0 10px;
}
h3.txt_bold br {
	display: none;
}
h3.txt_bold span.btn_box2 a {
	font-size: 1.3rem;
	padding: 4px 20px 4px 10px;
}
.ticket_sell_wrap {
	margin: 10px 0;
}
.ticket_sell_right {
	float: right;
	width: 30%;
}
.ticket_sell_left {
	float: left;
	width: 68%;
}
.ticket_sell_left dl {
	font-size: 1.5rem;
	display: flex;
	margin: 0 0 10px;
}
.ticket_sell_left dl dt {
	width: 16%;
	min-width: 77px;
	margin: 0 2% 0 0;
}
.ticket_sell_left dl dd {
	width: 82%;
}
.ticket_sell_left dl dd span {
	font-size: 1.2rem;
	margin: 0 4px 8px 0;
	padding: 2px 8px;
    display: inline-block;
}
.ticket_sell_left dl dd span {
    margin-bottom: 8px;
}    
.txt_attention_red,
.txt_attention {
	margin: 0 0 30px;
}

/* 2025追記 */
#contents .contents_2col .contents_left .sec_third .sub_txt_area {
	width: 100%;
	margin: 0 auto 0 0;
}

#contents .contents_2col .contents_left .sec_third .sub_txt_area p.sub_txt.txt_attention_red strong {
	display: inline;
	padding-top: 7px;
}

#contents .contents_2col .contents_left .sec_third .sub_txt_area p.sub_txt.txt_attention_red {
	font-size: 1.5rem;
	text-align: left;
	margin: 0 auto 3rem auto;
}
/* 2025追記 ここまで*/

.privilege {
	padding:20px;
	margin: 0 0 30px;
}
.privilege h3 {
    font-size: 1.6rem;
}
.privilege ul {
    font-size: 1.5rem;
}
.privilege ul li {
 	margin: 0 0 10px;
}
.privilege ul li span {
    font-size: 1.2rem;
}
ul.sell_ticket {
	display: flex;
}
ul.sell_ticket li {
	width: 30%;
	padding:0 0 10px;
}
ul.sell_ticket li:nth-child(1), 
ul.sell_ticket li:nth-child(2) {
	margin: 0 40px 0 0;
		
}
ul.sell_ticket li:nth-child(1):after, 
ul.sell_ticket li:nth-child(2):after {
	content: "play_arrow";
	font-family: "Material Icons";
	font-feature-settings: 'liga';
	position: absolute;
	top: 50%;
	right: -33px;
	transform: translateY(-50%);
	font-size: 2.6rem;
}
ul.sell_ticket h4 {
    font-size: 1.6rem;
	font-weight: bold;
	padding: 10px 16px 4px;
	margin: 0 0 6px;
}
ul.sell_ticket p {
    font-size: 1.4rem;
	padding: 0 16px;
}
ul.sell_ticket small {
    font-size: 1.2rem;
	display: block;
	padding: 0 16px;
}
}
@media screen and (max-width: 767px) {
h3.txt_bold {
    font-size: 1.5rem;
    padding: 4px 0 10px;
	line-height: 1.8;
}
h3.txt_bold .btn_box2 a {
	font-size: 1.2rem;
	padding: 2px 20px 2px 10px;
	line-height: 2;
}
.ticket_sell_right {
	width: 80%;
	margin: 0 auto 10px;
	display: block;
}
.ticket_sell_left dl {
	font-size: 1.4rem;
	margin: 0 0 8px;
}
.ticket_sell_left dl dt {
	margin: 0 0 6px;
}
.ticket_sell_left dl dd span {
	font-size: 1.1rem;
	margin: 0 4px 5px 0;
	padding: 2px 6px;
    display: inline-block;
}
.txt_attention_red,
.txt_attention {
	margin: 6px 0 20px !important;
	font-size: 1.3rem !important;
}

/* 2025追記 */
#contents .contents_2col .contents_left .sec_third .sub_txt_area {
	margin: -1rem 0 2rem 0;
}

#contents .contents_2col .contents_left .sec_third .sub_txt_area p.sub_txt.txt_attention_red {
    text-align: left;
    margin: 0 auto 0 0 !important;
}
#contents .contents_2col .contents_left .sec_third .sub_txt_area p.sub_txt.txt_attention_red strong {
	display: block;
	padding-top: 7px;
}
#contents .contents_2col .contents_left .sec_third .sub_txt_area p.sub_txt.txt_attention_red strong:nth-of-type(3){
	text-align: left;
}
/* 2025追記 ここまで*/

.privilege {
	padding:16px;
	margin: 0 0 20px;
}
.privilege h3 {
    font-size: 1.5rem;
}
.privilege ul {
   font-size: 1.4rem;
}
.privilege ul li {
 	margin: 0 0 10px;
}
.privilege ul li span {
    font-size: 1.1rem;
}
ul.sell_ticket li {
	padding: 0 0 10px;
}
ul.sell_ticket li:nth-child(1), 
ul.sell_ticket li:nth-child(2) {
	margin: 0 0 30px;
		
}
ul.sell_ticket li:nth-child(1):after, 
ul.sell_ticket li:nth-child(2):after {
	content: "arrow_drop_down";
	font-family: "Material Icons";
	font-feature-settings: 'liga';
	position: absolute;
	bottom: -35px;
	left: 50%;
	transform: translateX(-50%);
	font-size: 4.0rem;
}
ul.sell_ticket h4 {
    font-size: 1.4rem;
	font-weight: bold;
	padding: 10px 3%;
	margin: 0 0 6px;
}
ul.sell_ticket p {
    font-size: 1.3rem;
	padding: 0 3%;
}
ul.sell_ticket small {
    font-size: 1.2rem;
	display: block;
	padding: 0 3%;
}
}
/* タブレット調整 */
@media screen and (min-width:768px) and (max-width:1025px) {
h3.txt_bold span {
	display: block;
	margin: 6px 0 0;
}
}
/* 400px以下 */
@media screen and (max-width:400px) {
.ticket_sell_left dl dd span {
    margin-bottom: 5px;
}
}
/* 320px以下 */
@media screen and (max-width:320px) {
h3.txt_bold span {
	display: block;
}
}

/*ticketnews_link*/

.ticketnews_link:link{
    color: #e00010;
    font-size: 1.4rem;
    text-decoration: underline;
}
.ticketnews_link:hover {
    opacity: 0.7;
}

/* exclusive_notice */

.exclusive_notice {
	border: 2px solid #ffd800;
	padding: 20px 10px;
	margin-bottom: 10px;
}

.exclusive_notice p {
	color: #e00010;
	font-size: 1.6rem;
	font-weight: 700;
	margin-top: 0;
	text-align: center;
}