@charset "utf-8";
.sp {
	display: none;
}
.pc {
	display: none;
}

#MvArea  {
	background: url(../../img/runner/runner_mvimg.jpg) no-repeat center;
	background-size: cover
}
.mvWrap {
	width: 90%;
	height: 100%;
	margin: 0 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	z-index: 5;
}
.mvInner {
	color: #ffffff;
	line-height: 1.0;
}


.runnerTab {
	width: 100%;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: -2px;
	z-index: 9999;
}
.runnerTab li {
	width: 49%;
	height: 75px;
	border: 2px solid #000;
	cursor: pointer;
	border-radius: 10px 10px 0 0;
	-webkit-border-radius: 10px 10px 0 0;
	-moz-border-radius: 10px 10px 0 0;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 1.8rem;
	font-weight: 400;
	transition: all .3s;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	background: #fff;
}
.runnerTab li:hover,.runnerTab li.active{
	border: 2px solid #b10418;
	background: #b10418;
	color: #fff;
}
@keyframes tabAnim{
	0%{opacity:0;}
	100%{opacity:1;}
}
.runnerPanel{
	border: 2px solid #000;
	padding: 28px;
	background: #ffffff;
}
.panel {
	opacity:0;
	display:none;
}
.panel.show {
	display:block;
	animation:tabAnim ease 0.6s forwards;
	-ms-animation:tabAnim ease 0.6s forwards;
}
.runnerTable {
	width: 100%;
}
.runnerTable th,.runnerTable td{
	padding: 15px;
	font-weight: 700;
	font-size: 1.5rem;
	text-align: center;
	vertical-align: middle;
}
.runnerTable th {
	background: #e9e9e9;
	border-right: 1px solid #fff;
}
.runnerTable th:last-child {
	border: none;
	line-height: 1.2;
}
.runnerTable td {
	border-right: 1px solid #e9e9e9;
	border-bottom: 1px solid #e9e9e9;
}
.runnerTable td:last-child {
	border-right: none;
}
.col01 {
	width: 10%;
}
.col02 {
	width: 45%;
}
.col03 {
	width: 25%;
}

#subCont {
	position: relative;
}