@charset "EUC-JP";
/* top renewal 20190627 maeno */
/*-----------------------------
index
-------------------------------*/
/*#top #footerBnr .case,
#top #footerBnr .reason,
#top #footerBnr .transfer {
	display: none;
}
*/

/*********************************************************************
 contetnt
**********************************************************************/
#content {
	line-height: 1.5;
}
.mainVisual01 {
background: #0083ce; 
background: linear-gradient(to bottom,  #0071c7 0%,#008ddd 49%,#05ddf2 100%); 
height: 350px;
  margin: 0 0 10px 0;
}
.mainVisual01 .mainInner {
  position: relative;
	width: 900px;
	margin: 0 auto;
  padding: 0 0 10px 0;
}
.mainVisual01 .mainInner:after {
  position: absolute;
  bottom: 0;
  left: 143px;
  content: "";
border-style: solid;
border-width: 11px 11px 0 11px;
border-color: #05ddf2 transparent transparent transparent;
}
.mainVisual01 .mainInner ul {
	padding: 60px 0 0;
	overflow: hidden;
}
.mainVisual01 .mainInner ul li {
	margin: 0 15px 0 0;
	float: left;
}
.mainVisual01 .mainInner h2 {
	color: #fff;
	font-size: 47px;
	line-height: 1.2;
	font-weight: normal;
	padding: 30px 0 0;
}
.mainVisual01 .mainInner p {
	color: #fff;
	font-size: 16px;
	line-height: 1.5;
	padding: 25px 0 0;
}
.mainInner a {
	outline: none;
}



.mainVisual02 {
background: #6c9e01; 
background: linear-gradient(to bottom,  #6c9e01 0%,#78af01 49%,#c7e537 100%); 
height: 350px;
}
.mainVisual02 .mainInner {
  position: relative;
	width: 900px;
  height: 360px;
	margin: 0 auto;
}
.mainVisual02 .mainInner:after {
  position: absolute;
  bottom: 0;
  left: 430px;
  content: "";
border-style: solid;
border-width: 11px 11px 0 11px;
border-color: #cae058 transparent transparent transparent;
}
.mainVisual02 .mainInner ul {
	padding: 60px 0 0;
	overflow: hidden;
}
.mainVisual02 .mainInner ul li {
	margin: 0 15px 0 0;
	float: left;
}
.mainVisual02 .mainInner h2 {
	color: #fff;
	font-size: 47px;
	line-height: 1.2;
	font-weight: normal;
	padding: 30px 0 0;
}
.mainVisual02 .mainInner p {
	color: #fff;
	font-size: 16px;
	line-height: 1.5;
	padding: 25px 0 0;
}




.mainVisual03 {
background: #009fc5; 
background: linear-gradient(to bottom,  #009fc5 0%,#12a0c4 49%,#81ecff 100%); 
height: 350px;
}
.mainVisual03 .mainInner {
  position: relative;
	width: 900px;
  height: 360px;
	margin: 0 auto;
}
.mainVisual03 .mainInner:after {
  position: absolute;
  bottom: 0;
  right:  143px;
  content: "";
border-style: solid;
border-width: 11px 11px 0 11px;
border-color: #96e5f7 transparent transparent transparent;
}
.mainVisual03 .mainInner ul {
	padding: 60px 0 0;
	overflow: hidden;
}
.mainVisual03 .mainInner ul li {
	margin: 0 15px 0 0;
	float: left;
}
.mainVisual03 .mainInner h2 {
	color: #fff;
	font-size: 47px;
	line-height: 1.2;
	font-weight: normal;
	padding: 30px 0 0;
}
.mainVisual03 .mainInner p {
	color: #fff;
	font-size: 16px;
	line-height: 1.5;
	padding: 25px 0 0;
}




.campaignTxt {
	background: #003ea2;
	color: #fff;
}
.campaignTxt dl {
	width: 900px;
	margin: 0 auto;
	font-size: 14px;
	overflow: hidden;
}
.campaignTxt dl dt {
	font-weight: bold;
	float: left;
	margin: 0 15px 0 0;
	background: #3fb8e5;
	padding: 12px;
	/*障害時
	background: #f22b2b;*/
	/*障害時
	padding: 21px;*/
}
.campaignTxt dl dd {
	padding: 12px 0;
		/*障害時
	font-size: 13px;*/
}
.campaignTxt dl dd a {
	color: #fff;
}


/** キャンペーン用のバナー表示エリア **/
.campaignBnrArea {
	width: 900px;
	height: 120px;
	margin: 40px auto 0px;
	padding: 0;
	overflow: hidden;
}

.campaignBnrArea a:hover img {
	opacity: 0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha(opacity=80)";
}
.planArea {
	width: 900px;
	margin: 0 auto;
	padding: 20px 0 40px;
	overflow: hidden;
	display: flex;	/** キャンペーン文言挿入のため高さを揃える処理 **/
}
.planArea ul li{
	float: left;
	width: 282px;
	margin: 0;
	padding: 0;
	font-size: 16px;

}
.planArea ul li div:last-child {
	margin: 0;
}
.planArea ul li div dl dt {
	font-size: 29px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	line-height: 1.2;
	padding: 0 0 24px;
	letter-spacing: -0.06em;
	position: relative;
	margin-bottom: 1px;
}
.planArea ul li div dl dt:before {
	content: '';
	position: absolute;
	left: 50%;
	bottom: 1px;/*線の上下位置*/
	display: inline-block;
	width: 40px;/*線の長さ*/
	height: 2px;/*線の太さ*/
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);/*位置調整*/
	background-color: black;/*線の色*/
}
.planArea ul li div.shared dl dt:before {
	background-color: #257ae5;/*線の色*/
}
.planArea ul li div.managed dl dt:before {
	background-color: #88b300;/*線の色*/
}
.planArea ul li div.hybrid dl dt:before {
	background-color: #3ba9c1;/*線の色*/
}
.planArea ul li div dl dt span {
	font-size: 17px;
	display: block;
	letter-spacing: normal;
	margin-bottom: 10px;
	font-weight: normal;
}
.planArea ul li div dd {
	font-size: 14px;
	text-align: center;
	margin: 17px 0 15px;
	font-weight: normal;
	letter-spacing: 0.001em;
}
.planArea ul li div dd span {
	color: #ffa903;
	font-weight: bold;
}
.planArea ul li div p.detail {
	font-size: 12px;
	text-decoration: none;
	color: #fff;
	font-weight: bold;
	display: block;
	border-radius: 5px;
	width: 164px;
	padding: 9px 0px;
	margin: 0 auto;
	text-align:center;
}

.planArea a{
	text-decoration: none !important;
	outline: none;
}
.planArea a:active{
	background: #000;
	color: none;
	border: none;
}
.planArea ul li div p.detail a:hover {
	background: #ee760c url(/images/index/ico_arrow.png) right 20px center no-repeat;
}
.planArea .shared p {
	background: #257ae5 !important;
}
.planArea a:hover .shared p {
	background: #1b67dd !important;
}

.planArea .shared dl dt {
	color: #257ae5;
}
.planArea .shared dl dd {
	color: #000;
}
.planArea .managed p {
	background: #88b300 !important;
}
.planArea a:hover .managed p {
	background: #75a201 !important;
}
.planArea .managed dl dt {
	color: #88b300;
}
.planArea .managed dl dd {
	color: #000;
}
.planArea .hybrid p {
	background: #3ba9c1 !important;
}
.planArea a:hover .hybrid p {
	background: #2c98b3 !important;
}
.planArea .hybrid dl dt {
	color: #3ba9c1;
}
.planArea .hybrid dl dd {
	color: #000;
}
#front-slider-nav li {
	position: relative;
	box-sizing: border-box;
	max-width: 320px;
	width: 300px;
	float: left;
	cursor: pointer;
}

#mv-nav-01 {
	border-left:1px solid #ededed;
	border-right:1px solid #ededed;
}
#mv-nav-03 {
	border-left:1px solid #ededed;
	border-right:1px solid #ededed;
}

