@charset "utf-8";

/* ---------- 共通 ---------- */
.mb0{
	margin-bottom:0 !important;
}
.mt0{
	margin-top:0 !important;
}
.mt10{
	margin-top:10px !important;
}
.mt20{
	margin-top:20px !important;
}
.mt30{
	margin-top:30px !important;
}
.pt0{
	padding-top:0 !important;
}
.pt20{
	padding-top:20px !important;
}
.pb0{
	padding-bottom:0 !important;
}
.pb20{
	padding-bottom:20px;
}
.pb30{
	padding-bottom:30px;
}
.pb40{
	padding-bottom:40px;
}
.bdr0{
	border:none;
}
.bdr20{
	border-bottom:1px solid #bfbfbf;
	padding-bottom:20px;
	margin-bottom:20px;
}
.bdr40{
	border-bottom:1px solid #bfbfbf;
	padding-bottom:40px;
	margin-bottom:40px;
}
.followup_btn.fixed{
	position: fixed;
	bottom:0;
	left:0;
	z-index:100;
}
.spBloc{
	display:none !important;
}
.red_txt{
	color:#e60039;
}
h3.h3_blue{
	background: #003e88;
	color: #fff;
	font-size: 28px;
	line-height: 38px;
	font-weight: 500;
	letter-spacing: 0.02em;
	padding: 15px 0;
	text-align: center;
	margin: 10px 0px;
}
.center{
	text-align:center;
}
.box .link .btn{
	padding: 10px 40px 10px 30px;
	border: 2px solid #e60039;
	color: #e60039;
	width: 100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: inline-block;
	text-align: center;
	font-size: 18px;
	line-height: 1;
	vertical-align: top;
	text-align: center;
	border-radius: 25px;
	letter-spacing: 0.05em;
	background:#fff;
}
.box .link .btn:hover {
	background: #e60039;
	color: #fff;
}
.box .link .external{
	position: relative;
}
.box .link .external:after {
	background: url("../img/common/icon_external_red.png") no-repeat center center;
	background-size: cover;
	content: "";
	width: 17px;
	height: 17px;
	position: absolute;
	right: -25px;
	bottom: 4px;
	margin: auto;
}
.box .link a:hover .external:after {
	background: url("../img/common/icon_external_white.png") no-repeat center center;
	background-size: cover;
}
.box .link .btn.blue {
	border: 2px solid #003e88;
	color: #003e88;
	padding:10px 30px;
    min-width: 200px;
}
.box .link .btn.blue:hover {
	background: #003e88;
	color: #fff;
}
.pdf_link  {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto;
  text-align: center;
		width: 50%;
		font-size:0;
}
.pdf_link >a,
.pdf_link >li a{
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  border: 1px solid #fff;
  background: #e60039;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  width: 100%;
  padding: 18px 20px;
  position: relative;
}
ul.pdf_link{
	width: 100%;
}
.pdf_link >li{
	display:inline-block;
	width: 49%;
}
.pdf_link >li:nth-child(odd){
	margin-right:2%;
}
.pdf_link .pdf {
  position: relative;
}
.pdf_link >a:hover ,
.pdf_link li >a:hover{
  border: 1px solid #e60039;
  background: #fff;
  color: #e60039;
}
.pdf_link a:hover .pdf:after {
  background: url("../img/common/icon_pdf_red.png") no-repeat center center;
  background-size: cover;
}
.icon_deco{
	text-align:center;
	margin:30px 0;
	font-size:0;
}
.icon_deco li{
	font-size:18px;
	width: 100%;
	line-height:1.2;
	max-width: 310px;
	color:#fff;
	display:inline-block;
	vertical-align:top;
	margin:0 7px 10px;
	position: relative;
	text-align:left;
		-webkit-box-sizing:border-box;
		        box-sizing:border-box;
}
.icon_deco li:last-child{
	margin-bottom:0;
}
.icon_deco li a{
	width: 100%;
	height:inherit;
	color:#fff;
	display:inline-block;
	vertical-align:middle;
	padding:15px 0 15px 75px;
	-webkit-box-sizing:border-box;
	        box-sizing:border-box;
	text-align:left;
}
.icon_deco li a:before{
	content:'';
	display:block;
 background-size:70px 50px;
	position: absolute;
	top:0;
	left:0;
}
.icon_deco li.col a{
	padding:3px 0 3px 75px;
}
.icon_deco li.red{
	background:#e60039 url(../img/lower/ticket/howto/deco_red.png) no-repeat;
	padding:15px 10px 15px 70px;
}
.icon_deco li.blue{
	background:#003e88 url(../img/lower/ticket/howto/deco_blue.png) no-repeat;
	padding:4px 10px 5px 70px;
}
.pdf_link .pdf:after {
  background: url(../img/common/icon_pdf_white.png) no-repeat center center;
  background-size: cover;
  content: "";
  width: 23px;
  height: 25px;
  position: absolute;
  top: 0;
  right: -25px;
  bottom: 0;
  margin: auto;
}
.lower_inner.blue_head_box{
	background:#003e88;
	overflow: hidden;
}
.lower_inner.blue_head_box .bicolor_btn.anchor_btn_triple.white li a{
	color:#000;
}
.lower_inner .column{
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0 auto 20px;
	width:100%;
	background: #003e88;
 padding: 0 10px 10px;
	/*	max-width:1230px;
*/	overflow: hidden;
}

.lower_inner ul.column{
	background:none;
	margin-bottom:0;
}
.lower_inner ul.column >li{
	font-size:18px;
	line-height:1.4;
	margin-bottom:30px;
	background: #003e88;
	-webkit-box-sizing:border-box;
	        box-sizing:border-box;
 padding: 0 10px 10px;
}
.lower_inner ul.column >li:last-child{
	margin-bottom:0;
}
.lower_inner ul.column >li{
	width: 49.5%;
	float: left;
}
.lower_inner ul.column.triple >li{
	width: 32.66%;
}
.lower_inner ul.column.triple >li .photo{
	margin-bottom:30px;
}
.lower_inner ul.column.triple >li:nth-child(3n-1){
	margin:0 1%;
}
.lower_inner .column.inner_white >li{
	background:#fff;
	padding:20px;
}
.lower_inner .column.inner_white p.txt{
	padding:0 0 15px 0;
}
.lower_inner .column.half >li:nth-child(odd){
	margin-right:0.5%;
}
.lower_inner .column.half >li:nth-child(even){
	margin-left:0.5%;
}
.lower_inner .column_inner{
	background:#fff;
	overflow: hidden;
	padding:20px 3%;
}
.lower_inner .column .tit{
	color: #fff;
	font-size: 24px;
	line-height:1.2;
 padding: 18px 0;
 text-align: center;
}
.lower_inner .column .tit .small{
	font-size:22px;
}
.lower_inner .column .txt{
	padding:15px 0;
	text-align:left;
}
.lower_inner .column .link{
	margin:0 0 20px 0;
}
.tbl{
	table-layout:fixed;
	width:100%;
}
.tbl thead th,
.tbl th.gray{
	background:#888;
	color:#fff;
	text-align:center;
}
.tbl th,
.tbl td{
	font-size:16px;
	text-align:center;
 padding:10px;
}
.tbl tbody th,
.tbl tbody td{
	border:2px solid #fff;
	color:#646464;
	background:#e8e8e8;
}
.tbl a{
	color:#003e88;
	text-decoration:underline;
}
.tbl a:hover{
	text-decoration:none;
}
.tbl .name{
	display:block;
	margin:5px 0;
}
.simpleTbl{
	width:70%;
/*	width: 820px;*/
	margin:0 auto;
	table-layout:fixed;
	border:5px solid #e8e8e8;
}
.simpleTbl thead th{
	font-size:18px;
	background:#888;
	color:#fff;
	text-align:center;
	padding:17px 0;
	border-left:5px solid #e8e8e8;
}
.simpleTbl tbody{
 color:#646464;
	text-align:center;
}
.simpleTbl tbody th{
	font-size:18px;
	border-top:5px solid #e8e8e8;
	border-right:5px solid #e8e8e8;
	padding:7px;
	text-align:center;
}
.simpleTbl tbody td{
	font-size:18px;
	padding:5px 10px;
	border-top:5px solid #e8e8e8;
	border-left:5px solid #e8e8e8;
}
.simpleTbl tbody td:nth-child(4){
	text-align:left;
}
img{
-webkit-backface-visibility: hidden;
}
.seat .btn_anchor{
	width: 90%;
	font-size:22px;
	text-align:center;
	background:#003e88;
	position: relative;
	cursor:pointer;
	margin:30px auto;
}
.seat .btn_anchor a{
	color:#fff;
	display:block;
	padding:20px 0;
}
.seat .btn_anchor:before{
		position: absolute;
		right:20px;
	margin: auto;
	content: "";
	vertical-align: middle;
	width: 10px;
	height: 10px;
	top:25px;
	border-top: 3px solid #fff;
	border-bottom:none;
	border-right:none;
	border-left: 3px solid #fff;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	}
.seat .followup_btn.fixed{
		width: 100%;
	background:#eee !important;
}
.seat .followup_btn.fixed a{
	width: 50%;
	margin:0 auto;
}
.seat .followup_btn{
	right:0;
}
.seat #live{
	overflow:hidden !important;
}
.seat .switch_tab >ul li{
	width: 40%;
}

