@charset "UTF-8";

#index_header {
	width:900px;
	padding:0px;
	margin:0 auto;
	text-align:left;
	height:117px;
}
#index_header h1 {
	float:left;
	padding:36px 0 0 12px;
	margin:0px;
}
#index_header h1 a {
	display:block;
	background:url(../img/common/header_logo.png) no-repeat left top;
	padding:0px;
	margin:0px;
	width:300px;
	height:36px;
	text-indent:-9999px;
}
#index_header h2 {
	float:right;
	padding:8px 0 0 0;
	margin:0px;
	width:510px;
	color:#003f95;
	letter-spacing:0.2em;
	font-size:12px;
	line-height:26px;
}
#index_header h2 strong {
	display:block;
	font-weight:normal;
	padding:0px;
	margin:0px;
	font-size:30px;
	line-height:36px;
}
.index_main_out {
	clear:both;
	padding:0px;
	margin:0px;
	/* [disabled]background:url(../img/index/index_slide2.png) no-repeat center top; */
}
.index_main {
	width:900px;
	text-align:left;
	padding:10px 0 0 0;
	margin:0 auto;
	height:380px;
}
.index_main .left {
	float:left;
	width:330px;
	padding:0px;
	margin:0px;
}
.index_main .left ul {
	background-color:#003f95;
	width:330px;
	height:40px;
	padding:0px;
	margin:0px;
}
.index_main .left ul li {
	float:left;
	background:url(../img/common/icon_arrow02.png) no-repeat left center;
	padding:0 18px 0 21px;
	margin:0 0 0 14px;
	line-height:40px;
}
.index_main .left ul li a {
	color:#fff;
	font-size:11px;
	font-family:'ヒラギノ角ゴ Pro W6','Hiragino Kaku Gothic Pro',sans-serif; font-weight:bold;
}
.index_main .left dl {
	clear:both;
	width:350px;
	padding:0px;
	margin:0 -20px 0 0;
	position:relative;
}
.index_main .left dl dt,
.index_main .left dl dd
 {
	float:left;
	width:155px;
	padding:0px;
	margin:20px 20px 0 0;
}
.index_main .left dl dd a {
	display:block;
	padding:0px;
	margin:0px;
	width:100%;
	font-size:16px;
	line-height:130px;
	color:#fff;
	text-align:center;
	background-color:#003f95;
	font-family:'ヒラギノ角ゴ Pro W6','Hiragino Kaku Gothic Pro',sans-serif; font-weight:bold;
}
.index_main .left dl dd a:hover {
	opacity:0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
}
.index_main .left dl dt {
	text-align:center;
	color:#fff;
	height:130px;
	text-align:center;
	background-color:#003f95;
}
.index_main .left dl dt p {
	padding:18px 0 0 0;
	margin:0px;
	text-align:center;
	font-size:16px;
	line-height:30px;
	font-family:'ヒラギノ角ゴ Pro W6','Hiragino Kaku Gothic Pro',sans-serif; font-weight:bold;
}
.index_main .left dl dt span {
	display:block;
	text-align:center;
	padding:0px;
	margin:0px;
}
.index_main .left dl dt span a {
	color:#fff;
	text-decoration:underline;
	line-height:30px;
}
.index_main .left dl dt span a:hover { text-decoration:none;}

.index_main .right {
	width:540px;
	float:right;
	padding:0px;
	margin:0px;
	box-shadow: 0px 0px 10px 1px rgba(0,132,255,0.55);
}
.index_bnr {
	clear: both;
}
.content03 .left .index_bnr a .right {
	padding-left: 15px;
}



.content01 {
	clear:both;
	text-align:left;
	width:900px;
	margin: 0 auto;
	padding: 0;
	height:97px;
	border-bottom: 1px solid #dddddd;
}
.content01 h3 {
	width:380px;
	float:left;
	font-size: 22px;
	line-height: 28px;
	color: #003f95;
	letter-spacing:0.3em;
	padding:0 0 10px 0;
	margin:0px;
	font-family:'ヒラギノ角ゴ Pro W6','Hiragino Kaku Gothic Pro',sans-serif; font-weight:bold;
}
.content01 div {
	color:#003f95;
	float:right;
	line-height:20px;
	width:500px;
}
.content02 {
	width:900px;
	padding:40px 0 0 0;
	height:260px;
	margin:0 auto;
	text-align:left;
}
.content02 .left {
	width:330px;
	float:left;
	padding:0px;
	margin:0px;
}
.content02 .left h3 { padding:0 0 30px 0;}

