/* 共通設定 */
.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%;
}
.navigation li {
	padding-right: 20px;
	padding-left: 20px;
	margin-right: 10px;
	margin-bottom: 5px;
	position: relative;
}
.navigation li:before {
	content: '';
	width: 15px;
	height: 15px;
	position: absolute;
	right: 0;
	top: 0;
	background: url(/sevice_shared/img/cloud/gcp/storage/icn_arrow_bottom.png) no-repeat right 0px;
}
.navigation.bottom li:before {
	transform: rotateZ(-180deg);
	top: -1px;
}
table thead tr:first-child th {
	border-top: solid 1px #ddd;
}


/* ファーストビュー */
#first_view .main .flex {
	justify-content: flex-start;
}
#first_view .main .logo > img {
	width: 45px;
}
#first_view .main p {
	font-size: 2.4rem;
	margin-bottom: 0;
	margin-top: 7px;
	margin-left: 10px;
}
#first_view .main span {
	background: #11cc00;
	color: #fff;
	font-size: 1.2rem;
	font-weight: bold;
	padding: 6px 15px 5px;
	height: 20px;
	margin-top: 8px;
	margin-left: 13px;
}
#first_view .main h4 {
	color: #7e7e7e;
}
#first_view .fastly {
	display: inline-flex;
	justify-content: flex-start;
	align-items: center;
	background: #eee;
	padding: 25px 40px 20px;
	max-width: 630px;
}
#first_view .fastly figure {
	min-width: 108px;
	margin-right: 25px;
}
#first_view .fastly p {
	margin-top: 5px;
}
#first_view .layout-2col:first-child {
	width: 46%;
	max-width: 450px;
}
#first_view figure video {
	width: 100%;
	border: 3px solid #ddd;
	box-sizing: border-box;
}
#first_view .layout-2col:last-child {
	width: 50%;
}
#first_view .layout-2col:last-child.layout-unit {
	margin-left: 4%;
}
#first_view .main_text li {
	padding-left: 23px;
	margin-bottom: 5px;
	position: relative;
}
#first_view .main_text li:before {
	content: '';
	background: #ccc;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	position: absolute;
	left: 3px;
	top: 7px;
}


/* こんな方におすすめ */
#introduce .recommend div {
	background-color: #18AB01;
	background-image: url(/sevice_shared/img/cloud/cache/io/bg_check.png);
	background-repeat: no-repeat;
	background-position: 50% 92%;
	
}
#introduce .recommend h5 {
	color: #fff;
	font-size: 1.8rem;
	padding: 15px 0;
	position: relative;
}
#introduce .recommend h5:before {
	content: '';
	background: url(/sevice_shared/img/cloud/cache/io/icn_issue.png) no-repeat 0 0;
	width: 51px;
	height: 67px;
	position: absolute;
	left: 0;
	bottom: 0;
}
#introduce .recommend p {
	margin: 0;
	padding: 30px;
}
#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: #18AB01;
}
#feature h3 {
	font-size: 2.0rem;
}
#feature .feature div {
	background: #fff;
	padding: 0 30px;
	box-sizing: border-box;
}
#feature p.sbutton_white_cv a:hover {
	color: #333;
}


/*主なご利用例 */
#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: #18AB01;
}
#usage .usage_content {
	border: 3px solid #eee;
	padding: 60px 40px 25px;
	box-sizing: border-box;
}
#usage .usage_content .flex figure {
	width: 55%;
}
#usage .usage_content .flex div {
	width: 43%;
	position: relative;
}
#usage h5 {
	font-size: 2.0rem;
	margin-bottom: 5px;
	padding-left: 40px;
	background: url(/sevice_shared/img/cloud/cache/io/icn_check.png) no-repeat 0 0;
}
#usage li {
	list-style: disc;
	margin-left: 30px;
}
#usage .btn_estimate {
	border: 2px solid #333;
	padding: 15px;
	box-sizing: border-box;
	font-size: 2.0rem;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: 90%;
}
#usage .btn_estimate:after {
	content: '';
	width: 15px;
	height: 15px;
	position: absolute;
	background: url(/sevice_shared/img/top/icn_arrow.svg) no-repeat 95% 50%;
	right: 20px;
	top: 21px;
	transform: rotateZ(90deg);
}
#usage .btn_estimate:hover {
	background: #333;
	color: #fff;
}
#usage .btn_estimate.arrow_bottom:after {
	transform: rotateZ(-90deg);
	top: 25px;
}
#usage .btn_estimate:hover:after {
	background: url(/sevice_shared/img/top/icn_arrow_w.svg) no-repeat 95% 50%;
}
#usage .estimate {
	display: none;
}
#usage .estimate thead th {
	background: #656565;
	color: #fff;
	padding: 10px;
	font-size: 2.0rem;
}
#usage .estimate th {
	border-right: none;
}
#usage .estimate th.title {
	background: #eee;
}
#usage .estimate th {
	padding: 15px;
}
#usage table td.total span {
	font-size: 2.3rem;
	display: inline-block;
	padding: 5px 0;
}


