/* 共通設定 */
.content a.btn {
	color: #fff;
	font-size: 18px;
	max-width: 220px;
	margin: 15px 0 0;
	padding: 20px 5px 18px;
	background: #ff7e00;
	margin: auto;
}
.content a.btn_color_blue {
	background: #3399cc;
}
.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(/lp/case/private01/img/bg_cv.png) no-repeat 0 bottom;
	align-items: center;
}
.bg_purple {
	background:#49408f;
}
.bg_purple .area_cv {
	background: url(/lp/case/private01/img/bg_cv.png) no-repeat 0 -50px / 503px;
}
.area_cv > div {
	width: 50%;
	text-align: center;
	padding: 20px 0;
}
.area_cv h5 {
	font-size: 2.5rem;
	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,
.bgc_private .content h5,
.bgc_private .content p {
	color: #fff;
}
/* ファーストビュー */
#first_view {
	background: url(/lp/case/private01/img/bg_mv.png) no-repeat 6% 0 #e0e0ff;
	padding: 0 0 35px;
}
#first_view .content {
	overflow: visible;
}
#first_view p {
	color: #fff;
}
#first_view .ttl {
	justify-content: center;
}
#first_view .ttl figure {
	width: 80px;
	margin-left: 7%;
}
#first_view .ttl h1 {
	color: #333;
	font-size: 2.5rem;
	padding-top: 12px;
	padding-left: 15px;
}
#first_view .lineup {
	width: 67%;
	margin-top: 40px;
}
#first_view .lineup .flex {
	justify-content: flex-start;
	align-items: center;
	margin-bottom: 12px;
}
#first_view .lineup .btn_list {
	/*justify-content: flex-start;*/
	display: flex;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	align-items: center;
	justify-content: space-around;
	max-width: 75%;
	margin: auto;
}
#first_view .lineup p {
	color: #333;
	font-size: 4.8rem;
	font-weight: bold;
	margin-bottom: 40px;
	line-height: 1.35em;
	text-align: center;
}
.btn_req a:hover,
.btn_service a:hover {
	background-color: rgba(255, 255, 255, 0.6);
}
.btn_req a,
.btn_service a {
	display: block;
	color: #6a4ebf;
	font-weight: bold;
	font-size: 1.8rem;
	text-decoration: none;
	border: 2px solid #6a4ebf ;
	text-align: center;
	min-width: 240px;
	background-color: #fff;
	padding: 10px 5px 9px;
	-webkit-transition: all .1s ease-in-out;
	transition: all .1s ease-in-out;
}
#first_view .main_cv {
	max-width: 330px;
	width: 32%;
	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);
	padding: 15px 25px 0;
	box-sizing: border-box;
	margin-top: 35px;
}
#first_view .main_cv .download_btn {
	width: 100%;
	margin-bottom: 10px;
}
#first_view .main_cv .download_files {
	width: 100%;
}
#first_view .main_cv h3 {
	font-size: 2.0rem;
	margin-top: 0;
	margin-bottom: 10px;
	text-align: center;
}
#first_view .main_cv p {
	color: #333;
	text-align: center;
}
#first_view .main_cv figure {
	width: 240px;
	margin: auto;
}
.bgc_private {
	background-color: #49408f;
}
/* こんな方におすすめ */
#introduce .recommend div {
	background-color: #6a4ebf;

}#introduce .recommend .solution_area {

	background-image: url(/sevice_shared/img/cloud/private/bg_check.png);
	background-repeat: no-repeat;
	background-position: 50% 75%;
}
#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: 5px;
	bottom: -6px;
}
#introduce .recommend .issue_area {
	width: 100%;
	background: #fff;
	min-height: 125px;
	padding: 15px 0 10px;
}
#introduce .recommend .issue_area p,
#introduce .recommend .solution_area .solution {
	position: relative;
}
#introduce .recommend .issue_area p::before,
#introduce .recommend .solution_area .solution::before {
	display: block;
	content: '';
	position: absolute;
	top:  1.525em;
	left: 1em;
	width: 10px;
	height: 10px;
	background-color: #604dbf;
	border-radius: 100%;
}
#introduce .recommend .solution_area .solution::before {
	background-color: #fff;
}
#introduce .recommend p {
	margin: 0;
	padding: 18px 25px 0 30px;
}
#introduce .recommend .solution_area {
	width: 100%;
	margin-top: 33px;
	padding-bottom: 30px;
	position: relative;
}
#introduce .recommend .solution_area p {
	color: #fff;
}
#introduce .recommend .solution_area:before {
	content: '';
	width: 0;
	height: 0;
	border-left: 161.195px solid transparent;
	border-right: 161.195px solid transparent;
	border-top: 40px solid #fff;
	position: absolute;
	top: -34px;
	left: 0;
	right: 0;
	margin: auto;
}
#introduce .recommend .solution_area .solution_cap {
	max-width: 100%;
	text-align: center;
	padding: 10px 30px 0;
	font-size: 1.25em;
	font-weight: 600;
	line-height: 1.25em;
}

