.colum {
	text-align: center;
	padding-top: 5rem;
	padding-bottom: 5rem;
}
	.colum h2 {
		font-weight: 600;
		line-height: 1.9em;
		margin-bottom: 2.0em;
	}
	.colum h2 strong {
		font-weight: 600;
		color: var(--cl-theme);
	}
@media only screen and (max-width:780px) {
	.colum {
		padding-top: 3rem;
		padding-bottom: 3rem;
	}
	.colum h2 {
		font-size: 4.4vw;
		line-height: 2.4em;
		margin-bottom: 3rem;
	}
}

nav.bot {
	text-align: center;
	padding-top: 3rem;
}

/**/
#cFirst.colum .why {
	display: inline-block;
	border-radius: var(--ui-lp-radius);
	border: solid 8px var(--cl-theme);
	padding: 2em;
}
	#cFirst.colum .why h3 {
		background-image: url(/lp/ui/ill_cfirst-why-bg.png);
		background-position: center top;
		background-size: 94% auto;
		font-size: 2rem;
		padding-top: 1.5rem;
		padding-bottom: 1.5rem;
		margin-bottom: 1.5rem;
	}
	#cFirst.colum .why p {
		font-size: 1.2em;
	}
@media only screen and (max-width:780px) {
	#cFirst.colum .why {
		padding: 1.2em;
		width: 100%;
	}
	#cFirst.colum .why h3 {
		font-size: 5vw;
		padding-top: 0.5em;
		padding-bottom: 0.5em;
		margin-bottom: 0.4em;
	}
	#cFirst.colum .why p {
		font-size: 3.6vw;
	}
}

/**/
main {
	position: relative;
	z-index: 0;
}
	main > .vis {
		position: relative;
		z-index: 1;
	}
	main > .vis .lgm {
		position: absolute;
		z-index: 5;
		width: 25%;
		height: auto;
		top: 3em;
		left: 3em;
	}
	main > .vis .im {
		width: 100%;
		height: auto;
		border-radius: var(--ui-lp-radius);
	}
@media only screen and (max-width:1200px) {
	main > .vis .im {
		border-radius: 0;
	}
}
@media only screen and (max-width:780px) {
	main > .vis .lgm {
		width: 25vw;
		top: 1.4em;
		left: 1.4em;
	}
}
	
/**/
#cBegin {
	background-image: url(/share/im/add/bg_pop-cloud.svg);
	background-position: center top;
	background-size: 68% auto;
	position: relative;
	z-index: 5;
	margin-top: -9rem;
	padding-top: 6em;
	padding-bottom: 0;
	margin-bottom: 4rem;
}
	#cBegin .hgroup {
		font-size: 2.2rem;
		line-height: 1.8em;
		margin-bottom: 1.5em;
		font-weight: 600;
		letter-spacing: 0.16em;
	}
		#cBegin .hgroup > i {
			color: var(--cl-pageink);
			font-weight: inherit;
			display: block;
			margin-bottom: 0.5em;
			letter-spacing: 0.0em;
		}
		#cBegin .hgroup > b {
			font-weight: inherit;
			display: block;
		}
		#cBegin .hgroup .small {
			font-size: 0.7em;
			font-weight: inherit;
		}
	#cBegin h3 {
		font-size: 1.6em;
		margin-bottom: 2rem;
	}
	#cBegin .vlist {
		list-style: none;
		background-image: url(/lp/ui/ill_cbegin-a-bg.png);
		background-position: center top;
		background-size: 90% auto;
		text-align: center;
		margin-bottom: 2rem;
		padding-top: 0.7em;
		max-width: 686px;
	}
		#cBegin .vlist li {
			font-weight: 500;
			margin-bottom: 2em;
		}
		#cBegin .vlist li:last-child {
			margin-bottom: 0;
		}
@media only screen and (max-width:780px) {
	#cBegin {
		margin-top: -11vw;
		padding-top: 3.4em;
		background-size: 100% auto;
		margin-bottom: 0;
	}
	#cBegin .hgroup {
		font-size: 5.1vw;
	}
	#cBegin .hgroup > i {
		font-size: 5vw;
		margin-bottom: 0.8em;
	}
	#cBegin .hgroup > b {
		font-size: 3vw;
	}
	#cBegin h3 {
		font-size: 1.0em;
		margin-bottom: 2rem;
	}
	#cBegin .vlist {
		background-image: url(/lp/ui/ill_cbegin-a-s.png);
		background-size: 20vw auto;
		padding-top: 24vw;
		max-width: 100%;
		margin-bottom: 0;
	}
	#cBegin .vlist li {
		font-size: 0.8em;
		line-height: 1.7em;
		margin-bottom: 1.4em;
	}
}

