@charset "utf-8";

/**
 *
 *  IDCFクラウド版レンタルサーバー - TOP
 *
 */


/*--------------------------------------------------------------------------
   overwrite
---------------------------------------------------------------------------*/

th .op{
	display:block;
	width:76px;
	margin:3px auto 0;
	padding:2px 0;
	font-size:12px;
}

/*----------------------------------------------------------------------
	共通あしらい
----------------------------------------------------------------------*/

p.notes {
	margin-top:15px;
	padding-left:3.0em;
	text-indent:-3.0em;
	line-height:1.5;
	font-size:13px !important;
	font-size:1.3rem !important;
	color:#325271;
}


/*--------------------------------------------------------------------------
   #TOP
---------------------------------------------------------------------------*/


/*--------------------------------------------------------------------------
   PageMV
---------------------------------------------------------------------------*/

#PageMV{
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#439BF1+0,2B82E0+100 */
	background: #439BF1 url(/rentalserver/idcf/images/index/img_main.png) no-repeat center center; /* Old browsers */
	background: url(/rentalserver/idcf/images/index/img_main.png) no-repeat center center , -moz-linear-gradient(-45deg, #439BF1 20%, #2B82E0 80%); /* FF3.6-15 */
	background: url(/rentalserver/idcf/images/index/img_main.png) no-repeat center center , -webkit-linear-gradient(-45deg, #439BF1 20%,#2B82E0 80%); /* Chrome10-25,Safari5.1-6 */
	background: url(/rentalserver/idcf/images/index/img_main.png) no-repeat center center , linear-gradient(135deg, #439BF1 20%,#2B82E0 80%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#439BF1', endColorstr='#2B82E0',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	/*background:#22252A url(/idcf/images/index/img_main.png) no-repeat center top;*/
	min-height:460px;
	/*margin-top:25px;*/
	overflow:hidden;
	position:relative;
}

#PageMV .sec-inner{
	position:relative;
}

#PageMV h1{
	padding:50px 0 12px;
	text-align:center;
	color:#FFF;
	font-weight:normal;
}
#PageMV h1 span{
	display:block;
}
#PageMV h1 span.h1-sub a {
	display:block;
	padding:0 0 20px;
	-webkit-animation: mv-anim 0.3s ease 0.3s 1 forwards;
	animation: mv-anim 0.3s ease 0.3s 1 forwards;
	opacity:0;
}
#PageMV h1 span.h1-sub a img {
	transition:all 0.3s ease;
}
#PageMV h1 span.h1-sub a:hover img {
	opacity:0.85;
}

#PageMV h2 {
	width:100px;
	height:138px;
	position:absolute;
	top:0;
	left:-90px;
}

#PageMV .release{
	background:url(/rentalserver/images/index/mv_idcf_release.png) no-repeat 0 0;
	width:140px;
	height:140px;
	text-indent:-99999em;
	position:absolute;
	left:30px;
	top:130px;
	transition:all 0.2s ease-in-out;
	-webkit-animation: mv-anim 0.7s ease 0.7s 1 forwards;
	animation: mv-anim 0.7s ease 0.7s 1 forwards;
	opacity:0;
}

@-webkit-keyframes mv-anim {
  100% {
    opacity: 1;
  }
}
@keyframes mv-anim {
  100% {
    opacity: 1;
  }
}

#PageMV .btn-box {
	width:560px;
}
#PageMV .btn-order-hosting a ,
#PageMV .btn-download-hosting a {
	width:250px;
}
#PageMV .btn-order-hosting a {
	padding:5px 0 12px;
}


/*--------------------------------------------------------------------------
   Feature
---------------------------------------------------------------------------*/

#Feature {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#FFF+0,FFF+50,3489ED+50,3489ED+59,3489ED+100 */
	background: #FFF; /* Old browsers */
	background: -moz-linear-gradient(top, #FFF 0%, #FFF 55%, #3489ED 55%,  #3489ED 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #FFF 0%,#FFF 55%,#3489ED 55%,#3489ED 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #FFF 0%,#FFF 55%,#3489ED 55%,#3489ED 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFF', endColorstr='#3489ED',GradientType=0 ); /* IE6-9 */
	padding:30px 0 70px;
	z-index:100;
}

#Feature .sec-inner > p {
	padding:0 40px;
	line-height:1.5;
	font-size:16px;
	font-size:1.6rem;
}

#Feature .sec-inner > h2 {
	text-align:center;
	color:#439BF1;
	margin:0 0 10px;
	line-height:1.2;
	font-size:28px;
	font-size:2.8rem;
}
#Feature .sec-inner > h2 span {
	padding-right:2px;
	color:#69AFF4;
	font-size:25px;
	font-size:2.5rem;
}

#Feature a img {
	transition:all 0.2s ease;
}
#Feature a img:hover {
	opacity:0.85;
}