/* reasonArea */
.reasonArea {
	/*height: 870px;*/
}
.reasonArea h3 {
	padding: 65px 0 50px;
	font-size: 30px;
	text-align: center;
	letter-spacing: 2px;
	margin: 0;
}
.reasonArea h3 span {
  display: block;
  font-size: 18px;
  font-weight: normal;
  line-height: 2;
	letter-spacing: 1px;
}
.reasonArea-about {
	width: 900px;
	margin: 0 auto 40px;
  border-bottom: 1px solid #ededed;
}
.reasonArea-about h4 {
	font-size: 24px;
  color: #1349a5;
  text-align: center;
}
.reasonArea-about .img {
  text-align: center;
  margin: 0 0 30px; 
}
.reasonArea-about .text {
	font-size: 16px;
  line-height: 1.6;
  text-align: center;
  padding: 30px 0 60px;
}
.reasonAreaIn {
	/*background: url(/images/index/bg_reason.png) no-repeat;*/
  display:-webkit-box;
  display:-ms-flexbox;
 display: flex;
  flex-wrap: wrap;
	width: 900px;
	/*height: 500px;*/
	margin: 0 auto 50px;
}
.reasonAreaIn h3,
.reasonAreaIn p {
	text-align: center;
}
.reasonAreaIn .reasonBox {
	width: 449px;
	/*height: 280px;*/
	text-align: center;
}
.reasonAreaIn .reasonBox:first-child,
.reasonAreaIn .reasonBox:nth-child(2) {
  border-bottom: 1px solid #ededed;
  padding-bottom: 50px;
}
.reasonAreaIn .reasonBox:first-child,
.reasonAreaIn .reasonBox:nth-child(3) {
  border-right: 1px solid #ededed;
}
.reasonAreaIn .reasonBox:nth-child(3),
.reasonAreaIn .reasonBox:nth-child(4) {
  padding: 30px 0 20px;
}
.reasonAreaIn .reasonBox p.reason {
	background-color: #56afff;
	display: inline-block;
	padding: 2px 0;
	color: #fff;
	width: 60px;
	font-size: 12px;
}
.reasonAreaIn .reasonBox p.number {
	padding: 10px 8px;
	color: #56afff;
	font-size: 59px;
	font-family: 'Roboto', sans-serif;
	line-height: 1.0;
}
.reasonAreaIn .reasonBox p.lead {
	margin-bottom: 10px;
	padding: 5px 8px;
	color: #003fa2;
	font-size: 24px;
	font-weight: bold;
}
.reasonAreaIn .reasonBox p.text {
	padding: 0 20px;
	font-size: 16px;
}
.reasonArea p.detail {
	margin: 0 auto 100px;
  max-width: 330px;
}
.reasonArea p.detail a {
	display: inline-block;
  box-sizing: border-box;
  width: 330px;
	color: #fff;
  text-align: center;
	text-decoration: none;
	padding: 16px 20px;
	font-size: 18px;
	border-radius: 5px;
	background: #257ae4;
}
.reasonArea p.detail a:hover {
	background: #1b67dd;
}

