@charset "utf-8";
/* CSS Document */

/* ----- フォント指定 ----------------- */
@import url(//fonts.googleapis.com/earlyaccess/notosansjapanese.css);
@import url(//fonts.googleapis.com/css?family=Josefin+Sans);

/* 共通設定 */
body {
	font-family: 'Noto Sans Japanese', Meiryo, "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", sans-serif;
	opacity: 0;
}
.fade {
	opacity: 1;
	transition: .5s;
}
.content {
	width: 95%;
	max-width: 1040px;
	margin: 0 auto;
}
.content h2 {
	font-size: 4.0rem;
	margin-bottom: 40px;
}
.content h3 {
	font-size: 2.0rem;
}
.content table {
	width: 99%;
}
.flex {
	display: flex;
	justify-content: center;
}
.bg_white {
	background-color: #fff;
}
.bg_blue {
	background-color: #4d9feb;
	color: #fff;
}
.bg_gray {
	background-color: #eee;
}
a.btn {
	font-size: 2.5rem;
	color: #fff;
	width: 100%;
	max-width: 355px;
	height: 90px;
	box-sizing: border-box;
	background: none;
	border: 2px solid #fff;
	margin: 15px 10px;
	padding: 30px 10px 24px;
	position: relative;
}
a.btn:before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: -2px;
	left: -2px;
	background: #fff;
	border: 2px solid #fff;
	z-index: 1;
	opacity: 0;
}
a.btn:hover:before {
	opacity: .3;
	transition: .4s;
}
a.btn.arrow:after {
	content: '';
	background: url(/sevice_shared/img/svg/icn_arrow_w.svg) no-repeat right 50% / 13px;
	width: 13px;
	height: 13px;
	position: absolute;
	top: 0;
	right: 5px;
	bottom: 0;
	margin: auto;
}
a.btn.border:hover {
	background: none;
}
a.btn.signup {
	background: #ff7e00;
	border-color: #ff7e00;
	padding-top: 15px;
}
a.btn.signup span {
	display: inline-block;
	font-size: 1.5rem;
	font-weight: normal;
	border: 2px solid #fff;
	border-radius: 5px;
	padding: 4px 8px;
	margin-top: 5px;
}
a.btn.contact-us {
	background: #4d9feb;
	border-color: #4d9feb;
}
.annotation p {
	font-size: 1.3rem;
}

/* MV */
#MV {
	background: url(//cdn.www.idcf.jp/sevice_shared/img/cloud/top/main_visual_new.png) no-repeat 0 0 / cover;
	min-height: 480px;
}
#MV .head_link {
	justify-content: space-between;
	margin-top: 20px;
}
#MV .head_link a {
	color: #fff;
}
#MV .head_link .locale {
	background: url(//cdn.www.idcf.jp/sevice_shared/img/datacenter/common/icn_locale_w.svg) no-repeat 0 6px / 20px;
	padding-left: 25px;
	padding-top: 3px;
	margin-top: 2px;
	margin-right: 20px;
}
#MV .head_link .login {
	border: 2px solid #fff;
	padding: 3px 20px 0;
}
#MV .head_link .login:hover {
	text-decoration: none;
	background:rgba(255,255,255,.3);
	transition: .4s;
}
#MV h1 {
	width: 75%;
	max-width: 420px;
	margin: 0 auto;
	padding-bottom: 10px;
}
#MV h1 img {
	margin-left: -10px;
}
#MV p {
	font-size: 3.0rem;
	font-weight: bold;
	text-align: center;
	color: #fff;
	filter: drop-shadow(0 0 0.35rem rgba(0,0,0, 0.15));
}

