@charset "utf-8";
.mvArea{
	width: 100%;
	height: 240px;
	background-color: #0a0a2d;
	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;
}
.mvArea img{
	max-width: 159px;
}
.outline{
	background: #0a0a2d;
	color: #fff;
	padding: 0px 5% 120px;
}
.outline .table01{
	width: 840px;
	margin: 0 auto 40px;
	font-size: 14px;
}
.outline .table_last{
	margin: 0 auto 20px;
}
.outline .table_date{
	width: 840px;
	margin: 0 auto 60px;
	font-size: 14px;
}
.outline .table_date tr:first-child{
  border-top: 0.5px solid #fff;
}
.outline table th{
	min-width: 30%;
	border-bottom: 0.5px solid #fff;
	color: #fff;
	text-align: left;
	padding: 5px 20px;
	vertical-align: top;
}
.outline table .outline_ttl{
	background: #787850;
	color: #fff;
	text-align: left;
	border-bottom: 0;
	padding: 5px 20px;
}
.outline table td{
	width: 70%;
	border-bottom: 0.5px solid #fff;
	text-align: left;
	padding: 5px 20px;
}
.outline table td span{
  font-size: 11px;
}
.outline_caption{
	max-width: 840px;
	margin: 0 auto 50px;
	font-size: 10px;
}
.outline_caption02{
	max-width: 840px;
	margin: auto;
	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.outline_caption02_ttl{
	display: inline-block;
	font-size: 14px;
	line-height: 1.2;
	position: relative;
	padding: 0 10px;
	margin-right: 10px;
}
.outline_caption02_ttl::before{
	content: '';
	display: block;
	width: 1px;
	height: 100%;
	background: #fff;
	position: absolute;
	top: 0;
	left: 0;
}
.outline_caption02_ttl::after{
	content: '';
	display: block;
	width: 1px;
	height: 100%;
	background: #fff;
	position: absolute;
	bottom: 0;
	right: 0;
}
.outline_caption02_txt{
	font-size: 10px;
}
.outline_yokoku{
  width: 840px;
  margin: 0 auto 60px;
}
.outline_yokoku_ttl{
  font-size: 14px;
}
.outline_yokoku_txt{
  font-size: 10px;
}
@media screen and (max-width:750px) {
	.mvArea{
		height: 130px;
	}
	.mvArea img {
		max-width: 28%;
	}
	.outline{
		padding: 0px 5% 30px;
	}
	.outline .table01{
		width: 100%;
	}
  .outline .table_date{
    width: 100%;
    margin: 0 auto 40px;
  }
	.outline table .outline_ttl {
		background-color: #787850;
		border-top: none;
		border-bottom: none;
	}
	.outline table th{
		display: block;
		min-width: 100%;
		padding: 5px 10px;
		background: rgb(83 84 108 / 40%);;
		border-bottom: none;
		border-top: 1px solid #fff;
		margin-top: -1px;
	}
	.outline table .outline_ttl{
		padding: 5px 10px;
	}
	.outline table td{
		display: block;
		padding: 10px;
		width: 100%;
	}
  .outline_caption {
    margin: 0 auto 40px;
  }
	.outline_caption02_ttl{
		min-width: 50px;
		padding: 5px;
		text-align: center;
	}
	.outline_caption02_ttl::before{
		width: 100%;
		height: 1px;
	}
	.outline_caption02_ttl::after{
		width: 100%;
		height: 1px;
	}
  .outline_yokoku {
    width: 100%;
    margin: 0 auto 30px;
  }
}