@charset "utf-8";

/*====================
toppage +　sitemap
_____________________
slider
contents
======================*/


/*========================================
    :svg  (コンテンツ内)
==========================================*/

img.partner_title{width: 914px;}


/*========================================
    toppage:slider (ビジュアル部分指定)
==========================================*/

.mainVisual{
	width:100%;
	margin: 0 auto;
	height:550px;
	background: #fafafa;
/* box-shadow */
box-shadow:1px 4px 5px 0px rgba(0,0,0,0.4);
-moz-box-shadow:1px 4px 5px 0px rgba(0,0,0,0.4);
-webkit-box-shadow:1px 4px 5px 0px rgba(0,0,0,0.4);	

}

.mainVisual_inner{
	width: 100%;
	position: relative;	
}
.mainVisual_inner:before{
	position: absolute;
	top:0;
	left: 0;
	content: "";
	width:19%;
	height: 550px;
	background: rgba(0,0,0,0.6);
	z-index: 10;
}
.mainVisual_inner:after{
	position: absolute;
	top:0;
	right: 0;
	content: "";
	width:19%;
	height: 550px;
	background: rgba(0,0,0,0.6);
	z-index: 10;
}
@media screen and (max-width: 1800px) {
	.mainVisual_inner:before,.mainVisual_inner:after{
	width:17%;
	}
}
@media screen and (max-width: 1700px) {
	.mainVisual_inner:before,.mainVisual_inner:after{
	width:15%;
	}
}
@media screen and (max-width: 1500px) {
	.mainVisual_inner:before,.mainVisual_inner:after{
	width:10%;
	}
}
@media screen and (max-width: 1400px) {
	.mainVisual_inner:before,.mainVisual_inner:after{
	width:9.5%;
	}
}
@media screen and (max-width: 1350px) {
	.mainVisual_inner:before,.mainVisual_inner:after{
	width:9%;
	}
}
@media screen and (max-width: 1300px) {
	.mainVisual_inner:before,.mainVisual_inner:after{
	width:8%;
	}
}
@media screen and (max-width: 1200px) {
	.mainVisual_inner:before,.mainVisual_inner:after{
	width:5%;
	}
}

.single_item ul li{
	width:1200px;
	height:550px;
	margin: 0 auto;
	position:relative;
}

.mainVisual_inner ul li.mainImg01{
	height:550px;
	background: url(../img/bg_mainvisual01.png) no-repeat top center;
}
.mainVisual_inner ul li a{
	display: block;
	width:1200px;
	height: 550px;
}
.mainVisual_inner ul li:hover{
	-webkit-transition: 0.3s ease-in-out;  
    -moz-transition: 0.3s ease-in-out;  
    -o-transition: 0.3s ease-in-out;  
    transition: 0.3s ease-in-out;
   opacity: 0.6;  
    filter: alpha(opacity=60); 
}
.mainVisual_inner ul li:hover a img{
	opacity: 1;
}
.mainVisual_inner ul li.mainImg01 img{
	position: absolute;
	top:240px;
}
.mainVisual_inner ul li.mainImg02{
	overflow: hidden;
	width: 1200px;
	height:550px;
	background: url(../img/bg_mainvisual02.png) no-repeat top center;
}
.mainVisual_inner ul li.mainImg02 p{
    width:80%;
	max-width:1060px;
    margin:0 0 0 8%;
	padding:329px 0 0;
	text-align: center;
	color: #fff;
	font-size: 60px;
	font-weight: bold;
	
}
.mainVisual_inner ul li.mainImg02 p img{
   display: block;
	width:100%;
}
/**/
@media screen and (max-width: 1900px) {
	.mainVisual_inner ul li.mainImg02 p{
		margin:0 0 0 7%;
	}
}
@media screen and (max-width: 1800px) {
	.mainVisual_inner ul li.mainImg02 p{
		margin:0 0 0 6%;
	}
}
@media screen and (max-width: 1700px) {
	.mainVisual_inner ul li.mainImg02 p{
		margin:0 0 0 5.5%;
	}
}
@media screen and (max-width: 1500px) {
	.mainVisual_inner ul li.mainImg02 p{
		margin:0 0 0 5.2%;
	}
}
@media screen and (max-width: 1400px) {
	.mainVisual_inner ul li.mainImg02 p{
		margin:0 0 0 5%;
	}
}
@media screen and (max-width: 1350px) {
	.mainVisual_inner ul li.mainImg02 p{
		margin:0 0 0 4.5%;
	}
}
@media screen and (max-width: 1300px) {
	.mainVisual_inner ul li.mainImg02 p{
		margin:0 0 0 3.5%;
	}
}
@media screen and (max-width: 1250px) {
	.mainVisual_inner ul li.mainImg02 p{
		margin:0 0 0 3%;
	}
}

