.vswrap {
	width: 100%;
	float: left;
	text-align: center;
	box-sizing: border-box;
	background-color: #fafafa;
}

.planwrap {
	height: auto;
	text-align: center;
	box-sizing: border-box;
	background: #fafafa;
	background-position: center;
	color: #595959;
	line-height: 1.7;
	width: 90%;
	max-width: 1200px;
	margin: 0 auto;
	margin-bottom: 60px;
	display: flex;
	flex-direction: row;
	column-gap: 20px;
}


.vswrap h1,
.vswrap h2 {
	text-align: center;
	margin: 0;
	padding: 50px 0 20px 0;
	color: #595959;
}

.infowrap {
	margin: auto 24px;
}

.plan {
	display: flex;
	flex-direction: row;
	justify-content: center;
	padding: 20px 0;
}

.plan .product {
	display: flex;
	flex-direction: row;
	gap: 10px;
	padding: 10px;
}

.plan .logo {
	width: 150px;
	height: 150px;
	margin: auto 0;
}

.plan .logo.cms-ws {
	width: 150px;
	height: 150px;
	background: url("../images/digital_signage_products/cms-ws/cms-ws.svg") no-repeat;
	margin: auto 0;
}

.plan .logo.cms-ws_lite {
	width: 150px;
	height: 150px;
	background: url("../images/digital_signage_products/cms-ws/cms-ws_lite.svg") no-repeat;
	margin: auto 0;
}

.plan .productname {
	text-align: left;
	font-size: 24px;
	color: #007ed4;
	font-weight: 700;
}

.plan .description {
	text-align: left;
	width: 500px;
	font-size: 16px;
}

.verticalline {
	width: 1px;
	height: 55px;
	margin: auto 0;
}

.planwrap .link {
	color: #fff;
	background: #007ed4;
	border-radius: 30px;
	text-align: center;
	padding: 5px 10px;
	width: 40%;
	margin-top: 10px;
	transition: all 0.3s;
}

.planwrap .link:hover {
	background: #1793e8;
}

.planwrap .link.bigbtn {
	padding: 5px 25px;
	width: 100%;
	box-sizing: border-box;
	font-size: 20px;
}

.linkwrap {
	text-align: left;
}

/*--------------form-----------------*/
.formcolumn {
	display: flex;
	flex-direction: column;
	width: 100%;
}

.formcolumn.first {
	text-align: left;
	font-size: 18px;
	width: 50%;
}

.formcolumn .logo.cms-ws {
	width: 100%;
	height: 100%;
	background: url("../images/digital_signage_products/cms-ws/cms-ws.svg") no-repeat;
	background-position: center;
	margin: auto;
}

.formcolumn .logo.cms-ws_lite {
	width: 100%;
	height: 100%;
	background: url("../images/digital_signage_products/cms-ws/cms-ws_lite.svg") no-repeat;
	background-position: center;
	margin: auto;
}

.form.logo {
	height: 100px;
	padding: 20px 0;
	margin: 0;
}

.form {
	width: 100%;
	border-bottom: solid 1px #EAEAEA;
	word-wrap: break-word;
	height: 50px;
	padding: 10px 0;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}

.form.large {
	height: 190px;
	box-sizing: border-box;
	padding: 20px 0;
}

.form.large.list {
	padding: 10px 10%;
}

.form.large.list>p {
	width: 100%;
	text-align: left;
	margin-bottom: 20px;
}

.form.large .list_logo_wrap {
	display: flex;
	width: 100%;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: space-between;
	align-content: center;
	row-gap: 24px;
}

.list_logo {
	display: flex;
	width: 100%;
	flex-direction: row;
	justify-content: center;
	align-content: center;
	column-gap: 12px;
}

.form.large.list .list_logo>p {
	font-size: 12px;
	line-height: 1.2;
	color: #a7a7a7;
}

.list_logo>p {
	align-self: center;
}

.form.large.list .list_logo {
	align-self: flex-start;
	width: auto;
	display: block;
}

.form.large.list .list_logo>img {
	width: 55px;
}

