@charset "utf-8";

@media screen and (max-width: 768px) {
	#wrapper {
		width: 100%;
		min-width: 0;
	}
	main {
		display: block;
	}
}
#gNavi > ul > li > a {
	font-size: 13px;
}
.lp-sp-mail {
	display: none;
}
@media screen and (max-width:768px) {
	.lp-sp-mail {
		display: block;
		position: absolute;
		right:0;
		top: 12px;
	}
	.lp-sp-mail figure {
		width: 55px;
		text-align: center;
	}
	.lp-sp-mail figure img {
		width: 18px;
	}
	.lp-sp-mail figure figcaption {
		color: #fff;
		font-size: 8px;
	}
}

.lp-container {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
}
.lp-container img {
	max-width: 100%;
}
@media screen and (max-width: 768px) {
	.lp-container {
		box-sizing: border-box;
		width: 100%;
		padding-right: 2.66%;
		padding-left: 2.66%;
	}
}

/* SP用 コンテンツメニュー */
.lp-sp-navi {
	display: none;
}
@media screen and (max-width:767px) {
	.lp-sp-navi {
		display: block;
		margin-bottom: 15px;
		margin-bottom: 4vw;
		line-height: 1;
	}
	.lp-sp-navi ul::after {
		content: "";
		clear: both;
		display: table;
	}
		.lp-sp-navi ul li {
			width: 50%;
			-webkit-box-sizing: border-box;
			box-sizing: border-box;
			border-style: solid;
			border-color: #fff;
			border-width: 1px 1px 0 0;
			background-color: #37462a;
			float: left;
		}
		.lp-sp-navi ul li.active {
			background-color: #759a59;
		}
		.lp-sp-navi ul li:nth-child(2n) {
			border-right-width: 0;
		}
		.lp-sp-navi ul li a {
			display: block;
			position: relative;
			box-sizing: border-box;
			padding: 5.33vw 3vw;
			color: #fff;
			font-size: 3.8vw;
		}
		.lp-sp-navi ul li a:hover,
		.lp-sp-navi ul li a:focus {
			text-decoration: none;
		}
	.lp-sp-navi ul li a:after {
		content: "";
		display: block;
		position: absolute;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		width: 2.13vw;
		height: 2.13vw;
		top: 50%;
		right: 2.66vw;
		margin-top: -4px;
		margin-top: -1.06vw;
		border-style: solid;
		border-color: #fff;
		border-width: 1px 1px 0 0;
		-webkit-transform:rotate(45deg);
		transform: rotate(45deg);
	}
}

/* ページタイトル MV */
.lp-visual {
	width: 100%;
	margin-bottom: 30px;
	background-image: url(../img/lp/cem/bg_main_visual.png);
	background-repeat: no-repeat;
	background-position: center 0;
	background-size: cover;
}
	.lp-visual h1 {
		padding: 60px 0;
		text-align: center;
		color: #fff;
		font-size: 34px;
		font-weight: bold;
		text-shadow:0px 0px 5px rgba(6,23,32,0.38);
	}
@media screen and (max-width: 768px) {
	.lp-visual {
		background-position: center bottom;
		margin-bottom: 0;
	}
	.lp-visual-top {
		margin-bottom: 15px;
	}
		.lp-visual h1 {
			padding: 30px 0;
			padding: 10vw 0;
			font-size: 20px;
			font-size: 5.33vw;
		}
}

