@charset "utf-8";

/**
 *
 *  レンタルサーバー TOP
 *
 */

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

.sec-inner{
	width:1040px;
}

/*--------------------------------------------------------------------------
   その他、共通
---------------------------------------------------------------------------*/

p.btn-index {
	margin:0;
	padding:0;
	text-align:center;
}
p.btn-index a {
	background:#004380;
	padding:20px 90px;
	text-align:center;
	color:#FFF;
	font-size:18px;
	font-size:1.8rem;
	font-weight:bold;
	text-decoration:none;
	box-sizing:border-box;
	border-radius:7px;
	box-shadow:0 4px 0 #001240;
	transition:all 0.2s ease;
	letter-spacing:0.1em;
}
p.btn-index a:hover {
    background: #4976AA;
    box-shadow: 0 4px 0 #004380;
}


/*----------------------------------------------------------------------
	#MV
----------------------------------------------------------------------*/

#MV {
	background:url(/rentalserver/server/images/index/bg_main.png) repeat-x center center / cover;
	height:480px;
}
#MV .sec-inner {
	position:relative;
}
#MV h1 {
	padding:95px 0 0;
}
#MV h1 .txt {
	display:inline-block;
	margin:0 0 20px;
	color:#FFF;
	border:1px solid #FFF;
	line-height:1.0;
	font-size:18px;
	font-size:1.8rem;
	padding:7px 25px;
}
#MV h1 .logo {
}
#MV .mv-pr {
	position:absolute;
	right:165px;
	top:100px;
}
#MV .mv-pr + .mv-pr {
	position:absolute;
	right:0;
}

#MV .pr-box {
	padding:40px 0 0;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-around;
    justify-content: space-around;
}
#MV .pr-box p {
	background:rgba(0,0,0,.4);
	width:32%;
	padding:10px 0 12px;
	text-align:center;
	line-height:1.5;
	font-size:16px;
	font-size:1.6rem;
	font-weight:bold;
	color:#FFF;
	border:4px solid #48A4BB;
	border-radius:50px;
	box-sizing:border-box;
}


/*----------------------------------------------------------------------
	#Lineup
----------------------------------------------------------------------*/

#Lineup {
	background:url(/rentalserver/server/images/index/bg_server01.png) no-repeat 0 0 /cover;
}
#Lineup .inner-navi02 {
	margin:0 0 30px;
}
#Lineup h2 {
	width:45%;
	line-height:1.0;
	font-size:34px;
	font-size:3.4rem;
	font-weight:700;
	color:#2C3A43;
	box-sizing:border-box;
	float:left;
}
#Lineup h2 span {
	display:block;
	padding:0 0 15px;
	font-size:20px;
	font-size:2.0rem;
}
#Lineup h2  + p {
	width:55%;
	line-height:1.8;
	font-size:15px;
	font-size:1.5rem;
	color:#2C3A43;
	float:left;
	box-sizing:border-box;
}

#Lineup .ban-server {
	display:inline-block;
	position:relative;
	clear:both;
}
#Lineup .ban-server.aw {
	margin-top:20px;
}
#Lineup .ban-server.ic {
	float:left;
}
#Lineup .ban-server.al {
	margin-left:20px;
}
#Lineup .ban-server a {
	transition:all 0.2s ease;
}
#Lineup .ban-server a:hover {
	opacity:0.85;
}

#Lineup .ban-server span.img {
	display:block;
	border-radius:8px;
	z-index:10;
	box-shadow:0 2px 3px rgba(0,0,0,.15);
}
/*
#Lineup .ban-server span.reco {
	position:absolute;
	left:-35px;
	top:-10px;
	z-index:100;
}
*/
#Lineup .ban-server span.series {
	position:absolute;
	left:0;
	top:-7px;
	z-index:100;
}
#Lineup .ban-server span.btn.order {
	position:absolute;
	right:305px;
	bottom:30px;
}
#Lineup .ban-server span.btn.download {
	position:absolute;
	right:70px;
	bottom:30px;
}