.form .list_logo>img {
	width: 45px;
}

.first .form {
	align-items: flex-start;
}

.form.bigform {
	height: 110px;
}

.form.space {
	padding: 45px 0;
}

.form.whitebg {
	background: #fff;
}

.form.bordertop {
	border-top: solid 1px #EAEAEA;
}

.form.noborder {
	border: 0;
}

.form.borderright {
	border-right: solid 1px #EAEAEA;
}

i.checkicon::before {
	margin-right: 6px;
}

.formcolumn.mobileonly {
	display: none;
}

/*--------------form end-----------------*/

/*--------------meetingPostplus-----------------*/
.vswrap.second.meetingPostplus {
	height: auto;
	height: fit-content;
	background-color: #fff;
	padding-top: 60px;
}

.planwrap.second.meetingPostplus {
	height: auto;
	height: fit-content;
	background-color: #fff;
}

.formcolumn .logo.meetingPost {
	width: 140px;
	height: 100px;
	background: url("../images/digital_signage_products/xpost_logo.png") no-repeat center;
	background-size: 100%;
	margin: auto;
}

.formcolumn .logo.meetingPostplus {
	width: 100px;
	height: 100px;
	background: url("../images/digital_signage_products/meetingPost_plus.svg");
	margin: auto;
}

.vswrap.second.meetingPostplus .no_border {
	height: 25px;
	font-size: 18px;
	border-radius: 5px;
	border-bottom: solid 1px #fff;
}

.vswrap .bg_gray {
	border-bottom: solid 1px #fff;
	font-weight: bold;
	height: 25px;
	font-size: 18px;
	border-radius: 0;
	background: #f7f7f7;
}


.top10 {
	padding-top: 10px;
}

#jumpButton {
	all: unset;
	cursor: pointer;
	display: inline-flex;
	align-items: center;
	text-align: center;
	position: relative;
}

.wrapper--tag.coming-Soon {
	margin-left: 20px;
}

#MainWrap .mpIframeIntro .contents .box #jumpButton img,
#MainWrap .posterIframeIntro .contents .box #jumpButton img {
	height: 45px;
	padding: 0;
	cursor: pointer;
}

/*--------------meetingPostplus end-----------------*/

/*--------------width: 1024px-----------------*/

@media(max-width: 1024px) {
	.planwrap {
		max-width: 768px;
	}

	.vswrap h1 {
		padding: 50px 0 20px 0;
	}

	.plan .logo.cms-ws {
		width: 120px;
		height: 120px;
	}

	.plan .logo.cms-ws_lite {
		width: 120px;
		height: 120px;
	}

	.plan .productname {
		font-size: 22px;
	}

	.plan .description {
		font-size: 14px;
	}

	.form.first {
		font-size: 16px;
	}

	.planwrap .link.bigbtn {
		font-size: 16px;
	}

	.form {
		font-size: 14px;
		height: 40px;
	}

	.form.bigform {
		height: 90px;
	}

	.form.space {
		padding: 50px 0;
	}

	.form.large {
		height: 300px;
	}

	.form.large.list .list_logo>img {
		width: 45px;
	}

	.form.large.list .list_logo {
		width: 50%;
	}

	/*--------------meetingPostplus-----------------*/
	.vswrap.second.meetingPostplus {
		padding-top: 4%;
		padding-bottom: 4%;
	}

	.vswrap.second.meetingPostplus .no_border {
		height: 25px;
	}

	.bg_gray {
		height: 25px;
	}

	/*--------------meetingPostplus-----------------*/

}

/*--------------width: 1024px end-----------------*/

/*--------------width: 768px-----------------*/