.content02 .right {
	width:560px;
	float:right;
	padding:0px;
	margin:0 -20px 0 0;
	position:relative;
}
.content02 .right li {
	float:left;
	padding:0 20px 15px 0;
	margin:0px;
}
.content02 .right li a:hover img {
	opacity:0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
	background: #fff;
}
.contentnew {
	width: 900px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

.contentnew {
  -webkit-box-pack: justify;
     -ms-flex-pack: justify;
   justify-content: space-between;
}
.contentnew .videoArea {
	display:-webkit-box;
	display:-moz-box;
	display:-ms-flexbox;
	display:-webkit-flex;
	display:-moz-flex;
	display:flex;
	-webkit-flex-pack:distribute;
	-moz-flex-pack:distribute;
	-ms-flex-pack:distribute;
	-webkit-justify-content:space-around;
	-moz-justify-content:space-around;
	justify-content:space-around;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.company
 {
	clear:both;
	width:100%;
	box-shadow: 0px 0px 15px 1px rgba(29,18,14,0.25);
	background-color:#fff;
	margin:0px;
	overflow:hidden;
	padding-top: 40px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}
.company_box
 {
	clear:both;
	width:100%;
	box-shadow: 0px 0px 15px 1px rgba(29,18,14,0.25);
	background-color:#fff;
	padding:40px 0;
	margin:0px;
	overflow:hidden;
}
.company_box article,
.content05 article
 {
	width:900px;
	padding:0px;
	margin:0 auto;
	text-align:left;
}
.company_box article h3,
.content05 article h3
 {
	width:214px;
	float:left;
	padding:0px;
	margin:0px;
}
.company_box article section {
	width:660px;
	float:right;
	padding:0px;
	margin:0px;
}
.company_box article section dl dd {
	float:left;
	width:310px;
	padding:0 0 10px 20px;
	margin:0px;
}
.company_box article section dl dd a {
	display:block;
	padding:0px;
	margin:0px;
	border: solid 1px #fff;
}
.company_box article section dl dd a:hover {
	border: solid 1px #41a3ff;
}
.company_box article section dl dt {
	float:left;
	width:280px;
	padding:16px 15px 10px 35px;
	margin:0px;
}
.company_box article section dl dt a {
	display:block;
	text-indent:35px;
	font-size:11px;
	letter-spacing:0.2em;
	color:#fff;
	line-height:35px;
	background:#003f95 url(../img/common/index_arrow_d02.png) no-repeat 14px center;
	border-bottom: solid 2px #41a3ff;
	font-family:'ヒラギノ角ゴ Pro W6','Hiragino Kaku Gothic Pro',sans-serif; font-weight:bold;
}
.company_box article section dl dt a:hover {
	text-decoration:none;
	opacity:0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
}
.company_box article section span {
	display: block;
	clear:both;
	padding:0 0 0 20px;
	margin:0px;
	font-size:12px;
	font-family:'ヒラギノ角ゴ Pro W6','Hiragino Kaku Gothic Pro',sans-serif; font-weight:bold;
	color:#003f95;
}
.content04 {
	width:900px;
	text-align:left;
	clear:both;
	padding:47px 0;
	margin:0 auto;
	overflow:hidden;
}
.content04 .left { float:left;}
.content04 .right { float:right;}

.content04 section {
	background:url(../img/index/index_content_bg.png) no-repeat left top;
	width:380px;
	height:335px;
	padding:25px 30px 0 30px;
	margin:0px;
}
.content04 section div {
	padding:12px 0 0 0;
	margin:0px;
	height:90px;
	font-size:11px;
	line-height:18px;
	border-bottom: solid 1px #dddddd;
}
.content04 section ul { padding:8px 0 0 0;}
.content04 section ul li {
	float:left;
	background:url(../img/common/icon_circle.png) no-repeat left center;
	line-height:36px;
	padding:0 0 0 18px;
	margin:0px;
	width:162px;
}
.content04 section ul li a { text-decoration:underline;}
.content04 section ul li a:hover { text-decoration:none;}

.content05 article ul {
	float:left;
	padding:0 0 0 38px;
}
.content05 article ul li {
	margin: 0px;
	padding: 45px 20px 0 0;
	float: left;
	width: 140px;
}
.content05 article ul li a {
	background: url(../img/common/right_area_btn_bg02.png) no-repeat left top;
	padding:0px;
	margin:0px;
	width:140px;
	height:140px;
	display:table-cell;
	vertical-align:middle;
	text-align:center;
	color:#fff;
	font-size:14px;
	line-height:22px;
	text-decoration:underline;
	font-family:'ヒラギノ角ゴ Pro W6','Hiragino Kaku Gothic Pro',sans-serif; font-weight:bold;
}
.content05 article ul li a:hover {
	opacity:0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
}
.content05 article section {
	width:316px;
	float:right;
	padding:0px;
	margin:0px;
	color:#003f95;
	line-height:24px;
}
.content05 article section dl { padding:30px 0 0 0;}
.content05 article section dl dd a {
	font-size:14px;
	color:#003f95;
	font-family:'ヒラギノ角ゴ Pro W6','Hiragino Kaku Gothic Pro',sans-serif; font-weight:bold;
	text-decoration:underline;
}
.content05 article section dl dd a:hover { text-decoration:none;}




.news_area {
	width:900px;
	margin: 0 auto;
	padding: 20px 0;
	clear:both;
	text-align:left;
}
.news_area h3 {
	background: url(../img/index/index_title04.png) no-repeat left center;
	text-align: right;
	margin: 0px;
	padding: 33px 0 5px 0;
	height: 20px;
}
.news_area h3 a:hover img {
	opacity:0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
	background: #fff;
}
.news_area dl dd {
	padding:13px 0;
	margin:0px;
	clear:both;
	overflow:hidden;
	border-bottom: dotted 1px #d9d9d9;
}
.news_area dl dd span {
	display: block;
	margin: 0px;
	padding: 0px;
	float: left;
	width: 104px;
}
.news_area dl dd .new {
	background:url(../img/common/icon_new.png) no-repeat right 2px;
}
.news_area dl dd div {
	float:right;
	width:770px;
	padding:0px;
	margin:0px;
	line-height:18px;
}
.news_area dl dd div a {
	text-decoration:underline;
	padding:0px;
	margin:0px;
	font-weight:bold;
	color:#54acff;
}
.news_area dl dd div a:hover { color:#9aceff;}
