@media (min-width: 769px) {
	.grid_btn-blank a:hover span:after {
	  background-image: url(/assets/images/ic-blank.png);
	}
  }

  .grid_btn-blank span:after {
	content: '';
	display: inline-block;
	width: 15px;
	height: 15px;
	margin-left: 0.5em;
	background-image: url(/assets/images/ic-blank-red.png);
	background-size: 15px 15px;
	transition: 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  }

  .l-gwcp-img {
	padding-right: 6em;
	padding-left: 2em;
  }
  .overview_btn .c-roundButton{
	line-height: 1.5;

  }
  @media (max-width: 768px) {
	.sp-style .l-gwcp-img {
	  margin: 0 auto;
	  margin-bottom: 2em;
	  padding: 0;
	}
  }
  /* table_event2col ---------------- */
.table_event2col {
	margin: 0 auto;
	border: 2px solid #b22222;
	}
  .table_event2col th {
	text-align: center;
	color: #fff;
	background: #c82020;
	padding: 8px 6px 5px;
	font-size: 15px;
	line-height: 1.5;
	font-weight: bold;
	border-bottom: 2px solid #b22222;
	vertical-align: middle;
  }
  .table_event2col td {
	background: #fff;
	padding: 10px 6px 10px;
	font-size: 12px;
	vertical-align:text-top;
	}
  .table_event2col th:first-child,
  .table_event2col td:first-child {
	border-right: 2px solid #b22222;
  }
  .table_event2col .col1 {
	width: 489px;
  }
  .table_event2col .col2 {
	width: 489px;
  }
  .table_event2col span{
	font-weight: bold;
	font-size: 14px;
  }
  @media screen and (max-width: 480px) {
	.table_event2col tbody th {
	  background: #c82020;
	}
	.table_event2col span{
	  font-size: 12px;
	}
  }
  /* table_event8col ---------------- */
  .table_event8col {
	margin: 0 auto 40px;
	width:100%;
	border-top: 2px solid #b22222;
	border-right: 2px solid #b22222;
	border-left: 2px solid #b22222;
  }
  .table_event8col .col1 { width: 12.5%; }
  .table_event8col .col2 { width: 12.5%; }
  .table_event8col .col3 { width: 11.5%; }
  .table_event8col .col4 { width: 12.5%; }
  .table_event8col .col5 { width: 12.5%; }
  .table_event8col .col6 { width: 13.5%; }
  .table_event8col .col7 { width: 13.5%; }
  .table_event8col .col8 { width: 12.5%; }

  .table_event8col th:not(:last-child),
  .table_event8col td:not(:last-child) {
	border-right: 2px solid #b22222;
  }
  .table_event8col th {
	text-align: center;
	color: #fff;
	background: #c82020;
	padding: 8px 6px 5px;
	font-size: 15px;
	line-height: 1.5;
	font-weight: bold;
	border-bottom: 2px solid #b22222;
	vertical-align: middle;
  }
  .table_event8col td {
	background: #fff;
	padding: 8px 6px 5px;
	font-size: 12px;
	border-bottom: 2px solid #b22222;
  }
  @media screen and (max-width: 480px) {
	.table_event8col {
	  overflow: auto;
	  width: 980px;
	}
	.table_event8col_wrap {
	  overflow-x: scroll;
	}
  }
  .indent{
  	display:block;
  	text-indent: -5em;
  	margin-left: 5em;
  }
  .w420{
  	width:420px;
  }
  @media screen and (max-width: 480px) {
  	.w420{
  	width:auto;
  }
  }

 .table_event2col_note {
  margin-top: 0.5em;
  text-align: right;
  display: block;
  font-size: 12px;
}
@media screen and (max-width: 480px) {
  .table_event2col_note {
    text-align: left;
  }
}
.mb_40 {
    margin-bottom: 40px;
}
#concertAnnouncement {
	padding-bottom: 35px;
	max-width: 960px;
	margin: 0 auto;
font-size: 15px;
}
.detail_box {
	border: 2px solid #000;
	background-color: #fff;
	padding: 20px;
	margin-bottom: 40px;
}
@media screen and (max-width: 480px) {
	#concertAnnouncement {
		padding: 0 10px 20px;
	font-size: 1.6rem;
	}
}

/* 2024蟷ｴ逕ｨ */
.p-buttonUnit.-concert>*:not(:first-child) {
	margin-right: 0;
}
@media (max-width: 768px) {
	.p-buttonUnit.-concert>*:not(:first-child)::before {
		display: none;
	}
}
@media (min-width: 769px) {
	.p-buttonUnit.-concert>*:first-child {
		margin-right: 16px;
	}
}
.p-point.-concert {
	border: 2px solid #e60012;
}
.p-point.-concert .p-point__head {
	top: -15px;
}
@media (max-width: 768px) {
	.p-point.-concert .p-point__head {
		font-size: 16px;
		margin-top: -53px;
	}
}