@charset "utf-8";
/*トップページ */
#content {
	padding-top: 1rem;
}
@media screen and (max-width:640px) {
	#content {
		padding: 1rem;
	}
}
#header_nav_in li.header_nav01 a{
	background-color: #000;
	color: #FFF;
}

.index-box-l{
	background-color: #D6DCE5;
	/*background-image: linear-gradient(100deg, #F46420 60%, #FFC000);
	width: 100%;*/
	padding-top: 3rem;
	padding-bottom: 3rem;
	margin: 0 auto;
}
@media screen and (max-width:640px) {
	.index-box-l{
		width: 100%;
		margin-bottom: 0;
		padding-top: 0;
	}
}
.index-block-l{
	width: 100%;
	margin-top: 1em;
	margin-bottom: 6rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: left;
	justify-content: left;
	-webkit-align-items: center;
	align-items: center;
	-webkit-align-content: center;
	align-content: center;
	-webkit-align-self: center;
	align-self: center;
	flex-wrap: wrap;
}
@media screen and (max-width:640px) {
	.index-block-l{
		width: 100%;
		margin-bottom: 0;
	}
}
.row-reverse{
	flex-direction: row-reverse;
}
.index-img-l-fl{
	width: 45%;
}
.index-block-l .index-text{
	width: 50%;
}
@media screen and (max-width:640px) {
	.index-block-l .index-text{
		width: 100%;
	}
}
.index-block-l a{
	margin: auto;
	display: block;
	text-align: center;
	
}
@media screen and (max-width:640px) {
	.index-img-l-fl{
		width: 98%;
		margin: 4rem auto;
	}
	.index-box-l .index-text{
		width: 98%;
		margin: 0 auto 4rem;
	}
}
.index-img-l-fr{
	width: 50%;
}
@media screen and (max-width:640px) {
	.index-img-l-fr{
		width: 98%;
		margin: 4rem auto;
	}
}
.index-flex{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: left;
	justify-content: left;
	-webkit-align-items: center;
	align-items: center;
	-webkit-align-content: center;
	align-content: center;
	-webkit-align-self: center;
	align-self: center;
	flex-wrap: wrap;
	margin-bottom: 0;
	margin-top: 4rem;
}
@media screen and (max-width:640px) {
	.index-flex{
		margin-bottom: 1rem;
	}
}
.index-img-s{
	width: calc(50% - 20px);
	margin-right: 20px;
}
@media screen and (max-width:640px) {
	.index-img-s{
		padding: 0 1rem 1rem 1rem;
		width: 60%;
		margin: auto;
	}
}
.index-textbox{
	color: #099A79;
	width: 90%;
	font-size: 16px;
	margin-left: 40px;
}
@media screen and (max-width:640px) {
	.index-textbox{
		width: 100%;
		font-size: 1.6rem;
		margin: auto;
		padding: 1rem 0 4rem 2rem;
	}
}
.index-text-eng{
	font-size: 1.3rem;
	margin-bottom: 0px;
	text-align: left;
	width: 85%;
	color: #4472C4;
	padding: 0 0 0 4rem;
}
@media screen and (max-width:640px) {
	.index-text-eng{
		font-size: 1.2em;
		margin-bottom: 1em;
		width: 98%;
	}
}
.index-block-l .index-text.w_max .index-text-eng{
	padding: 0 0 0 13rem;
}
@media screen and (max-width:640px) {
	.index-block-l .index-text.w_max .index-text-eng{
		padding: 0 0 0 3rem;
	}
}

.index-title{
	font-size: 2rem;
	margin-bottom: 3rem;
	line-height: 1.8;
	text-align: left;
	padding: 0 0 0 2rem;
}
.index-block-l .index-text.w_max .index-title{
	padding: 0 0 0 13rem;
}
@media screen and (max-width:640px) {
	.index-block-l .index-text.w_max .index-title{
		padding: 0 0 1rem 3rem;
	}
}
.index-apply{
	width: 400px;
}
.index-apply:hover{
	filter:alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}

.index-viewmore{
	width: 200px;
	margin: 0 0 0 13rem;
}
@media screen and (max-width:640px) {
	.index-viewmore{
		width: 70%;
		margin: 0 auto;
	}
}
.index-viewmore.left{
	margin: 0 auto 0;
}
.index-viewmore:hover{
	filter:alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}
