@charset "utf-8";
/* CSS Document */

body#index main {
	padding-top: 0!important;
}

main .wideContents .white .inner, main .wideContents .gray .inner {
	max-width: 1040px;
}
main .ttlarea .ttl1 {
	font-size: 4.2rem;
	font-weight: normal;
	position: relative;
	margin: 20px auto 25px;
	text-align: center;
}
main .ttl3 {
	font-size: 2.5rem;
	font-weight: bold;
	position: relative;
	margin: 20px auto;
}
main .ttl1 span,
main .ttl3 span {
	padding: 0 20px;
	position: relative;
	background: #fff;
	display: inline-block;
	z-index: 1;
}
main h2.ttl3:before {
	content: '';
	position: absolute;
	background: #eee;
	width: 100%;
	height: 10px;
	z-index: 0;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
main .ttlarea p.excerpt {
	font-size: 1.6rem;
	text-align: center;
	margin-bottom: 25px;
}
main .ttlarea p.excerpt .auto_br {
	display: block;
}
.flex {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}
.btn {
	display: block;
	text-align: center;
	width: 80%;
	max-width: 300px;
	color: #333!important;
	text-decoration: none!important;
	border: 1px solid #ddd;
	border-radius: 50px;
	margin: 0 auto;
	font-size: 1.6rem;
	padding: 16px 10px 15px;
	box-sizing: border-box;
	box-shadow: 0 0 6px 0 rgb(0 0 0 / 10%);
	background: url(/sevice_shared/img/top/icn_arrow.svg) no-repeat 94% 50% / 10px;
	background-color: #fff;
}
.btn:hover {
	border-color: #009dd3;
	box-shadow: none;
	transition: .8s;
}
.bg_blue {
	background: url(/sevice_shared/img/help/bg_mv.png) no-repeat right bottom;
	background-color: #e0efff;
	padding-top: 40px;
	padding-bottom: 135px;
	border-bottom: 1px solid #ccc;
}
.icn_service {
	width: 50px;
	margin: 0 auto 15px;
}
#backup .icn_service {
	width: 56px;
	margin: 0 auto 15px;
}
.mb10 {
	margin-bottom: 10px!important;
}

/*-------------------------------------------------
 検索窓
-------------------------------------------------*/
.inner form {
	text-align: center;
}
.inner .search_txt {
	text-align: center;
	font-size: 2.0rem;
	color: #2f5597;
	font-weight: bold;
	border: none;
	padding: 0;
	margin-left: 0;
	margin-bottom: 5px;
}
.searchword {
	width: 80%;
	max-width: 660px;
	border: 1px solid #ddd;
	border-radius: 50px;
	margin: 0 auto;
	font-size: 1.8rem;
	padding: 10px 10px 10px 55px;
	box-sizing: border-box;
	box-shadow: 0 0 6px 0 rgb(0 0 0 / 10%);
	position: relative;
	background: url(/sevice_shared/img/svg/icn_search.svg) no-repeat 20px 50% / 25px;
	background-color: #fff;
}
.searchword:focus-visible {
	outline: none;
	border-color: #009dd3;
}
/*.searchword:-internal-autofill-selected {
	background: url(/sevice_shared/img/svg/icn_search.svg) no-repeat 20px 50% / 25px;
}*/
.searchbtn {
	display: none;
}
input:-webkit-autofill {
	/*transition: background-color 5000s ease-in-out 0s !important;*/
}

/*-------------------------------------------------
 タブ選択
-------------------------------------------------*/
#service {
	position: relative;
	padding-top: 0;
}
#service .tab_content {
	display: none;
	padding-top: 50px;
}
#service .tab_content.active {
	display: block;
}
#service .tab_link {
	display: flex;
	justify-content: space-between;
	margin-bottom: 40px;
	border-bottom: 1px solid #ccc;
	position: absolute;
	width: 100%;
	max-width: 1040px;
	top: -90px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}
#service .tab_link li {
	width: 24.5%;
	cursor: pointer;
	text-align: center;
	box-sizing: border-box;
	margin-bottom: -1px;
	padding: 57px 5px 7px;
	background: #2f5597;
	border-bottom: 1px solid #ccc;
	position: relative;
	font-size: 1.5rem;
	color: #fff;
	font-weight: bold;
}
#service .tab_link li.active {
	background: #fff;
	border: 1px solid #ccc;
	border-bottom: 1px solid #fff;
	color: #2f5597;
}
#service .tab_link li.active:before {
	content: '';
	position: absolute;
	width: -webkit-calc(100% + 2px);
	width: calc(100% + 2px);
	height: 5px;
	background: #2f5597;
	top: -1px;
	left: -1px;
}
#service .tab_link li span:before {
	content: '';
	position: absolute;
	width: 40px;
	height: 40px;
	top: 33px;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