/* cpArea */
.cpArea {
	background: #f8f8f8;
	padding: 0 0 30px;
	overflow: hidden;
	box-shadow: 0px 9px 9px -9px rgba(0,0,0,0.2) inset;
}
.cpArea h3 {
	font-size: 21px;
	font-weight: bold;
	text-align: center;
	padding: 40px 0 0;
	margin: 0;
}

/* reasonArea */
.purposeArea {
	background: #e1f1f8;
	padding: 0 0 60px;
	overflow: hidden;
	/*box-shadow: 0px 9px 9px -9px rgba(0,0,0,0.2) inset;*/
}
.purposeArea h3 {
	font-size: 30px;
	font-weight: bold;
	text-align: center;
	padding: 60px 0 0;
	margin:  0;
	letter-spacing: 2px;
}
.purposeArea ol {
	width: 914px;
	margin: 0 auto;
	padding: 50px 0 0;
}
.purposeArea ol li {
	margin: 0 20px 42px 0;
	width: 210px;
	float: left;
	text-align: center;
	    box-shadow: 0 0 7px rgba(0,0,0,0.1);
}
.purposeArea ol li:nth-child(4n) {
	margin: 0 0 42px 0;
}
.purposeArea ol li a {
	display: block;
	height: 210px;
	font-size: 16px;
	text-decoration: none;
	color: #333;
}

.purposeArea ol li a span {
	padding: 130px 18px 0;
	display: block;
	width: 176px;
	line-height: 1.4;
}
.purposeArea ol li a span a {
	text-decoration: none;
}