@media screen and (max-width:640px) {
	.index-box-s .index-viewmore{
		width: 60%;
	}
}
.index_content{
	padding: 5rem 0;
}
@media screen and (max-width:640px) {
	.index_content{
		padding: 3rem 0;
	}
}
.index-box-s{
	width: 50%;
	margin-bottom: 6rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: left;
	justify-content: left;
	-webkit-align-items: center;
	align-items: center;
	-webkit-align-content: center;
	align-content: center;
	-webkit-align-self: center;
	align-self: center;
	flex-wrap: wrap;
}
@media screen and (max-width:640px) {
	.index-box-s{
		width: 100%;
		margin-bottom: 5em;
	}
}
.index-inner{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-align-items: flex-start;
	align-items: flex-start;
	-webkit-align-content: center;
	align-content: center;
	-webkit-align-self: center;
	align-self: center;
	flex-wrap: wrap;
	width: 100%;
	max-width: 1080px;
	margin:0 auto;
	padding:2rem 1rem 0;
	position: relative;
}
.index-text{
	width: 50%;
}
@media screen and (max-width:640px) {
	.index-text{
		width: 98%;
		margin: 0 auto 4rem;
	}
}
.index-box-l .index-text{
	width: 50%;
}
@media screen and (max-width:640px) {
	.index-box-l .index-text{
		width: 98%;
		margin: 0 auto 4rem;
	}
}

.index-img-l-fr{
	width: 98%;
}
@media screen and (max-width:640px) {
	.index-img-l-fr{
		width: 98%;
		margin: 4rem auto;
	}
}

.sub_title{
	font-size: 3rem;
	color: #44546A;
	font-weight: bold;
	margin-bottom: 2rem;
	line-height: 2;
	padding: 0;
}
.index-block-l .index-text.w_max .sub_title{
	padding: 0 0 0 13rem;
}
.main_title{
	font-size: 8rem;
	color: #44546A;
	font-weight: bold;
	margin-bottom: 2rem;
	line-height: 1.2;
}
.main_title span{
	font-size: 8rem;
}
.sub_text{
	font-size: 2rem;
	color: #44546A;
	line-height: 1.2;
	margin-bottom: 8rem;
}
@media screen and (max-width:640px) {
	.sub_title{
		font-size: 1.4rem;
		padding-left: 1rem;
	}
	.main_title{
		font-size: 3.6rem;
		padding-left: 1rem;
	}
	.main_title span{
		font-size: 3rem;
		padding-left: 0;
	}
	.sub_text{
		font-size: 1.6rem;
		margin-bottom: 2rem;
	}
}
.index-title{
	width: 100%;
	font-size: 2.6rem;
	margin-bottom: 2rem;
	line-height: 1.4;
	text-align: left;
	color: #4472C4;
	padding: 0 0 0 4rem;
	font-weight: bold;
}
@media screen and (max-width:640px) {
	.index-title{
		width: 100%;
		margin-bottom: 0;
		padding: 0 0 1rem 3rem;
	}
}
.index02png{
	width: 30%;
	text-align: right;
	position: absolute;
	top: 4rem;
  right: 0;
}
@media screen and (max-width:640px) {
	.index02png{
		width: 25%;
		margin: 1rem auto;
		top: -1rem;
	}
}
@media screen and (max-width:640px) {
	.img_area_01{
		min-width: 800px;
	}
}
.index-textbox{
	color: #FFF;
	width: 90%;
	font-size: 1.6rem;
}
@media screen and (max-width:640px) {
	.index-textbox{
		width: 100%;
		font-size: 1.6rem;
		margin: auto;
		padding: 1rem 0 0 0;
		text-align: center;
	}
}
.flex_50{
	width: 48%;
}
@media screen and (max-width:640px) {
	.flex_50{
		width: 100%;
	}
}

.netapp_technologies-download{
	background-color: #8497B0;
	padding: 3rem;
	margin: 0 auto 4rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-align-content: center;
	align-content: center;
	-webkit-align-self: center;
	align-self: center;
	flex-wrap: wrap;
}
@media screen and (max-width:640px) {
	.netapp_technologies-download{
		width: 96%;
		margin: 3rem auto 2rem;
	}
}
.netapp_technologies-download_img1{
	border: 3px solid #333;
	width: 35%;
}
@media screen and (max-width:640px) {
	.netapp_technologies-download_img1{
		width: 90%;
		margin: auto;
	}
}
.netapp_technologies-download-honbun{
	width: 65%;
	padding: 0 0 0 2rem;
}
@media screen and (max-width:640px) {
	.netapp_technologies-download-honbun{
		width: 100%;
		margin: auto;
		padding: 0;
	}
}
.netapp_technologies-download-honbun .title{
	color: #FFF;
	text-align: center;
	font-size: 3rem;
	font-weight: bold;
	margin-bottom: 1rem;
}
@media screen and (max-width:640px) {
	.netapp_technologies-download-honbun .title{
		font-size: 2rem;
		margin: 1rem auto;
	}
}
.netapp_technologies-download-honbun .title .big_font{
	font-size: 3.5rem;
}
.netapp_technologies-download-honbun a{
	width: 100%;
	margin: 0 auto 1rem;
	display: block;
	font-size: 2.4rem;
	font-weight: bold;
	background: #FFF;
	padding: 1rem 4rem 0.8rem;
	text-align: center;
	border: 3px solid #44546A;
	border-radius: 5rem;
	color: #44546A;
}
.netapp_technologies-download-honbun img{
	width: 100%;
}
.netapp_technologies-download-honbun .des{
	margin:1rem 1.5rem 0;
	color: #FFF;
	font-weight: bold;
}