/* ---------- group ---------- */
.lower_head_box.anchor_five {
  width: 100%;
  padding: 0;
  margin: 0;
}
.bicolor_btn.anchor_btn_five {
 /* white-space: nowrap;*/
  margin-bottom: 15px;
  padding: 5px 0;
}
.bicolor_btn.anchor_btn_five li {
  width: 30%;
  width: calc(30% - 24px);
  margin: 0 12px;
}
.bicolor_btn.anchor_btn_five li a{
	padding:27px 0;
}
.bicolor_btn.anchor_btn_five li a:hover{
	padding:22px 0;
	border-bottom: #bf9c48 solid 30px;
}
.bicolor_btn.anchor_btn_five li.double a{
	padding:15px 0;
}
.bicolor_btn.anchor_btn_five li.double a:hover{
	padding:10px 0;
	border-bottom: #bf9c48 solid 30px;
}
.bicolor_btn.anchor_btn_five li:first-child {
  margin-left:0;
}
.bicolor_btn.anchor_btn_five li:last-child{
  margin-right:0;
}
.bicolor_btn.anchor_btn_five li a:after {
  right: 48%;
}
.bicolor_btn.anchor_btn_four{
	margin-bottom: 15px;
	padding: 5px 0;
}
.bicolor_btn.anchor_btn_four >li{
  width: 25%;
  width: calc(25% - 12px);
	margin:0 6px;
}
.bicolor_btn.anchor_btn_four.white >li{
	min-width:240px;
	background:#fff;
	padding:0;
	margin:0 12px 20px;
	border-right:none;
}
.bicolor_btn.anchor_btn_four.white >li:hover{
	background:#fff;
}
.bicolor_btn.anchor_btn_four.white >li a{
	color:#000;
}
.bicolor_btn.anchor_btn_four >li .icon{
	display:block;
}
.bicolor_btn.anchor_btn_four >li .icon img{
	margin:10px 10px 0;
}

/*.bicolor_btn.anchor_btn_four >li a:after{
	left:0;
	right:0;
}*/


/* ---------- schedule ---------- */
.contents .lower_wrap .ttl{
	font-size:28px;
	font-weight:500;
	color:#003e88;
	text-align:center;
	padding:15px 0 30px;
}
.schedule_card{
	margin-bottom:10px;
}
.schedule_card .schedule_list{
	display:table;
	table-layout:fixed;
	width: 100%;
}
.schedule_card .schedule_list .home{
	max-width:138px;
	background: #003e88;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	color: #fff;
	font-size: 16px;
	font-weight: 500;
	min-width: 118px;
	padding: 4px 0;
	display:inline-block;
}
.schedule_card .schedule_list .away{
	max-width:138px;
	min-width: 118px;
 background:#333;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	color: #fff;
	font-size: 16px;
	font-weight: 500;
	padding: 4px 0;
	display:inline-block;
}
.schedule_card .schedule_list .other{
	max-width:138px;
	min-width: 118px;
 background:#333;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	color: #fff;
	font-size: 16px;
	font-weight: 500;
	padding: 4px 0;
	display:inline-block;
}
.schedule_card .schedule_list dt{
	width: 30%;
	display:table-cell;
	background:#eee;
	text-align:center;
	vertical-align:middle;
	padding:20px 0;
}
.schedule_card .schedule_list dt .list{
	display:none;
}
.schedule_card .schedule_list dt .list li{
	font-size: 0.9em;
}
.schedule_card .schedule_list .logo{
	width: 150px;
	margin:0 auto;
}
.schedule_card .schedule_list dd{
	width: 70%;
	display:table-cell;
	background:#dbdbdb;
	text-align:center;
	vertical-align:middle;
	padding:0 5%;
}
.schedule_card .schedule_list .held,
.schedule_card .schedule_list .list{
	display:inline-block;
	vertical-align:top;
}
.schedule_card .schedule_list .link{
	margin:15px 0 0;
}
.schedule_card .schedule_list .held{
	font-size:26px;
	font-weight:500;
	line-height:1.8;
	margin-right:15%;
}
.schedule_card .schedule_list .held .date{
	font-size:36px;
	font-family:"Nimbus Sans", sans-serif;
	line-height:1;
	margin-bottom:10px;
	font-weight:bold;
	display:block;
}

.schedule_card .schedule_list .held .place{
	font-size:24px;
	font-weight:bold;
}
.schedule_card .schedule_list .held span{
	font-size:26px;
}
.schedule_card .schedule_list .list {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0 auto;
	font-size:28px;
	font-weight:500;
	line-height:2;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	text-align:left;
}
.schedule .apply_link{
	 padding:30px 0 40px;
		border-bottom:none;
}
ul.link li > a.external_btn span.external{ /**20190222 無料会員ページリンク修正**/
	width: auto;
	height: auto;
	background: none;
	position: relative;
	top: 0;
	right: auto;
}
/* ---------- access ---------- */
.access #root{
	width: 100%;
	max-width: 820px;
	margin:0 auto;
}
.access #root .map{
	margin-bottom:30px;
}
.access #root table{
	width: 100%;
 border-top:2px solid #c9c9c9;
 border-bottom:2px solid #c9c9c9;
	table-layout:fixed;
}
.access #root table .link{
	margin:10px 0;
}
.access #root table .link li{
	margin:0;
	padding:0;
}
.access #root table .link .btn{
	min-width: 150px;
	margin:0;
}
.access #root table tr:first-child .link{
	margin-top:20px;
}
.access #root table tr:last-child .link{
	margin-bottom:20px;
}
.access #root table tr:first-child th,
.access #root table tr:first-child td:first-child,
.access #root table tr:first-child td:nth-child(2){
	padding-top:15px;
}
.access #root table tr:last-child th,
.access #root table tr:last-child td:first-child,
.access #root table tr:last-child td:nth-child(2){
	padding-bottom:30px;
}
.access #root table tr th{
	width: 57%;
	font-size:18px;
	vertical-align:middle;
}
.access #root table tr td{
	font-size:18px;
	vertical-align:middle;
}
.access #root table .sign{
	color:#003e88;
	display:block;
	width: 160px;
	margin:-15px auto 10px;
	text-align:center;
}
.access #root .pdf_link{
/*	width: 240px;*/
	margin:25px auto 0;
}
.access .simpleTbl +.kome{
	width: 70%;
	margin:10px auto 0;
}
.access .traffic{
	text-align:center;
}
.access .traffic li{
	width: 540px;
	display:inline-block;
	vertical-align:top;
	padding:0 35px;
}
.access .traffic .tit_Lborder{
	text-align:left;
}
.nippatsu .tableStadiumInfo .txt_link.txt_link_external::after,
.nissan .tableStadiumInfo .txt_link.txt_link_external::after,
.seat a.txt_link_external::after{
	position: absolute;
	bottom: 0;
	left: 0;
	content: '';
	width: 100%;
	height: 1px;
	background: #003e88;
	-webkit-transform: scale(1, 1);
	    -ms-transform: scale(1, 1);
	        transform: scale(1, 1);
	-webkit-transform-origin: left top;
	    -ms-transform-origin: left top;
	        transform-origin: left top;
	-webkit-transition: -webkit-transform .3s;
	transition: -webkit-transform .3s;
	-o-transition: transform .3s;
	transition: transform .3s;
	transition: transform .3s, -webkit-transform .3s;
}
.nippatsu .tableStadiumInfo a,
.nissan .tableStadiumInfo a,
.seat a.txt_link_external{
	text-decoration:none;
}
.nippatsu .tableStadiumInfo .txt_link.txt_link_external:hover::after,
.nissan .tableStadiumInfo .txt_link.txt_link_external:hover::after,
.seat a.txt_link_external:hover::after{
	-webkit-transform: scale(0, 1);
	    -ms-transform: scale(0, 1);
	        transform: scale(0, 1);
}
.nippatsu .tableStadiumInfo .txt_link.txt_link_external,
.nissan .tableStadiumInfo .txt_link.txt_link_external,
.seat a.txt_link_external{
	color: #e60039;
	margin-right: 22px;
	position: relative;
}
.nippatsu .tableStadiumInfo .txt_link.txt_link_external::after,
.nissan .tableStadiumInfo .txt_link.txt_link_external::after,
.seat a.txt_link_external::after{
	background: #e60039;
}
.nippatsu .tableStadiumInfo .txt_link.txt_link_external::before,
.nissan .tableStadiumInfo .txt_link.txt_link_external::before,
.seat a.txt_link_external::before{
	background: url("../img/common/icon_external_red.png") no-repeat center center;
	background-size: cover;
	content: "";
	width: 15px;
	height: 15px;
	position: absolute;
	top: 0;
	right: -20px;
	bottom: 0;
	margin: auto;
}

/* ---------- stadiummap ---------- */
.stadiummap .stadium{
	text-align:center;
	padding-bottom:30px;
	margin-bottom:30px;
	border-bottom:1px solid #bfbfbf;
}
.stadiummap .stadium >img{
	max-width:713px;
}
.stadiummap .stadium >img{
	vertical-align:bottom;
	max-width:662px;
}
.stadiummap .image{
	text-align:center;
}