.purposeArea ol li.use01 a {
	background: url(/images/index/bg_btn_purpose.png) 0 0 no-repeat;
}
.purposeArea ol li.use01 a:hover {
	background: url(/images/index/bg_btn_purpose.png) 0 -210px no-repeat;
}
.purposeArea ol li.use02 a {
	background: url(/images/index/bg_btn_purpose.png) -210px 0 no-repeat;
}
.purposeArea ol li.use02 a:hover {
	background: url(/images/index/bg_btn_purpose.png) -210px -210px no-repeat;
}
.purposeArea ol li.use03 a {
	background: url(/images/index/bg_btn_purpose.png) -420px 0 no-repeat;
}
.purposeArea ol li.use03 a:hover {
	background: url(/images/index/bg_btn_purpose.png) -420px -210px no-repeat;
}
.purposeArea ol li.use04 a {
	background: url(/images/index/bg_btn_purpose.png) -630px 0 no-repeat;
}
.purposeArea ol li.use04 a:hover {
	background: url(/images/index/bg_btn_purpose.png) -630px -210px no-repeat;
}
.purposeArea ol li.use05 a {
	background: url(/images/index/bg_btn_purpose.png) -840px 0 no-repeat;
}
.purposeArea ol li.use05 a:hover {
	background: url(/images/index/bg_btn_purpose.png) -840px -210px no-repeat;
}
.purposeArea ol li.use06 a {
	background: url(/images/index/bg_btn_purpose.png) -1050px 0 no-repeat;
}
.purposeArea ol li.use06 a:hover {
	background: url(/images/index/bg_btn_purpose.png) -1050px -210px no-repeat;
}
.purposeArea ol li.use07 a {
	background: url(/images/index/bg_btn_purpose.png) -1260px 0 no-repeat;
}
.purposeArea ol li.use07 a:hover {
	background: url(/images/index/bg_btn_purpose.png) -1260px -210px no-repeat;
}
.purposeArea ol li.use08 a {
	background: url(/images/index/bg_btn_purpose.png) -1470px 0 no-repeat;
}
.purposeArea ol li.use08 a:hover {
	background: url(/images/index/bg_btn_purpose.png) -1470px -210px no-repeat;
}


@media only screen and (-webkit-min-device-pixel-ratio: 2) { 
.purposeArea ol li.use01 a {
	background: url(/images/index/bg_btn_purpose@2x.png) 0 0 no-repeat;
  background-size:1680px 420px;
}
.purposeArea ol li.use01 a:hover {
	background: url(/images/index/bg_btn_purpose@2x.png) 0 -210px no-repeat;
  background-size:1680px 420px;
}
.purposeArea ol li.use02 a {
	background: url(/images/index/bg_btn_purpose@2x.png) -210px 0 no-repeat;
  background-size:1680px 420px;
}
.purposeArea ol li.use02 a:hover {
	background: url(/images/index/bg_btn_purpose@2x.png) -210px -210px no-repeat;
  background-size:1680px 420px;
}
.purposeArea ol li.use03 a {
	background: url(/images/index/bg_btn_purpose@2x.png) -420px 0 no-repeat;
  background-size:1680px 420px;
}
.purposeArea ol li.use03 a:hover {
	background: url(/images/index/bg_btn_purpose@2x.png) -420px -210px no-repeat;
  background-size:1680px 420px;
}
.purposeArea ol li.use04 a {
	background: url(/images/index/bg_btn_purpose@2x.png) -630px 0 no-repeat;
  background-size:1680px 420px;
}
.purposeArea ol li.use04 a:hover {
	background: url(/images/index/bg_btn_purpose@2x.png) -630px -210px no-repeat;
  background-size:1680px 420px;
}
.purposeArea ol li.use05 a {
	background: url(/images/index/bg_btn_purpose@2x.png) -840px 0 no-repeat;
  background-size:1680px 420px;
}
.purposeArea ol li.use05 a:hover {
	background: url(/images/index/bg_btn_purpose@2x.png) -840px -210px no-repeat;
  background-size:1680px 420px;
}
.purposeArea ol li.use06 a {
	background: url(/images/index/bg_btn_purpose@2x.png) -1050px 0 no-repeat;
  background-size:1680px 420px;
}
.purposeArea ol li.use06 a:hover {
	background: url(/images/index/bg_btn_purpose@2x.png) -1050px -210px no-repeat;
  background-size:1680px 420px;
}
.purposeArea ol li.use07 a {
	background: url(/images/index/bg_btn_purpose@2x.png) -1260px 0 no-repeat;
  background-size:1680px 420px;
}
.purposeArea ol li.use07 a:hover {
	background: url(/images/index/bg_btn_purpose@2x.png) -1260px -210px no-repeat;
  background-size:1680px 420px;
}
.purposeArea ol li.use08 a {
	background: url(/images/index/bg_btn_purpose@2x.png) -1470px 0 no-repeat;
  background-size:1680px 420px;
}
.purposeArea ol li.use08 a:hover {
	background: url(/images/index/bg_btn_purpose@2x.png) -1470px -210px no-repeat;
  background-size:1680px 420px;
}
}