/**/
#cTdos {
	margin: 0 -1em;
	margin-bottom: -3rem;
	padding-top: 0;
	padding-bottom: 0;
}
	#cTdos li {
		width: 50%;
		padding: 0 1em;
		position: relative;
		z-index: 0;
		margin-bottom: 3rem;
	}
	#cTdos li figure {
		position: relative;
		z-index: 0;
	}
	#cTdos li figure h3 {
		position: absolute;
		z-index: 10;
		left: 0;
		bottom: 1em;
		width: 100%;
		display: block;
		text-align: center;
		background-color: rgba(255, 255, 255, 0.74);
		font-size: 1.2rem;
		padding: 0.8em 0;
		margin-bottom: 0;
	}
	#cTdos li figure img {
		border-radius: var(--ui-lp-radius);
	}
	#cTdos li h4 {
		color: #fff;
		font-weight: 500;
		display: block;
		background-image: url(/share/im/add/ui_pop-cloud-theme.svg);
		background-size: contain;
		background-position: center center;
		position: relative;
		z-index: 5;
		font-size: 1rem;
		line-height: 1.5em;
		padding: 1.3em 0;
		padding-bottom: 1.6em;
		text-align: center;
		margin-top: -1.9rem;
		transform: scale(1.05);
	}
	#cTdos li p {
		text-align: center;
	}
@media only screen and (max-width:780px) {
	#cTdos li {
		width: 100%;
		margin-bottom: 2rem;
	}
	#cTdos li figure h3 {
		font-size: 1.0rem;
		padding-bottom: 1.4em;
	}
	#cTdos li h4 {
		font-size: 0.8em;
		line-height: 1.8em;
	}
	#cTdos li p {
		font-size: 0.8em;
	}
}

/**/
main .colum {
	padding-top: 0;
	padding-bottom: 0;
}
	
/**/
#cCando {
	
}
#cCando .head {
	text-align: center;
	margin-bottom: 3rem;
}
	#cCando .head > img {
		width: 46%;
		height: auto;
	}
	#cCando .hgroup {
		margin-bottom: 5rem;
	}
		#cCando .hgroup h2 {
			font-weight: 600;
			font-size: 2.8em;
			line-height: 1.8em;
			margin-bottom: 0.5em;
		}
		#cCando .hgroup h3 {
			padding-top: 1em;
			border-top: solid 1px #ddd;
			margin-bottom: 0;
			font-size: 1.1em;
		}
	
	#cCando li {
		margin-bottom: 3em;
	}
	#cCando li figure {
		width: 50%;
		padding-right: 2em;
	}
		#cCando li figure img {
			width: 100%;
			height: auto;
			border-radius: var(--ui-lp-radius);
		}
	#cCando li .columwrap {
		width: 50%;
		text-align: left;
	}
		#cCando li .columwrap h3 {
			font-size: 1.5em;
			line-height: 1.7em;
			margin-bottom: 0.6em;
			margin-top: -0.36em;
		}
		#cCando li .columwrap p {
			font-size: 0.72em;
			line-height: 2.0em;
		}
@media only screen and (max-width:780px) {
	#cCando .head > img {
		width: 70%;
	}
	#cCando .hgroup {
		margin-bottom: 2rem;
	}
	#cCando .hgroup h2 {
		font-size: 1.6em;
		line-height: 1.6em;
		margin-bottom: 1.0rem;
	}
	#cCando .hgroup h3 {
		font-size: 0.9em;
		line-height: 1.8em;
		padding-top: 1em;
	}
	#cCando li:last-child {
		margin-bottom: 0;
	}
	#cCando li figure {
		width: 100%;
		padding-right: 0;
	}
	#cCando li .columwrap {
		width: 100%;
	}
		#cCando li .columwrap h3 {
			font-size: 4vw;
			text-align: center;
			padding: 1.8em 0;
			margin-bottom: -0.8em;
		}
}

@media only screen and (max-width:780px) {
	#faqs {
		padding-top: 2.5em;
		border-top: solid 2px #ededed;
	}
}
	
	