#Lineup .ban-contact {
	background:#2C3A43;
	width:100%;
	margin:0 0 60px;
	padding:35px 50px;
	color:#FFF;
	font-size:25px;
	font-size:2.5rem;
	line-height:1.5;
	font-weight:bold;
	border-radius:8px;
	box-sizing:border-box;
	position:relative;
}

#Lineup .ban-contact .btn.contact a {
	display:block;
	background:#21A1D7;
	width:300px;
	height:64px;
	padding-top:20px;
	text-align:center;
	font-size:16px;
	font-size:1.6rem;
	color:#FFF;
	text-decoration:none;
	box-sizing:border-box;
	border-radius:8px;
	box-shadow:0 4px 0 #0466B5;
	letter-spacing:0.2em;
	position:absolute;
	right:30px;
	top:40px;
	transition:all 0.2s ease;
}
#Lineup .ban-contact .btn.contact a:hover{
	opacity:0.85;
}

#Service {
	clear: both;
}
#Service .flex {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
#Service .service_zen {
	background: #fff;
	width: 100%;
	box-shadow: 2px 2px 4px rgb(0 0 0 / 8%);
	padding: 30px 10px;
	box-sizing: border-box;
	border-top: 6px solid;
	text-align: center;
	margin-bottom: 50px;
}
#Service .service_zen.idcf {
	border-color: #439bf1;
}
#Service .service_zen.aws {
	border-color: #ff9900;
}
#Service .service_zen h3 {
	margin-bottom: 10px;
}
#Service .service_zen h3 + p {
	color: #1d243e;
	font-size: 1.6rem;
	font-weight: bold;
	margin-bottom: 10px;
}
#Service .service_zen dl {
	display: flex;
	align-items: baseline;
	justify-content: center;
}
#Service .service_zen dl:first-of-type {
	margin-bottom: -6px;
}
#Service .service_zen dl dt {
	color: #6b7393;
	font-size: 1.2rem;
	margin-right: 10px;
}
#Service .service_zen dl dd {
	color: #43485b;
	font-size: 1.6rem;
}
#Service .service_zen dl dd:nth-last-of-type(2) {
	margin-right: 20px;
}
#Service a.btn {
	display: block;
	text-decoration: none;
	border-radius: 6px;
	background: #333;
	color: #fff;
	text-align: center;
	width: 285px;
	margin: 0 auto;
	font-size: 2.0rem;
	line-height: 1.3;
	padding: 10px 5px 7px;
	box-sizing: border-box;
	border: 3px solid #333;
}
#Service .cv.flex {
	justify-content: center;
}
#Service .cv a.btn {
	margin: 40px 15px 0;
}
#Service a.btn.dl {
	padding-top: 19px;
}
#Service a.btn.navy {
	background: #1d243e;
	border-color: #1d243e;
	height: 67px;
}
#Service a.btn:hover {
	background: #fff;
	color: #333;
	transition: .5s;
}
#Service a.btn.navy:hover {
	color: #1d243e;
}
#Service .service_zen a.btn {
	width: 184px;
	font-size: 1.6rem;
	padding: 12px 5px;
	margin: 10px 5px 0;
}
#Service .service_zen.idcf a.btn {
	background: #439bf1;
	border: 2px solid #439bf1;
}
#Service .service_zen.idcf a.btn.solid {
	background: #fff;
	color: #439bf1;
}
#Service .service_zen.idcf a.btn:hover {
	background: #fff;
	color: #439bf1;
}
#Service .service_zen.idcf a.btn.solid:hover {
	background: #439bf1;
	color: #fff;
}
#Service .service_zen.aws a.btn {
	background: #ff9900;
	border: 2px solid #ff9900;
}
#Service .service_zen.aws a.btn.solid {
	background: #fff;
	color: #ff9900;
}
#Service .service_zen.aws a.btn:hover {
	background: #fff;
	color: #ff9900;
}
#Service .service_zen.aws a.btn.solid:hover {
	background: #ff9900;
	color: #fff;
}
a.btn.blank span {
	position: relative;
	display: inline-block;
	margin-left: -12px;
}
a.btn.blank span:after {
	content: '';
	position: absolute;
	width: 13px;
	height: 14px;
	background: url(/sevice_shared/img/svg/icn_new_window_w.svg) no-repeat 0 0 / 13px;
	top: 50%;
	right: -18px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
a.btn.blank.solid span:after {
	background: url(/sevice_shared/img/svg/icn_new_window.svg) no-repeat 0 0 / 13px;
}
a.btn.blank:hover span:after {
	background: url(/sevice_shared/img/svg/icn_new_window.svg) no-repeat 0 0 / 13px;
}
a.btn.blank.solid:hover span:after {
	background: url(/sevice_shared/img/svg/icn_new_window_w.svg) no-repeat 0 0 / 13px;
}

/*----------------------------------------------------------------------
	#Function
----------------------------------------------------------------------*/

#Function {
	background:url(/rentalserver/images/index/bg_service.png) no-repeat 0 0 /cover;
}
#Function .sec-inner {
	padding:65px 0 100px;
}
#Function h2 {
	width:55%;
	margin:0 0 50px;
	line-height:1.0;
	font-size:34px;
	font-size:3.4rem;
	font-weight:700;
	color:#FFF;
	box-sizing:border-box;
	float:left;
}
#Function h2 span {
	display:block;
	padding:0 0 15px;
	font-size:20px;
	font-size:2.0rem;
}
#Function h2  + p {
	width:45%;
	line-height:1.8;
	font-size:15px;
	font-size:1.5rem;
	color:#FFF;
	float:left;
	box-sizing:border-box;
}