/* caseArea */
.caseArea {
	padding: 50px 0 80px;
	margin: 0 auto;
	overflow: hidden;
	background: #e1f1f8;
}
.caseArea .wrap {
  width: 900px;
  margin: 0 auto;
  display: flex;
  display:-webkit-box;
  display:-ms-flexbox;
}
.caseArea .wrap .item {
  width: 430px;
}
.caseArea .wrap .item:nth-child(2) {
  margin-left: 40px;
}
.caseArea h3 {
	font-size: 28px;
	text-align: center;
	letter-spacing: 2px;
  margin-bottom: 20px;
}
.caseArea h3 .new {
  display: inline-block;
	font-size: 11px;
  font-weight: normal;
  padding: 2px 6px;
  color: #fff;
  background: #ffae00;
	letter-spacing: 0;
  margin: 0 10px 5px 0;
  vertical-align: middle;
}
.caseArea .wrap .item .case-list {
  display: flex;
  display:-webkit-box;
  display:-ms-flexbox;
}
.caseArea .wrap .item .case-list li {
  width: 205px;
  background: #fff;
  box-shadow: 0 0 7px rgba(0,0,0,0.2);
}
.caseArea .wrap .item .case-list li:nth-child(2) {
  margin-left: 20px;
}
.caseArea .wrap .item .case-list li a {
	text-decoration: none;
	color: #333;
}
.caseArea .wrap .item .case-list li:hover {
	opacity: 0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha(opacity=80)";
}
.caseArea .wrap .item .text {
	font-size: 14px;
  text-align: center;
  margin-bottom: 40px;
}
.caseArea .wrap .item .link-box .img {
  position: relative;
  min-height: 120px;
}
.caseArea .wrap .item .link-box span  {
  position: absolute;
  left: 0;
  bottom: 0;
	width: 110px;
	padding: 3px 0;
	color: #fff;
	font-size: 11px;
	text-align: center;
}
.caseArea .wrap .item .link-box .tabGreen {
	background: #a9cc0d;
}
.caseArea .wrap .item .link-box .tabBlue {
	background: #257ae5;
}
.caseArea .wrap .item .link-box .tabSkyblue {
	background: #67b0ed;
}
.caseArea .wrap .item .link-box dl {
  box-sizing: border-box;
	padding: 20px 15px;
  min-height: 180px;
}
.caseArea .wrap .item .link-box dl dt {
	font-size: 14px;
	font-weight: bold;
	line-height: 1.4;
  margin-bottom: 20px;
}
.caseArea .wrap .item .link-box dl dd {
	font-size: 12px;
	line-height: 1.6;
}
.caseArea .wrap .item .detail {
  margin: 60px auto 0;
  max-width: 160px;
}
.caseArea .wrap .item .detail a {
	display: inline-block;
  box-sizing: border-box;
  width: 160px;
	color: #fff;
  text-align: center;
	text-decoration: none;
	padding: 10px 10px;
	font-size: 15px;
	border-radius: 5px;
	background: #257ae4;
}
.caseArea .wrap .item .detail a:hover {
	background: #1b67dd;
}