/* ---------- facilites ---------- */
.facilites .column.inner_white .column_inner{
	border-bottom:1px solid #bfbfbf;
	padding-bottom:20px;
	margin-bottom:20px;
}
.facilites .box .link >li{
	min-width: 400px;
}
.facilites *:focus {
  outline: none;
}
/* ---------- howto ---------- */
.howto .ticket{
	text-align:center;
	margin-bottom:20px;
}
.howto .lower_inner_box{
	width: 76%;
	margin:0 auto;
}
.howto .column .column_inner{
	padding:30px 12%;
	margin:0 auto;
}
.howto >li{
	border-bottom:10px solid #003e88;
}
.howto >li:last-child{
	border-bottom:none;
}
.howto .tableStadiumInfo{
	width: 100%;
}
.howto .numTtl{
	font-size:20px;
/*	line-height:54px;*/
	font-weight:bold;
	display:table;
	width:100%;
}
.howto .numTtl span{
	display:table-cell;
/*	display:inline-block;*/
	margin-right:20px;
	width: 70px;
}
.howto .numTtl span img{
	width: 54px;
	height:54px;
}
.howto .numTtl p{
	display:table-cell;
	vertical-align:middle;
}
.howto .box .link li{
	display:block;
	margin-bottom:15px;
}
.howto .box .link li:last-child{
	margin-bottom:0;
}
.howto .box .link .btn{
	max-width: 450px;
}
.howto ol li strong{
	font-size:17px;
	font-weight:bold;
	display:block;
}
.howto .step >li{
	text-align:left;
	margin-bottom:20px;
}
.howto .phone{
	text-align:center;
	margin:30px auto 20px;
}
.howto caption{
	font-weight:bold;
	margin-bottom:10px;
}
.howto .entrance{
	text-align:center;
	margin-bottom:30px;
}
.howto .bnr_ticket{
	text-align:center;
}
.howto .outline dt{
	background:#888;
	color:#fff;
	text-align:center;
	padding:15px 0;
}
.howto .outline dd{
	background:#eee;
	padding:10px 7%;
	overflow: hidden;
}
.howto .purchase {
	width: 100%;
	max-width: 720px;
	margin:0 auto;
	text-align:center;
	overflow: hidden;
}
.howto .purchase >li{
	width: 43%;
	margin:0 3.5%;
	float: left;
}
.howto .purchase >li:first-child >img,
.howto .purchase >li:nth-child(2) >img{
	margin-top:30px;
}
.howto .box .purchase .link >li{
	padding:0;
}
.howto .purchase >li .link .btn{
	width: 100%;
}
.howto .purchase li >img{
	margin:60px 0 30px;
}
/* ---------- corporate  ---------- */
.corporate .mainVisual{
	text-align:center;
}
.corporate .mainVisual h3{
	font-size:28px;
	font-weight:500;
	margin-bottom:30px;
}
.corporate .mainVisual p.lead{
	font-size:18px;
	line-height:1.4;
	letter-spacing:2px;
	margin-bottom:45px;
}
.corporate .mainVisual img.pc{
	display:inline-block;
}
.corporate .mainVisual .pdf_link{
	margin:40px auto;
}
.corporate .lower_inner{
	padding:30px;
}
.corporate .main{
	text-align:center;
	background:#002b5e url(../img/lower/ticket/corporate/main_pc.jpg) no-repeat top center;
}
.corporate .main .tit{
	padding:25px 0 190px;
}
.corporate .main >.txt{
	margin-bottom:50px;
	padding:10px 0 50px;
}
.corporate .lower_wrap{
	padding-top:0;
}
.corporate .privilege{
	margin:30px 0 0;
}
.headTtl{
 text-align:center;
	font-size:26px;
	font-weight:500;
	background:#fff;
}
.leadTxt{
 text-align:center;
	font-size:24px;
	font-weight:500;
}
span.bold{
	font-weight:500;
}
/* ---------- tricoloremembers  ---------- */
.tricoloremembers .lower_wrap{
	padding-top:0;
}
.tricoloremembers .lower_inner_box.wrap{
	width: 80%;
}
.tricoloremembers .lower_inner_box.wrap .image,
.tricoloremembers .lower_inner_box.wrap .txt{
	margin-bottom:20px;
}
/* ---------- seat  ---------- */
.seat .lower_inner.blue_head_box .bicolor_btn.anchor_btn_triple.white li{
	width:calc(50% - 16px);
	background:#fff;
	padding:0;
	margin:0 3px;
}
.seat .lower_inner_box h3.tit{
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 28px;
	font-weight: 500;
	line-height: 1;
	text-align: center;
	padding: 0 0 20px;
}
.seat .bicolor_btn.anchor_btn_four.white{
	max-width: 1256px;
	margin:0 auto 40px;
}
.seat .bicolor_btn.anchor_btn_four.white li{
	width: 290px;
}
.seat .lower_inner_white.w60{
	min-width:810px;
	margin-bottom:15px;
}
.seat .article{
	min-width:780px;
	overflow: hidden;
}
.seat .article >dt{
	font-size:24px;
	font-weight:bold;
	color:#003e88;
	padding-bottom:10px;
	margin-bottom:15px;
	border-bottom:2px solid #003e88;
}
.seat .article >dt .small{
	font-size:22px;
}
.seat .article >dd .txt{
	width: 100%;
	margin-bottom:15px;
}
.seat .article .photo{
	width: 52%;
	float: left;
	margin-right:2%;
}
.seat .article .outline{
	width: 46%;
	float: left;
}
.seat .article .outline dt{
	font-size:22px;
	font-weight:bold;
	margin-bottom:20px;
}
.seat .article .outline .icon{
	text-align:left;
}
.seat .article .outline .icon li{
	min-width:85px;
	text-align:center;
	padding:6px;
	margin:0 5px;
}
.seat .article .outline .icon li.free{
	background:#ae7800;
	color:#fff;
}
.seat .article .outline .icon li.reserve{
	background:#aeab00;
	color:#fff;
}
.seat .article .outline .icon li.home{
	background:#003e88;
	color:#fff;
	border-radius:20px;
}
.seat .article .outline .icon li.away{
 background:#333;
	color:#fff;
	border-radius:20px;
}
.seat .article .outline .icon li.other{
 background:#333;
	color:#fff;
	border-radius:20px;
}
.seat .article .outline .icon li.mix{
	background:#000;
	color:#fff;
	border-radius:20px;
}
.seat .article .outline .icon li.visitor{
	background:#5cc5c8;
	color:#fff;
	border-radius:20px;
}
.seat .article .outline .icon li.txt{
	display:inline;
	background:none;
	color:#000;
	line-height:36px;
}
.seat .article .outline .icon li.txt >span{
	font-size:14px;
}
.seat .txt a:hover{
	text-decoration:none;
}
.seat .article .link{
	padding:0;
	margin-top:20px;
}
.seat .article .link >li{
	width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  background: #fff;
  color: #003e88;
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  width: 100%;
		border-radius:20px;
  position: relative;
		margin:0 0 20px 0;
		padding:0;
}
.seat .article .link >li a{
	color:#003e88;
	display: block;
 padding: 10px;
}

.seat .lower_inner.blue_head_box .kome.w60{
	width: 60%;
	min-width:810px;
	margin:20px auto 0;
}
.seat .lower_inner.blue_head_box .kome.w60 li{
	background:none;
	line-height:1.6;
	width: 100%;
	padding:0;
	text-align:left;
}
.seat h3.subtit{
	font-size: 23px;
	font-weight:500;
	line-height: 30px;
	width: 90%;
	margin: 15px auto;
}
.seat h3.subtit span{
	color:#003e88;
}
.seat h4.sub_head {
	font-weight: 500;
	font-size: 20px;
	line-height: 30px;
	width: 90%;
	margin: 0 auto;
}
.seat h4.sub_head span{
	color:#003e88;
}
.seat table,
.seat h3.subtit{
	width: 90%;
}
.seat strong{
	font-weight:bold;
}
.seat .apply_link{
	border-bottom:none;
	padding:0;
}
.apply_link >ul{
	margin-top:0;
}
.seat .related{
	margin-top:30px;
}
.seat .apply_link li,
.seat .apply_link li:hover,
.seat .related .related_list >li{
	background:none;
}
.seat .related .related_list >li{
	padding:0 0 10px 0;
}
.seat table{
	table-layout:fixed;
}
.seat .lower_inner_box p.small{
	font-size:16px;
}

/* ---------- free-members  ---------- */
.free-members .column .outline{
	width: 44%;
	float: left;
}
.free-members .column .outline dt{
	font-size:22px;
	line-height:1.4;
	font-weight:bold;
	margin-bottom:20px;
}
.free-members .column .outline .link{
	margin-top:20px;
}
.free-members .column .outline .link >li{
	float: left;
}
.free-members .column .image{
	width: 54%;
	float: right;
}
.free-members .external_btn{
	width: 370px;
}
.free-members .related .txt{
	font-size:18px;
}
.free-members .related .related_bnr{
	width: 67%;
	margin:40px auto;
	overflow: hidden;
}
.free-members .related .related_bnr li{
	width: 49.5%;
	float: left;
}
.free-members .related .related_bnr li:nth-child(odd){
	margin-right:1%;
}
.free-members .lower_inner .column .txt.center{
	font-weight:500;
	text-align:center;
	padding-top:0;
}
/* ---------- point-program  ---------- */
.point-program .tbl thead th{
	background:#003e88;
	border-right:2px solid #fff;
}
.point-program .tbl tbody th{
	padding:10px 10px 15px;
}
.point-program .tbl tbody th span{
	display:block;
	margin:5px 0;
}
.point-program .txt .num{
	color:#003e88;
	font-weight:500;
	font-size:30px;
	display:inline-block;
	vertical-align:middle;
	margin-right:10px;
}
.point-program .pointLink li{
	width: 450px;
}
.point-program .lower_inner .column .txt.center{
	text-align:center;
}
.point-program #use .spTbl{
	display:none;
}
.point-program .column.box .link >li{
	padding:0;
}