#Function .function-box {
	clear:both;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-around;
    justify-content: space-around;
	-webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
#Function .function-box div {
	margin-bottom:15px;
	box-shadow:0 2px 3px rgba(0,0,0,.15);
}
#Function .function-box div a {
	transition:all 0.2s ease;
}
#Function .function-box div a:hover {
	opacity:0.85;
}

/*----------------------------------------------------------------------
	#Support
----------------------------------------------------------------------*/

#Support {
	background:url(/rentalserver/images/index/bg_intro.jpg) no-repeat 0 0 /cover;
}
#Support .sec-inner {
	padding:65px 0 100px;
}
#Support h2 {
	width:60%;
	margin:0 0 50px;
	line-height:1.0;
	font-size:34px;
	font-size:3.4rem;
	font-weight:700;
	color:#2C3A43;
	box-sizing:border-box;
	float:left;
}
#Support h2  + p {
	width:40%;
	line-height:1.8;
	font-size:15px;
	font-size:1.5rem;
	color:#2C3A43;
	float:left;
	box-sizing:border-box;
}

#Support .support-box {
	clear:both;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
	-webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
#Support .support-box div {
	margin:0 20px 15px;
	border-radius:8px;
	box-shadow:0 2px 3px rgba(0,0,0,.15);
}
#Support .support-box div a {
	transition:all 0.2s ease;
}
#Support .support-box div a:hover {
	opacity:0.85;
}


/*----------------------------------------------------------------------
	#Others
----------------------------------------------------------------------*/

#Others {
	background:url(/rentalserver/server/images/index/bg_others.png) repeat-x center top;
}
#Others .sec-inner {
	padding:65px 0 50px;
}

#Others .others-box {
	clear:both;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-around;
    justify-content: space-around;
	-webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
#Others .others-box div {
	margin-bottom:15px;
	border-radius:8px;
	box-shadow:0 2px 3px rgba(0,0,0,.15);
}
#Others .others-box div a {
	transition:all 0.2s ease;
}
#Others .others-box div a:hover {
	opacity:0.85;
}