/* 大見出し */
.lp-heading {
	box-sizing: border-box;
	padding: 10px;
	margin-bottom: 30px;
	background-image: -webkit-linear-gradient(#84B135 ,#2D6A00);
	background-image: linear-gradient(#84B135 ,#2D6A00);
	border-radius: 3px;
	text-align: center;
	line-height: 1.5;
	color: #fff;
	font-size: 24px;
	font-weight: bold;
}
@media screen and (max-width:768px) {
	.lp-heading {
		margin-bottom: 15px;
		line-height: 1.3;
		font-size: 4.5vw;
	}
}

/*サブ見出し*/
.lp-sub_heading {
	display: block;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	background: #536775;
	color: #fff;
	padding: 10px;
	margin: 30px 0 20px;
	letter-spacing: 1px;
}
.lp-sec_heading {
	margin-bottom: 10px;
	font-size: 16px;
	font-weight: bold;
	background: #dce5d4;
	color: #2D6A00;
	padding: 10px;
	overflow: hidden;
}
.lp-strong {
	margin-bottom: 10px;
	font-size: 16px;
	font-weight: bold;
}
.lp-txt {
	margin-bottom: 18px;
	line-height: 1.5;
	font-size: 14px;
	overflow: hidden;
}
@media screen and (max-width: 768px) {
	.lp-sub_heading {
		font-size: 4vw;
		line-height: 1.3;
		margin: 15px 0 10px;
	}
	.lp-sec_heading {
		font-size: 4vw;
		margin-bottom: 5px;
	}
	.lp-strong {
		font-size: 4vw;
		margin-bottom: 5px;
	}
	.lp-txt {
		font-size: 3.46vw;
		margin-bottom: 15px;
	}
}

/* ブロック */
.lp-section {
	margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
	.lp-section {
		margin-bottom: 60px;
	}
}

.lp-imgL {
	float: left;
	margin-right: 35px;
}
.lp-imgR {
	float: right;
	margin-left: 35px;
}
.lp-floatContent {
	overflow: hidden;
}
@media screen and (max-width: 768px) {
	.lp-imgL,
	.lp-imgR {
		float: none;
		margin: 0 0 15px;
		text-align: center;
	}
}

/* リンクボタン */
.entry_link {
	display: block;
	position: relative;
	width: 350px;
	padding: 19px 0;
	margin: 30px auto;
	text-align: center;
	background: #009F77;
	color: #fff;
	font-size: 15px;
	font-weight: bold;
	transition: all 0.3s;
}
.entry_link:hover,
.entry_link:focus {
	text-decoration: none;
}
.entry_link:hover {
	opacity: 0.7;
}
@media screen and (max-width: 768px) {
	.entry_link {
		width: 100%;
		margin: 15px auto;
		padding: 15px 0;
		font-size: 3.6vw;
	}
}

/* CTA */
.lp-cta {
	background: url(../img/lp/cem/bg_cta.jpg) no-repeat center center;
	background-size: cover;
	text-align: center;
	padding: 60px 0;
}
.lp-cta_inner {
	background: #fff;
	width: 624px;
	margin: 00 auto;
	padding: 55px 0 30px;
}
.lp-cta_inner p {
	font-size: 16px;
	font-weight: bold;
	line-height: 1.7;
}
@media screen and (max-width: 768px) {
	.lp-cta {
		padding: 40px 20px;
	}
	.lp-cta_inner {
		width: auto;
		padding: 20px 15px 10px;
	}
	.lp-cta_inner p {
		font-size: 3.2vw;
	}
}

/* コンテンツ独自 */
.cem-columnBlock {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}
.cem-columnBlock > li {
	width: 45%;
	margin: 0 0 30px;
}
.cem-columnBlock img {
	display: block;
	margin: 0 auto;
	border: 1px solid #E4E7E9;
	box-shadow:0px 0px 6px 3px #eee;
}
.cem-columnBlock div p {
	text-align: center;
	font-size: 12px;
	margin: 10px 0 0;
}
@media screen and (max-width: 768px) {
	.cem-columnBlock {
		display: block;
	}
	.cem-columnBlock > li {
		width: 100%;
		margin-bottom: 20px;
	}
}

/** トップ特徴 **/
.cem-topFeature {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.cem-topFeature li {
	width: 49%;
	border: 1px solid #4D5259;
	margin: 0 0 20px;
	padding: 15px;
	line-height: 1.5;
	box-sizing: border-box;
	font-size: 14px;
	font-weight: bold;
}
.cem-topFeature_img {
	width: 38%;
	margin-right: 4%;
	float: left;
}
.cem-topFeature_txt {
	font-weight: bold;
}
.cem-topFeature_txt span {
	color: #009F77;
	display: block;
}
.cem-topFeature_link {
	overflow: hidden;
}
.cem-topFeature_link .entry_link {
	width: auto;
	margin: 8px 0 0;
	padding: 10px 0;
}
@media screen and (max-width:767px) {
	.cem-topFeature {
		display: block;
	}
	.cem-topFeature li {
		width: 100%;
		margin-bottom: 10px;
	}
	.cem-topFeature_img {
		width: 34%;
	}
	.cem-topFeature_txt {
		font-size: 3.6vw;
	}
	.cem-topFeature_txt::after {
		clear: both;
		content:".";
		display: block;
		height: 0;
		visibility: hidden;
	}
}

/** トップ環境の例 **/
.cem-topExample {
	letter-spacing: -0.5em;
	margin-top: -10px;
}
.cem-topExample li {
	display: inline-block;
	letter-spacing: -0.03em;
	vertical-align: middle;
	margin: 20px 2% 0 0;
	padding: 0 0 0 10px;
	width: 32%;
	height: 3.6em;
	border: 1px solid #999;
	font-size: 18px;
	line-height: 1.3;
	font-weight: bold;
	box-sizing: border-box;
	text-align: center;
	position: relative;
}
.cem-topExample li:nth-child(3n) {
	margin-right: 0;
}
.cem-topExample div {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
}
.cem-topExample li img {
	position: absolute;
	left: 20px;
	top: 0;
	bottom: 0;
	margin: auto;
}
@media screen and (max-width: 768px) {
	.cem-topExample {
		margin-top: 0;
	}
	.cem-topExample li {
		display: block;
		width: auto;
		height: auto;
		margin: 10px 0 0;
		padding: 13px 0 13px 10px;
		font-size: 4vw;
	}
}

/** トップ機能紹介環境の例 **/
.lp-functionList {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.lp-functionList .lp-functionBox {
	position: relative;
	box-sizing: border-box;
	width: 32%;
	padding:15px 15px 257px;
	border:solid 1px #ababab;
	margin: 0 2% 20px 0;
}
.lp-functionList .lp-functionBox:nth-child(3),
.lp-functionList .lp-functionBox:nth-child(5) {
	margin-right: 0;
}
.lp-functionList .lp-functionBox .lp-functionBox_icon {
	text-align: center;
}
.lp-functionList .lp-functionBox .lp-functionBox_icon img {
	max-width: 45px;
	height: 43px;
	margin-bottom: 15px;
}
.lp-functionList .lp-functionBox h3 {
	text-align: center;
	font-size: 18px;
}
.lp-functionList .lp-functionBox .lp-functionBox_img {
	position: absolute;
	box-sizing: border-box;
	background: #DCE5D3;
	width: 100%;
	padding: 15px 15px 20px;
	bottom: 0;
	left: 0;
	z-index: 10;
}
.lp-functionList .lp-functionBox .lp-functionBox_img figure {
	background: #fff;
	border: 1px solid #DCE5D4;
	padding: 5px;
}
.lp-functionList .lp-functionBox .entry_link {
	margin: 15px auto 0;
	width: 60%;
	padding: 10px 0;
}
@media screen and (max-width: 768px) {
	.lp-functionList {
		display: block;
	}
	.lp-functionList .lp-functionBox {
		width: 100%;
		padding: 15px 0 0;
	}
	.lp-functionList .lp-functionBox h3,
	.lp-functionList .lp-functionBox p {
		padding-left: 15px;
		padding-right: 15px;
	}
	.lp-functionList .lp-functionBox .lp-functionBox_icon img {
		max-width: 30px;
		height: 30px;
		margin-bottom: 5px;
	}
	.lp-functionList .lp-functionBox .lp-functionBox_img {
		position: relative;
	}
	.lp-functionList .lp-functionBox .entry_link {
		width: 100%;
	}
}

/** about.html **/
.cem-component table {
	width: 100%;
}
.cem-component th,
.cem-component td {
	text-align: center;
	padding: 10px;
	border: 1px solid #4D5259;
}
.cem-component th {
	width: 33.33%;
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	line-height: 1.1;
}
.cem-component th img {
	height: 30px;
	vertical-align: middle;
	margin-right: 15px;
}
.cem-component th.cem-component_networking {
	background: #84B035;
}
.cem-component th.cem-component_security {
	background: #638427;
}
.cem-component th.cem-component_insights {
	background: #AAB721;
}
.cem-component td {
	font-size: 12px;
	line-height: 1.5;
}
@media screen and (max-width: 768px) {
	.cem-component {
		width: 100%;
		overflow-x: scroll;
	}
	.cem-component table {
		width: 820px;
	}
	.cem-component td {
		font-size: 3vw;
	}
}