@charset "shift_jis";
#main,#mainV_area{
	font-size:1.9rem;
	font-family: YakuHanJP, "Hiragino Sans", Meiryo, "Yu Gothic Medium", sans-serif;
	line-height:1.6;
	text-align:center;
	box-sizing:border-box;
}
.section,.link{
	width:940px;
	display:block;
	text-align: center;
	margin:0 auto 60px;
}
#main a:link{ 
	text-decoration:none;
}
.bg-gray{
	background:#f0f0f0;
}
.read_bg{
	background: -webkit-linear-gradient(left,  #82bd2c 0%,#0ba488 100%); 
	background: linear-gradient(to right,  #82bd2c 0%,#0ba488 100%); 
}
/*text*/
.read_bg p{
	display: inline-block;
	position: relative;
	padding: 20px;
	color: #ffffff;
	font-weight: bold;
	font-size: 26px;
}
.read_bg p:before{
	content:"";
	display:inline-block;
	position:absolute;
	width:28px;
	height:41px;
	background: url("/promo/common/images/index_ic01.png") no-repeat;
	top: 23px;
	left: -20px;
}
.read_bg p:after{
	content:"";
	display:inline-block;
	position:absolute;
	width:27px;
	height:41px;
	background: url("/promo/common/images/index_ic00.png") no-repeat;
	top: 23px;
	right: -15px;
}

h2{
	display: inline-block;
	font-weight: bold;
	color:#141414;
	font-size:3.8rem;
	padding-top:60px;
	position: relative;
	margin: 80px 0 0 ;
}
h2:after{
	content:"";
	display:inline-block;
	position:absolute;
	width:39px;
	height:23px;
	background: url("/promo/common/images/index_ic01.png") no-repeat;
	top:-13px;
	right: 50%;
	margin-right: -15px;
}
h3{
	position:relative;
	margin-bottom:65px;
	color:#005eb3;
	font-weight:bold;
	font-size:2.8rem;
	line-height:1.3;
}
h3:before{
	content:"";
	display:inline-block;
	position:absolute;
	width:98px;
	height:5px;
	border-radius:3px;
	background: #82bd2c; 
	background: -moz-linear-gradient(left,  #82bd2c 0%, #0ba488 100%); 
	background: -webkit-linear-gradient(left,  #82bd2c 0%,#0ba488 100%); 
	background: linear-gradient(to right,  #82bd2c 0%,#0ba488 100%); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#82bd2c', endColorstr='#0ba488',GradientType=1 ); 
	bottom:-22px;
	left:50%;
	margin-left:-49px;
}
h3 > span{
	font-size:2rem;
}
.section > p{
	font-weight: bold;
	margin: 20px 0 70px;
}
.section > p.font-nomal {
	font-weight:normal;
}
.section > .small{
	text-align: left;
	font-weight: normal;	
	font-size: 1.3rem;
	margin: 0;
	}
.section > .pgh-01{
	padding-bottom: 70px;
}
.section > p .red{
	color:#d02161;
}
.tbl-01{
	font-size: 1.4rem;
	border: solid 2px #999999;
}
.tbl-01 tr:nth-of-type(n+2){
	border-top:  solid 1px #999999;
}
.tbl-01 th{
	background: #cccccc;
	border-right: solid 1px #999999;
}
.tbl-01 td{
	background: #ffffff;
	text-align: right;
}
.tbl-03{
	font-size: 1.2rem;
	border: solid 1px #bfbfbf;
}
.tbl-03 tr:nth-of-type(n+2){
	border-top:  solid 1px #bfbfbf;
}
.tbl-03 thead th {
	background-color: #0062b1;
	color: #FFFFFF;
}
.tbl-03 th{
	background: #d9eeff;
	border-right: solid 1px #bfbfbf;
	color: #0062b1;
	padding: 10px;
}
.tbl-03 td{
	background: #ffffff;
	border-right: solid 1px #bfbfbf;
	padding: 10px;
}
/* mainV */
#mainV_vmware {
	background:url(/promo/common/images/vmware_bg01.png) top center no-repeat;
	background-size: cover;
	position: relative;
}
#mainV_telework {
background: -webkit-linear-gradient(-45deg, #2800bf 0%,#0081ff 31%,#97f5ff 100%); /* Chrome10-25,Safari5.1-6 */

background: linear-gradient(135deg, #2800bf 0%,#0081ff 31%,#97f5ff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
#mainV_hybrid_cloud {
background: rgb(215,223,50);
background: linear-gradient(90deg, rgba(215,223,50,1) 0%, rgba(27,166,146,1) 100%);
}
#mainV_nifcloud {
	background:url(/promo/common/images/nifcloud_bg01.png) top center no-repeat;
	background-size: cover;
	position: relative;
}
/* リンクエリア */
.link{
	border:5px solid #7b91a4;
	border-radius: 10px;
	padding:30px 0 30px 0;
	margin:0 auto 100px;
	background:#ffffff;
	display: inline-block;
}
.link > p{
	font-weight: bold;
	font-size: 2.6rem;
	line-height: 1.4;
	margin: 0 0 20px;
}
.link.bg-gray{
	background:#ededed;
}
.link > ul {
	display: flex;
	justify-content: center;
}
.link > ul li{
width:400px;	
}
.link > ul li p.btn-01 a{
	font-size: 1.6rem;
}
/*.type_center*/

.link > ul li.type_center p{
	font-size:1.9rem;
	font-weight:bold;
	line-height: 1.2;
}
.link > ul li.type_center img{
	margin: 10px 0;
}
/*.colTwo*/
.link > ul li.colTwo,.promo-flex{
	display: flex;
	justify-content: center;
}
.link ul li.colTwo div.col_right{
	margin: 0 0 0 20px;
	width: 60%;
}
.promo-flex div.col_right{
	margin: 0 0 0 20px;
}
.link ul li.colTwo p,.promo-flex div.col_right p{
	padding:8px 0 0 0;
	text-align: left;
	font-size:1.4rem;
	line-height:1.4;
	font-weight:bold;
}
.link ul li.colTwo p a{
	font-size: 1.6rem;
}
.promo-flex div.col_right p a{
	font-size: 2.0rem;
}
.link ul li.colTwo:first-child{
	border-right:2px solid #a2b0bf;	
	min-height: 153px;
	margin: 0 25px 0 0;
	padding: 0 35px 0 ;
}

/*.type_phone*/

.link ul li.type_phone p{
	text-align: left;
	font-size: 1.4rem;
}
.link ul li div.phone{
	margin-bottom: 20px;
	background: url("/promo/common/images/index_ic02.png") no-repeat left 5px / 50px;
}
.link ul li div.phone p{
	padding:8px 0 0 0 ;
	margin-left: 70px;
	font-weight: bold;
	font-size: 2rem;
	position: relative;
}
.link ul li > div.phone p a{
	color:#d02161;
	font-size: 3.6rem;
	line-height: 0.5;
}
.link ul li p.link-arr-02 a {
	position: relative;
	padding-left: 10px;
}
.link ul li p.link-arr-02 a:before {
	content: "";
	position: absolute;
	display: inline-block;
	left: 0;
	top: 45%;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 2px 0 2px 5px;
	border-color: transparent transparent transparent #1a81c6;
}
/* ボタン*/
.btn-01 a {
	display: inline-block;
	padding:10px 25px 12px;
	border-radius: 40px;
	background: -webkit-linear-gradient(left,  #0052a5 0%,#e51373 69%,#f2923f 100%); 
	background: linear-gradient(to right,  #0052a5 0%,#e51373 69%,#f2923f 100%);
	background-position: 100% 0%;
	background-size: 400%;
	color:#ffffff;
	font-weight:bold;
	font-size:2rem;
	text-align:center;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all  0.3s ease;
}
.btn-01 a:hover {
  background-position: 5% 0%;
	filter:alpha(opacity=80); -moz-opacity:0.80; opacity:0.80;
}
.colTwo{
	display: flex;
	justify-content: center;
}
.colTwo li:first-child{
	padding-top: 10px;
}
.colTwo li:nth-of-type(2){
	margin-left: 45px;
	padding-left: 35px;
	border-left: 2px solid #cccccc;
}
.colTwo02{
	margin: 80px 0 0;
}
.colTwo02 li{
	width: 448px;
	float: left;
}
.colTwo02 li:nth-of-type(2n+1){
	margin-right: 44px;
}
.colTwo02 dl dt{
	background: #0062b1;
	color: #ffffff;
	font-weight: bold;
	font-size: 2rem;
	padding: 10px 0; 
} 
.colTwo02 dl dt .small {
	font-size: 1.8rem;
}
.colTwo02 dl dd{
	text-align: left;
	font-size: 16px;
	padding: 20px 0 34px;
}
.colTwo03 {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

.colTwo03 li{
	width: calc(100% / 3 - 100px);
	margin: 20px;
	padding: 20px;
	border: solid 10px #EDEDED;
	border-radius: 30px;
}
.colTwo03 li p {
	margin-top: 15px;
	text-align: left;
}
.colTwo03 li p.ttl {
	font-weight: bold;
	text-align: center;
	color: #0062B1;
	margin-bottom: 15px;
}
.colTwo03 li .small {
	font-size: 1.6rem;
}
.colTwo03.type02 li {
	border: none;
	width: calc(100% / 3 - 60px);
	margin: 13px;
	padding: 10px;
}
/* footer
------------------------------------------------- */
#contentsBtm { background:none; max-height:0px; }
#contentsBtm .inner { position:relative; }
.resolution { padding-bottom:6px; }
.pgTopLink  { bottom:0; right:0; position:absolute; }
#contentsBtm .pgTopLink a {color: #3FA0EC;display: block;background: none;padding:45px 0 0; margin: 0 0 22px;}

#footer { padding:24px 0 12px 0;
	background:#2F2F2F; color:#fff; }
#footer a:link,
#footer a:active,
#footer a:visited { color:#fff; }
#footer a:hover   { color:#75D112; }
#footer #gotop_img {width: 250px;}

@media only screen and (max-width:640px) {
  /* レイアウト関連調整 */
  #footer, .nifty, #footer address, table { width:100% !important; }
  #footer .nifty { margin: 0 auto;} 
  #footer #gotop_img  { float: left; width: 16%;}
  #footer address, #footer address .copyright { text-align: center !important;}
  #contentsBtm .inner{ margin-top: 0 !important;}
}
@media only screen and (max-width:360px) {
  #footer address, #footer address .copyright { text-align: center !important;}
  #contentsBtm .resolution{ display:none;}
  #contentsBtm .inner{ margin-top: 0 !important;}
}

#footer #gotop_img   { float:left;}
#footer #gotop_img a  { font-size:13px;text-decoration:underline;}
#footer #gotop_img a:hover  { text-decoration:none;color:#fff;}
#footer #ftr_recruit { width:510px; font-size:90%; text-align:center; float:left; }
#footer #ftr_recruit a { text-decoration:underline; color:#fff; }

#footer address    { text-align:right; float:right; }
#footer address a:link,#footer address a:active,#footer address a:visited { text-decoration:underline; }
#footer address a:hover    { text-decoration:none; color:#fff; }
#footer .copyright { font-size:85%; }

/*スライダーの幅*/
.c-container {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  max-width: 1000px;
  padding: 0 15px;
}

/* socialplugins
------------------------------------------------------------------------------------------ */
.socialplugins, .socialplugins-g1 { text-align:center; }
/* sp 
------------------------------------------------------------------------------------------ */
@media only screen and (max-width:640px) {
  #headInfo, #tagline,
  #contentsBtm, #gotop_img   { display:none; }

  #container, .nifty, #main,#mainV_area,
  #footer, #footer,
  address, table      { width:100% !important; }
  #header, #headLogo,
  .in                 { width:100% !important; }
  img                 { max-width:100%; height:auto; }
  #read img,
  .inner-in img       { width: 50%; height: 50%; }
  .section            { padding:30px 0; }
  .inner, .inner-r    { width:100% !important; margin-top:1rem !important; float:none !important; }
  address a           { display:block; text-align:center; }

	#main{
		font-size:14px;
		line-height:1.6;
		padding: 0;
	}
	.content{
		padding: 0 10px;
	}
	.section,.link{
		width:100%;
		padding:0;
		display:inline-block;
	}
	#main a:link{ 
		text-decoration:none;
	}
	/* mainV */
	.mainV {
		background-size:100%;
		background:none;
	}
	.mainV img{
		margin:0;
	}	
	/*text*/
	.read_bg p{
	font-size: 1.4rem;
	padding: 20px 30px;
	}
.read_bg p:before{
background-size: 80%;
		top: 18px;
	left: 7px;
}
.read_bg p:after{
	background-size: 80%;
	top: 18px;
	right:0;
}
	h2{
		font-size:2rem;
		padding-top:30px;
		margin: 40px 0 0 ;
	}
	h2:after{
		margin-right: -16px;
	}
	h3{
		position:relative;
		margin-bottom:65px;
		color:#005eb3;
		font-weight:bold;
		font-size:1.8rem;
		line-height:1.3;
	}
	h3:before{
		width:90px;
	}
	h3 > span{
		font-size:12px;}
	.section > p{
		margin:33px 0 23px;
	}
	.section > p.small{
		font-size: 1.2rem;
	}
	.btn-01 a {
		font-size:1.2rem;
		padding:15px 30px;
	}
	.btn-01 a:hover{
		background-position:100% 0%;
		filter:alpha(opacity=100); -moz-opacity:1.0; opacity:1.0;
	}

	/* 2カラムボタン01*/
	.colTwo01{
		margin:0;
	}
	.colTwo01 > li{
		float:none;
		margin-bottom:30px;
	}
	.colTwo01 > li:first-child{
		margin:30px 0 30px 0;
	}
	/* リンクエリア */
	.link{
	width: 90%;
	padding:20px 0;
	margin:0 10px 10px 10px;
	}
	.link > p{
	font-size: 1.4rem;
	line-height: 1.4;
	margin: 10px 10px 5px;
}
	.link > ul {
	display: block;
	justify-content: center;
}
.link > ul li{
	width:100%;	
	margin:0 20px;
}
	/*.type_center*/
	.link > ul li.type_center p{
		font-size:1.5rem;}
	
	.link > ul li.type_center {
	display: inline;
}
	/*.type_phone*/

.link ul li.type_phone p{
	font-size: 1.2rem;
}
.link ul li div.phone{
	margin-bottom: 10px;
	background: url("/promo/common/images/index_ic02.png") no-repeat left 5px / 30px;
}
.link ul li div.phone p{
	margin-left: 40px;
	font-size: 1.4rem;
}
.link ul li > div.phone p a{
	font-size: 2.4rem;
}

	
	/*.colTwo*/
.link > ul li.colTwo{
	display: inline;
	justify-content: center;
}
.link ul li.colTwo:first-child{
	border-right:none;	
	min-height: 153px;
	margin: 20px;
	padding: 0 5px;
}	
	.link ul li.colTwo div.col_right{
	margin: 0;
	width: 100%;
}
	.link ul li.colTwo p{
	font-size:1.2rem;
	text-align: center;
}
.colTwo02{
		margin: 30px 0 0 0;
	}
.colTwo02 li{
	width: 100%;
	float: none;
}
.colTwo02 li:nth-of-type(2n+1){
	margin-right: 0;
}
.colTwo02 dl dt{
	font-size: 1.4rem;
	padding: 10px 0; 
} 
	.colTwo02 dl dt .small {
	font-size: 1.4rem;
}
.colTwo02 dl dd{
	font-size: 16px;
	padding:10px 10px 20px;
}
	.lower-main .inner, #contentsBtm .inner, #gnavi .gnavi-inner, #footer .footNavigation, #footer .nifty{
		width: 100%;
		max-width:100%;
	}
	.footer_promo{
		min-width: 100%;
	}
	.colTwo03,.colTwo03.type02 {
	display: block;
}

.colTwo03 li,.colTwo03.type02 li{
	width: calc(100% - 80px);
	margin-top: 10px;
	padding: 10px;
	border: solid 10px #EDEDED;
	border-radius: 30px;
}
	.colTwo03.type02 li {
		border: none;
	}
.colTwo03 li p {
	margin-top: 15px;
	font-size: 1.6rem;
}
	.promo-flex{
	display: block;
		text-align: center;
}
	.promo-flex div.col_right p{
	text-align: center;
}
}

/*clearFIX*/
.colTwo:after,
.link > ul:after,
.link > ul > li:after,
.section ul:after,
.colTwo01:after{
	display:block;
	clear:both;
	content:"";
	}