#service .tab_link li.tab_dc.active span:before {
	background: url(/sevice_shared/img/svg/datacenter/icn_datacenter.svg) no-repeat 0 0 / 40px;
}
#service .tab_link li.tab_cloud.active span:before {
	background: url(/sevice_shared/img/svg/cloud/icn_cloud.svg) no-repeat 0 0 / 34px;
	width: 34px;
	top: 38px;
}
#service .tab_link li.tab_container.active span:before {
	background: url(/sevice_shared/img/svg/container/icn_container.svg) no-repeat 0 0 / 29px;
	width: 29px;
	top: 40px;
}
#service .tab_link li.tab_rentalserver.active span:before {
	background: url(/sevice_shared/img/svg/rentalserver/icn_rentalserver.svg) no-repeat 0 0 / 35px;
	width: 35px;
	top: 38px;
}
#service .tab_link li.tab_dc span:before {
	background: url(/sevice_shared/img/svg/datacenter/icn_datacenter_w.svg) no-repeat 0 0 / 40px;
}
#service .tab_link li.tab_cloud span:before {
	background: url(/sevice_shared/img/svg/cloud/icn_cloud_w.svg) no-repeat 0 0 / 34px;
	width: 34px;
	top: 38px;
}
#service .tab_link li.tab_container span:before {
	background: url(/sevice_shared/img/svg/container/icn_container_w.svg) no-repeat 0 0 / 29px;
	width: 29px;
	top: 40px;
}
#service .tab_link li.tab_rentalserver span:before {
	background: url(/sevice_shared/img/svg/rentalserver/icn_rentalserver_w.svg) no-repeat 0 0 / 35px;
	width: 35px;
	top: 38px;
}

/*-------------------------------------------------
 コンテンツ
-------------------------------------------------*/
#service h2 {
	font-size: 2.8rem;
	font-weight: normal;
	position: relative;
	padding-left: 10px;
	margin-bottom: 25px;
}
#service h2:before {
	content: '';
	position: absolute;
	width: 100%;
	height: 2px;
	background: #ddd;
	left: 0;
	bottom: -5px;
}
#service h2:after {
	content: '';
	position: absolute;
	width: 75px;
	height: 2px;
	background: #2f5597;
	left: 0;
	bottom: -5px;
}
h3 {
	font-size: 2.0rem;
	font-weight: bold;
	margin-bottom: 5px;
}
#service .category a {
	border: 1px solid #ddd;
	box-shadow: 0 0 6px 0 rgb(0 0 0 / 10%);
	text-align: center;
	padding: 65px 5px 15px;
	margin-bottom: 15px;
	position: relative;
	box-sizing: border-box;
	background: #fff;
}
#service .category a span {
	display: block;
	font-size: 1.2rem;
	font-weight: normal;
	color: #999;
}
#service .category.col2 a {
	width: 49.5%;
	margin-right: 1%;
}
#service .category.col2 a:nth-child(2n) {
	margin-right: 0;
}
#service .category.col3 a {
	width: 32.6%;
	margin-right: 1.1%;
}
#service .category.col3 a:nth-child(3n) {
	margin-right: 0;
}
#service .category.col4 a {
	width: 24%;
	margin-right: 1.333%;
}
#service .category.col4 a:nth-child(4n) {
	margin-right: 0;
}
#service .category a:before {
	content: '';
	position: absolute;
	width: 45px;
	height: 45px;
	background: #ddd;
	top: 17px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}