.feature-area {
	padding:80px 0 60px;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.feature-area dl {
	background:#439BF1;
	width:48%;
	padding:30px 20px 40px;
	font-size:15px;
	font-size:1.5rem;
	color:#FFF;
	box-sizing:border-box;
	border:5px solid #3489ED;
	box-shadow:2px 2px 4px rgba(0,0,0,0.05);
	position:relative;
}
.feature-area dt{
	margin-top:-110px;
	text-align:center;
	line-height:1.2;
	font-size:18px;
	font-size:1.8rem;
	font-weight:bold;
}
.feature-area dt img {
	position:relative;
	z-index:100;
}
.feature-area dt span {
	display:block;
	padding:15px 0;
}
.feature-area dd {
	line-height:1.5;
	word-break:break-all;
}





/*----------------------------------------------------------------------
	btn-box - 各種ボタン -
----------------------------------------------------------------------*/

.btn-box {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-around;
    justify-content: space-around;
	width:900px;
	margin:0 auto;
	padding:0;
}

.btn-box .btn {
	background-color:#023565;
	border-radius: 8px;
}
.btn-box .btn a {
	display: table-cell;
	background:#F9F9F9;
	width:400px;
	height:70px;
	text-align: center;
	color:#232F3E;
	font-size:22px;
	font-size:2.2rem;
	font-weight: bold;
	border-radius: 8px;
	text-decoration: none;
	vertical-align: middle;
	box-sizing: border-box;
	border:2px solid #232F3E;
	box-shadow:0 2px 3px rgba(0,0,0,.15);
	transition: all 0.2s ease;
	
}
.btn-box .btn a:hover {
	background:#F5F6F6;
	color:#858686;
	border:2px solid #B5B6B6;
}


/*----------------------------------------------------------------------
	CVエリア
----------------------------------------------------------------------*/

.cv-area{
	background:#FBFBFB url(/rentalserver/images/index/bg_case.png) no-repeat right center;
	width:100%;
	position:relative;
}
.cv-area .sec-inner{
	overflow:hidden;
	padding:40px 80px 50px;
	box-sizing:border-box;
}
.cv-area .btn-box {
	width:650px;
	padding-top:15px;
}
.cv-area .btn-contact-hosting a,
.cv-area .btn-download-hosting a {
	width:300px;
	padding:20px 0;
	line-height:1.35;
	font-size:24px;
	font-size:2.4rem;
}
.cv-area .btn-order-hosting {
	padding:20px 0 0;
	text-align:center;
}
.cv-area .btn-order-hosting a {
	width:360px;
	margin:0 auto;
}

.cv-area .cp-notes{
	clear:both;
	padding:20px 0 0;
}
.cv-area .cp-notes p{
	line-height:1.2;
	font-size:12px;
	font-size:1.2rem;
	text-indent:-1em;
	padding-left:1em;
	color:#BBB;
}

/*----------------------------------------------------------------------------------------------------
	for タブレット（1039px以下）
-----------------------------------------------------------------------------------------------------*/
@media (max-width: 1039px) {
	#PageMV {
		background-position: bottom;
		padding-bottom: 20px;
	}
	#PageMV h1 {
		padding: 80px 0 15px;
	}
	#PageMV h1 span.h1-sub a img {
		width: 100%;
		height: auto;
		max-width: 740px;
	}
	#PageMV h2 {
		left: 0;
		width: 60px;
	}
	#Feature .sec-inner > p {
		padding: 0;
	}
	.btn-box {
		width: 100%;
	}
	.btn-box > p {
		margin: 10px;
	}
	.cv-area .sec-inner {
		padding: 40px 0 50px;
	}
}

/*----------------------------------------------------------------------------------------------------
	for SP（768px以下）
-----------------------------------------------------------------------------------------------------*/
@media (max-width: 768px) {
	#PageMV .btn-box {
		display: block;
		text-align: center;
		width: auto;
	}
	.feature-area {
		display: block;
	}
	.feature-area dl {
		width: 100%;
		margin-bottom: 90px;
	}
	.feature-area dl:last-child {
		margin-bottom: 0;
	}
	.btn-box {
		width: 100%;
		display: block;
		margin: 0 auto;
		text-align: center;
	}
	.cv-area .btn-box {
		width: auto;
		clear: both;
	}
	.btn-box .btn a {
		font-size: 2.0rem;
	}
	.cv-area .btn-box > p {
		margin: 10px 0;
	}
	.cv-area .btn-contact-hosting a, .cv-area .btn-download-hosting a {
		font-size: 2.0rem;
	}
	.btn-contact-hosting a span {
		font-size: 1.3rem;
	}
	.cv-area .btn-order-hosting a {
		width: 300px;
		font-size: 1.8rem;
		box-sizing: border-box;
	}
	.btn-order-hosting a span {
		font-size: 1.4rem;
	}
}