@media(max-width: 768px) {

	.planwrap {
		flex-wrap: wrap;
		row-gap: 40px;
		justify-content: space-between;
	}

	.planwrap .link {
		margin: 10px auto;
	}

	.plan {
		flex-direction: column;
		padding: 30px 0;
	}

	.plan .product {
		flex-direction: column;
	}

	.planwrap h1,
	.planwrap h2 {
		padding: 50px 0 0 0;
	}

	.plan .logo.cms-ws {
		margin: auto;
	}

	.plan .logo.cms-ws_lite {
		margin: auto;
		;
	}

	.infowrap {
		margin: 0;
	}

	.plan .productname {
		text-align: center;
	}

	.plan .description {
		width: 400px;
		text-align: center;
		margin: auto;
	}

	.linkwrap {
		text-align: center;
	}

	.form.logo {
		height: 80px;
	}

	.form.space {
		height: 80px;
		padding: 20px 0;
	}

	.formcolumn .logo.meetingPost {
		width: 100px;
		height: 60px;
	}

	.formcolumn .logo.meetingPostplus {
		width: 60px;
		height: 60px;
	}

	.formcolumn.first {
		width: 30%;
	}

	.formcolumn {
		width: 60%;
	}

	.formcolumn.mobileonly {
		display: flex;
	}

	.form.bigform {
		height: 100px;
	}

	.form.bigform.mobileonly {
		height: 50px;
	}

	.form.first {
		font-size: 20px;
	}

	.planwrap .link.bigbtn {
		font-size: 20px;
	}

	.form {
		font-size: 16px;
		height: 50px;
	}

	.formcolumn.mobile_mg .form.large {
		height: 80px;
		padding: 10px 0;
	}

	/*--------------meetingPostplus-----------------*/
	.vswrap.second.meetingPostplus {
		height: fit-content;
		background-color: #fff;
		padding-top: 64px;
		padding-bottom: 64px;
	}

	.planwrap.second.meetingPostplus {
		height: fit-content;
	}

	.planwrap.second.meetingPostplus .formcolumn.mobile_mg {
		margin-bottom: 64px;
	}

	.vswrap.second.meetingPostplus .no_border {
		height: 25px;
	}

	.bg_gray {
		height: 25px;
	}

	/*--------------meetingPostplus end-----------------*/

}

/*--------------width: 768px end-----------------*/

/*--------------width: 600px-----------------*/

@media(max-width: 600px) {
	.top10 {
		padding: 20px 0;
	}
	.vswrap {
		box-sizing: border-box;
		padding: 10px;
	}

	.plan .product {
		box-sizing: border-box;
	}

	.form.bigform {
		height: 100px;
	}

	.form.bigform.mobileonly {
		height: 80px;
	}

	.form.first {
		font-size: 20px;
	}

	.planwrap .link.bigbtn {
		font-size: 20px;
		height: 50px;
	}

	.form {
		font-size: 16px;
		height: 80px;
	}

	/*--------------meetingPostplus-----------------*/
	.vswrap.second.meetingPostplus .no_border {
		height: 25px;
	}

	.bg_gray {
		height: 25px;
	}

	/*--------------meetingPostplus end-----------------*/
	.wrapper--tag.coming-Soon {
		margin: 0;
		position: absolute;
		bottom: -20px;
		left: 60px;
	}
}

/*--------------width: 600px end-----------------*/

/*--------------width: 425px-----------------*/

@media(max-width: 425px) {
	.vswrap {
		height: 2320px;
		padding: 10px;
		box-sizing: border-box;
	}

	.planwrap {
		width: 90%;
		height: 2200px;
	}

	.plan .description {
		width: 90%;
	}

	.planwrap .link {
		width: 50%;
	}

	.form.bigform {
		height: 140px;
	}

	.form.bigform.mobileonly {
		height: 70px;
	}

	.form.first {
		font-size: 16px;
	}

	.planwrap .link.bigbtn {
		font-size: 16px;
		height: 40px;
	}

	.form {
		font-size: 14px;
		height: 70px;
	}

	.form.large {
		height: 300px;
	}

	.form.large.list {
		padding: 10px 0;
	}

	/*--------------meetingPostplus-----------------*/
	.vswrap.second.meetingPostplus .no_border {
		height: 25px;
	}

	.bg_gray {
		height: 25px;
	}

	/*--------------meetingPostplus end-----------------*/
}

/*--------------width: 425px end-----------------*/

/*--------------rwd end-----------------*/