/* 共通設定 */
.local-nav_bottom {
	display: none;
}
p.sbutton {
	max-width: 280px;
}
p.button a, p.sbutton_cv a {
	color: #6a4ebf;
	box-shadow: 0 0 0 5px #6a4ebf inset;
}
p.button a:hover, p.sbutton_cv a:hover {
	box-shadow: 0 0 0 5px #6a4ebf inset;
	background: #6a4ebf;
}
p.sbutton a {
	color: #6a4ebf;
	box-shadow: 0 0 0 3px #6a4ebf inset;
}
p.sbutton a:hover {
	box-shadow: 0 0 0 3px #6a4ebf inset;
	background: #6a4ebf;
}
.content a.btn {
	color: #fff;
	font-size: 18px;
	max-width: 220px;
	margin: 15px 0 0;
	padding: 20px 5px 18px;
	background: #3399cc;
}
.content a.btn.orange {
	background: #ff7e00;
}
.content a.btn:hover {
	opacity: .6;
	transition: .8s;
}
.flex {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	max-width: 1040px;
}
.flex.col2 div {
	width: 48.2%;
}
.flex.col3 div {
	width: 31%;
}
.attention {
	font-size: 1.2rem;
	color: #333!important;
}
table thead tr:first-child th {
	border-top: solid 1px #ddd;
}
.area_cv {
	background: url(/sevice_shared/img/cloud/private/bg_cv.png) no-repeat 0 bottom;
	align-items: center;
}
.bg_purple {
	background:#49408f;
}
.bg_purple .area_cv {
	background: url(/sevice_shared/img/svg/cloud/icn_cloud_private.svg) no-repeat 0 -50px / 503px;
}
.area_cv > div {
	width: 50%;
	text-align: center;
	padding: 20px 0;
}
.area_cv h5 {
	font-size: 1.8rem;
	font-weight: bold;
	margin-top: 40px;
	margin-bottom: 5px;
}
.content.area_cv a.btn {
	font-size: 2.2rem;
	max-width: 350px;
	display: block;
	margin: 20px auto;
	padding: 25px 5px 22px;
}
.bg_purple h5,
.bg_purple p {
	color: #fff;
}

/* ファーストビュー */
#first_view {
	background: url(/sevice_shared/img/cloud/private/bg_main.jpg) no-repeat 0 0;
	background-size: cover;
	padding: 40px 0 60px;
}
#first_view .content {
	overflow: visible;
	align-items: center;
}
#first_view p {
	color: #fff;
}
#first_view p.lead {
	display: inline-block;
	font-size: 2.4rem;
	border: 2px solid #fff;
	width: auto;
	box-sizing: border-box;
	margin: 0 auto 10px;
	padding: 10px 20px 5px;
}
#first_view p.lead a,
#first_view p.lead a span {
	color: #fff;
	text-decoration: underline;
}
#first_view p.catch {
	font-size: 1.8rem;
	text-align: center;
}
#first_view .ttl {
	justify-content: center;
	margin-bottom: 5px;
}
#first_view .ttl figure {
	width: 150px;
	margin: 0 auto;
}
#first_view .ttl h1 {
	color: #fff;
	font-size: 4.0rem;
	font-weight: bold;
	padding-top: 0;
	margin-top: -10px;
}
#first_view .lineup {
	width: 49%;
}
#first_view .lineup .flex {
	justify-content: flex-start;
}
#first_view .lineup h3 {
	color: #fff;
	font-weight: bold;
	font-size: 2.0rem;
	border: 2px solid #fff;
	padding: 10px 5px 9px;
	margin-top: 0;
	margin-bottom: 15px;
	min-width: 215px;
	text-align: center;
}
#first_view .lineup p {
	margin-bottom: .4rem;
	margin-left: 33px;
	position: relative;
}
#first_view .lineup p:before {
	content: '';
	position: absolute;
	width: 13px;
	height: 2px;
	background: #fff;
	top: 50%;
	left: -18px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
