@charset "UTF-8";
/* CSS Document */
#ttl_area{
	width: 1040px;
	height: 220px;
	margin: auto;
	overflow: hidden;
	padding: 70px 70px 40px;
}
#ttl_area .caption{
	font-size: 34px;
	text-align: center;
	color: #fff;
	font-weight: bold;
	padding: 0 0 8px 0;
	line-height: 1.5em;
	position: relative;
	color: #0f0f0f;
	top:0;
	left:0;
	right: 0;
	display: block;
	
}
/*
#ttl_area .caption::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
	right: 0;
    width: 60px;
    height: 2px;
	margin: auto;
    background-color: #09356b;
}
*/
#ttl_area h1{
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	padding: 8px 0 0 0;
	margin: 70px 0 0 0;
}
section{
	width: 1040px;
	overflow: hidden;
	margin: auto;
	margin-bottom: 80px;
}
section h2{
	width: 100%;
	display: flex;
	float: left;
	font-size: 32px;
	font-weight: bold;
	text-align: left;
	line-height: 1.8em;
	position: relative;
	padding: 0 0 0 80px;
	margin: 0 0 20px 0;
	overflow: hidden;
	
}
section h2:before{
	content: " ";
	flex-grow: 1;
	height: 2px;
	background: #0b2658;
	display: block;
	width: 60px;
	position: absolute;
	bottom: 50%;
	left: 0;
}
#mov_area .mov_outer{
	overflow: hidden;
	height: 100%;
	padding: 40px;
	border: 1px solid #bcbcbc;
}
#mov_area .mov_outer iframe{
	height: 580px;
}
#tool_area .btn_link{
	overflow: hidden;
	margin: auto;
	margin-top: 30px;
}
#tool_area .btn_link li{
	float: left;
	margin: 0 40px 0 0; 
}
#tool_area .btn_link li:last-child{
	margin-right: 0;
}
#tool_area .btn_link li a{
	display: block;
	background: url(images/icon_arrow.png) 23px center no-repeat;
	background-color: #0b2658;
	width: 320px;
	height: 94px;
	text-align: center;
	display:table;
	border-bottom: 2px solid #021a3d;
}
#tool_area .btn_link li span{
	vertical-align:middle;
	display:table-cell;
	text-align:center;
	color: #fff;
	font-size: 20px;
}