/*----------------------------------------------------------------------------------------------------
	for タブレット（1039px以下）
-----------------------------------------------------------------------------------------------------*/
@media (max-width: 1039px) {
#MV .sec-inner {
	width: 95%;
}
#MV h1 {
	width: 60%;
}
#MV h1 .txt {
	line-height: 2.5rem;
}
#MV h1 .logo img {
	width: 100%;
	max-width: 655px;
	height: auto;
}
#MV .mv-pr {
	width: 17%;
	right: 18%;
}
#MV .mv-pr img {
	width: 100%;
	max-width: 158px;
	height: auto;
}
.sec-inner {
	width: 95%;
	margin: 0 auto;
}
h2 {
	margin-bottom: 25px;
}
#Lineup h2,
#Lineup h2 + p {
	width: auto;
	float: none;
}
#Lineup h2 + p {

}
#Lineup .ban-server.ic,
#Lineup .ban-server.al {
	width: 48%;
}
#Lineup .ban-server.al {
	margin-left: 4%;
}
#Lineup .ban-server span.img img {
	width: 100%;
	height: auto;
}
#Lineup .ban-server span.btn.order,
#Lineup .ban-server span.btn.download {
	width: 20%;
}
#Lineup .ban-server span.btn.order img,
#Lineup .ban-server span.btn.download img {
	width: 100%;
	height: auto;
}
#Lineup .ban-server span.btn.order {
	right: 31%;
}
#Lineup .ban-contact {
	font-size: 1.5rem;
}
#Lineup .ban-contact .btn.contact a {
	top: 25px;
}
#Function h2,
#Support h2 {
	width: auto;
	margin-bottom: 25px;
	float: none;
	line-height: 1.4;
}
#Function h2 + p,
#Support h2 + p {
	width: auto;
	margin-bottom: 15px;
	float: none;
}

/*#Lineup .ban-server span.btn.order,
#Lineup .ban-server span.btn.download {
	display: none;
}*/
}

/*----------------------------------------------------------------------------------------------------
	for SP（768px以下）
-----------------------------------------------------------------------------------------------------*/
@media (max-width: 768px) {
#MV .mv-pr {
	display: none;
}
#MV h1 {
	width: 95%;
	text-align: center;
	margin: 0 auto;
	padding-top: 70px;
}
#MV h1 .logo img {
	width: 80%;
	min-width: 280px;
}
#MV .pr-box {
	padding-top: 25px;
	flex-wrap: wrap;
}
#MV .pr-box p {
	width: 45%;
	max-width: 400px;
	margin: 0 auto 10px;
	font-size: 1.4rem;
}
#Lineup .ban-server span.series {
	width: 60px;
}
#Lineup .ban-server span.series img {
	width: 100%;
	height: auto;
}
#Lineup .ban-server span.btn.order,
#Lineup .ban-server span.btn.download {
	display: none;
}
#Lineup .ban-contact {
	padding: 25px;
	text-align: center;
}
#Lineup .ban-contact .btn.contact a {
	position: static;
	margin: 15px auto 0;
}
#Service .content > .flex {
	display: block;
}
#Service .service_zen {
	width: 100%;
}
#Service .service_zen.idcf {
	margin-bottom: 20px;
}
#Function .function-box div {
	width: 48%;
	max-width: 320px;
}
#Function .function-box div img {
	width: 100%;
	height: auto;
}
}

/*----------------------------------------------------------------------------------------------------
	for SP（499px以下）
-----------------------------------------------------------------------------------------------------*/
@media (max-width: 499px) {
	#MV {
		height: 440px;
	}
	#MV h1 {
		padding-top: 30px;
	}
	#MV h1 .txt {
		font-size: 1.4rem;
	}
	#MV .pr-box {
		padding-top: 20px;
	}
	#MV .pr-box p {
		width: 100%;
		font-size: 1.2rem;
	}
	h2 {
		font-size: 2.8rem!important;
	}
	#Lineup .ban-server.ic,
	#Lineup .ban-server.al {
		width: 100%;
		max-width: 490px;
		display: block;
		float: none;
		margin: 0 auto;
	}
	#Lineup .ban-server.ic {
		margin-bottom: 20px;
	}
	#Lineup .ban-contact {
		padding: 25px 14px 27px;
		font-size: 1.2rem;
	}
	#Lineup .ban-contact .btn.contact a {
		font-size: 1.5rem;
		width: 250px;
		height: 50px;
		line-height: 50px;
		padding: 0;
	}
	#Function .function-box div {
		width: 100%;
		max-width: 250px;
	}
	#Support .support-box img {
		width: 100%;
		height: auto;
	}
	#Others .others-box div {
		width: 48%;
		max-width: 238px;
		margin: 1%;
	}
}