/* 特長 */
#feature {
	background: url(/sevice_shared/img/cloud/top/bg_circle04.png) no-repeat 95% top,
				url(/sevice_shared/img/cloud/top/bg_circle05.png) no-repeat left bottom;
	background-color: #4d9feb;
}
#feature h2 {
	color: #fff;
}
#feature h3 {
	color: #fff;
	margin-top: 0;
}
#feature p {
 	color: #fff;
}
#feature .content > .flex > div {
	width: 30%;
}
#feature .content > .flex > div p {
	font-size: 1.7rem;
	color: #ccc;
	line-height: 3;
	margin-bottom: 5px;
}
#feature .content > .flex > div:last-of-type p {
	line-height: 1.5;
}
#feature .bg_white {
	box-sizing: border-box;
	padding: 20px 30px 30px;
	margin-top: 40px;
}
#feature .bg_white .flex {
	margin-top: 20px;
	margin-bottom: 30px;
}
#feature .bg_white .flex > div {
	width: 40%;
}
#feature .bg_white h5 {
	font-size: 2.0rem;
	font-weight: bold;
}
#feature .bg_white p {
	color: #333;
}

/* 3つの安心 */
#factors .flex {
	justify-content: space-around;
}
#factors .flex > div {
	width: 32%;
}
#factors h3 {
	margin-top: 5px;
	margin-bottom: 10px;
	line-height: 2.8;
}
#factors .flex > div:first-of-type h3 {
	line-height: 1.4;
}
#factors li {
	list-style: disc;
	margin-left: 25px;
	margin-bottom: 5px;
}

/* 3つのステップで */
#step3 .steps {
	justify-content: space-between;
	margin-bottom: 30px;
}
#step3 .steps > div {
	width: 30%;
	padding: 30px 20px 25px;
	box-sizing: border-box;
	position: relative;
}
#step3 .steps > div:after {
	content: '';
	position: absolute;
	width: 80px;
	height: 80px;
	background: url(/sevice_shared/en/img/cloud/img_step_arrow.png) no-repeat 0 0 / 80px;
	top: 50%;
	right: -21.5%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 1;
}
#step3 .steps > div:last-child:after {
	content: none;
}
#step3 h5 {
	font-size: 1.8rem;
	font-weight: bold;
}
#step3 figure {
	margin-bottom: 10px;
}

/* シンプル＆パワフル */
#simple-powerful .flex {
	justify-content: space-between;
}
#simple-powerful .flex > div {
	width: 45%;
}
#simple-powerful h3 {
	margin-top: 0;
	margin-bottom: 15px;
}
#simple-powerful p span {
	color: #ff7e00;
}