.mainVisual_inner ul li.mainImg03{
	height:550px;
	background: url(../img/bg_mainvisual03.png) no-repeat top center;
}

.mainVisual_inner ul li.mainImg03 img{
	position: absolute;
	top:300px;
	text-align: center;
}


.mainVisual_inner ul li.mainImg04{
	height:550px;
	background: url(../img/bg_mainvisual04.png) no-repeat top center;
}
.mainVisual_inner ul li.mainImg04 img{
	padding: 170px 0 0 100px;
	text-align: center;
}

/*========================================
    toppage:contents / top_information
==========================================*/
article.top_information{
	width:100%;
/* box-shadow */
box-shadow:1px 4px 5px 0px rgba(0,0,0,0.2);
-moz-box-shadow:1px 4px 5px 0px rgba(0,0,0,0.2);
-webkit-box-shadow:1px 4px 5px 0px rgba(0,0,0,0.2);		
}
article.top_information ul{
	width:1000px;
	margin: 0 auto;
	padding:80px 0;
}

article.top_information ul li a{
	display: block;
	width:100%;
	padding: 8px 0;
}

article.top_information ul li a dl{
	width:100%;
	max-width: 1000px;
	overflow: hidden;
}
article.top_information ul li a dl dt{
	display: block;
	overflow: hidden;
	float:left;
	width: 175px;
}
article.top_information ul li a dl dd{
	float:right;
	width:810px;
}
article.top_information ul li a dl dt span.date{
	vertical-align: middle;
	letter-spacing: 0.01em;
}

article.top_information ul li a dl dt span.categoryList01{	
	padding: 2px 18px;
	font-size: 12px;
	vertical-align: middle;
	color:#fff;
	background: #004972;
}
article.top_information ul li a dl dt span.categoryList02{	
	padding: 2px 15px;
	font-size: 12px;
	vertical-align: middle;
	color:#fff;
	background: #66b9e8;
}
article.top_information ul li a dl dd img {
	display: inline-block;
	width: auto;
	height: 25px;
	margin: -1px 5px 0 10px;
}
article.top_information ul li a dl dd span.icon_new{
	display: inline-block;
	margin-left: 0.5em;
	padding:0px 6px;
	line-height: 1.4em;
	font-size: 12px;
	font-weight: bold;
	color: #e66900;
	border: 1px solid #e66900;
}

/*========================================
    toppage:contents / bnr_solving
==========================================*/