#first_view .lineup p.attention,
#first_view .lineup span.attention {
	font-size: 1.2rem;
	color: #fff!important;
	margin-left: 0;
	margin-top: 15px;
}
#first_view .lineup p.attention:before {
	content: none;
}
#first_view .main_cv {
	width: 55%;
	max-width: 450px;
	background-color: #fff;
	background-image: url(/sevice_shared/img/cloud/private/bg_main_cv.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	box-shadow: 4px 3px 21px 0 rgba(0, 0, 0, .2);
	margin: 20px 0;
	padding: 35px 35px;
	box-sizing: border-box;
}
#first_view .main_cv h3 {
	font-size: 1.8rem;
	margin-top: 0;
	margin-bottom: 15px;
	text-align: center;
}
#first_view .main_cv p {
	font-size: 1.4rem;
	color: #333;
}
#first_view .main_cv figure {
	flex: none;
	margin-top: 5px;
	margin-right: -17px;
	width: 180px;
}
#first_view a.btn {
	font-size: 1.6rem;
	color: #fff;
	width: 200px;
	margin: 0 auto;
}
.info_gray {
	display: flex;
	padding: 23px 48px 20px;
	background: #eee;
	align-items: center;
}
.info_gray figure {
	flex: none;
	text-align: center;
	margin-bottom: 0;
}
.info_gray p {
	margin-left: 20px;
}

#first_view.underlayer {
	padding: 33px 0 20px;
}
#first_view.underlayer .ttl {
	justify-content: flex-start;
	margin: 0;
}
#first_view.underlayer .ttl figure {
	width: 30px;
	margin: 0;
}
#first_view.underlayer .ttl h1 {
	font-size: 1.6rem;
	font-weight: normal;
	margin: 4px 0 0 10px;
}
#first_view.underlayer h2 {
	color: #fff;
	text-align: left;
	font-weight: normal;
	margin: 0;
}

/* こんな方におすすめ */
#introduce .recommend div {
	background-color: #6a4ebf;
	background-image: url(/sevice_shared/img/cloud/private/bg_check.png);
	background-repeat: no-repeat;
	background-position: 50% 92%;
	
}
#introduce .recommend h5 {
	color: #fff;
	font-size: 1.9rem;
	padding: 21px 0 17px;
	position: relative;
	line-height: 1.4;
}
#introduce .recommend h5:before {
	content: '';
	background: url(/sevice_shared/img/cloud/private/icn_issue.png) no-repeat 0 0;
	width: 51px;
	height: 67px;
	position: absolute;
	left: 0;
	bottom: -6px;
}
#introduce .recommend p {
	margin: 0;
	padding: 30px 25px;
}
#introduce .recommend p.issue {
	background: #fff;
	padding-bottom: 20px;
	min-height: 125px;
}
#introduce .recommend p.solution {
	color: #fff;
	margin-top: 33px;
	padding-bottom: 50px;
	position: relative;
}
#introduce .recommend p.solution:before {
	content: '';
	width: 0;
	height: 0;
	border-left: 161.195px solid transparent;
	border-right: 161.195px solid transparent;
	border-top: 30px solid #fff;
	position: absolute;
	top: -33px;;
	left: 0;
	right: 0;
	margin: auto;
}


/* 特長 */
#feature {
	background: #6a4ebf;
}
#feature h3 {
	font-size: 2.0rem;
	margin-bottom: 5px;
}
#feature figure {
	flex: none;
	background: #dfdbff;
	border-radius: 50%;
	width: 125px;
	height: 125px;
	margin: 0 auto;
	position: relative;
}
#feature figure img {
	width: 80px;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
#feature .feature div {
	background: #fff;
	padding: 0 30px;
	box-sizing: border-box;
}
#feature .feature_outline {
	background: #fff;
	padding: 10px 30px;
}
#feature .feature_outline figure {
	flex: none;
	width: 95px;
	height: 95px;
	margin-right: 30px;
}
#feature .feature_outline figure img {
	width: 65px;
}
#feature .feature_outline > div {
	border-bottom: 1px dashed #ddd;
	align-items: center;
}
#feature .feature_outline > div:last-child {
	border-bottom: none;
}

/* NSXの特長 */
#feature.option_nsx h3,
#feature.option_nsx p,
#feature.option_nsx a {
	color: #fff;
}
#feature.option_nsx h3 {
	font-size: 2.5rem;
}
#feature.option_nsx p.attention {
	color: #fff!important;
}
#feature.option_nsx a {
	text-decoration: underline;
}
#feature.option_nsx h3 {
	background: url(/sevice_shared/img/cloud/private/bg_check.png) no-repeat 50% 50%;
}

