@charset "utf-8";
.mvArea{
	width: 100%;
	height: 240px;
	background: url("../../img/outline/mv.jpg") top center / cover;
	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: 375px;
}
.outline{
	background: #fff;
	color: #000;
	padding: 120px 5%;
}
.outline .outline_table01,
.outline .outline_table03{
	width: 800px;
	margin: 0 auto 50px;
	font-size: 14px;
}
.outline .outline_table02{
	width: 800px;
	margin: 0 auto 10px;
	font-size: 14px;
}
.outline table{
	width: 800px;
	margin: 0 auto 10px;
	font-size: 14px;
}
.outline table th{
	width: 250px;
	background: #787878;
	border-bottom: 1px solid #fff;
	color: #fff;
	text-align: left;
	padding: 5px 20px;
	vertical-align: top;
}
.outline table .outline_ttl{
	background: #3a1363;
	color: #fff;
	text-align: left;
	border-bottom: 0;
	padding: 5px 20px;
}
.outline table td{
	border-bottom: 1px solid #1e1e1e;
	text-align: left;
	padding: 5px 20px;
}
.outline .outline_table03 th{
	background: #787878;
	border-top: 1px solid #787878;
	border-bottom: 1px solid #fff;
	text-align: left;
	padding: 5px 20px;
}
.outline .outline_table03 td{
	border-top: 1px solid #1e1e1e;
	border-bottom: 1px solid #1e1e1e;
	text-align: left;
	padding: 5px 20px;
}
.outline .th_end{
	border-bottom: 1px solid #787878;
}
.outline_caption{
	max-width: 800px;
	margin: 0 auto 50px;
	font-size: 10px;
	text-align: justify;
}
.outline_caption02{
	max-width: 800px;
	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: #1e1e1e;
	position: absolute;
	top: 0;
	left: 0;
}
.outline_caption02_ttl::after{
	content: '';
	display: block;
	width: 1px;
	height: 100%;
	background: #1e1e1e;
	position: absolute;
	bottom: 0;
	right: 0;
}
.outline_caption02_txt{
	font-size: 10px;
}
@media screen and (max-width:750px) {
	.mvArea{
		height: 200px;
	}
	.outline{
		padding: 60px 5%;
	}
	.outline .outline_table01,
	.outline .outline_table03{
		width: 100%;
		margin: 0 auto 30px;
	}
	.outline .outline_table02{
		width: 100%;
		margin: 0 auto 10px;
	}
	.outline table{
		width: 100%;
	}
	.outline table th,
	.outline .outline_table03 th{
		display: block;
		width: 100%;
		padding: 5px 10px;
    border-top: none;
    border-bottom: none;
	}
	.outline table .outline_ttl{
		padding: 5px 10px;
	}
	.outline table td,
	.outline .outline_table03 td{
		display: block;
		padding: 10px;
		text-align: justify;
    border-top: none;
	}
	.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_caption{
		max-width: 100%;
		margin: 0 auto 30px;
	}
}