/* ---------- supportshop ---------- */
.supportshop h3.heading{
	font-size:28px;
	line-height:1.5;
	font-weight:500;
	text-align:center;
}
.supportshop h3.heading em{
	font-size:50px;
	color:#e60039;
	display:block;
}
.supportshop .subTit{
	font-size:18px;
	line-height:1.2;
	color:#fff;
	background:#888;
	padding:10px 20px;
	margin-bottom:20px;
}
.supportshop .lower_inner_box.wrap70{
	width: 70%;
}
.supportshop .app_box{
	border:2px solid #888;
	text-align:center;
	margin:40px 0 0;
}
.supportshop .app_box dt{
	font-size:28px;
	padding:25px 0;
	background:url(../img/lower/fanzone/supportshop/line.gif) repeat-x center bottom;
}
.supportshop .app_box dd{
	font-size:28px;
	padding:30px 30px 35px;
}
.supportshop .app_box dd .small{
	font-size:16px;
}
.supportshop table tbody td{
	text-align:center;
}
.supportshop .tab_format [role="tab"][aria-selected="true"],
.supportshop .switch_tab ul li{
	background:#fff;
	color:#000;
	position: relative;
}
.supportshop .tab_format [role="tab"][aria-selected="false"]:before{
  content: '';
  width: 10px;
  height: 10px;
  border: 0px;
  border-top: solid 1px #000;
  border-right: solid 1px #000;
  -ms-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  position: absolute;
  top: 50%;
  right: 30px;
  margin-top: -9px;
}
.supportshop .tab_format [role="tab"][aria-selected="true"]:before{
  content: '';
  width: 10px;
  height: 10px;
  border: 0px;
  border-top: solid 1px #000;
  border-right: solid 1px #000;
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position: absolute;
  top: 50%;
  right: 30px;
  margin-top: -4px;
}
.supportshop .switch_tab >ul{
	width: 1320px;
	margin:0 auto;
	text-align:left;
}
.supportshop .tab_format [role="tabpanel"]{
	width: 1310px;
	margin:0 auto 10px;
	text-align:left;
}
.supportshop .switch_tab >ul li{
	width: 320px;
	text-align:center;
	margin:0 5px 10px;
	position: relative;
}
.supportshop .tab_format [role="tab"][aria-selected="true"]:after{
	content:'';
	background:#fff;
	height:10px;
	width: 100%;
	position: absolute;
	left:0;
	bottom:-10px;
}
.supportshop .switch_tab ul li a{
	color:#003e88;
	font-weight:500;
	text-decoration:underline;
}
.supportshop .switch_tab ul li a:hover{
	text-decoration:none;
}
.supportshop .tab_format [role="tabpanel"] .lower_inner_box{
	padding:15px 0;
}
.supportshop .lower_inner_box ul{
	margin-top:0;
}
.supportshop .lower_inner_box li{
	width: 100%;
	display:block;
	text-align:left;
	padding:0 0 10px 0;
}
.supportshop .lower_inner_box li:last-child{
	padding-bottom:0;
}
.supportshop .lower_inner_box li .small{
	font-size:16px;
	color:#606060;
	margin-top:5px;
}

.practice .box .link .btn.blue{
	width: 350px;
}

.practice .lower_inner .column{
	padding:0;
}
.practice .lower_inner .column li{
	margin-bottom:0;
}

/* ---------- mailmagazine ---------- */
.mailmagazine .txt a{
	color:#003e88;
	text-decoration:underline;
}
.mailmagazine .txt a:hover{
	text-decoration:none;
}
.mailmagazine .box .link >li{
	min-width: 450px;
}

/* ---------- mailmagazine ---------- */
.imgBigLink.contents_link_01:after {
	background-image: url(../img/lower/fanzone/premium/contents/lower_link_contents01.jpg);
	background-position: center center;
}
.imgBigLink.contents_link_02:after {
	background-image: url(../img/lower/fanzone/premium/contents/lower_link_contents02.jpg);
	background-position: center center;
}
.imgBigLink.contents_link_03:after {
	background-image: url(../img/lower/fanzone/premium/contents/lower_link_contents03.jpg);
	background-position: center center;
}
.imgBigLink.contents_link_04:after {
	background-image: url(../img/lower/fanzone/premium/contents/lower_link_contents04.jpg);
	background-position: center center;
}
.imgBigLink.contents_link_05:after {
	background-image: url(../img/lower/fanzone/premium/contents/lower_link_contents05.jpg);
	background-position: center center;
}
.imgBigLink.contents_link_06:after {
	background-image: url(../img/lower/fanzone/premium/contents/lower_link_contents06.jpg);
	background-position: center center;
}
.imgBigLink.contents_link_07:after {
	background-image: url(../img/lower/fanzone/premium/contents/lower_link_contents07.jpg);
	background-position: center center;
}
.imgBigLink.contents_link_08:after {
	background-image: url(../img/lower/fanzone/premium/contents/lower_link_contents08.jpg);
	background-position: center center;
}
.imgBigLink.contents_link_09:after {
	background-image: url(../img/lower/fanzone/premium/contents/lower_link_contents09.jpg);
	background-position: center center;
}
.imgBigLink.contents_link_10:after {
	background-image: url(../img/lower/fanzone/premium/contents/lower_link_contents10.jpg);
	background-position: center center;
}
.icon_deco li br.pc{
	display:inline-block;
}

.seat .school-list_tab01 .howto .txt {
	width: 100%;
	margin: 0;
	padding: 15px 0;
	text-align: left;
	font-size: 16px;
}

.c-accordion-toggle {
	position: relative;
	cursor: pointer;
}

.c-accordion-toggle::before {
	content: '';
	position: absolute;
	top: 50%;
	right: 10px;
	display: block;
	width: 30px;
	height: 30px;
	margin-top: -15px;
	background: url(../img/lower/ticket/seat/icon_accordion_arrow.png) center center/100% auto no-repeat;
	-webkit-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s
}

@media screen and (-webkit-min-device-pixel-ratio: 2),(-webkit-min-device-pixel-ratio: 2),(-o-min-device-pixel-ratio: 2/1),(min-resolution: 2dppx) {

	.c-accordion-toggle::before {
		background-image: url(../img/lower/ticket/seat/icon_accordion_arrow@2x.png);
	}
}

.c-accordion-toggle--white::before {
	background-image: url(../img/lower/ticket/seat/icon_accordion_arrow_white@2x.png);
}

.c-accordion-toggle.is-active::before {
	-webkit-transform: rotate(180deg);
	    -ms-transform: rotate(180deg);
	        transform: rotate(180deg);
}

@media screen and (-webkit-min-device-pixel-ratio: 2),(-webkit-min-device-pixel-ratio: 2),(-o-min-device-pixel-ratio: 2/1),(min-resolution: 2dppx) {

	.c-accordion-toggle--white::before {
		background-image: url(../img/lower/ticket/seat/icon_accordion_arrow_white@2x.png);
	}
}

.c-accordion-contents {
	display: none;
}

.p-seat-list {

}

.p-seat-list * {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}

.p-seat-list__item {

}

.p-seat-list__item:not(:first-child) {
	margin-top: 5px;
}

.p-seat-item {
	background: #fff;
}

.p-seat-item__header {
	position: relative;
	display: -ms-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-align-items: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	padding: 5px 0 5px 5px;
}

.p-seat-item__contents {
	padding: 30px 60px 50px;
}

.p-seat-item__title {
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
	margin-left: 22px;
	font-size: 18px;
	font-weight: bold;
	color: #000;
}

.p-seat-item__header.is-active .p-seat-item__title::before {
	-webkit-transform: rotate(180deg);
	    -ms-transform: rotate(180deg);
	        transform: rotate(180deg);
}

.c-seat-type-icon {
	display: -ms-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 260px;
	height: 40px;
}

.c-seat-type-icon__item {
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-ms-align-items: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	position: relative;
	text-align: center;
	font-size: 15px;
	font-weight: bold;
	color: #fff;
}
.c-seat-type-icon__item:last-child::before {
	content: '';
	position: absolute;
	top: 0;
	left: 100%;
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 20px 0 20px 13px;
	border-top-color: transparent;
	border-right-color: transparent;
	border-bottom-color: transparent;
}

.c-seat-type-icon__item--back-free {
	background-color: #752168;
}

.c-seat-type-icon__item--back-free::before {
	border-left-color: #752168;
}

.c-seat-type-icon__item--back-upper {
	background-color: #c17a17;
}

.c-seat-type-icon__item--back-upper::before {
	border-left-color: #c17a17;
}

.c-seat-type-icon__item--family {
	background-color: #f37123;
}

.c-seat-type-icon__item--family::before {
	border-left-color: #f37123;
}

.c-seat-type-icon__item--supporter {
	background-color: #023f87;
}

.c-seat-type-icon__item--supporter::before {
	border-left-color: #023f87;
}