/*主なご利用例 */
#usage .usage {
	position: relative;
}
#usage h4 {
	color: #fff;
	font-size: 2.3rem;
	text-align: center;
	margin-top: 0px;
	padding: 14px;
	position: absolute; 
	top: -30px; 
	left: 0;
	right: 0;
	margin: auto;
	width: 80%;
	background: #604dbf;
}
#usage .usage_content {
	border: 3px solid #eee;
	padding: 60px 22px 25px 15px;
	box-sizing: border-box;
}
#usage .usage_content .flex figure {
	width: 79%;
}
#usage .usage_content .flex div {
	width: 43%;
	position: relative;
}
#usage h5 {
	color: #604dbf;
	font-size: 2.0rem;
}
#usage p {
	margin-top: 8px;
	margin-bottom: 30px;
}
#usage li {
	padding: 10px 0 2px 38px;
	background: url(/sevice_shared/img/svg/cloud/private/icn_check.svg) no-repeat 0 7px / 30px;
}
#usage .usage_content > p {
	padding: 0 40px;
}
#usage .private-container .usage_content .flex figure {
	width: 50%;
	text-align: center;
}
#usage .private-container .usage_content .flex div {
	width: 47%;
}
#usage .usage_content .flex div.pattern05 {
	width: 79%;
}
#usage .usage_content .pattern05 .flex {
	margin-top: 20px;
}
#usage .usage_content .pattern05 .flex,
#usage .usage_content .pattern05 figure {
	width: 100%;
}
#usage .usage_content .pattern05 .flex p {
	margin: 10px;
}
#usage p.sbutton {
	max-width: none;
}
#usage p.sbutton a {
	font-size: 1.6rem;
}
#usage .tab_link {
	flex-wrap: wrap;
}
#usage .tab_link p {
	width: 33%;
	max-width: 340px;
	margin: 0 0 10px;
	font-size: 1.6rem;
	padding: 10px 10px 6px;
	box-sizing: border-box;
	border: 3px solid #6a4ebf;
	color: #6a4ebf;
	font-weight: bold;
	text-align: center;
	cursor: pointer;
}
#usage .tab_link p.active,
#usage .tab_link p:hover {
	background: #6a4ebf;
	color: #fff;
}

/* ネットワークの仮想化とは */
.nw_virtualized figure {
	flex: none;
	margin-left: 30px;
}
.nw_difference > div {
	width: 32%;
	border: 2px solid #eee;
	box-sizing: border-box;
	padding-bottom: 20px;
}
.nw_difference h5 {
	background: #6a4ebf;
	color: #fff;
	font-size: 1.8rem;
	font-weight: bold;
	margin-bottom: 10px;
	padding: 14px 10px 10px;
	text-align: center;
	line-height: 3;
}
.nw_difference > div:last-child h5 {
	line-height: 1.5;
}
.nw_difference dl {
	padding: 10px 30px;
}
.nw_difference dt {
	font-size: 1.7rem;
	font-weight: bold;
	text-align: center;
	margin-bottom: 10px;
}
.nw_difference dd {
	position: relative;
	padding-left: 15px;
}
.nw_difference dd:before {
	content: '';
	position: absolute;
	width: 10px;
	height: 10px;
	background: #6a4ebf;
	border-radius: 50%;
	left: 0;
	top: 6px;
}

