/* 共通設定 */
p {
	margin-bottom: 20px;
}
.content a.btn {
	color: #333;
	border: 4px solid #333;
	font-size: 2.2rem;
	width: 300px;
	margin: 0 0 15px;
	padding: 23px 5px 18px;
	background: #fff;
}
.content a.btn span {
	display: block;
	font-size: 1.2rem;
	margin-bottom: 6px;
}
.content a.btn.account {
	background: #6da0df;
}
.content a.btn.download {
	padding: 14px 5px 9px;
	background: #45e178;
}
.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%;
}
.flex > figure {
	flex: none;
}
.attention {
	font-size: 1.2rem;
	color: #333!important;
}
.green {
	color: #339933;
}
.mr30 {
	margin-right: 30px;
}
.mr45 {
	margin-right: 45px;
}
.area_cv {
	background: none!important;
	justify-content: center;
}
.area_cv a.btn {
	margin: 0 10px;
}

/* ファーストビュー */
#first_view {
	background: url(/lp/cloud/cache/start/img/bg_mv.png) no-repeat 0 0;
	background-color: #d6d6d6;
	padding: 94px 0 76px;
	box-sizing: border-box;
	min-height: 350px;
}
#first_view h1,
#first_view p {
	background: #111;
	color: #fff;
	padding: 10px;
	font-weight: bold;
}
#first_view h1 {
	font-size: 7.2rem;
	margin-bottom: -10px;
	padding: 0 0 0 26px;
}
#first_view p {
	font-size: 3.6rem;
	display: inline-block;
	margin-bottom: 10px;
	padding: 6px 2px 2px 17px;
}

/* こんな時どうしていますか？ */
.bg_grey-img {
	background: url(/lp/cloud/cache/start/img/bg_gray-img.png) no-repeat 0 0 / cover;
}
.bg_grey-img ul {
	margin-bottom: 20px;
}
.bg_grey-img ul li {
	font-size: 2.2rem;
	font-weight: bold;
	list-style-type: disc;
	margin-left: 25px;
}

/* 利用料金例 */
.bgc_green {
	background-color: #409e40!important;
}
.bg_green-img {
	background: url(/lp/cloud/cache/start/img/bg_green-img.png) no-repeat 0 0 / cover;
}
.bgc_green h2 {
	color: #fff;
}
.bgc_green h3 {
	font-size: 1.8rem;
	margin-top: 0;
	margin-bottom: 20px;
}
.bgc_green .content > .flex {
	background: #fff;
}
.bgc_green .content > .flex > div {
	padding: 30px;
	box-sizing: border-box;
}
.bgc_green .content > .flex > div:first-child {
	background: #f7f7f7;
	width: 61%;
}
.bgc_green .content > .flex > div:nth-child(2) {
	width: 39%;
}
.bgc_green ul {
	font-weight: bold;
	list-style: disc;
	margin-left: 23px;
}
.bgc_green .green {
	font-size: 2.0rem;
}
.bgc_green table {
	font-size: 1.6rem;
}
.bgc_green table th,
.bgc_green table td {
	padding: 15px 10px;
}
.bgc_green table td span {
	font-size: 2.4rem;
	font-weight: bold;
	display: inline-block;
	margin-left: 10px;
}

/* 簡単３ステップで使えます */
.step3 .flex > div {
	background: #fff;
	padding: 45px 10px 20px;
	box-sizing: border-box;
	position: relative;
}
.step3 .flex > div:after {
	content: '';
	position: absolute;
	width: 19px;
	height: 32px;
	background: url(/img/cloud/ico_arrow003.png) no-repeat 0 0 / 19px;
	top: 50%;
	right: -9%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.step3 .flex > div:last-child:after {
	content: none;
}
.step3 .flex > div a {
	display: inline-block;
}
.step3 .flex > div figure {
	min-height: 107px;
	margin-bottom: 20px;
}
.step3 .flex > div figure img {
	max-width: 120px;
}

/* 資料ダウンロード */ 
.form_download .formArea {
	background: none;
}

/* デモ動画 */
.area_movie {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.area_movie iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.area_movie + p {
	font-size: 1.5rem;
}

@media screen and (max-width: 1039px){
	.flex {
		display: block;
	}
	.flex.col2 > div,
	.flex.col3 > div {
		width: 90%;
		min-width: 300px;
		margin: 0 auto;
	}
	.flex > figure {
		text-align: center;
		margin: 25px;
	}
	.content a.btn {
		font-size: 2.2rem;
		width: 100%;
		max-width: 300px;
		padding: 23px 5px 18px;
	}
	.area_cv.content {
		width: 100%;
		padding-bottom: 30px;
	}
	.area_cv > div {
		width: 100%;
		padding: 10px 20px 0;
		box-sizing: border-box;
	}
	.content.area_cv a.btn {
		width: 300px;
		font-size: 1.6rem;
		margin: 0 auto 10px;
	}
	.mr30,
	.mr45 {
		margin-right: 0;
	}
	#first_view {
		padding: 45px 10px;
		background-size: cover;
		text-align: center;
	}
	#first_view p {
		font-size: 3.5vw;
		padding: 5px 10px 4px;
	}
	#first_view h1 {
		font-size: 8vw;
		padding: 10px 0 8px 15px;
	}
	#first_view .flex > div:first-child {
		margin-bottom: 30px;
	}
	#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;
	}
	.content a.btn {
		margin: 0 auto 10px;
	}
	#first_view .main_cv figure {
		margin: 0 auto;
	}
	.feature figure {
		width: 50%;
		max-width: 204px;
		margin: 25px auto;
	}
	.bgc_green .content > .flex > div:first-child,
	.bgc_green .content > .flex > div:nth-child(2) {
		width: 100%;
		text-align: center;
	}
	.bgc_green ul {
		display: inline-block;
	}
	.info_gray {
		display: block;
		padding: 23px 15px 20px;
	}
	.info_gray figure {
		margin-bottom: 15px;
	}
	.info_gray p {
		margin-left: 0;
	}
	.step3 .flex.col3 > div {
		margin-bottom: 30px;
	}
	.step3 .flex > div:after {
		top: auto;
		left: 50%;
		bottom: -30px;
		-webkit-transform: translateX(-50%) rotate(90deg);
		-ms-transform: translateX(-50%) rotate(90deg);
		transform: translateX(-50%) rotate(90deg);
	}
	#download h2 {
		padding-left: 0;
	}
	#download h2 span:before,
	#download h2 span:after {
		content: none;
	}
}


@media screen and (max-width: 739px){
	.content a.btn {
		font-size: 1.8rem;
	}
	.content h2 {
		margin-top: 50px;
	}
	.bgc_green .content > .flex > div:first-child,
	.bgc_green .content > .flex > div:nth-child(2) {
		padding: 30px 15px;
		text-align: left;
	}
	.bg_grey-img ul li {
		font-size: 1.6rem;
	}
	.bgc_green table {
		font-size: 1.4rem;
	}
	.form_download .formArea {
		padding: 30px 0;
	}
}

