@charset "utf-8";
/*------------------------------
	STYLE
------------------------------*/
/*---- color  ----*/
.tc_gpu_pink { color: #D900D9; }
.bgc_gpu_pink { background-color: #D900D9; }
.bgc_gpu_purple { background-color: #9073DA; }

/*---- fonts  ----*/
h1 { font-size: 64px; font-size: 6.4rem; padding: 60px 0 80px; }
h2 { font-size: 44px !important; font-size: 4.4rem !important; font-weight: normal !important; }
h3 { font-size: 34px !important; font-size: 3.4rem !important; }
@media screen and (max-width: 739px) {
	h1 { font-size: 44px; font-size: 4.4rem; padding: 30px 0 40px; }
	h2 { font-size: 23px !important; font-size: 2.3rem !important; }
	h3 { font-size: 18px !important; font-size: 1.8rem !important; }
}

/*---- column  ----*/
@media screen and (max-width: 739px){
	.layout-unit.layout-3col {width: 32%; }
	.layout-unit.layout-3col:nth-child(2) {margin: 0 2%; }
}

/*---- button  ----*/
.button_gpu {
	width: 100%;
	max-width: 320px;
	margin: 40px auto 0;
}
.button_gpu a {
	display: block;
	padding: 10px;
	border: 2px solid #f12dca;
	border-radius: 35px;
	text-align: center;
	color: #D900D9;
	font-weight: bold;
	font-size: 26px;
	font-size: 2.6rem;
	background: #FFF;
}
.button_gpu a:hover {
	text-decoration: none;
	border-color: #FFF;
	color: #FFF;
	background: #D900D9;
}
@media screen and (max-width:739px){
	.button_gpu { 
		max-width: 300px;
		margin: 20px auto 0;
	}
	.button_gpu a {
		font-size: 20px;
		font-size: 2.0rem;
	}
}
/*　black　*/
.button_gpu.bc_black a {
	border: 2px solid #333;
	color: #333;
	}
.button_gpu.bc_black a:hover {
	color: #FFF;
	background: #333;
}
/*　pink_fill　*/
.button_gpu.bc_fill a {
	border: 2px solid #f12dca;
	color: #FFF;
	background: #f12dca;
	}
.button_gpu.bc_fill a:hover {
	color: #f12dca;
	background: #FFF;
}


/*----  斜めレイアウト  ----*/
.slanting-style { position: relative; }
.slanting-style .content { margin-top: /*160px*/40px; }
.slanting-style .slanting {
	position: absolute;
	z-index: -2;
	width: 100%;
	height: 200px;
	top: -68px;
	left: 0;
	background: #D900D9;
}
/*　左上から　*/
.slanting-style .slanting.sl-left {
	transform: skewY(4.0deg);
	-webkit-transform: skewY(4.0deg);
}
/*　右上から　*/
.slanting-style .slanting.sl-right {
	transform: skewY(-4.0deg);
	-webkit-transform: skewY(-4.0deg);
}
@media screen and (max-width:739px){
	.slanting-style .content { margin-top: 30px; }
	.slanting-style .slanting {
		height: 80px;
		top: -30px;
	}
}
@media screen and (max-width:375px){
	.slanting-style .content { margin-top: 20px; }
	.slanting-style .slanting.sl-left { height: 66px; top: -30px; }
	.slanting-style .slanting.sl-right { height: 66px; top: -30px; }
}
*[anchorlink="true"] {
	margin-top: -10px!important;
	padding-top: 10px !important;
}


/*------------------------------
	#main_visual
------------------------------*/
#main_visual {
	position: relative;
    box-sizing: border-box;
	height: 540px;
	background: #632b6f;
}
#geometry{ 
	background: url("/sevice_shared/img/service/deeplearning/main_back_grid.jpg") #632b6f no-repeat left center;/* #9b66d2 */
	background-size: cover;
	height: 100%; }
#main_visual .inner {
	position: absolute;
	top: 0;
	box-sizing: border-box;
	width: 100%;
	margin: 0 auto;
	padding: 30px 0 0 0; }
#main_visual .inner .logo { margin-left: 30px; }
#main_visual h1 {
	font-size: 8rem;
}
#main_visual .banner {
	position: absolute;
	right: 0;
	bottom: -75px;
}
@media screen and (max-width: 1299px) {
	#main_visual h1 {
		font-size: 6rem;
	}
	#main_visual .banner {
		position: relative;
		right: auto;
		bottom: auto;
	}
}
@media screen and (max-width: 739px) {
	#main_visual { height: 300px; }
	#main_visual .inner .logo { width: 150px; margin-left: 10px; }
	#main_visual .inner { padding: 10px; }
	#main_visual h1 {
		font-size: 4.4rem;
	}
}
/*---- Newsエリア ----*/
.news_box {
	display: table;
	width: 100%;
	max-width: 520px;
	margin: 0 auto;
	font-size: 16px;
	font-size: 1.6rem;
}
.view-350 { display: none; }
.news_icn,.news_txt { 
	display: table-cell;
	margin-bottom: 0;
	vertical-align: middle !important;
	background: #FFF;
 }