/* ご利用の流れ */
/*---- block-step4 ----*/
.block-step4{ padding: 50px 0 40px; }
.block-step4 .inner .Box{
	width: 18%;
	max-width: 200px;
	padding: 3% 2%;
	float: left;
	text-align: center;
	background: #fff; }
.block-step4 .inner .arrowBox{
	width: 3.5%;
	height: 174px;
	float: left;
	background-image: url(/sevice_shared/img/cloud/top/ico_arrow002.png);
	background-repeat: no-repeat;
	background-position: center 50%; }
.block-step4 .inner .Box p.name{
	margin: 15px 0 0 0;
	font-weight: bold;
	font-size: 1.5rem; }
.block-step4 .inner .Box p.message{ font-size: 1.8rem; }
.block-step4 .inner .Box img { width: 140px; }
.block-step4 a { color: #4D9FEB; }
@media screen and (max-width: 740px) {
	.block-step4{ padding: 40px 0; }
	.block-step4 .inner .Box{
		width: auto;
		max-width: none;
		padding: 20px 20px 20px 20px; 
		float: none;
		text-align: center;
		background: #fff; }
	.block-step4 .inner .arrowBox{
		width: 100%;
		padding: 3% 0;
		float: none;
		height:	auto;
		background-image: url(/sevice_shared/img/cloud/top/ico_arrow003.png);
		background-repeat: no-repeat;
		background-position: center 50%; }
	.block-step4 .inner .Box p.message{ font-size: 1.4rem; }
}

/* ローカルナビ */
.tabArea {
	border-bottom: none;
}
.tabArea.fixed {
	border-bottom: 3px solid #dedede;
}
.tabArea .tab {
	display: flex;
	align-items: center;
}
.tabArea .tab_title {
	display: none;
}
.tabArea .tab li {
	font-weight: normal;
	font-size: 1.6rem;
	border: none;
	position: relative;
}
.tabArea.fixed .tab li {
	font-weight: bold;
	font-size: 1.5rem;
}
.tabArea.fixed .tab .tab_title {
	display: inline-block;
	font-size: 1.3rem;
	text-align: center;
	line-height: 1.2;
	margin-right: 20px;
}
.tabArea.fixed .tab .tab_title img {
	width: 25px;
	margin-right: 5px;
}
.tab li a {
	padding: 22px 18px 20px;
}
.tab li a:hover {
	background: #ddd;
	transition: .8s;
}
.tab li.tab_title a {
	padding: 10px 0;
}
.tab li.tab_title a:hover {
	background: none;
	box-shadow: none;
}
.tab li:not(.tab_title):after {
	content: '';
	position: absolute;
	width: 100%;
	height: 5px;
	left: 0;
	bottom: 0;
}
.tab li:hover:after {
	background: #6a4ebf;
	transition: .8s;
}
.tab li.active:after {
	background: #6a4ebf;
}

/* 動画 */
.movie {
	width: 100%;
	max-width: 450px;
	aspect-ratio: 16 / 9;
	margin-top: 30px;
}
.movie iframe {
	width: 100%;
	height: 100%;
}

@media screen and (max-width: 1039px){
	.content {
		width: 90%;
	}
	#introduce,
	#feature,
	#usage,
	#spec_price,
	#download,
	#option_nsx,
	#about_nw {
		padding-top: 50px;
	}
	.flex {
		display: block;
	}
	.flex.col2 div,
	.flex.col3 div {
		width: 100%;
		min-width: 300px;
		margin: 0 auto;
	}
	.area_cv.content {
		width: 100%;
		padding-bottom: 30px;
	}
	.area_cv > div {
		width: 100%;
		padding: 10px 20px 0;
		box-sizing: border-box;
	}
	.area_cv figure {
		width: 50%;
		max-width: 350px;
		margin: 0 auto;
	}
	.content.area_cv a.btn {
		width: 300px;
		font-size: 1.6rem;
		margin: 0 auto 10px;
	}
	.bg_purple .area_cv {
		background-position: 0 53px;
	}
	#first_view {
		padding: 45px 10px;
	}
	#first_view p,
	#first_view p.lead {
		font-size: 1.6rem;
	}
	#first_view .ttl {
		margin-bottom: 20px;
	}
	#first_view .ttl figure {
		width: 70px;
		margin: 0 auto;
	}
	#first_view .ttl h1 {
		font-size: 2.5rem;
		font-weight: bold;
		text-align: center;
		padding: 0;
	}
	#first_view p.catch {
		font-size: 2.0rem;
	}
	#first_view .main_cv {
		width: 100%;
		padding: 30px 20px 15px;
		margin: 20px auto 0;
		max-width: 600px;
	}
	#first_view .main_cv h3 {
		font-size: 1.6rem;
		margin-bottom: 5px;
	}
	#first_view .main_cv p {
		text-align: center!important;
	}
	#first_view.underlayer .ttl {
		display: flex;
	}
	.content a.btn {
		margin: 0 auto 10px;
	}
	#first_view .main_cv figure {
		margin: 0 auto;
	}
	#first_view a.btn {
		margin: 0 auto 10px;
	}
	.info_gray {
		display: block;
		padding: 23px 15px 20px;
	}
	.info_gray figure {
		margin-bottom: 15px;
	}
	.info_gray p {
		margin-left: 0;
	}
	.tabArea .tab li {
		font-size: 1.4rem;
	}
	#introduce .recommend div {
		margin-bottom: 30px;
	}
	#introduce .recommend p.issue {
		min-height: auto;
		padding-bottom: 30px;
	}
	#introduce .recommend p.solution {
		margin-top: 20px;
	}
	#introduce .recommend p.solution:before {
		border-left: 30px solid transparent;
		border-right: 30px solid transparent;
		border-top: 15px solid #fff;
		top: -20px;
	}
	#introduce .recommend div {
		background-size: 80px;
		background-position: 50% 86%;
	}
	#feature .feature div {
		padding: 30px;
		margin-bottom: 20px;
	}
	#feature .feature_outline > div {
		padding-top: 20px;
	}
	#feature .feature_outline figure {
		margin: 0 auto;
	}
	#feature h3 {
		text-align: center;
		line-height: 1.3;
		margin-top: 10px!important;
		font-size: 1.8rem;
	}
	#usage .usage {
		margin-top: 50px;
	}
	#usage .tab_link {
		display: flex;
	}
	#usage h4 {
		font-size: 1.8rem;
	}
	#usage h5 {
		font-size: 1.6rem;
	}
	#usage li {
		background-size: 25px;
		padding: 9px 0 2px 32px;
	}
	#usage .usage_content .flex figure {
		width: auto;
		text-align: center;
		margin-bottom: 20px;
	}
	#usage .usage_content .flex div,
	#usage .usage_content .flex div.pattern05 {
		width: 100%;
	}
	#usage .usage_content .pattern05 .flex p {
		margin: 0 auto 20px;
	}
	#usage .usage_content {
		padding: 60px 30px 25px 30px;
	}
	#usage .private-container .usage_content .flex figure,
	#usage .private-container .usage_content .flex div {
		width: 100%;
	}
	.nw_virtualized figure {
		max-width: 100px;
		margin: 0 auto 20px;
	}
	.nw_difference {
		display: flex;
	}
	.nw_difference h5,
	.nw_difference dt {
		font-size: 1.5rem;
	}
	.nw_difference dd {
		font-size: 1.4rem;
	}
	.nw_difference dl {
		padding: 10px 20px;
	}
	.nw_difference p.sbutton {
		width: 90%;
	}
	.nw_difference p.sbutton a {
		font-size: 1.4rem;
	}
	#signup_flow .flow_step {
		margin-bottom: 40px;
	}
	#signup_flow .flow_step:after {
		transform: rotate(90deg);
		left: 0;
		right: 0;
		top: auto;
		bottom: -95px;
		margin: 0 auto;
	}
	#signup_flow .content_center div figure {
		margin-bottom: 30px;
		
	}
	#signup_flow .flow_step:first-child h3 {
		line-height: 5.0rem;
	}
	#signup_flow .flow_step figure {
		display: block;
	}
	.tabArea.fixed {
		top: 60px;
		padding-top: 10px;
	}
	.tabArea .tab {
		flex-wrap: wrap;
		width: 100%;
		justify-content: center;
	}
	.tabArea.fixed .tab .tab_title {
		width: 100%;
		border-bottom: 1px solid #ccc;
		margin: 0;
		padding-bottom: 10px;
	}
	.movie {
		min-width: auto;
		margin: 0 auto;
	}
}

