@charset "utf-8";

/**
 *
 *  レンタルサーバー - 機能一覧（/server/function/）
 *
 */


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


/*----------------------------------------------------------------------
	その他、共通あしらい
----------------------------------------------------------------------*/

.tax{
	margin:0 0 5px;
	text-align:right;
	font-size:13px;
	font-size:1.3rem;
}
h3 + .tax {
	margin-top:-30px;
}
h4 + .tax {
	margin-top:-20px;
}

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;
}
p.notes + p.notes {
	margin-top:5px;
}

.op{
	background: #1DB27E;
	padding: 2px 10px;
	margin: 5px 0 0 10px;
	color: #FFF !important;
	font-size: 12px;
	font-size: 1.2rem;
	border-radius: 3px;
	float:left;
}

/*----------------------------------------------------------------------
	link-area
----------------------------------------------------------------------*/

.link-area{
	padding:20px 0;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
.link-area li {
	width:242px;
	margin:0 4px 4px 0;
}
.link-area li:nth-of-type(4n) {
	margin-right:0;
}
.link-area li a {
	display:table-cell;
	background:#FFF url(/rentalserver/shared/images/ico_arw04_lightblue.png) no-repeat right 10px center;
	width:242px;
	height:50px;
	text-align:center;
	line-height:1.2;
	color:#5396DF;
	font-size:16px;
	font-size:1.6rem;
	font-weight:bold;
	box-sizing:border-box;
	border:1px solid #5396DF;
	text-decoration:none;
	transition:all 0.2s ease;
	vertical-align:middle;
	position:relative;
}

.link-area.bottom {
	border-top:1px solid #D5D5D5;
	padding-top:40px;
}
.link-area.bottom li a{
	background:#FFF url(/rentalserver/shared/images/ico_arw04_lightblue180.png) no-repeat right 10px center;
}
.link-area li a:hover ,
.link-area.bottom li a:hover {
	background-color:#E4EFFA;
}


/*----------------------------------------------------------------------
	link
----------------------------------------------------------------------*/

.link {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-around;
    justify-content: center;
}
.link li {
	margin: 0 10px;
}
.link li a{
	transition: all 0.2s ease;
}
.link li a:hover{
	opacity:0.65;
}

.link + .btn-contact-hosting {
	padding:30px 0 0;
	text-align:center;
}
.link + .btn-contact-hosting a {
	width: 100%;
	max-width:450px;
	margin:0 auto 15px;
	padding:20px 0;
	line-height:1.35;
	font-size:25px;
	font-size:2.5rem;
}


/*----------------------------------------------------------------------
	Sec01
----------------------------------------------------------------------*/

#Sec01 {
	padding:0 0 50px;
}
#Sec01 .sec-inner{
	overflow:hidden;
	
}
#Sec01 h3{
	margin-top:-100px; /* ヘッダー追従の高さ分の調整 */
	padding-top:100px; /* ヘッダー追従の高さ分の調整 */
	color:#325271;
    font-size:22px;
    font-size:2.2rem;
}

#Sec01 h4 {
	color:#325271;
	font-size:17px;
	font-size:1.7rem;
}

/*----------------------------------------------------------------------
	Sec02
----------------------------------------------------------------------*/

#Sec02 {
	padding:40px 0 50px;
	width:100%;
	background:#EEEEEE;
}
#Sec02 .sec-inner{
	overflow:hidden;
}

#Sec02 h3{
    color:#325271;
    font-size:22px;
    font-size:2.2rem;
}


#Sec02 .det_aws{
    margin-bottom:15px;
}
#Sec02 .det_idcf{
	float:left;
}
#Sec02 .det_ali{
	margin-left:25px;
	float:left;
}
#Sec02 .det_aws a ,
#Sec02 .det_ali a ,
#Sec02 .det_idcf a{
	transition:all 0.2s ease;
}
#Sec02 .det_aws a:hover ,
#Sec02 .det_ali a:hover ,
#Sec02 .det_idcf a:hover{
	opacity:0.65;
}


/* .table-type01
--------------------------------------------------*/