/* supportArea */
.supportArea {
	background: #f8f8f8;
	padding: 0 0 80px;
	margin: 0 auto;
	overflow: hidden;
}
.supportArea h3 {
	font-size: 30px;
	font-weight: bold;
	text-align: center;
	padding: 60px 0 50px;
	margin:  0;
	letter-spacing: 2px;
}
.supportArea h3 span {
  display: block;
  font-size: 18px;
  font-weight: normal;
  line-height: 2;
	letter-spacing: 1px;
}
.supportArea .banner {
  margin: 20px auto 0;
  text-align: center;
}
.supportArea ol {
	/*width: 914px;*/
  width: 900px;
	margin: 0 auto;
	padding: 0;
}
.supportArea ol li {
	margin: 0 12px 12px 0;
	width: 170px;
	float: left;
	text-align: center;
  background: url(/images/index/icon_arrow_down.png) no-repeat 50% 96% #fff;
  box-sizing: border-box;
  border-radius: 10px;
	box-shadow: 0 0 7px rgba(0,0,0,0.1);
}
.supportArea ol li:last-child {
	margin: 0 0 12px 0;
}
.supportArea ol li:hover {
  background: url(/images/index/icon_arrow_down.png) no-repeat 50% 96% #f8f8f8;
}
.supportArea ol li .pic {
  padding: 18px 0 0;
}
.supportArea ol li a {
	display: block;
	height: 200px;
	color: #333;
}
.supportArea ol li a span {
	display: block;
	padding: 10px 18px;
	font-size: 14px;
  line-height: 1.4;
}


/*.supportArea ol li.use01 a {
	background: url(/images/index/bg_btn_support.png) 0 0 no-repeat;
}
.supportArea ol li.use01 a:hover {
	background: url(/images/index/bg_btn_support.png) 0 -200px no-repeat;
}
.supportArea ol li.use02 a {
	background: url(/images/index/bg_btn_support.png) -140px 0 no-repeat;
}
.supportArea ol li.use02 a:hover {
	background: url(/images/index/bg_btn_support.png) -140px -200px no-repeat;
}
.supportArea ol li.use03 a {
	background: url(/images/index/bg_btn_support.png) -280px 0 no-repeat;
}
.supportArea ol li.use03 a:hover {
	background: url(/images/index/bg_btn_support.png) -280px -200px no-repeat;
}
.supportArea ol li.use04 a {
	background: url(/images/index/bg_btn_support.png) -420px 0 no-repeat;
}
.supportArea ol li.use04 a:hover {
	background: url(/images/index/bg_btn_support.png) -420px -200px no-repeat;
}
.supportArea ol li.use05 a {
	background: url(/images/index/bg_btn_support.png) -560px 0 no-repeat;
}
.supportArea ol li.use05 a:hover {
	background: url(/images/index/bg_btn_support.png) -560px -200px no-repeat;
}
.supportArea ol li.use06 a {
	background: url(/images/index/bg_btn_support.png) -700px 0 no-repeat;
}
.supportArea ol li.use06 a:hover {
	background: url(/images/index/bg_btn_support.png) -700px -200px no-repeat;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2) { 
  .supportArea ol li.use01 a {
	background: url(/images/index/bg_btn_support@2x.png) 0 0 no-repeat;
       background-size: 840px 400px;
}
.supportArea ol li.use01 a:hover {
	background: url(/images/index/bg_btn_support@2x.png) 0 -200px no-repeat;
      background-size: 840px 400px;
}
.supportArea ol li.use02 a {
	background: url(/images/index/bg_btn_support@2x.png) -140px 0 no-repeat;
      background-size: 840px 400px;
}
.supportArea ol li.use02 a:hover {
	background: url(/images/index/bg_btn_support@2x.png) -140px -200px no-repeat;
     background-size: 840px 400px;
}
.supportArea ol li.use03 a {
	background: url(/images/index/bg_btn_support@2x.png) -280px 0 no-repeat;
      background-size: 840px 400px;
}
.supportArea ol li.use03 a:hover {
	background: url(/images/index/bg_btn_support@2x.png) -280px -200px no-repeat;
      background-size: 840px 400px;
}
.supportArea ol li.use04 a {
	background: url(/images/index/bg_btn_support@2x.png) -420px 0 no-repeat;
      background-size: 840px 400px;
}
.supportArea ol li.use04 a:hover {
	background: url(/images/index/bg_btn_support@2x.png) -420px -200px no-repeat;
      background-size: 840px 400px;
}
.supportArea ol li.use05 a {
	background: url(/images/index/bg_btn_support@2x.png) -560px 0 no-repeat;
    background-size: 840px 400px;
}
.supportArea ol li.use05 a:hover {
	background: url(/images/index/bg_btn_support@2x.png) -560px -200px no-repeat;
    background-size: 840px 400px;
}
.supportArea ol li.use06 a {
	background: url(/images/index/bg_btn_support@2x.png) -700px 0 no-repeat;
    background-size: 840px 400px;
}
.supportArea ol li.use06 a:hover {
	background: url(/images/index/bg_btn_support@2x.png) -700px -200px no-repeat;
    background-size: 840px 400px;
}
}*/