.c-seat-type-icon__item--sa {
	background-color: #5bbae3;
}

.c-seat-type-icon__item--sa::before {
	border-left-color: #5bbae3;
}

.c-seat-type-icon__item--main {
	background-color: #894888;
}

.c-seat-type-icon__item--main::before {
	border-left-color: #894888;
}

.c-seat-type-icon__item--sb {
	background-color: #107e3d;
}

.c-seat-type-icon__item--sb::before {
	border-left-color: #107e3d;
}

.c-seat-type-icon__item--sc {
	background-color: #e8c01f;
}

.c-seat-type-icon__item--sc::before {
	border-left-color: #e8c01f;
}

.c-seat-type-icon__item--sss {
	background-color: #cea647;
}

.c-seat-type-icon__item--sss::before {
	border-left-color: #cea647;
}

.c-seat-type-icon__item--ss {
	background-color: #bd1f43;
}

.c-seat-type-icon__item--ss::before {
	border-left-color: #bd1f43;
}

.c-seat-type-icon__item--pair {
	background-color: #ff7ea9;
}

.c-seat-type-icon__item--pair::before {
	border-left-color: #ff7ea9;
}

.c-seat-type-icon__item--visitor-reserve {
	background-color: #a0a1a0;
}

.c-seat-type-icon__item--visitor-reserve::before {
	border-left-color: #a0a1a0;
}

.c-seat-type-icon__item--visitor-free {
	background-color: #c1c1c1;
}

.c-seat-type-icon__item--visitor-free::before {
	border-left-color: #c1c1c1;
}

.c-seat-type-list {
	display: -ms-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}

.c-seat-type-list__item {
	width: calc(50% - 25px);
}

.c-seat-type-item {

}

.c-seat-type-item--back-free {
	color: #752168;
}

.c-seat-type-item--back-upper {
	color: #c17a17;
}

.c-seat-type-item--family {
	color: #f37123;
}

.c-seat-type-item--supporter {
	color: #023f87;
}

.c-seat-type-item--sa {
	color: #5bbae3;
}

.c-seat-type-item--main {
	color: #894888;
}

.c-seat-type-item--sb {
	color: #107e3d;
}

.c-seat-type-item--sc {
	color: #e8c01f;
}

.c-seat-type-item--sss {
	color: #cea647;
}

.c-seat-type-item--ss {
	color: #bd1f43;
}

.c-seat-type-item--pair {
	color: #ff7ea9;
}

.c-seat-type-item--visitor-reserve {
	color: #a0a1a0;
}

.c-seat-type-item--visitor-free {
	color: #c1c1c1;
}

.c-seat-type-item__figure {
	width: 100%;
	margin: 0;
	padding-bottom: 16px;
}

.c-seat-type-item__figure img {
	display: block;
	width: 100%;
}

.c-seat-type-item__desc {
	min-height: 3em;
	line-height: 1.5;
	font-size: 16px;
	font-weight: bold;
}

.c-seat-type-item__price {
	margin-top: 14px;
}

.c-seat-type-item__note {
	line-height: 1.5;
	margin-top: .75em;
	font-size: 12px;
	font-weight: bold;
	color: #000;
}

.c-seat-price-list {
	display: -ms-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	height: 35px;
}

.c-seat-price-list__item {
	width: calc(50% - 7px);
}

.c-seat-price-item {
	display: -ms-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	text-align: center;
	font-weight: bold;
	border-style: solid;
	border-width: 2px;
	border-radius: 6px;
}

.c-seat-type-item--back-free .c-seat-price-item {
	border-color: #752168;
}

.c-seat-type-item--back-upper .c-seat-price-item {
	border-color: #c17a17;
}

.c-seat-type-item--family .c-seat-price-item {
	border-color: #f37123;
}

.c-seat-type-item--supporter .c-seat-price-item {
	border-color: #023f87;
}

.c-seat-type-item--sa .c-seat-price-item {
	border-color: #5bbae3;
}

.c-seat-type-item--main .c-seat-price-item {
	border-color: #894888;
}

.c-seat-type-item--sb .c-seat-price-item {
	border-color: #107e3d;
}

.c-seat-type-item--sc .c-seat-price-item {
	border-color: #e8c01f;
}

.c-seat-type-item--sss .c-seat-price-item {
	border-color: #cea647;
}

.c-seat-type-item--ss .c-seat-price-item {
	border-color: #bd1f43;
}

.c-seat-type-item--pair .c-seat-price-item {
	border-color: #ff7ea9;
}

.c-seat-type-item--visitor-reserve .c-seat-price-item {
	border-color: #a0a1a0;
}

.c-seat-type-item--visitor-free .c-seat-price-item {
	border-color: #c1c1c1;
}

.c-seat-price-item__label {
	display: -ms-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-ms-align-items: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	width: 100px;
	font-size: 16px;
	color: #fff;
}

.c-seat-type-item--back-free .c-seat-price-item__label {
	background-color: #752168;
}

.c-seat-type-item--back-upper .c-seat-price-item__label {
	background-color: #c17a17;
}

.c-seat-type-item--family .c-seat-price-item__label {
	background-color: #f37123;
}

.c-seat-type-item--supporter .c-seat-price-item__label {
	background-color: #023f87;
}

.c-seat-type-item--sa .c-seat-price-item__label {
	background-color: #5bbae3;
}

.c-seat-type-item--main .c-seat-price-item__label {
	background-color: #894888;
}

.c-seat-type-item--sb .c-seat-price-item__label {
	background-color: #107e3d;
}

.c-seat-type-item--sc .c-seat-price-item__label {
	background-color: #e8c01f;
}

.c-seat-type-item--sss .c-seat-price-item__label {
	background-color: #cea647;
}

.c-seat-type-item--ss .c-seat-price-item__label {
	background-color: #bd1f43;
}

.c-seat-type-item--pair .c-seat-price-item__label {
	background-color: #ff7ea9;
}

.c-seat-type-item--visitor-reserve .c-seat-price-item__label {
	background-color: #a0a1a0;
}

.c-seat-type-item--visitor-free .c-seat-price-item__label {
	background-color: #c1c1c1;
}

.c-seat-price-item__value {
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
	display: -ms-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-ms-align-items: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	font-size: 18px;
}

.c-seat-price-item .price-text-small {
	display: inline-block;
	margin-right: .75em;
	font-size: 11px;
}

.family-pair-seat__figure {
	width: 100%;
	margin: 0;
	padding-bottom: 16px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between
}

.family-pair-seat__figure img {
	display: block;
	width: 48%;
	height: auto;
}