/* 料金表 */
#price h3 {
	position: relative;
	margin-bottom: 20px;
	padding-left: 30px;
}
#price h3:before {
	content: '';
	position: absolute;
	width: 15px;
	height: 15px;
	border-radius: 50%;
	border: 3px solid #4d9feb;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.graph_area02 {
	display: none;
}
.graph_area01 td,
.graph_area02 td {
	color: #fff;
}
.type_Light { background: #90C974; }
.type_Economy { background: #429e66; }
.type_Standard { background: #7BD4F1; }
.type_HighCPU { background: #A48AD4; }
.type_HighMEM { background: #2595C9; }
.type_UltraMEM { background: #2b6daf; }
.type_HighIO { background: url(/img/cloud/bg_highiohighsto.png); }
.type_GPU { background: #000; }
.type_Tank { background: #4B5C49; }

.price_graph table {
	font-weight: bold;
}
.price_graph_table {
	position: relative;
}
.x-axis,.y-axis {
	display: inline-block;
	margin-left: 20px;
	padding: 2px 10px;
	background: #dedede;
	position: absolute;
}
.price_graph_table table {
	margin-top: 50px;
}
.y-axis {
	top: -25px;
	left: 0;
}
.x-axis {
	right: 24px;
	bottom: 0;
}
.price_graph table tr th,.price_graph table tr td { margin: 0 !important; padding: 0 !important; }
.price_graph table tr th:first-child { padding: 12px !important; }
.price_graph table tr th { background: none; font-weight: normal; border: none; }
.price_graph table tr > th { font-size: 14px; text-align: right; }
.price_graph table tr:last-child > th { text-align: center; }
.price_graph table tr td { border: 1px dotted #ccc; font-size: 14px; line-height: 15px;}
.price_graph table tr td span.price { font-size: 13px; font-weight: normal;}

.price_machine ul {
	display: none;
}
.price_machine ul {
	display: inline-flex;
}
.price_machine li:first-child {
	margin-right: 20px;
}
.price_machine li {
	text-align: center;
	float: left;
}
.price_tab_active {
	position: relative;
	background: #4d9feb;
	padding: 12px 20px;
	color: #fff;
	font-size: 20px;
	border-radius: 5px;
	width: 200px;
}
.price_tab {
	position: relative;
	background: #eaebed;
	padding: 12px 20px;
	color: #555;
	font-size: 20px;
	border-radius: 5px;
	width: 200px;
	cursor: pointer;
}
.price_tab_active:before {
	border-color: rgba(255, 255, 255, 0);
	border-top-color: #ffffff;
	border-width: 8px;
	margin-left: -8px;
}
.price_tab_active:after, .price_tab_active:before {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}
.price_tab_active:after {
	border-color: rgba(149, 198, 213, 0);
	border-top-color: #4d9feb;
	border-width: 7px;
	margin-left: -7px;
}
.server_type li {
	width: 115px;
	margin: 0 5px;
	color: #fff;
	font-size: 1.4rem;
	line-height: 1.1;
	box-sizing: border-box;
	padding: 8px 5px 9px;
}
#price table th p.type {
	color: #fff;
	text-align: center;
	padding: 3px;
	margin: 3px auto;
}

/*----------------------------------------------------------------------------------------------------
	for Tablet（1039px以下）
-----------------------------------------------------------------------------------------------------*/
@media (max-width: 1039px) {
	.scroll_box {
		margin-bottom: 10px;
		padding-bottom: 10px;
	}
	.scroll_child {
		width: 1040px!important;
	}
}

/*----------------------------------------------------------------------------------------------------
	for SP（768px以下）
-----------------------------------------------------------------------------------------------------*/
@media (max-width: 768px) {
	.flex {
		display: block;
	}
	.content {
		width: 90%;
	}
	.content h2 {
		font-size: 2.5rem;
		margin-top: 60px;
	}
	.content h3 {
		font-size: 1.8rem;
	}
	a.btn {
		margin: 0 auto 10px;
	}
	.annotation p {
		font-size: 1.1rem;
	}
	#MV .head_link.flex,
	#MV .head_link.flex .flex,
	.server_type.flex {
		display: flex;
	}
	#MV .head_link > a {
		max-width: 150px;
	}
	#MV .head_link .login {
		padding: 1px 10px;
	}
	#MV .head_link .locale {
		margin-right: 10px;
	}
	#MV h1 {
		padding-top: 45px;
	}
	#MV p {
		font-size: 2.0rem;
		margin-bottom: 35px;
	}
	#feature .content > .flex > div,
	#feature .bg_white .flex > div,
	#factors .flex > div,
	#step3 .steps > div,
	#simple-powerful .flex > div{
		width: 100%;
	}
	#feature .content > .flex > div p {
		line-height: 1.7;
	}
	#feature .bg_white h5 {
		line-height: 1.3;
	}
	#factors .flex > div {
		margin-bottom: 30px;
	}
	#feature .bg_white {
		margin-bottom: 30px;
	}
	#step3 .steps > div {
		margin-bottom: 40px;
	}
	#step3 .steps > div:after {
		top: auto;
		bottom: -60px;
		left: 50%;
		-webkit-transform: translateX(-50%) rotate(90deg);
		-ms-transform: translateX(-50%) rotate(90deg);
		transform: translateX(-50%) rotate(90deg);
	}
	.price_machine li {
		font-size: 1.3rem;
		width: 110px;
	}
	.server_type.flex {
		flex-wrap: wrap;
	}
	.server_type li {
		margin: 0 1px 5px;
		font-size: 1.2rem;
		width: 80px;
	}
}