/* knowledgeArea */
.knowledgeArea {
	padding: 60px 0 80px;
	margin: 0 auto;
	overflow: hidden;
}
.knowledgeArea h3 {
  padding: 0 0 50px;
  font-size: 30px;
  text-align: center;
  letter-spacing: 2px;
  margin: 0;
}
.knowledgeArea h3 span {
  display: block;
  font-size: 18px;
  font-weight: normal;
  line-height: 2;
  letter-spacing: 1px;
}
.knowledgeArea h3 .new {
  display: inline-block;
	font-size: 11px;
  font-weight: normal;
  padding: 2px 6px;
  color: #fff;
  background: #ffae00;
	letter-spacing: 0;
  margin: 0 10px 5px 0;
  vertical-align: middle;
}
.knowledgeArea .knowledge-list {
  width: 900px;
  margin: 0 auto;
  display:-webkit-box;
  display:-ms-flexbox;
 display: flex;
  flex-wrap: wrap;
}
.knowledgeArea .knowledge-list li {
  width: 430px;
  margin-bottom: 50px;
}
.knowledgeArea .knowledge-list li a {
  color: #333333;
  text-decoration: none;
}
.knowledgeArea .knowledge-list li:hover {
	opacity: 0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha(opacity=80)";
}
.knowledgeArea .knowledge-list li:nth-child(even) {
  margin-left: 20px;
}
.knowledgeArea .knowledge-list li .link-box {
  display: flex;
  display:-webkit-box;
  display:-ms-flexbox;
 cursor: pointer;
}
.knowledgeArea .knowledge-list li .link-box .img {
  max-width: 130px;
  margin-right: 20px;
}
.knowledgeArea .knowledge-list li .link-box .img span {
  display: block;
  padding: 3px 0;
	font-size: 11px;
  color: #fff;
  text-align: center;
}
.knowledgeArea .knowledge-list li .link-box .tabGreen {
	background: #3DC083;
}
.knowledgeArea .knowledge-list li .link-box .tabBlue {
	background: #3D51C0;
}
.knowledgeArea .knowledge-list li .link-box .tabPink {
	background: #FF6484;
}
.knowledgeArea .knowledge-list li .link-box .tabViolet {
	background: #A55B9A;
}
.knowledgeArea .knowledge-list li .link-box .tabYellow {
	background: #F3BD1B;
}
.knowledgeArea .knowledge-list li .link-box .tabPurple {
	background: #986FD6;
}
.knowledgeArea .knowledge-list li .link-box .tabGold {
	background: #EAD300;
}
.knowledgeArea .knowledge-list li .link-box .tabGray {
	background: #898989;
}
.knowledgeArea .knowledge-list li .link-box .text {
  max-width: 280px;
	font-size: 14px;
  font-weight: 600;
}
.knowledgeArea p.detail{
	margin: 20px auto 0;
  max-width: 270px;
}
.knowledgeArea p.detail a {
	display: inline-block;
  box-sizing: border-box;
  width: 270px;
	color: #fff;
  text-align: center;
	text-decoration: none;
	padding: 10px 10px;
	font-size: 15px;
	border-radius: 5px;
	background: #257ae4;
}
.knowledgeArea p.detail a:hover {
	background: #1b67dd;
}

/* bannerArea */
.bannerArea {
	padding: 0 0 50px;
	margin: 0 auto 60px;
  background: #f8f8f8;
	overflow: hidden;
}
.bannerArea h3 {
  padding: 30px 0;
  font-size: 21px;
  text-align: center;
  margin: 0;
}
.bannerArea .bnr {
  display: flex;
  display:-webkit-box;
  display:-ms-flexbox;
  margin: 0 auto;
  max-width: 900px;
}
.bannerArea .bnr li {
  max-width: 210px;
  padding-right: 20px;
}
.bannerArea .bnr li:last-child {
  padding-right: 0;
}
.bannerArea .bnr a:hover {
	opacity: 0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha(opacity=80)";
}