@media screen and (max-device-width: 768px) {
	/* ---------- 共通 ---------- */
	h3.h3_blue{
			font-size: 1.5rem;
			padding: 15px 2%;
	}
	.contents .lower_inner_box .txt{
		font-size:1rem;
	}
	.box .link .btn{
		 font-size: 1rem;
			width: 100%;
			padding: 17px 40px 17px 20px;
			border-radius: 40px;
	}
	.box .link .btn.blue{
		 font-size: 1rem;
			width: 100%;
			padding: 17px;
			border-radius: 40px;
	}
	.lower_wrap .lower_inner .column >li{
		font-size:1rem;
	}
	.lower_inner ul.column.triple{
		padding:0;
	}
	.lower_inner ul.column.triple >li{
		width: 100%;
		margin:0 0 10px;
	}
	.lower_inner ul.column.triple >li:nth-child(3n-1){
		margin:0 0 10px;
	}
	.lower_inner .column .tit{
		font-size:1.2rem;
	}
	.pdf_link,
	.pdf_link >li{
		width: 100%;
	}
	.pdf_link >a,
	.pdf_link >li a{
		font-size:1.1rem;
	}
	.pdf_link >li{
		margin-bottom:3vw;
	}
	.pdf_link >li:last-child{
		margin-bottom:0;
	}

	.tbl th,
	.tbl td{
		font-size:0.8rem;
	}
	/*.bicolor_btn.anchor_btn_four,
	.bicolor_btn.anchor_btn_four.white{
		overflow: hidden;
		margin:0 2%;
	}*/
	/*.bicolor_btn.anchor_btn_four li{
		width: 49%;
		float: left;
		min-width:auto;
		padding:0;
		margin:0 0 20px;
	}*/
	.bicolor_btn.anchor_btn_four.white >li{
		background:#fff;
		margin:0 0 20px;
	}
	/*.bicolor_btn.anchor_btn_four >li:nth-child(odd),
	.bicolor_btn.anchor_btn_four.white >li:nth-child(odd){
		margin-right:2%;
	}*/

	.bicolor_btn.anchor_btn_four.white >li a{
		color:#000;
	}
	/*.bicolor_btn.anchor_btn_four >li a:after{
		left:0;
		right:0;
	}*/
	.bicolor_btn.anchor_btn_four >li .icon{
		display:block;
	}
	.bicolor_btn.anchor_btn_four >li .icon img{
		width: 60px;
		margin:10px 10px 0;
	}
	.bicolor_btn.anchor_btn_five >li {
	  width: calc(30% - 6px);
	  margin: 0 3px;
	}
	.bicolor_btn.anchor_btn_five >li a{
		padding: 32px 0;
	}
	.icon_deco li{
		padding:4px 10px 4px 70px!important;
	}
	/* ---------- schedule ---------- */
	.schedule_card .schedule_list .home,
	].schedule_card .schedule_list .away{
		min-width:90%;
		}
	.schedule_card .schedule_list .other{
		min-width:90%;
	}
	.schedule_card .schedule_list dt .list{
		display:block;
		text-align:center;
		margin-bottom:0;
	}
	.schedule_card .schedule_list dt{
		width: 46%;
		padding:2% 0;
	}
	.schedule_card .schedule_list dd{
		width: 54%;
		padding:4% 2%;
	}
	.schedule_card .schedule_list dd .list li{
		display:none;
	}
	.schedule_card .schedule_list dd .list li.link{
		display:block;
	}
	.schedule_card .schedule_list .held{
		margin-right:0;
		display:block;
	}
	.simpleTbl{
		width: 100%;
		margin:20px auto;
	}
	.simpleTbl tbody th,
	.simpleTbl tbody td,
	.simpleTbl thead th{
		font-size:1rem;
	}
	/* ---------- access ---------- */
	.access #root{
		width: 96%;
	}
	.access .lower_inner_box{
		padding-top:0;
	}
	.access #root table tr th{
		width: 45%;
	}
	.access #root table tr th,
	.access #root table tr td{
		font-size:1rem;
	}
	.access #root table tr th{
		width: 60%;
	}
	.access #root .map{
		margin:30px 0;
	}
	.access .map {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
	}
	.access .map iframe{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	}
	.access .traffic{
		margin:20px 0 0;
	}
	.access .traffic p img{
		max-width:820px;
	}
	.access .traffic li{
		width: 100%;
		padding:0 0 20px;
		-webkit-box-sizing:border-box;
		        box-sizing:border-box;
	}
	.access .car >.txt{
		margin-top:20px;
	}
	.access .simpleTbl +.kome{
		width: 100%;
		margin-top:0;
		font-size:0.8rem;
	}
	/* ----------facilites ---------- */
	.facilites .lower_inner_white.mb40{
		margin-bottom:0;
		padding-bottom:20px;
	}
	.facilites #btn_event{
		padding-top:20px;
	}
	.facilites .lower_wrap #guide +.lower_inner .column.half >li{
		margin-bottom:0;
	}
	/* ---------- howto  ---------- */
	.howto .ticket{
		width: 80%;
		margin:0 auto 10px;
	}
	.howto .lower_inner_box{
		width: 100%;
	}
	.howto .purchase{
		max-width:100%;
	}
	.howto .column .column_inner{
		padding:20px 20px 30px;
	}
	.howto .column #step .column_inner{
		padding:0 0 20px;
	}
	.howto .column .howto#step .column_inner .txt,
	.howto .column .howto#step .column_inner ol{
		padding:0 20px;
	}
	.howto .column .column_inner .numTtl{
		margin-bottom:20px;
	}
	.howto .box .link .btn{
		font-size:0.9rem;
		width: 100%;
		padding:17px 15px 17px 0;
		letter-spacing:-0.3px;
	}
	.howto .numTtl{
		font-size:1rem;
		line-height:1.3;
	}
	.howto .numTtl span{
		width: 80px;
	}
	.howto .numTtl span img{
		width: 65px;
		height:65px;
	}
	.howto .icon_deco li{
		font-size:0.95rem;
		line-height:2;
		margin-bottom:10px;
		max-width:95%;
	}
	.howto .icon_deco li a{
		padding:0 0 0 75px;
	}
	.howto .icon_deco li:last-child{
		margin-bottom:0;
	}
	.howto .phone{
		width: 40%;
	}
	.howto .bnr_ticket{
		width: 50%;
		margin:0 auto 30px;
	}
	.howto .outline dd{
		padding:0 3%;
	}
	.howto .purchase >li{
		width: 49%;
		margin:0;
	}
	.howto .purchase >li img{
		width: 80%;
	}
	.howto .purchase >li:nth-child(odd){
		margin-right:2%;
	}

	/* ---------- corporate  ---------- */
	.corporate .mainVisual{
		text-align:center;
	}
	.corporate .main{
		text-align:center;
		background:#002b5e url(../img/lower/ticket/corporate/main_sp.jpg) no-repeat top center;
		background-size:contain;
	}
	.corporate .main .tit{
		padding:5vw 5% 31vw;
	}
	.corporate .main >.txt{
		margin-bottom:7vw;
		padding:2vw 0 7vw;
	}
	.corporate .mainVisual h3{
		font-size:1.4rem;
		line-height:1.4;
		font-weight:bold;
		margin-bottom:5vw;
	}
	.corporate .mainVisual p.lead{
		font-size:1rem;
		line-height:1.4;
		letter-spacing:2px;
		margin:0 7vw 7vw;
		text-align:left;
	}
	.corporate .mainVisual .pdf_link{
		width: 86%;
		margin:5vw auto;
	}
	.corporate >.privilege{
		margin:0 0 5vw;
	}
	.corporate .leadTxtBox .lower_inner{
		overflow: hidden;
		padding:10px;
	}
	/* ---------- seat  ---------- */

	.seat .bicolor_btn.anchor_btn_triple li{
		width: calc(50% - 10px);
	}
	.seat .bicolor_btn.anchor_btn_four.white{
		width: 96%;
		margin:0 auto;
		overflow: hidden;
	}
	.seat .bicolor_btn.anchor_btn_four.white li{
		width: 49%;
		float: left;
	}
	.seat .bicolor_btn.anchor_btn_four.white li:nth-child(odd){
		margin-right:2%;
	}
	.seat .article{
		min-width: 100%;
	}
	.seat .lower_inner_white.w60{
		padding:10px;
		margin:10px;
		width: calc(100% - 20px);
		min-width: calc(100% - 20px);
	}
	.seat .school-list_tab01 table{
		width: 100%;
	}
	.seat .article >dt,
	.seat .article .outline dt{
		font-size:1.2rem;
	}
	.seat .article .link >li{
		font-size:1.1rem;
	}
	.seat .article >dd .txt{
		font-size:1.12rem;
	}
	.seat .article .outline .icon li{
		width: 48%;
		margin:0 2% 4% 0;
		font-size:1rem;
	}
	.seat .article .outline .icon li.txt{
		width: 100%;
		display:block;
		text-align:left;
	}
	.seat .article .outline .icon li.txt >span{
		font-size:0.7rem;
		display:block;
	}
	.seat .lower_inner.blue_head_box .kome.w60{
		width: calc(100% - 35px);
		min-width: calc(100% - 35px);
		margin:10px auto;
		font-size:1rem;
		margin-left:30px;

	}
	.seat .lower_inner.blue_head_box .kome.w60 li{
		border-right:none;
	}
	.seat .btn_anchor{
		font-size:1rem;
		width: 90%;
		margin:0 auto 30px;
	}
	.seat .btn_anchor:before{
		top:35px;
	}
	.seat table{
		width: 100%;
	}
	.seat h3.subtit{
		font-size:1.3rem;
		width: 96%;
	}
	.seat h4.sub_head {
		font-weight: 500;
		font-size: 1.1rem;
		width: 96%;
	}
	.seat .apply_link li,
	.seat .related .related_list >li,
	.seat .btm_other_link li{
		background:none;
	}
	.seat .related .related_list >li a{
		border:1px solid #003e88;
	}
	.seat .btm_other_link >ul >li a{
		border:1px solid #003e88;
	 color:#003e88;
	}
	.seat .btm_other_link >ul >li a:before{
		border-color:#003e88;
	}
	.seat table{
		table-layout:fixed;
	}
	.seat .lower_inner_box p.small{
		font-size:0.9rem;
	}
	.seat .apply_link{
		margin-top:10px;
	}
	.seat .apply_link >ul >li{
		padding:0;
	}
	.seat .seat-acd-tit {
		padding: 25px 15%;
	}
	.family-pair-seat__figure img {
		width: 100%;
		object-fit: cover;
	}
	.family-pair-seat__figure img + img {
		margin-top: 25px;
	}

	/* ---------- free-members  ---------- */
	.free-members .column .outline{
		width: 100%;
	}
	.free-members .column .outline dt{
		font-size:1.1rem;
		line-height:1.4;
		font-weight:bold;
		margin:20px 0;
	}
	.free-members .column .outline .link{
		margin-top:20px;
	}
	.free-members .column .outline .link >li{
		 float: none;
		 display: block;
	}
	.free-members .column .image{
		width: 100%;
	}
	.free-members .related .txt{
		font-size:1rem;
		text-align:left;
	}
	.free-members .related .related_bnr{
		width: 100%;
		margin:30px auto;
		overflow: hidden;
	}
	.free-members .related .related_bnr li{
		width: 49.5%;
		float: left;
	}
	.free-members .related .related_bnr li:nth-child(odd){
		margin-right:1%;
	}
	.free-members .external_btn,
	.free-members .box .link >li{
		width: 100%;
	}
	.free-members .bicolor_btn li a{ /**20190222 ページ内リンクフォントサイズ修正**/
		font-size: 0.8em;
	}

	/* ---------- point-program   ---------- */
	.point-program .pointLink li,
	.point-program .box .link >li{
		width: 100%;
	}
	.point-program .tbl tbody th span{
		line-height:1.2;
		margin-bottom:5px;
	}
	.point-program .lower_inner ul.column.triple >li{
		margin-bottom:20px;
	}
	.point-program #use .tbl thead th{
		width: 50%;
	}
	.point-program #use .pcTbl{
		display:none;
	}
	.point-program #use .spTbl{
		display:table;
	}
	.point-program .tbl tbody th span{
		padding:1vw 0;
	}
	.point-program .halfTbl{
		width: 50%;
	}
	.point-program .pointLink li{
		margin-bottom:15px;
	}
	.point-program .pointLink li:last-child{
		margin-bottom:0
	}
	/* ---------- supportshop  ---------- */
	.supportshop .lower_inner_box.wrap70{
		width: 100%;
	}
	.supportshop .subTit{
		font-size:1rem;
	}
	.supportshop .app_box dd .small{
		font-size:0.8rem;
	}
	.supportshop .app_box dt,
	.supportshop .app_box dd{
		font-size:1.1rem;
	}
	.supportshop .tablePlan table{
		table-layout:fixed;
	}
	.supportshop .tab_format [role="tab"][aria-selected="true"]{
		margin:0 1% 1% 0;
	}
	.supportshop .switch_tab >ul li{
		font-size:1rem;
		width: 24.2%;
		padding:20px 3% 20px 0;
		-webkit-box-sizing:border-box;
		        box-sizing:border-box;
		margin:0 1% 1% 0;
		background:#fff;
	}
	.supportshop .switch_tab >ul li:last-child{
		margin:0 0 1% 0 !important;
	}
	.supportshop .tab_format [role="tabpanel"],
	.supportshop .switch_tab >ul{
		width: 100%;
	}
	.supportshop .lower_inner_box li .small{
		font-size:0.9rem;
	}
	.supportshop .lower_inner_box li{
		padding-bottom:20px;
	}
	.supportshop .tab_format [role="tab"][aria-selected="true"]:after{
		padding-top:10%;
		bottom:-20%;
	}
	.supportshop .tab_format [role="tab"][aria-selected="false"]:before{
		right:5%;
	}
	.supportshop .lower_wrap{
		padding:0;
	}
	.supportshop .tablePlan table thead th, .supportshop .tablePlan table thead td{
		white-space:normal;
	}
	/* ---------- practice  ---------- */
	.practice .lower_inner .column li{
		margin-bottom:20px;
	}
	.practice .lower_inner .column li:last-child{
		margin-bottom:0;
	}
	.bicolor_btn.anchor_btn_triple li:nth-child(3) {
		margin: 0 0 0 10px;
	}

	.c-accordion-toggle::before {
		width: 60px;
		height: 60px;
		margin-top: -30px;
	}

	.p-seat-list {

	}

	.p-seat-list__item {

	}

	.p-seat-list__item:not(:first-child) {} {
		margin-top: 40px;
	}

	.p-seat-item {

	}

	.p-seat-item__header {
		display: block;
		padding: 10px 10px 0;
	}

	.p-seat-item__contents {
		padding: 20px;
	}

	.p-seat-item__title {
		margin-left: 0;
		padding: 28px 0 28px 10px;
		font-size: 32px;
	}

	.c-seat-type-icon {
		width: 100%;
	}

	.c-seat-type-icon__item {
		position: relative;
		font-size: 24px;
	}

	.c-seat-type-icon__item:last-child::before {
		content: none;
	}

	.c-seat-type-list {
		display: block;
	}

	.c-seat-type-list__item {
		width: 100%;
	}

	.c-seat-type-list__item:not(:first-child) {
		margin-top: 40px;
	}

	.c-seat-type-item {

	}

	.c-seat-type-item__figure {
		padding-bottom: 20px;
	}

	.c-seat-type-item__figure img {

	}

	.c-seat-type-item__desc {
		font-size: 26px;
		color: #000;
	}

	.c-seat-type-item__price {
		margin-top: 20px;
	}

	.c-seat-type-item__note {
		margin-top: 1em;
		font-size: 22px;
	}

	.c-seat-price-list {
		height: 50px;
	}

	.c-seat-price-list__item {
		width: calc(50% - 10px);
	}

	.c-seat-price-item {
		border-radius: 6px;
	}

	.c-seat-price-item__label {
		width: 130px;
		font-size: 24px;
	}

	.c-seat-price-item__value {
		font-size: 28px;
	}

	.c-seat-price-item .price-text-small {
		font-size: 18px;
	}
}
@media screen and (max-device-width: 640px) {
	.lower_wrap .lower_inner .column.half >li{
		width: 100%;
		margin:0 0 20px;
	}
	.lower_wrap .lower_inner .column.half >li:last-child{
		margin-bottom:0;
	}
	.spBloc{
		display:inline-block !important;
	}
	.pcBloc{
		display:none !important;
	}
}