table.table-type01{
}
table.table-type01 th,
table.table-type01 td {
	background:inherit;
	padding:15px;
	line-height:1.4;
	text-align:left;
	font-size:13px;
	font-size:1.3rem;
	border:1px solid #B5B6B6;
	border-left:none;
	border-right:none;
	text-align:left;
		
}
table.table-type01 th .notes,
table.table-type01 td .notes {
	display:inline-block;
	padding-left:10px;
	color:inherit;
}
table.table-type01 th {
	background:#F5F5F6;
	padding-left:15px;
	padding-right:5px;
	text-align:center;
	border-right:1px solid #E5E5E5;
	white-space: normal;
	text-align:left;
}
table.table-type01 td {
	background:#FFF;
	border-right:1px solid #E5E5E5;
}
table.table-type01 td:last-child{
	border-right:none;
}

table.table-type01 td span {
	color:#FF9D00;
}
table.table-type01 td .small {
	display:block;
	color:inherit !important;
	font-size:11px !important;
	font-size:1.1rem !important;
	line-height:1.2 !important;
}
.table-type01 thead th{
	padding:7px 0;
	text-align:center;
	color:#FFF;
	font-size:14px;
	font-size:1.4rem;
	border-right:1px solid #DDD;
}
.table-type01 thead th.title {
	background:#2C425A;
	font-weight:normal;
}
.table-type01 thead th.ic {	background:#439BF1;}
.table-type01 thead th.aw {	background:#FF8000;}
.table-type01 thead th.al {	background:#373C41;}
.table-type01 thead th.y {	background:#023B81;}

.table-type01 thead th:last-of-type {
	border-right:none !important;
}
.table-type01 thead th span.plan {
	display:block;
	font-size:13px;
	font-size:1.3rem;
	font-weight:normal;
}

.table-type01 th .op {
	display: block;
	width: 70px;
	margin: 3px auto 0;
	font-size: 12px;
	text-align:center;
}

.table-type01 tbody tr:nth-child(odd) th {
	background:#EEEEEE;
}
.table-type01 tbody tr:nth-child(odd) td {
	background:#F9F9F9;
}
.table-type01 tbody tr:nth-child(even) td {
	background:#FFF;
}

/* 最後のテーブルのあしらい */

.table-type01:last-of-type td {
	background:#F9F9F9 !important;
	font-size:14px;
	font-size:1.4rem;
}
.table-type01:last-of-type td a{
	color:#2C3A43;
	font-weight:bold;
}
.table-type01:last-of-type td img{
	width:18px;
	height:auto;
	margin-right:8px;
}

#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;
}
#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;
}


/*----------------------------------------------------------------------------------------------------
	for タブレット（1039px以下）
-----------------------------------------------------------------------------------------------------*/
@media (max-width: 1039px) {
	.link-area {
		justify-content: space-around;
	}
	.link-area li {
		width: 49%;
		margin: 0 0 5px;
	}
	.link-area li a {
		display: block;
		width: 100%;
		padding-top: 14px;
	}
	.scroll_box {
		padding-bottom: 15px;
	}
	.scroll_box table {
		width: 980px;
	}
	.link li {
		margin: 10px;
	}
	#Sec02 .det_idcf {
		width: 50%;
	}
	#Sec02 .det_ali {
		width: 49%;
		margin-left: 1%;
	}
}
/*----------------------------------------------------------------------------------------------------
	for SP（768px以下）
-----------------------------------------------------------------------------------------------------*/
@media (max-width: 768px) {
	.link-area li {
		width: 100%;
	}
	h3#zl + .tax {
		margin-top: 0;
	}
	.link {
		display: block;
	}
	.link li {
		margin: 10px auto;
		text-align: center;
	}
	.ttl-type01 {
		background: none;
		font-size: 1.7rem;
	}
	.ttl-type01 span {
		padding: 0;
	}
	#Sec02 h3 {
		font-size: 1.7rem;
		line-height: 1.5;
		margin-bottom: 15px;
	}
	#Sec02 .det_idcf {
		float: none;
		width: 100%;
		margin-bottom: 15px;
	}
	#Sec02 .det_ali {
		float: none;
		width: 100%;
		margin-left: 0;
	}
	#Service .content > .flex {
		display: block;
	}
	#Service .service_zen {
		width: 100%;
	}
	#Service .service_zen.idcf {
		margin-bottom: 20px;
	}
}