/* 料金・仕様 */
#spec_price .price table th,
#spec_price .price table td {
	padding-top: 15px;
	padding-bottom: 15px;
}


/* ご利用の流れ */
#signup_flow .flow_step {
	background: #fff;
	padding: 30px 30px 20px;
	border: 3px solid #d2d2d2;
	box-sizing: border-box;
	position: relative;
}
#signup_flow .flow_step:after {
	content: '';
	width: 0;
	height: 0;
	border-left: 30px solid #d2d2d2;
	border-top: 80px solid transparent;
	border-bottom: 80px solid transparent;
	position: absolute;
	right: -30px;
	top: 50%;
	transform: translate(0,-50%);
}
#signup_flow .flow_step:last-child:after {
	content: none;
}
#signup_flow .flow_step h3 {
	font-size: 1.8rem;
	line-height: 5rem;
	font-weight: bold;
	margin-top: -9px;
	margin-bottom: 25px;
	margin-left: 75px;
}
#signup_flow .flow_step:first-child h3 {
	line-height: 2.5rem;
}
#signup_flow .flow_step h3 span.step_item {
	color: #fff;
	font-size: 2.2rem;
	line-height: 3.5rem;
	background: #18AB01;
	position: absolute;
	margin-right: 20px;
	font-weight: normal;
	padding: 6px 10px 6px 15px;
	left: -5px;
	top: 20px;
}
#signup_flow .flow_step h3 span.step_item:after {
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	border-left: 12px solid #18AB01;
	border-top: 24px solid transparent;
	border-bottom: 24px solid transparent;
	top: 0;
	right: -12px;
}
#signup_flow .flow_step figure {
	min-height: 126px;
	background: #f3f3f3;
	display: flex;
	align-items: center;
	margin-bottom: 20px;
}
#signup_flow .flow_step figure img {
	flex-shrink: 0;
}


@media screen and (max-width: 1039px){
	.flex {
		display: block;
	}
	.flex.col2 div,
	.flex.col3 div {
		width: 90%;
		min-width: 300px;
		margin: 0 auto;
	}
	#first_view .main {
		text-align: center;
	}
	#first_view .main .flex {
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
	}
	#first_view .main p {
		font-size: 1.6rem;
		margin-top: 14px;
	}
	#first_view .main span {
		display: inline-block;
		margin-top: 9px;
		margin-bottom: 10px;
	}
	#first_view .fastly {
		width: 80%;
		margin: 0 auto;
		display: block;
		text-align: center;
	}
	#first_view .layout-frame {
		width: 90%;
		min-width: 300px;
		margin: 0 auto;
	}
	#first_view .layout-frame figure {
		text-align: center;
		margin-bottom: 20px;
	}
	
	#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;
	}
	
	#usage .usage {
		margin-top: 50px;
	}
	#usage h4 {
		font-size: 1.8rem;
	}
	#usage .usage_content .flex figure {
		width: auto;
		text-align: center;
		margin-bottom: 20px;
	}
	#usage .usage_content .flex div {
		width: 100%;
	}
	#usage .btn_estimate {
		position: relative;
	}
	#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;
	}
}


@media screen and (max-width: 500px){
	#usage h4 {
		font-size: 1.5rem;
	}
	#usage .usage_content {
		padding: 60px 20px 25px;
	}
	#signup_flow .flow_step:first-child h3 {
		line-height: 2.5rem;
	}
}