@charset "utf-8";

/* =====================================

基本設定

===================================== */

body article{
	font-family: '小塚ゴシック Pro L','Kozuka Gothic Pro Light',"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	font-size: 18px;
	line-height: 150%;
	color: #333;
}
/* safariのみ */
@media screen and (-webkit-min-device-pixel-ratio:0) {
	body{
		letter-spacing: -0.5px;
	}
}
selector:not(:target) {
	body{
		font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	}
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	body{
		font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	}
}

.sec{
	overflow: hidden;
}


a:hover {
    filter:alpha(opacity=80);
    -moz-opacity: 0.8;
    opacity: 0.8;
}
.contents{
	width: 940px;
	margin: 0 auto;
}
@media screen and (max-width: 768px) {
	.contents{
		width: 80%;
	}
}
a.link{
	color: #0086cd;
	text-decoration: underline;
}
h1.type1 {
    height: 80px;
    padding: 0 30px;
    margin-bottom: 30px;
    background-image: url(/img/documents/bg-h2.png);
    color: #fff;
    font-size: 30px;
    font-weight: bold;
    line-height: 80px;
    margin-top: 0px;
}
p.desc{
	margin: 20px 30px 50px;
	font-weight: bold;
}

h2.type1{
	height: 50px;
	line-height: 50px;
    padding: 0 30px;	
    color: #fff;
    font-size: 24px;
    font-weight: bold;
}
h2.type1.bgG{ background-color: #8dc000; }
h2.type1.bgB{ background-color: #0097fb; }
h2.type1.bgP{ background-color: #ba46ad; }
h2.type1.bgBR{ background-color: #996c33; }
h2.type1.bgOR{ background-color: #ffa500; }

h2.type1.bg_vps{ background-color: #15337C; }
h2.type1.bg_wd{ background-color: #E02F2D; }
h2.type1.bg_share{ background-color: #FBC344; }
h2.type1.bg_private{ background-color: #387E33; }
h2.type1.bg_vps_wd{ background: linear-gradient(to right, #15337C, #E02F2D); }
h2.type1.bg_cloud_managed{ background-color: #6574E8; }

table.type1{
	width: 100%;
	border-collapse: collapse;
}
table.type1 th,table.type1 td{
	background-color: #fbfbfb;
	font-size: 16px;
	line-height: 30px;
	font-weight: bold;
}
table.type1 th{
	width: 30%;
	padding: 15px 5px 15px 15px;
}
table.type1 tr td:nth-child(2){
	width: 46%;
	padding: 15px 0;
}
table.type1 tr td:nth-child(3){
	width: 24%;
	padding: 15px 5px;
}

/* =====================================

service

===================================== */

/* serviceBox */
#service .serviceBox{
	padding: 20px 0 20px 20px;
	background-color: #f5f8fc;
	margin-bottom: 50px;
}
#service .serviceBox .title{
	overflow: hidden;
	margin-bottom: 20px;
}
#service .serviceBox .title img.icon{
	float: left;
	margin-right: 7px;
}
#service .serviceBox .title .text{
	float: left;
	width: 780px;
}
#service .serviceBox .title .text h2{
	font-size: 28px;
	line-height: 1;
	font-weight: bold;
	color: #0086cd;
	margin-bottom: 10px;
}
#service .serviceBox .title .text h2.new:after{
	display: inline-block;
	content: url(../images/order/icon-new_2019.png);
	margin-left: 5px;
	
}
#service .serviceBox .title .text p{
	font-size: 18px;
	line-height: 24px;
	font-weight: bold;
	color: #1d3156;
}


/* 吹き出し */

#service #box2 .btnList2 .icon{
	position: relative;
}
#service #box2 .btnList2 .icon:after{
	content: url(../images/order/fukidashi-vps.png);
	position: absolute;
	top: -50px;
	left: 160px;
}

#service #box3 p.icon{
	position: relative;
}
#service #box3 p.icon:after{
	content: url(../images/order/fukidashi-desktop.png);
	position: absolute;
	top: -50px;
	left: 410px;
}

#service #box4 .btnList2 .icon{
	position: relative;
}
#service #box4 .btnList2 .icon:after{
	content: url(../images/order/fukidashi-privateServer.png);
	position: absolute;
	top: -14px;
	left: 263px;
}

#service #box5 .btnList2 .icon{
	position: relative;
}
#service #box5 .btnList2 .icon:after{
	content: url(../images/order/fukidashi-maneged.png);
	position: absolute;
	top: -8px;
	left: 304px;
}


/* btnList */

#service .btnList2 li{
	float: left;
	margin-left: 18px;
}
#service .btnList2 li:first-child{
	margin-left: 0;
}
#service .btnList2 li img{
	max-width: 100%;
}

#service .btnList3{
	overflow: hidden;
}
#service .btnList3 li{
	float: left;
	width: 286px;
	margin-left: 21px;
}
#service .btnList3 li:first-child{
	margin-left: 0;
}
#service .btnList3 li img{
	max-width: 100%;
}