.bnr_solving ul{
	overflow: hidden;
	max-width:980px;
}
.bnr_solving ul li{
	float:left;
	width:244px;
}
.bnr_solving ul li a{
	display: block;
	max-width: 244px;
	padding: 35px 0;
background: -moz-linear-gradient(-45deg,  rgba(84,86,164,1) 0%, rgba(84,86,164,0.88) 60%, rgba(0,0,0,0.8) 100%); 
background: -webkit-linear-gradient(-45deg,  rgba(84,86,164,1) 0%,rgba(84,86,164,0.88) 60%,rgba(0,0,0,0.8) 100%);
background: linear-gradient(135deg,  rgba(84,86,164,1) 0%,rgba(84,86,164,0.88) 60%,rgba(0,0,0,0.8) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#004972', endColorstr='#cc000000',GradientType=1 ); 
}

.bnr_solving ul li:last-child{width:248px;}
.bnr_solving ul li:last-child a{max-width:248px;}

.bnr_solving ul li a dl{
	text-align: center;
	color:#fff;
}
.bnr_solving ul li a dl dt{
	margin-bottom: 14px;
	font-size: 17px;	
}
.bnr_solving ul li a dl dt strong{letter-spacing: 0.0001em;}
.bnr_solving ul li a dl dd{
	line-height: 1.4em;
	font-weight: bold;
	font-size: 13px;
}

/*========================================
    toppage:contents / partner_introduction
==========================================*/
.partner_introduction{
	width:980px;
	background: #fff;
	position: relative;
	/* box-shadow */
box-shadow:0px 0px 5px 1px rgba(0,0,0,0.50);
-moz-box-shadow:0px 0px 5px 1px rgba(0,0,0,0.50);
-webkit-box-shadow:0px 0px 5px 1px rgba(0,0,0,0.50);
}
.partner_introduction:after{
	content: url(../img/bg_bottom_partner01.png);
	position: absolute;
	bottom:-99px;
	width: 980px;
	z-index: 1;
}
.partner_introduction p{
	width:914px;
	margin: 0 auto 30px;
	padding-top: 30px;
}

.partner_introduction table{
	width:866px;
	margin: 0 auto 30px;
}
.partner_introduction table tbody tr td{
	padding-bottom: 30px;
	vertical-align: middle;
}
.partner_introduction table tbody tr td.cell02{
	background: url(../img/bg_top_partner_fig01.png) no-repeat center center;
}

/*========================================
    toppage:contents / bnr_reason
==========================================*/
.top_reason{
	padding-top: 110px;
}
.bnr_reason ul{
	overflow: hidden;
	width:980px;
}
.bnr_reason ul li{
	float:left;
	width:320px;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#004972+0,004972+60,000000+100&1+0,0.8+100 */
background: -moz-linear-gradient(-45deg,  rgba(0,73,114,1) 0%, rgba(0,73,114,0.88) 60%, rgba(0,0,0,0.8) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(-45deg,  rgba(0,73,114,1) 0%,rgba(0,73,114,0.88) 60%,rgba(0,0,0,0.8) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(135deg,  rgba(0,73,114,1) 0%,rgba(0,73,114,0.88) 60%,rgba(0,0,0,0.8) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#004972', endColorstr='#cc000000',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */	
}
.bnr_reason ul li:nth-child(2){width:315px;}
.bnr_reason ul li:nth-child(3){width:340px;}
.bnr_reason ul li dl{
	max-width: 325px;
	margin: 0 auto;
	padding-bottom: 20px;
	text-align: center;
	color: #fff;
}
.bnr_reason ul li dl dt{
	height:160px;
	padding:55px 0 25px;
}
.bnr_reason ul li dl dt img{
	margin:0 auto;
}
.bnr_reason ul li dl dd strong{
	display: -webkit-flex;
  	display: flex;
  	-webkit-justify-content: center; 
  	justify-content: center;
  	-webkit-align-items: center;
  	align-items: center;
	width:100%;
	height: 3em;
	margin-bottom: 20px;
	line-height: 1.4em;
	font-size: 15px;
	letter-spacing: 0.001em;
}
/*
.bnr_reason ul li dl dd strong{
	display: inline-block;
	padding-bottom: 10px;
	line-height: 1.4em;
	font-size: 15px;
	letter-spacing: 0.001em;
}*/
.bnr_reason ul li dl dd span{
	margin: 0 auto;
	text-align: center;
	font-weight: bold;
	font-size: 12px;
	line-height: 10px;
	letter-spacing: 0.001em;
}

.bnr_reason p.text_link{
	padding: 30px 0 0;
	width: 240px;
	float:right;
}

.bnr_reason p.text_link a{
	display: block;
	padding: 2px 20px;
	text-align: right;
	color: #004972;
	position: relative;
} 
.bnr_reason p.text_link a:after{
	content: url(../common/img/icon_arrow01.png);
	position: absolute;
	top:2px;
	right:2px;
}

/*========================================
    toppage:contents / productList
==========================================*/
.productList ul{
	overflow: hidden;
	width:980px;
	margin-bottom: 18px;
}
.productList ul li{
	float:left;
	width:230px;
	min-height:230px;
	margin-top: 3px;
	margin-left: 17px;
	margin-right: 3px
/* box-shadow */
box-shadow:0px 0px 3px 2px rgba(0,0,0,0.2);
-moz-box-shadow:0px 0px 3px 2px rgba(0,0,0,0.2);
-webkit-box-shadow:0px 0px 3px 2px rgba(0,0,0,0.2);
}
.productList ul li:first-child{
	margin-left: 3px;
}

.productList ul li a{
	display: block;
	width: 230px;
	text-align: center;
}
.productList ul li a dl{
	max-width: 230px;
	background: #fff;
}
.productList ul li a dl dt{
	overflow: hidden;
	height: 176px;
	padding: 0;/*
	padding: 14px 0 12px;*/
	vertical-align: middle;
}
.productList ul li.sdwan a dl dt{
	height:174px;
	padding:0;
}
.productList ul li a dl dt img {
	display: block;
	width: 100%;
	height: auto;
	margin:0 auto;
	vertical-align: middle;
}
.productList ul li a dl dd{
	padding: 18px 0;
	font-weight: bold;
	color:#fff;
	background: #5456a4;
}


/*---------------------------------------------------------------------------
/* :　サイトマップ
 
 --------------------------------------------------------------------------*/
 ul.siteList{
 	margin-bottom:40px;
	overflow: hidden;
 }
 ul.siteList li a{
 	display: block;
	width:90%;
	height: 30px;
	padding: 1em 0 1em 1em;
 	line-height: 2em;
	color: #595757;
	border-bottom: 1px solid #595757;
	position: relative;
 }
 
  ul.siteList li a:after{
  	position: absolute;
	top:1em;
	right: 1em;
	content: url(../common/img/icon_arrow01.png);
  }
    ul.siteList li a:hover{
	background: #efefef;
	
	}
  
   ul.siteList li.categoryPage a{
   font-weight:bold;
   border-top:1px solid #595757;
   background: #e4f1fa;
   }
   
   ul.siteList li.categoryPage a:hover{
	background: #e4f1fa;
   }
 