.news_icn { 
	position: relative;
	padding: 8px 0 8px 8px;
	background: #D900D9;
}
.news_txt {
	padding: 8px 8px 8px 30px;
	color: #333;
	background: rgba(255,255,255,0.7) !important;
}
.news_icn:before{
	content: "";
	position: absolute;
	top: 0;
	left: 87px;
	border: 20px solid transparent;
	border-left: 14px solid #D900D9;}
@media screen and (max-width: 739px){
	.news_box {
		font-size: 12px;
		font-size: 1.2rem;}	
	.news_icn { width: 60px; }
	.news_icn:before{
		content: "";
		position: absolute;
		top: 0;
		left: 67px;
		border: 28px solid transparent;
		border-left: 14px solid #D900D9;}
}
@media screen and (max-width: 350px){
	.view-350 { display: inline; }
	.news_icn:before{
		content: "";
		position: absolute;
		top: -1px;
		left: 67px;
		border: 38px solid transparent;
		border-left: 14px solid #D900D9;}
}


/*------------------------------
	nav
------------------------------*/
.main_nav {
	position: absolute;
	width: 100%;
	bottom: 0;
	background-color: rgba(0,0,0,0.6);
}
.nav_inner {
	width: 100%;
	max-width: 980px; 
	margin: 0 auto;
}
.nav_menu {
    display: flex;
    justify-content: center;
}
.nav_menu li {
	box-sizing: border-box;
	width: 15%;
}
.nav_menu li:nth-child(4n) { width: 27%; margin-right: 2%; }
.nav_menu li:last-child { width: 26%; }
.nav_menu li a {
	display: block;
	padding: 20px 0;
	font-size: 24px;
	font-size: 2.4rem;
	color: #FFF;
	background-color: transparent;
 }
.nav_menu li:last-child a { padding: 18px 0; }
.nav_menu li:last-child a span {
	display: inline-block;
	width: 100%;
	padding: 6px 0 4px;
	color: #FF24C6;
	border-radius: 70px;
	font-size: 20px;
	font-size: 2.0rem;
	background: #FFF; }

.nav_menu li a:hover {
	text-decoration: none;
	background-color: rgba(255, 255, 255, 0.2);
	transition: 0.8s;
}
.nav_menu li:last-child a:hover span {
	 color: #FFF;
	 background: #FF24C6;
	 border-color: #FF24C6;
	 transition: 0.0s; }
.nav_menu li:last-child a:hover {
	 background: none;
	 }
@media screen and (max-width:799px){
	.nav_menu li a,.nav_menu li:last-child a span { font-size: 18px; font-size: 1.8rem; }
	.nav_menu li:last-child a { padding: 15px 0; }
}

@media screen and (max-width:739px){
	.nav_menu li {
		box-sizing: border-box;
		width: 50% !important;
		margin: 0 !important;
		border-right: 1px solid #888;
		border-bottom: 1px solid #888;
	}
	.nav_menu li:nth-child(3),.nav_menu li:nth-child(4) { border-bottom: 0 ; }
	.nav_menu li a {
		padding: 10px;
		font-size: 16px;
		font-size: 1.6rem;
	}
}

/*------------------------------
	summary
------------------------------*/
.summary p.shdg_03{line-height: 1.4;} /* ike add */
.feature .col_inner {
	float: left;
	box-sizing: border-box;
	width: 23.5%;
	margin-right: 2%;
	margin-top: 20px; }
.feature .col_inner:last-child { margin-right: 0; }
@media screen and (max-width: 739px){
	.feature .col_inner { 
		width: 48%;
		margin-right: 4%; }
	.feature .col_inner:nth-child(2n) { margin-right: 0; }
}
/*----  table  ----*/
table tr td { text-align: center !important; }
.price_spec table { border: 1px solid #DDD; }
.price_spec table tr td:nth-child(2) { font-weight: bold; }

.price_spec table thead tr th:nth-child(2n) { 
	border: 5px solid #fc20c2;
	border-bottom: 1px solid #DDD;
}
.price_spec table tbody tr td:nth-child(2n) { 
	border: 5px solid #fc20c2;
	border-top: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
}
.price_spec table tbody tr:last-child td:nth-child(2n) { 
	border-bottom: 5px solid #fc20c2;
}
.recommended_use td ul {
	display: table;
	width: 100%;
}
.recommended_use td ul li {
	display: table-cell;
	width: 25%;
}
@media screen and (max-width:739px){
	.recommended_use td ul { display: block; text-align: left; }
	.recommended_use td ul li { display: block;	width: 100%; }
	.recommended_use td ul li img { margin-right: 5px; }
}


/*------------------------------
	GPU-case
------------------------------*/
.balloon {
  position: relative;
  width: 90%;
  margin: 0 auto;
  padding: 10px;
  border-radius: 5px;
  background: #ffed9f;
}
.balloon:before {
  content: "";
  position: absolute;
  top: -28px;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-bottom: 15px solid #ffed9f;}
.balloon p { margin-bottom: 0; }

@media screen and (max-width: 739px){
	.inner .banner { text-align:  center !important; } 
	.GPU-case .layout-unit:first-child { display: block; margin-bottom: 40px; }
}


/*------------------------------
	startingGPU
------------------------------*/
.startingGPU { margin-bottom: 60px; }
.startingGPU .slanting.sl-left,.startingGPU .slanting.sl-right{ background: #4D9FEB; }
.startingGPU .slanting.sl-right { top: 70%; }
@media screen and (max-width: 739px){
	.startingGPU .slanting.sl-right { top: 90% !important; }
}


/*------------------------------
	utilization
------------------------------*/
.gpu_able {
	z-index: 101;
}
.utilization p { margin-bottom: 2px; }
.utilization .col_inner {
	float: left;
	box-sizing: border-box;
}
@media screen and (min-width:740px){
	.utilization .col_inner {
		width: 23.5%;
		margin-right: 2%;
	}
	.utilization .col_inner:last-child { margin-right: 0; }
}
@media screen and (max-width:739px){
	.utilization .col_inner {
		width: 48%;
		margin: 0 2% 2% 0; }
	.utilization .col_inner > p { vertical-align: bottom !important; }
	.utilization .col_inner:nth-child(2n) { margin-right: 0; }
	.utilization .col_inner:nth-child(3),.utilization .col_inner:nth-child(4) { margin-top: 20px; }
}


/*------------------------------
	.trial
------------------------------*/
.trial { 
	margin-bottom: 50px;
	z-index: 2;
}
.trial .slanting.sl-left { top: 40%; }
@media screen and (max-width: 739px){
	.trial .slanting.sl-right { top: -25% !important; }
	.trial .slanting.sl-left { top: 85% !important; }
}
@media screen and (max-width: 375px){
	.trial { margin-bottom: 0; }	
}
.trial .ttl_white {
	width: 100%;
	max-width: 530px;
	margin: 0 auto;
	padding: 5px;
	font-size: 18px; 
	font-size: 1.8rem;
	color: #333;
	background: #FFF;}
@media screen and (max-width: 739px){
	.trial .ttl_white {
		font-size: 14px;
		font-size: 1.4rem;
	}
}

/*------------------------------
	ai-deeplearning
------------------------------*/
.ai-deeplearning {
	z-index: 101;
}

/*------------------------------
	security_dc
------------------------------*/
.security_dc { 
	position: relative;
	z-index: 100;
	margin-top: -100px;
	padding: 200px 0;
	background: url("//cdn.www.idcf.jp/sevice_shared/img/service/deeplearning/dc_back.png") no-repeat left center; background-size: cover;
}
.security_dc .content { box-sizing: border-box; padding: 10px 30px 20px; background: rgba(255,255,255,0.7) !important; }
@media screen and (max-width: 739px){
	.security_dc {
		margin-top: -20px;
		padding: 150px 0;
	}
	.security_dc .content { padding: 10px; }
}
.security_dc .slanting.sl-right { 
	z-index: 101;
	background:  #FFF;
}
@media screen and (max-width: 739px){
	/*.security_dc .slanting.sl-right { top: 90%;}*/
}

/*------------------------------
	.consul
------------------------------*/
.consul {
	margin-top: -50px;
	z-index: 101;
}
.consulInner {
	border-radius: 5px; 
}
.er_container_00N10000005qCou label { font-size: 14px; font-size: 1.4rem; }

/*---- formArea ----*/
@media screen and (max-width: 739px){
  .er_container_00N10000005qCou label { display: block; }
  .er_container_00N10000005qCou label { margin-left: 0 !important; }
}

/*---- mail ----*/
.mail {
    padding: 0 30px 30px 30px;	
    box-sizing: border-box;
}
.maillInner { padding-top: 30px; border-top: 1px solid #d0d0d0; }

.mail form {
    position: relative;
    padding-right: 50px;
}
.mail input {
    box-sizing: border-box;
    padding: 10px;
    border: 1px solid #d0d0d0;
}
.mail #email {
    width: 95%;
    background: #f3f3f3;
}
.mail #submit_button {
	-webkit-appearance: none;	
    position: absolute;
    bottom: 0;
    right: 0;
    width: 5pc;
    padding: 11px;
    color: #fff;
    background: #4D9FEB;	
}
@media screen and (min-width:740px) {
    .maillInner {
    	display: table;
    	width: 100%;
	}
	.mailText,.mailRegistra {
		display: table-cell;
		width: 50%;
		vertical-align: middle;
	}
}
@media screen and (max-width: 739px) {
	.mailText { margin-bottom: 10px; text-align: center; }
}



/*------------------------------
	service
------------------------------*/
@media screen and (max-width: 739px){ .service .layout-unit {float: left;} }



/*------------------------------
	faq
------------------------------
@media screen and (max-width: 739px){
	.faq .layout-frame .layout-unit:nth-child(2n) .question { margin-top: 30px; }
}
*/