@media screen and (max-width: 899px){
	.tabArea .tab {
		border-top: 1px solid #ccc;
		border-bottom: 1px solid #ccc;
	}
	.tabArea .tab li {
		width: 30%;
		text-align: center;
		border-right: 1px solid #ccc;
		border-bottom: 1px solid #ccc;
		font-size: 1.3rem;
	}
	.tabArea .tab li:nth-child(2),
	.tabArea .tab li:nth-child(5) {
		border-left: 1px solid #ccc;
	}
	.tabArea .tab li:nth-child(5),
	.tabArea .tab li:nth-child(6),
	.tabArea .tab li:nth-child(7) {
		border-bottom: none;
	}
	.local-nav_bottom {
		display: block;
	}
}

@media screen and (max-width: 729px){
	.tabArea .tab li {
		width: 50%;
	}
	.tabArea .tab li:nth-child(2),
	.tabArea .tab li:nth-child(5) {
		border-bottom: 1px solid #ccc;
		border-left: none;
	}
	.tabArea .tab li:nth-child(3),
	.tabArea .tab li:nth-child(5),
	.tabArea .tab li:nth-child(7) {
		border-right: none;
	}
	#usage .usage_content > p {
		padding: 0;
		margin-top: 0;
	}
	#usage .nsx_security .usage_content > p {
		margin-top: 35px;
	}
	#usage p.sbutton a {
		font-size: 1.4rem;
	}
	.nw_difference {
		display: block;
	}
	.nw_difference > div {
		width: 100%;
		margin-bottom: 20px;
	}
}

@media screen and (max-width: 500px){
	#first_view .ttl h1 {
		font-size: 2rem;
	}
	#first_view p.catch {
		font-size: 1.5rem;
	}
	#usage h4 {
		font-size: 1.5rem;
	}
	#usage .usage_content {
		padding: 60px 20px 25px;
	}
	#signup_flow .flow_step:first-child h3 {
		line-height: 2.5rem;
	}
	.tabArea .tab li {
		font-size: 1.2rem;
	}
	#usage .tab_link {
		display: block;
	}
	#usage .tab_link p {
		width: 100%;
		margin: 0 auto 6px;
		font-size: 1.4rem;
	}
	#feature.option_nsx h3 {
		font-size: 1.8rem;
		background-size: 120px;
	}
}