#service .category a.icn_guide:before {
	background: url(/sevice_shared/img/svg/help/icn_guide.svg) no-repeat 0 0 / 35px;
	width: 35px;
	top: 20px;
}
#service .category a.icn_manual:before {
	background: url(/sevice_shared/img/svg/help/icn_manual.svg) no-repeat 0 0 / 35px;
	width: 35px;
	top: 20px;
}
#service .category a.icn_faq:before {
	background: url(/sevice_shared/img/svg/help/icn_faq.svg) no-repeat 0 0 / 45px;
	top: 16px;
}
#service .category a.icn_document:before {
	background: url(/sevice_shared/img/svg/help/icn_document.svg) no-repeat 0 0 / 35px;
	width: 35px;
	top: 21px;
}
#service .category a.icn_cloud:before {
	background: url(/sevice_shared/img/svg/cloud/icn_cloud.svg) no-repeat 0 0 / 45px;
}
#service .category a.icn_ilb:before {
	background: url(/sevice_shared/img/svg/cloud/icn_cloud_ilb.svg) no-repeat 0 0 / 45px;
}
#service .category a.icn_rdb:before {
	background: url(/sevice_shared/img/svg/cloud/icn_cloud_rdb.svg) no-repeat 0 0 / 45px;
}
#service .category a.icn_cachedb:before {
	background: url(/sevice_shared/img/svg/cloud/icn_cloud_cachedb.svg) no-repeat 0 0 / 45px;
}
#service .category a.icn_gcs:before {
	background: url(/sevice_shared/img/svg/cloud/icn_cloud_gcs.svg) no-repeat 0 0 / 45px;
}
#service .category a.icn_cdn:before {
	background: url(/sevice_shared/img/svg/cloud/icn_cloud_cdn.svg) no-repeat 0 0 / 45px;
}
#service .category a.icn_dns:before {
	background: url(/sevice_shared/img/svg/cloud/icn_cloud_dns.svg) no-repeat 0 0 / 45px;
}
#service .category a.icn_baremetal:before {
	background: url(/sevice_shared/img/svg/cloud/icn_cloud_baremetal.svg) no-repeat 0 0 / 45px;
}
#service .category a.icn_private:before {
	background: url(/sevice_shared/img/svg/cloud/icn_cloud_private.svg) no-repeat 0 0 / 45px;
}
#service .category a.icn_backup:before {
	background: url(/sevice_shared/img/svg/cloud/icn_cloud_backup.svg) no-repeat 0 0 / 45px;
}
#service .category a:after {
	content: '';
	position: absolute;
	width: 10px;
	height: 15px;
	background: url(/sevice_shared/img/top/icn_arrow.svg) no-repeat right center / 10px;
	top: 50%;
	right: 13px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
#service .category a:hover {
	text-decoration: none;
	border-color: #009dd3;
	box-shadow: none;
	transition: .8s;
}
#service .faq_item {
	border: 1px solid #ddd;
	padding: 40px 40px 30px;
	margin-bottom: 40px;
	box-sizing: border-box;
	background: #fff;
}
#service .faq_item h4 {
	font-size: 1.8rem;
	font-weight: bold;
	margin-bottom: 10px;
}
#service .faq_item li {
	background: url(/sevice_shared/img/svg/help/icn_questuion.svg) no-repeat left center / 22px;
	padding-left: 30px;
	padding-top: 4px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
#service .faq_item li:last-of-type {
	margin-bottom: 18px;
}
#service .faq_item a {
	width: 100%;
	color: #009dd3;
}
@media screen and (max-width: 1039px) {
	main .wideContents {
		padding-top: 0;
	}
	#service .tab_link {
		width: 95%;
	}
	#service .tab_link li {
		font-size: 1.5vw;
		height: 90px;
	}
	main .ttlarea .ttl1 {
		font-size: 3.2rem;
	}
	main .ttlarea p.excerpt,
	.searchword {
		font-size: 1.4rem;
	}
}
@media screen and (max-width: 739px) {
	main .ttl1 {
		font-size: 2.0rem;
	}
	main .ttl1 span, main .ttl3 span {
		padding: 0 5px;
	}
	.inner .search_txt {
		font-size: 1.6rem;
	}
	.searchword {
		width: 100%;
		font-size: 1.6rem;
	}
	#service .tab_link {
		top: -100px;
	}
	#service .tab_link li {
		font-size: 1.1rem;
		height: 100px;
	}
	#service h2 {
		font-size: 2.0rem;
	}
	main .ttl3 {
		font-size: 1.8rem;
	}
	#service .category.col4 a {
		width: 49.5%;
		margin-right: 1%;
	}
	#service .category.col4 a:nth-child(2n) {
		margin-right: 0;
	}
}
@media screen and (max-width: 499px) {
	.btn {
		font-size: 1.4rem;
	}
	.bg_blue {
		background-position: left;
	}
	main .ttlarea .ttl1 {
		font-size: 2.3rem;
	}
	main .ttlarea p.excerpt {
		text-align: left;
	}
	main .ttlarea p.excerpt .auto_br {
		display: inline;
	}
	#service .category.col2 a,
	#service .category.col3 a,
	#service .category.col4 a {
		width: 100%;
		margin-right: 0;
		margin-bottom: 5px;
	}
	#service .faq_item {
		padding: 30px 25px 25px;
	}
}