#introduce .recommend .issue_area h6,
#introduce .recommend .solution_area h6 {
	text-align: center;
	font-weight: bold;
	font-size: 1.6rem;
}

#introduce .recommend .issue_area h6 {
	color: #604dbf;
	padding-top: 5px;

}
#introduce .recommend .solution_area h6 {
	color: #60d4fa;
	padding-top: 20px;
}
/*主なご利用例 */
#usage .usage {
	position: relative;
}
#usage h4 {
	color: #fff;
	font-size: 2rem;
	text-align: center;
	margin-top: 0px;
	padding: 14px;
	position: absolute; 
	top: -30px; 
	left: 0;
	right: 0;
	margin: auto;
	width: 73%;
	background: #604dbf;
}
#usage .usage_content {
	border: 4px solid #eee;
	padding: 70px 22px 25px 15px;
	box-sizing: border-box;
}
#usage .usage_content .flex figure {
	width: 62%;
	text-align: center;
}
#usage .usage_content .flex div {
	width: 38%;
	position: relative;
}
#usage h5 {
	color: #604dbf;
	font-size: 2.0rem;
	text-align: center;
}
#usage p {
	margin-top: 8px;
	margin-bottom: 30px;
}
#usage li {
	padding: 10px 15px 2px 38px;
	background: url(/sevice_shared/img/svg/cloud/private/icn_check.svg) no-repeat 0 7px / 30px;
}
#usage .usage_content h3 {
	font-size: 2.2rem;
	margin-top: 0;
	text-align: center;
	padding-top: 5px;
}

#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_content img {
	max-width: 540px;
	width: 100%;
}
/* ご利用の流れ */
/*---- block-step4 ----*/
.block-step4{ padding: 40px 0 90px; }
.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; }
}
/* 資料ダウンロードフォーム */
#download {
	border-bottom: 4px solid #eee;
}
#download iframe {
	min-height: 500px;
}
.g_sns_pagetop_wrapper,read_area {
	background-color: #fff;
}
@media screen and (max-width: 1039px){
	#introduce,
	#feature,
	#usage,
	#spec_price,
	#download {
		padding-top: 20px;
	}
	.flex {
		display: block;
	}
	.flex.col2 div,
	.flex.col3 div {
		width: 90%;
		min-width: 300px;
		margin: 0 auto;
	}
	.area_cv > div {
		width: 100%;
		padding: 10px 20px 20px;
		box-sizing: border-box;
	}
	.content.area_cv a.btn {
		width: 300px;
		font-size: 1.6rem;
		margin: 0 auto 10px;
	}
	#first_view p {
		font-size: 1.6rem;
	}
	#first_view .ttl figure {
		width: 70px;
		margin: 0 auto;
	}
	#first_view .ttl h1 {
		font-size: 1.8rem;
		font-weight: bold;
		text-align: center;
		padding: 0;
	}
	#first_view .lineup {
		width: 100%;
		max-width: 600px;
		margin: 0 auto;
	}
	#first_view .lineup > div {
		margin-bottom: 20px;
	}
	#first_view .lineup .btn_list {
		display: block;
		max-width: 55%;
	}
	#first_view .lineup .btn_list .btn_req{
		margin-bottom: 10px;
	}
	#first_view .lineup h3 {
		font-size: 1.8rem;
	}
	#first_view .lineup p {
		font-size: 3rem;
		margin-bottom: 30px;

	}
	#first_view .main_cv {
		width: 100%;
		padding: 30px 20px 15px;
		margin: 35px 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;
	}
	.content a.btn {
		margin: 0 auto 10px;
	}
	#first_view .main_cv figure {
		margin: 0 auto;
	}
	.btn_req a, .btn_service a {
		margin: auto;
	}
	.btn_req a,
	.btn_service a {
		min-width: 180px;
	}
	.info_gray {
		display: block;
		padding: 23px 15px 20px;
	}
	.info_gray figure {
		margin-bottom: 15px;
	}
	.info_gray p {
		margin-left: 0;
	}
	#introduce .recommend div {
		margin-bottom: 30px;
	}
	#introduce .recommend .issue_area {
		padding: 15px 0 25px;
	}
	#introduce .recommend p.issue {
		min-height: auto;
	}

	#introduce .recommend .solution_area:before {
		border-left: 30px solid transparent;
		border-right: 30px solid transparent;
		border-top: 15px solid #fff;
	}
	#introduce .recommend .issue_area p::before,
	#introduce .recommend .solution_area .solution::before {
		top: 1.8em;
	}
	#introduce .recommend .solution_area  {
		background-size: 80px;
		background-position: 50% 50%;
	}

	#feature .feature div {
		padding: 30px;
		margin-bottom: 20px;
	}
	#feature .feature_outline {
		box-sizing: border-box;
		width: 90%;
		margin: 0 auto;
	}
	#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 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;
	}
	#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;
	}
	#usage .usage_content h3 {
		font-size: 1.8rem;
	}
}