@charset "UTF-8";
h2{
	font-size: 18px;
	position: relative;
	padding: 20px 0;
	margin-bottom: 20px;
}
h2 span{
	position: relative;
}
h3{
	font-size: 16px;
	margin: 30px 0;
	position: relative;
	padding: 0 0 20px;
	line-height: 1.2;
}
h3 small{
	font-size: 14px;
	font-weight: 300;
	display: block;
}
h2:before{
	content: '';
	width: 380px;
	position: absolute;
	height: 95px;
	top: 0;
	left: 50%;
	margin-left: -230px;
}
.ace-table h2:before{
	background: url('../images/renew/h2ttl01.png') no-repeat left top;
	background-size: contain;
}
.yosou-box h2:before{
	background: url('../images/renew/h2ttl02.png') no-repeat left top;
	background-size: contain;
}
.line-box h2:before{
	background: url('../images/renew/h2ttl03.png') no-repeat left top;
	background-size: contain;
	z-index: 0;
}
.top-columns h2:before{
	background: url('../images/renew/h2ttl04.png') no-repeat left top;
	background-size: contain;
}
.catch_site h2:before{
	background: url('../images/renew/h2ttl05.png') no-repeat left top;
	background-size: contain;
}
.review-box h2:before{
	background: url('../images/renew/h2ttl06.png') no-repeat left top;
	background-size: contain;
}
.content-box h2:before{
	background: url('../images/renew/h2ttl07.png') no-repeat left top;
	background-size: contain;
}
h3:after,
h2:after{
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -40px;
	width: 80px;
	height: 5px;
	background: #546572;
}
h3:after{
	background: -moz-linear-gradient(left, rgba(84,101,114,1) 0%, rgba(84,101,114,1) 20%, rgba(84,101,114,0) 21%, rgba(84,101,114,0) 39%, rgba(84,101,114,1) 40%, rgba(84,101,114,1) 60%, rgba(84,101,114,0) 61%, rgba(84,101,114,0) 79%, rgba(84,101,114,1) 80%, rgba(84,101,114,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, rgba(84,101,114,1) 0%,rgba(84,101,114,1) 20%,rgba(84,101,114,0) 21%,rgba(84,101,114,0) 39%,rgba(84,101,114,1) 40%,rgba(84,101,114,1) 60%,rgba(84,101,114,0) 61%,rgba(84,101,114,0) 79%,rgba(84,101,114,1) 80%,rgba(84,101,114,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, rgba(84,101,114,1) 0%,rgba(84,101,114,1) 20%,rgba(84,101,114,0) 21%,rgba(84,101,114,0) 39%,rgba(84,101,114,1) 40%,rgba(84,101,114,1) 60%,rgba(84,101,114,0) 61%,rgba(84,101,114,0) 79%,rgba(84,101,114,1) 80%,rgba(84,101,114,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#546572', endColorstr='#546572',GradientType=1 ); /* IE6-9 */
	width: 25px;
	margin-left: -17.5px;
}
.ace-table{
	margin: 50px auto;
}
.ace-table table{
	width: 100%;
	max-width: 750px;
	margin: 0 auto;
	background: #fff;
}
.ace-table th,
.ace-table td{
	border-color: #c6cbd9;
	border-style: solid;
	padding: 5px;
}
.ace-table th{
	background: #001753;
	border-width: 1px 1px 1px 0;
	color: #fff;
	font-size: 14px;
	white-space: nowrap;
}
.ace-table .add_bg{
	background: #3a5290;
	font-size: 12px;
}
.ace-table .link-out a{
	font-size: 16px;
	padding: 5px 10px;
	margin-bottom: 5px;
}
.ace-table th:first-child{
	border-width: 1px;
}
.ace-table td{
	border-width: 0 1px 1px 0;
}
.ace-table td:first-child{
	border-width: 0 1px 1px 1px;
}
.ace-table td[class^="bg_waku"]{
	font-size: 16px;
	line-height: 1.2;
	font-weight: 600;
}
.ace-table .img-holder{
	padding: 0;
	width: 120px;
	background: #c6cbd9;
}
.ace-table .txt-link a{
	color: #0069d5;
	text-decoration: underline;
}
.ace-table .date{
	font-size: 13px;
	display: inline-block;
}
.ace-table .date span{
	display: inline-block;
}
.ace-table .ticket{
	font-size: 18px;
	font-weight: 600;
	color: #e11717;
	display: inline-block;
}
.ace-table tbody:nth-of-type(even){
	background: rgba(0, 23, 83, 0.05);
}
.ace-table tbody{
	border-bottom: 3px double #546572;
}
.ace-table .links{
	text-align: center;
}
.ace-table .links .link-out{
	margin-bottom: 15px;
}
.ace-table .links .link-out a{
	font-size: 14px;
	padding: 5px;
}
.ace-table .link-out a {
	background: #ab4747;
}
.ace-table .link-out a:hover {
	opacity: 0.7;
}
.ace-table .detail-text {
	padding: 5px 10px;
}
.font-bold {
	font-weight: 900;
}
.font-red {
	color: red;
	font-weight: 900;
}
.ace-table .links .link-in{
	font-size: 13px;
	font-weight: 600;
	text-decoration: underline;
}
@media screen and (max-width:425px) {
	.ace-table td[class^="bg_waku"]{
		font-size: 14px;
	}
	.ace-table .ticket{
		font-size: 16px;
		display: block;
	}
	.ace-table .date span{
		display: block;
	}
	.ace-table .links .link-out a{
		font-size: 13px;
	}
}
.yosou-wrap{
	background: rgba(0,25,98,.1);
	margin: 0 0 50px;
}
@media screen and (max-width: 375px) {
	.yosou-wrap{
		margin: 75px 0 50px 0;
	}
}
.yosou-wrap>div{
	-webkit-flex: 1 0 490px;
	-moz-flex: 1 0 490px;
	-ms-flex: 1 0 490px;
	-o-flex: 1 0 490px;
	flex: 1 0 490px;
}
.yosou-wrap .yosou-box{
	text-align: center;
}
.yosou-wrap .line-box{
	background: rgba(0,25,98,.1);
}
.yosou-wrap>div>div{
	display: inline-block;
	width: 100%;
	max-width: 490px;
	padding: 10px;
}
@media screen and (max-width:980px) {
	.yosou-wrap{
		display: block;
	}
	.yosou-wrap .yosou-box{
		text-align: left;
	}
	.yosou-wrap>div>div{
		display: block;
		max-width: 750px;
		margin: 0 auto;
		padding: 20px 15px;
	}
}
.race-tbl table{
	width: 100%;
	text-align: center;
	border: 1px solid #546572;
	background: #f5f5f5;
}
.race-tbl table th,
.race-tbl table td{
	padding: 5px;
	border-right: 1px solid #546572;
}
.race-tbl table th{
	background: #c6cbd9;
	font-size: 12px;
}
.race-tbl table th:last-child,
.race-tbl table td:last-child{
	text-align: left;
	border-right: 0;
}
.race-tbl table td:not(:last-child){
	white-space: nowrap;
}
.race-tbl table tbody tr:nth-child(even){
	background: #dbdbdb;
}
.race-tbl table .venue{
	line-height: 1.2;
}
.race-tbl table .grade span{
	display: inline-block;
	width: 40px;
	line-height: 40px;
	background: #b6bdc4;
	font-size: 14px;
	font-weight: 600;
	color: #fff;
}
.race-tbl table td .grade-0{
	background: #ef3d3b;
}
.race-tbl table td .grade-1{
	background: #f0bc16;
}
.race-tbl table td .grade-2{
	background: #78b14a;
}
.race-tbl table td .grade-3{
	background: #3e7ece;
}
.race-tbl table .race-type span{
	width: 20px;
	display: inline-block;
	vertical-align: middle;
}
.race-tbl table .race-type .is-nighter{
	height: 20px;
	line-height: 20px;
	background: url('../images/renew/zone-night.jpg') no-repeat center;
	background-size: contain;
}
.race-tbl table .race-type .is-summer{
	height: 20px;
	line-height: 20px;
	background: url('../images/renew/zone-summer.jpg') no-repeat center;
	background-size: contain;
}
.race-tbl table .race-type .is-morning{
	height: 20px;
	line-height: 20px;
	background: url('../images/renew/zone-morning.jpg') no-repeat center;
	background-size: contain;
}
.race-tbl table .race-type .is-venus,
.race-tbl table .race-type .is-lady{
	height: 20px;
	line-height: 20px;
	background: url('../images/renew/type-girls.jpg') no-repeat center;
	background-size: contain;
}
.race-tbl table .race-type .is-rookie__3rdadd{
	height: 20px;
	line-height: 20px;
	background: url('../images/renew/type-rookie.jpg') no-repeat center;
	background-size: contain;
}
.line-tekichu p{
	margin: 5px;
}
.line-tekichu a{
	position: relative;
	display: block;
	border-radius: 10px;
	overflow: hidden;
}
.line-tekichu a span{
	position: absolute;
	background: rgba(0,0,0,.6);
	color: #fff;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	line-height: 100px;
}
.column-lists{
	border: 1px solid #546572;
	border-width: 1px 0;
	margin-top: 40px;
}
.column-lists li a{
	display: block;
	text-decoration: underline;
	padding: 15px 10px;
	font-size: 14px;
}
.column-lists li:nth-child(even) a{
	background: rgba(84,101,114,.2);
}
.column-lists li a:hover{
	background: rgba(84,101,114,.1);
}
.column-lists .site-name{
	text-decoration: none;
	background: #546572;
	color: #fff;
	display: inline-block;
	font-size: 13px;
	border-radius: 50px;
	padding: 5px 10px;
	line-height: 1;
	margin-bottom: 10px;
}
.catch_site{
	background: rgba(245,213,0,.1);
	padding: 30px 0;
	margin-top: 80px;
}
.catch_site h3{
	margin: 0;
	background: #bdb477;
	padding: 10px;
	color: #fff;
}
.catch_site h3:after{
	content: none;
}
.catch_site .catch-wrap{
	background: #f5f5f5;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(48, 46, 34, 0.4);
	-moz-box-shadow:    0px 0px 5px 0px rgba(48, 46, 34, 0.4);
	box-shadow:         0px 0px 5px 0px rgba(48, 46, 34, 0.4);
	margin: 15px 10px;
	-webkit-flex: 1 0 430px;
	-moz-flex: 1 0 430px;
	-ms-flex: 1 0 430px;
	-o-flex: 1 0 430px;
	flex: 1 0 430px;
}
.catch_site .catch-wrap>div{
	padding: 15px;
}
.catch_site .site-name{
	font-size: 18px;
	padding-bottom: 10px;
	margin-bottom: 15px;
	border-bottom: 1px solid #bdb477;
	font-weight: 600;
}
.catch_site .img-holder{
	-webkit-flex: 0 1 240px;
	-moz-flex: 0 1 240px;
	-ms-flex: 0 1 240px;
	-o-flex: 0 1 240px;
	flex: 0 1 240px;
	margin-right: 10px;
}
.catch_site .img-holder a{
	display: block;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(48, 46, 34, 0.4);
	-moz-box-shadow:    0px 0px 5px 0px rgba(48, 46, 34, 0.4);
	box-shadow:         0px 0px 5px 0px rgba(48, 46, 34, 0.4);
}
.catch_site .desc-wrap{
	-webkit-flex: 1 0 210px;
	-moz-flex: 1 0 210px;
	-ms-flex: 1 0 210px;
	-o-flex: 1 0 210px;
	flex: 1 0 210px;
}
.catch_site li:not(:last-child){
	padding-bottom: 5px;
	margin-bottom: 5px;
	border-bottom: 1px solid #bdb477;
}
.catch_site li p{
	font-size: 13px;
	/*display: inline-block;*/
}
.catch_site li .ticket{
	font-size: 18px;
	color: #e11717;
	font-weight: 600;
}
.catch_site li .ticket small{
	font-size: 13px;
}
.catch_site .txt-wrap{
	margin-top: 30px;
}
.catch_site .txt-wrap .link-out{
	margin: 30px 0;
}
.catch_site .txt-wrap .link-in a{
	text-decoration: underline;
	font-size: 13px;
}
.catch_site .txt-wrap p:not(:last-child){
	margin-bottom: 15px;
}
@media screen and (max-width:490px) {
	.catch_site>div>.flex{
		display: block;
	}
	.catch_site .catch-wrap{
		margin: 15px 0;
	}
	.catch_site .catch-wrap .flex{
		display: block;
	}
	.catch_site .img-holder{
		margin-right: 0;
		margin-bottom: 15px;
		text-align: center;
	}
	.catch_site .img-holder a{
		background: #bdb477;
	}
	.catch_site li p{
		display: inline-block;
	}
}
.review-box{
	background: rgba(0,25,98,.1);
	padding: 30px 0 50px;
}
.content-box{
	margin-top: 50px;
}
.content-box li{
	margin: 5px;
	border: 1px solid #546572;
	padding: 10px;
	-webkit-flex: 1 0 350px;
	-moz-flex: 1 0 350px;
	-ms-flex: 1 0 350px;
	-o-flex: 1 0 350px;
	flex: 1 0 350px;
	background: rgba(255,255,255,.6);
}
.content-box h3{
	margin-top: 0;
	margin-bottom: 15px;
}
.content-box p{
	font-size: 14px;
}
.content-box li div p:first-child{
	float: left;
	max-width: 180px;
	padding: 0 10px 10px 0;
}
.content-box li div p a{
	text-decoration: underline;
}
.content-box li div p:last-child{
	text-align: right;
}
.content-box li div p:not(:first-child){
	margin-top: 10px;
}
.content-box li div:after{
	content: '';
	clear: both;
	display: block;
}
@media screen and (max-width:425px) {
	.content-box ul{
		display: block;
	}
	.content-box li:not(:last-child){
		margin-bottom: 15px;
	}
	.content-box li{
		margin: 0;
	}
	.content-box li div p:first-child{
		float: none;
		max-width: none;
		padding: 0;
	}
}
.fix-bg{
	position: fixed;
	background: url('../images/renew/bg-fix.jpg') no-repeat right bottom;
	width: 100%;
	height: 100vh;
	right: 0;
	bottom: 0;
	z-index: -1;
}

.catch_site .txt-wrap .to_source {
	margin: 15px 0;
}
.catch_site .txt-wrap .to_source a{
	display: inline-block;
	width: 100%;
	max-width: 470px;
	color: white;
	background: #015db2;
	padding: 25px 0;
	border-radius: 5px;
	color: #fff;
    display: inline-block;
    font-size: 18px;
    font-weight: 600;
    border-radius: 5px;
    padding: 10px;
    position: relative;
    width: 100%;
    max-width: 290px;
    line-height: 1.2;
    background: #4763ab;
    border: 1px solid rgb(0,23,83);
    -webkit-box-shadow: 0 5px 0 0 rgb(0,23,83);
    -moz-box-shadow: 0 5px 0 0 rgb(0,23,83);
    box-shadow: 0 5px 0 0 rgb(0,23,83);
	text-decoration: none;
}
.catch_site .txt-wrap .to_source a:after {
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 14px;
    position: absolute;
    right: 5px;
    top: 50%;
    margin-top: -0.5em;
    line-height: 1;
}
.catch_site .txt-wrap .to_source a:hover {
 	background: white;
	color: #015db2;
}
.weekly-site .to_source {
	margin: 15px 0;
}
.weekly-site .to_source a{
	display: inline-block;
	width: 100%;
	max-width: 470px;
	color: white;
	background: #015db2;
	padding: 25px 0;
	border-radius: 5px;
	color: #fff;
    display: inline-block;
    font-size: 15px;
    font-weight: 600;
    border-radius: 5px;
    padding: 10px;
    position: relative;
    width: 100%;
    max-width: 290px;
    line-height: 1.2;
    background: #4763ab;
    border: 1px solid rgb(0,23,83);
    -webkit-box-shadow: 0 5px 0 0 rgb(0,23,83);
    -moz-box-shadow: 0 5px 0 0 rgb(0,23,83);
    box-shadow: 0 5px 0 0 rgb(0,23,83);
	text-decoration: none;
}
.weekly-site .to_source a:after {
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 14px;
    position: absolute;
    right: 5px;
    top: 50%;
    margin-top: -0.5em;
    line-height: 1;
}
.weekly-site .to_source a:hover{
	background: white;
	color: #015db2;
}

.for-column .to_source {
	margin: 15px 0;
}
.for-column .to_source a{
	display: inline-block;
	width: 100%;
	max-width: 470px;
	color: white;
	background: #015db2;
	padding: 25px 0;
	border-radius: 5px;
	color: #fff;
    display: inline-block;
    font-size: 15px;
    font-weight: 600;
    border-radius: 5px;
    padding: 10px;
    position: relative;
    width: 100%;
    max-width: 290px;
    line-height: 1.2;
    background: #4763ab;
    border: 1px solid rgb(0,23,83);
    -webkit-box-shadow: 0 5px 0 0 rgb(0,23,83);
    -moz-box-shadow: 0 5px 0 0 rgb(0,23,83);
    box-shadow: 0 5px 0 0 rgb(0,23,83);
	text-decoration: none;
}
.for-column .to_source a:after {
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 14px;
    position: absolute;
    right: 5px;
    top: 50%;
    margin-top: -0.5em;
    line-height: 1;
}
.for-column .to_source a:hover{
	background: white;
	color: #015db2;
}

.section-in .to_source {
	margin: 15px 0;
}
.section-in .to_source a{
	display: inline-block;
	width: 100%;
	max-width: 470px;
	color: white;
	background: #015db2;
	padding: 25px 0;
	border-radius: 5px;
	color: #fff;
    display: inline-block;
    font-size: 15px;
    font-weight: 600;
    border-radius: 5px;
    padding: 10px;
    position: relative;
    width: 100%;
    max-width: 290px;
    line-height: 1.2;
    background: #4763ab;
    border: 1px solid rgb(0,23,83);
    -webkit-box-shadow: 0 5px 0 0 rgb(0,23,83);
    -moz-box-shadow: 0 5px 0 0 rgb(0,23,83);
    box-shadow: 0 5px 0 0 rgb(0,23,83);
	text-decoration: none;
}
/* .section-in .to_source a:after {
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 14px;
    position: absolute;
    right: 5px;
    top: 50%;
    margin-top: -0.5em;
    line-height: 1;
} */
.section-in .to_source a:hover{
	background: white;
	color: #015db2;
}