/** ▼販売スケジュール　レイアウト 20190205**/
.cup_wrap_inner, .cup_wrap .lower_inner.pd_flat_sp{
	background: #eee;
	padding: 15px 15px 50px;
}
.cup_wrap:last-child{
	margin-bottom: 0;
}
.cup_wrap .schedule_card{
	margin-bottom: 5px;
}
.cup_wrap .table_title_wrap {
	background: #fff;
	padding-top: 40px;
}
.cup_wrap .table_contents_wrap{
	background: #fff;
}
.cup_wrap .table_title, .cup_wrap .schedule_card .table_contents{
	width: 80%;
	margin: 0 auto;
}
.cup_wrap .table_contents_wrap .schedule_card:last-child{
	padding-bottom: 40px;
}

.cup_wrap .table_title th{
	color: #fff;
	background: #888;
	background-image: url("/img/common/wh_square.png"), url("/img/common/wh_square.png");
	background-size: 3px;
	background-position: left top, right top;
	background-repeat:repeat-y, repeat-y;
	text-align: center;
	padding: 4px 0;
	position: relative;
}
.cup_wrap .table_title th.fsize_s{
	font-size: 0.9em;
	line-height: 1.2em;
}
.cup_wrap .table_title th::before{
	content: "";
	width: 3px;
	height: 100%;
	background: #fff;
	position: absolute;
	top:0;
	left: 0;
}
.cup_wrap .table_title th::after{
	content: "";
	width: 3px;
	height: 100%;
	background: #fff;
	position: absolute;
	top:0;
	right: 0;
}
.cup_wrap .schedule_card .table_contents td{
	background: #e1e1e1;
	background-image: url("/img/common/wh_square.png"), url("/img/common/wh_square.png");
	background-size: 3px;
	background-position: left top, right top;
	background-repeat:repeat-y, repeat-y;
	color: #606060;
	text-align: center;
	padding: 5px 0;
	position: relative;
}
.cup_wrap .schedule_card .table_contents td::before{
	content: "";
	width: 3px;
	height: 100%;
	background: #fff;
	position: absolute;
	top:0;
	left: 0;
}
.cup_wrap .schedule_card .table_contents td::after{
	content: "";
	width: 3px;
	height: 100%;
	background: #fff;
	position: absolute;
	top:0;
	right: 0;
}
.cup_wrap .schedule_card .table_contents .btn{
	border: 2px solid #e60039;
	color: #e60039;
	background: #fff;
    box-sizing: border-box;
    display: inline-block;
    font-size: 15px;
    line-height: 1;
    vertical-align: top;
    text-align: center;
    width: 60%;
	padding: 6px;
	margin: 6px 0 4px;
    border-radius: 20px;
    letter-spacing: 0.05em;
    position: relative;
}
.match-result .cup_wrap .schedule_card .table_contents .btn{
	width: 60%;
}
.cup_wrap .schedule_card .table_contents .btn.blue{
	border: 2px solid #003e88;
	color: #003e88;
}
.cup_wrap .schedule_card .table_contents .btn:hover{
	background: #e60039;
	color: #fff;
}
.cup_wrap .schedule_card .table_contents .btn.blue:hover{
	background: #003e88;
}
.match-result .cup_wrap .schedule_card .table_contents .box ul.link{
	margin: 0;
}
.match-result .cup_wrap .schedule_card .table_contents .box ul.link > li{
	width: 100%;
	margin: 0;
}
.match-result .cup_wrap .schedule_card .table_contents .box ul.link > li:last-child{
	margin: 0 0 5px;
}
.external_btn .external {
    position: relative;
}
.external_btn .external {
	background: url(../img/common/icon_external_red.png) no-repeat center center;
    background-size: cover;
    content: "";
    width: 17px;
    height: 17px;
    position: absolute;
    top: 0;
    right: -25px;
    bottom: 0;
	margin: auto;
}
.cup_wrap .schedule_card .table_contents td,.cup_wrap .table_title th{
	padding: 5px 0.5%;
}
.match-result .cup_wrap .schedule_card .table_contents td div.vs_teams{
	display: table-cell;
	vertical-align: middle;
}
.match-result .cup_wrap .schedule_card .table_contents td span.emblem{
	width: 20%;
	display: inline-block;
	vertical-align: middle;
}
.match-result .cup_wrap .schedule_card .table_contents td p.tag {
	color: #fff;
	margin: 0 15%;
}
.match-result .cup_wrap .schedule_card .table_contents td p.tag.away, .match-result .cup_wrap .schedule_card .table_contents td p.tag.other{
	background: #606060;
}
.match-result .cup_wrap .schedule_card .table_contents td span.emblem{
	width: 20%;
	display: inline-block;
	vertical-align: middle;
}
.cup_wrap .schedule_card .table_contents td:nth-child(1),.cup_wrap .table_title th:nth-child(1){
	width: 10%;
}
.cup_wrap .schedule_card .table_contents td:nth-child(2),.cup_wrap .table_title th:nth-child(2){
	width: 10%;
}
.cup_wrap .schedule_card .table_contents td:nth-child(3),.cup_wrap .table_title th:nth-child(3){
	width: 37%;
}
.cup_wrap .schedule_card .table_contents td:nth-child(4),.cup_wrap .table_title th:nth-child(4){
	width: 19%;
}
.cup_wrap .schedule_card .table_contents td:nth-child(5),.cup_wrap .table_title th:nth-child(5){
	width: 19%;
}