/* NewsArea */
#release {
	margin: 0 auto;
	padding: 0 0 20px;
	width: 910px;
	clear: both;
}
#release a {
	color: #666666;
}
#release a:hover {
	color: #04A0DB;
}
#release .news {
	float: left;
	width: 510px;
	margin: 0 0 0 5px;
}
#release .news .titarea {
	border-bottom: 1px solid #DDDDDD;
	margin: 0 0 10px;
	padding: 0 0 13px 10px;
	width: 500px;
}
#release .news .titarea .release_tit {
	float: left;
	padding: 6px 0 0;
	font-size: 18px;
	font-weight: bold;
}
#release .news .titarea .all {
	background: url(/images/arrow.gif) no-repeat scroll 0 4px transparent;
	float: right;
	font-size: 80%;
	margin: 10px 0 0 5px;
	padding: 0 6px 0 9px;
}
#release .news .titarea .all img {
	margin: -4px 0 0;
	vertical-align: middle;
}
#release .news .titarea .all:-moz-read-only {
 background: url(/images/arrow.gif) no-repeat scroll 0 4px transparent;
}
#release .news .titarea .all img:-moz-read-only {
 margin: -1px 0 0;
 vertical-align: middle;
}
:first-child + html #release .news .titarea .all {
	background: url(/images/arrow.gif) no-repeat scroll 0 4px transparent;
}
:first-child + html #release .news .titarea .all img {
	margin: 0;
	vertical-align: middle;
}
#release .news .titarea .all a {
	text-decoration: none;
}
#release .news dl {
	line-height: 1.6;
	margin: 0 0 5px 10px;
}
#release .news dl dt {
	float: left;
	clear: left;
	width: 6.5em;
	padding: 0 0 0 65px;
}
#release .news dl dt.campaign {
	background: url(/images/ico_news_campaign.gif) no-repeat scroll left center transparent;
}
#release .news dl dt.maintenance {
	background: url(/images/ico_news_maintenance.gif) no-repeat scroll left center transparent;
}
#release .news dl dt.info {
	background: url(/images/ico_news_oshirase.gif) no-repeat scroll left center transparent;
}
#release .news dl dt.release {
	background:  url(/images/ico_news_release.gif) no-repeat scroll left center transparent;
}
#release .news dl dt.function {
	background:  url(/images/ico_news_kinoukyoka.png) no-repeat scroll left center transparent;
}
#release .news dl dt.trouble {
	background: url(/images/ico_news_syougai.gif) no-repeat scroll left center transparent;
}
#release .news dl dd {
	padding: 0 0 0.7em 12.5em;
}
#release .news dl dd a {
	display: inline-block;
	background: url(/images/arrow.gif) 0 .6em no-repeat;
	padding: 0 0 0 8px;
}
#release div.bnr {
	float: right;
	width: 330px;
	height: 230px;
	border:10px solid #ececec;
	background: url(/images/index/cpi_logo.png) no-repeat scroll right bottom transparent;

}
#release div.bnr p {
	font-size: 24px;
	margin: 23px 0 0 23px;
	font-weight: bold;
}
#release div.bnr p span {
	color: #003fa2;
}
#release div.bnr ul {
	margin: 25px 0 0 28px;
}
#release div.bnr li {
	font-size: 13px;
	margin: 0 0 8px;
	padding: 0 0 0 25px;
	background: url(/images/index/ico_bnrarea.png) no-repeat 0 0;
    background-size: 16px 16px;
	text-decoration: none;
}
#release div.bnr li a {
	color: #000 ;
	text-decoration: none !important;
}
#release div.bnr li a:hover {
  color:#04A0DB;
}

/*#headerarea {
	height: 100px;
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
}*/

/*#gnavi {
  position: sticky;
	top: 0;
	-webkit-backface-visibility:hidden;
backface-visibility:hidden;
overflow:hidden
}*/

/* キャンペーンバナー用 20190415 koizumi */
.right-15px {
	padding-right: 15px;
}

/* キャンペーンバナー2つ横並び用 20191205 hertz */
.bnr-list {
  display: flex;
  display:-webkit-box;
  display:-ms-flexbox;
  margin: 30px auto 30px;
  max-width: 900px;
}
.bnr-list li:first-child {
  margin-right: 20px;
}

/*  notice  add 20200213 koizumi*/
.notice {
  height: 60px;
  line-height: 60px;
  background: #f8f8f8;
 font-size: 14px;
  text-align: center;
}
.notice span {
  color: #fbb219;
  font-weight: bold;
}
.notice a {
  color: #333333;
  font-size: 16px;
}