.match-result .cup_wrap .schedule_card .table_contents td:nth-child(1),.match-result .cup_wrap .table_title th:nth-child(1){
	width: 13%;
}
.match-result .cup_wrap .schedule_card .table_contents td:nth-child(2),.match-result .cup_wrap .table_title th:nth-child(2){
	width: 14%;
}
.match-result .cup_wrap .schedule_card .table_contents td:nth-child(3),.match-result .cup_wrap .table_title th:nth-child(3){
	width: 32%;
}
.match-result .cup_wrap .schedule_card .table_contents td:nth-child(4),.match-result .cup_wrap .table_title th:nth-child(4){
	width: 14%;
}
.match-result .cup_wrap .schedule_card .table_contents td:nth-child(5),.match-result .cup_wrap .table_title th:nth-child(5){
	width: 14%;
}
.match-result .cup_wrap .schedule_card .table_contents td:nth-child(6),.match-result .cup_wrap .table_title th:nth-child(6){
	width: 13%;
}

#cup01.cup_wrap.fixed .table_title_wrap,
#cup02.cup_wrap.fixed .table_title_wrap,
#cup03.cup_wrap.fixed .table_title_wrap{
	background: transparent;
	position: fixed;
	top: 30px;
	left: 0;
	width: 100%;
	display: block;
	z-index: 1;
}
.contents_wrapper.drawer #cup01.cup_wrap.fixed .table_title_wrap,
.contents_wrapper.drawer #cup02.cup_wrap.fixed .table_title_wrap,
.contents_wrapper.drawer #cup03.cup_wrap.fixed .table_title_wrap{/**20190401**/
	width: 75%;
}
#cup01.fixed .table_contents_wrap{
	padding-top: 220px;
}
.match-result #cup01.fixed .table_contents_wrap{
	padding-top: 190px;
}
#cup02.fixed .table_contents_wrap {
	padding-top: 170px;
}
.match-result #cup02.fixed .table_contents_wrap {
	padding-top: 180px;
}
#cup03.fixed .table_contents_wrap{
	padding-top: 150px;
}
.match-result #cup03.fixed .table_contents_wrap{
	padding-top: 180px;
}
#cup01.fixed.cup_wrap .table_contents_wrap .schedule_card:first-child td, #cup02.fixed.cup_wrap .table_contents_wrap .schedule_card:first-child td, #cup03.fixed.cup_wrap .table_contents_wrap .schedule_card:first-child td{
	padding: 30px 0.5% 5px;
}
.cup_wrap.fixed .table_title_wrap .table_title th {
	padding: 20px 0.5% 10px;
}
.match-result .cup_wrap.fixed .table_title_wrap .table_title th {
	padding: 30px 0.5% 10px;
}
#cup01.cup_wrap.fixed .table_title_wrap .table_title_innerwrap,
#cup02.cup_wrap.fixed .table_title_wrap .table_title_innerwrap,
#cup03.cup_wrap.fixed .table_title_wrap .table_title_innerwrap{
	margin: 0 30px;
}
.cup_wrap.fixed .table_title th:first-child{
	background-image: url("/img/common/gr_square.png"), url("/img/common/wh_square.png");
	background-size: 3px;
	background-position: left top, right top;
	background-repeat:repeat-y, repeat-y;
}
.cup_wrap.fixed .table_title th:last-child{
	background-image: url("/img/common/wh_square.png"), url("/img/common/gr_square.png");
	background-size: 3px;
	background-position: left top, right top;
	background-repeat:repeat-y, repeat-y;
}
.cup_wrap.fixed .table_title th:first-child::before{
	content: "";
	width: 3px;
	height: 100%;
	background: #888;
	position: absolute;
	top:0;
	left: 0;
}
.cup_wrap.fixed .table_title th:last-child::after{
	content: "";
	width: 3px;
	height: 100%;
	background: #888;
	position: absolute;
	top:0;
	right: 0;
}

@media screen and (max-width: 1059px) {
#cup01.cup_wrap.fixed .table_title_wrap,
#cup02.cup_wrap.fixed .table_title_wrap,
#cup03.cup_wrap.fixed .table_title_wrap{
	min-width: 1039px;
	width: auto;
}
#cup01.cup_wrap.fixed .table_title,
#cup02.cup_wrap.fixed .table_title,
#cup03.cup_wrap.fixed .table_title{
	min-width: auto;
	width: 80%;
}
}
@media screen and (max-device-width: 768px) {
#cup01.cup_wrap.fixed .table_title_wrap,
#cup02.cup_wrap.fixed .table_title_wrap,
#cup03.cup_wrap.fixed .table_title_wrap{
	min-width: auto;
	width: 100%;
	position: fixed;
	top: 120px;
	left: 0;
}
#cup01.cup_wrap.fixed .table_title,
#cup02.cup_wrap.fixed .table_title,
#cup03.cup_wrap.fixed .table_title{
	min-width: auto;
	width: 100%;
}
#cup01.fixed .table_contents_wrap{
	padding-top: 200px;
}
.match-result #cup01.fixed .table_contents_wrap{
	padding-top: 200px;
}
#cup02.fixed .table_contents_wrap{
	padding-top: 180px;
}
.match-result #cup02.fixed .table_contents_wrap{
	padding-top: 190px;
}
#cup03.fixed .table_contents_wrap {
	padding-top: 180px;
}
.match-result #cup03.fixed .table_contents_wrap {
	padding-top: 190px;
}

.cup_wrap .table_title, .cup_wrap .schedule_card .table_contents{
	width: 100%;
	font-size: 0.92em;
}
.cup_wrap .schedule_card .table_contents td:nth-child(1),.cup_wrap .table_title th:nth-child(1){
	width: 14%;
}
.cup_wrap .schedule_card .table_contents td:nth-child(2),.cup_wrap .table_title th:nth-child(2){
	width: 16%;
}
.cup_wrap .schedule_card .table_contents td:nth-child(3),.cup_wrap .table_title th:nth-child(3){
	width: 38%;
}
.cup_wrap .schedule_card .table_contents td:nth-child(4),.cup_wrap .table_title th:nth-child(4){
	width: 16%;
}
.cup_wrap .schedule_card .table_contents td:nth-child(5),.cup_wrap .table_title th:nth-child(5){
	width: 16%;
}

.match-result .cup_wrap .schedule_card .table_contents td:nth-child(1),.match-result .cup_wrap .table_title th:nth-child(1){
	width: 15%;
}
.match-result .cup_wrap .schedule_card .table_contents td:nth-child(2),.match-result .cup_wrap .table_title th:nth-child(2){
	width: 13%;
}
.match-result .cup_wrap .schedule_card .table_contents td:nth-child(2){
	font-size: 0.85em;
}
.match-result .cup_wrap .schedule_card .table_contents td:nth-child(3),.match-result .cup_wrap .table_title th:nth-child(3){
	width: 38%;
}
.match-result .cup_wrap .schedule_card .table_contents td:nth-child(4),.match-result .cup_wrap .table_title th:nth-child(4){
	width: 9%;
}
.match-result .cup_wrap .schedule_card .table_contents td:nth-child(5),.match-result .cup_wrap .table_title th:nth-child(5){
	width: 16%;
}
.match-result .cup_wrap .schedule_card .table_contents td:nth-child(6),.match-result .cup_wrap .table_title th:nth-child(6){
	width: 9%;
}
.match-result .cup_wrap .schedule_card .table_contents td:nth-child(6){
	font-size: 0.85em;
}

.cup_wrap .schedule_card .table_contents td.day_start-end span{
	display: none;
}
.match-result .cup_wrap .schedule_card .table_contents td span.emblem{
	display: block;
	margin: 0 auto;
}

.cup_wrap .table_title_wrap{
	padding-top: 2px;
}
.cup_wrap .table_contents_wrap .schedule_card:last-child{
	padding-bottom: 2px;
}
.cup_wrap .table_title th.fsize_s_sp{
	font-size: 0.9em;
	line-height: 1.2em;
}
.cup_wrap .schedule_card .table_contents .btn{
	font-size: 0.9em;
	line-height: 1.6em;
	border-radius: 30px;
}
.match-result .cup_wrap .schedule_card .table_contents .btn{
	width: 100%;
}

}
@media screen and (max-width: 640px) {
	.cup_wrap .schedule_card .table_contents td, .cup_wrap .table_title th{
		font-size: 0.85em;
	}
	#cup01.cup_wrap.fixed .table_title_wrap, #cup02.cup_wrap.fixed .table_title_wrap, #cup03.cup_wrap.fixed .table_title_wrap{
		position: fixed;
    top: 100px;
    left: 0;
	}
	.match-result .cup_wrap .schedule_card .table_contents td:nth-child(2) {
    font-size: 0.7em;
	}
}
