﻿@charset "utf-8";
:root {
  --unit:8px; /* 1.5x(12px) 2x(16px) 2.5x(20px = button) 3x(24px) 4x(32px) 6x(48x) 7x(56px) */
}
.ecoassist * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.ecoassist *, .ecoassist *:before, .ecoassist *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
body {
	font-family: Arial,Helvetica,'メイリオ',Meiryo,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック',sans-serif;
}
.mt20 { margin-top: 20px!important; }
.mt30 { margin-top: 30px!important; }
.ecoassist.lp .wrapper {
	background-image: url(/products/it/control_sys/ecoassist/image/bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}
.ecoassist.lp .Section{
	padding-top: 40px;
}
.ecoassist .inner {
	width: 720px;
	margin: 0 auto;
}
.ecoassist.lp .Section .inner {
	width: 965px;
}
.ecoassist h2 {
	font-size: 150%;
	font-weight: bold;
	text-align: center;
	background-image: url(/products/it/control_sys/ecoassist/image/img_h2_bg.png);
	background-repeat: no-repeat;
	background-position: center;
	height: 101px;
	vertical-align: middle;
	display: table-cell;
	width: 965px;
	padding: 0;
}
.ecoassist h3 {
	text-align: center;
	font-weight: bold;
	font-size: 150%;
	color: #000;
	margin: 25px 0;
}
.ecoassist .TextArea {
	margin: 30px 0 15px;
}
.ecoassist .HorizontalInnerLinks {
	width: 965px;
	margin: 0 auto;
	display: flex;
	padding-top: 15px;
}
.ecoassist .Section p {
	color: #1E1F21;
}
.ecoassist .Section p.Catchy {
	text-align: center;
	font-size: 25px;
	font-weight: bold;
	line-height: 1.5;
	text-shadow: 3px 3px 7px #fff, -3px -3px 7px #fff;
	padding-bottom: 25px;
}
.ecoassist .HorizontalInnerLinks ul {
	margin: auto;
}
.ecoassist .HorizontalInnerLinks ul li {
	padding-right: 20px;
	color: #295B64;
	font-weight: bold;
	padding-left: 10px;
	font-size: 100%;
}
.ecoassist .HorizontalInnerLinks ul li:last-child {
	margin-right: 0;
	padding-right: 0;
}
.ecoassist .HorizontalInnerLinks ul li a {
	color: #295B64;
	background-image: url(/products/it/control_sys/ecoassist/image/icon_nav.png);
	background-repeat: no-repeat;
	background-position: right;
	background-size: 15px 9px;
	padding-right: 22px;
}
.ecoassist .HorizontalInnerLinks ul li:first-child {
	padding-left: 0;
}
.ecoassist .ColumnSet p.titleStyle2 {
	padding: 20px 5px 5px;
	font-size: 18px;
}
.ecoassist .ColumnSet p.titleStyle1 span {
	font-size: 18px;
}
.ecoassist .ColumnSet a:hover {
	opacity: 0.8;
}
.ecoassist .note {
	margin-top: 15px;
}
.ecoassist .note p {
	color: #000;
	line-height: 1.4;
	font-size: 14px; 
}
.ecoassist.lp .note p {
	color: #fff;
}
.contactUs {
	margin: 80px 0;
	position: relative;
}
.lp .contactUs a {
	color: #fff;
	background-image: url(/products/it/control_sys/ecoassist/image/ico_contact.png);
	display: block;
	padding: 25px 30px 25px 47px;
	text-align: center;
	text-decoration: none;
	border: 2px solid #819EA4;
	margin: 0 auto;
	font-size: 190%;
	font-weight: bold;
	background-repeat: no-repeat;
	background-position: center right 35px;
}
.lp .contactUs a:before {
	content: '';
	background-image: url(/products/it/control_sys/ecoassist/image/icon_contact.png);
	background-position: left 15px center;
	background-repeat: no-repeat;
	width: 80px;
	height: 53px;
	display: inline-block;
	position: absolute;
	left: 25%;
	bottom: 14px;
}
.contactUs a:hover {
	background-color: rgba(255,255,255,.4);
}
.contactUs a img:hover {
	opacity: 0.8;
}
.ecoassist.lp img{
	width:100%;
}
.ecoassist.lp .Branding {
  padding: 50px 15px;
  box-sizing: border-box;
  margin-left: calc(var(--side-space) * -1);
  margin-right: calc(var(--side-space) * -1);
  width: calc(100% + var(--side-space));
  background-image: url(/products/it/control_sys/ecoassist/image/main.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
	height:580px;
  display: flex;
  align-items: center;
}
.ecoassist.lp .BrandingContent {
  background-color: rgba(255, 255, 255, 82%);
  border-radius: var(--radius-s);
  padding: 50px;
  width: 100%;
  max-width: 690px;
  box-sizing: border-box;
}
.ecoassist.lp .BrandingContent h2{
	display:inherit;
	height:inherit;
	font-size:2.5rem;
	background:none;
	margin:0;
	padding:0;
	color: var(--color-primary-b);
}
.ecoassist.lp .BrandingContent h2 span{
	font-size:1.875rem;
	background:inherit;
  padding:inherit;
	color:inherit;
}
.ecoassist.lp .BrandingContent ul{
	display:flex;
	gap:5px;
  justify-content: center;
	margin:32px 0 0;
	flex-wrap:wrap;
}
.ecoassist.lp .BrandingContent ul li{
	background:linear-gradient(140deg, #007593 0%, #003E4C 100%);
	border-radius:100px;
	width:25%;
	display:flex;
	align-items:center;
	color:#fff;
	font-weight:bold;
	text-align:center;
	justify-content: center;
}
.ecoassist.lp .wrapper {
	background-image: url(/products/it/control_sys/ecoassist/image/bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}
.ecoassist #about {
	background-color: rgba(255,255,255,0.20);
}
.ecoassist #about img{
	max-width:280px;
}
.ecoassist .ColumnSet .Column1 {
	position: relative;
}
.ecoassist .ColumnSet p.titleStyle1,
.ecoassist .ColumnSet p.titleStyle2 {
	font-size: 20px;
	line-height: 1.2;
	font-weight: bold;

}
.ecoassist .ColumnSet p.titleStyle1 span {
	font-size: 18px;
}
#Contents a img{
	vertical-align:bottom;
}
#Contents a:hover img,
.hover img {
opacity:0.8;
filter:alpha(opacity=80); 
}
.ecoassist .inner {
	width: auto;
	max-width: 720px;
}
.ecoassist.lp .Section .inner {
	width: auto;
	max-width: 965px;
}
.ecoassist h2 {
	display: flex;
	width: 100%;
	align-items: center;
	justify-content: center;
}
.ecoassist .HorizontalInnerLinks {
	width: auto;
	max-width: 965px;
}
.ecoassist.lp #lineup .ColumnSet {
	display: flex;
	flex-wrap: wrap;
	margin: 30px 0 0 0;
	justify-content: space-between;
}
.ecoassist .ColumnSet .lineupText {
	min-height: 350px;
	height: 350px;
	background: linear-gradient(#353432,#010100);
}
.ecoassist .ColumnSet .lineupText p {
	color: #fff;
	padding: 15px 15px 0 15px;
}
.ecoassist #lineup .ColumnSet a {
	display: block;
	color: #fff;
	border: 1px solid #fff;
	text-align: center;
	text-decoration: none;
	position: absolute;
	bottom: 20px;
	right: calc( 50% - 100px);
	padding: 7px 20px;
	width: 200px;
	background-image: url(/products/it/control_sys/ecoassist/image/ico_arrow_s.png);
	background-repeat: no-repeat;
	background-position: center right 10px;
}
.ecoassist.lp #lineup .ColumnSet:after {
	display: none;
}
.ecoassist.lp #lineup .Column1 {
	float: none;
	width: 25%;
	max-width: 230px;
	margin: 0;
}
.ecoassist #feature img{
	max-width:400px;
}


@media (max-width: 1304px) {
	.ecoassist.lp .Branding {
		width: calc(100% + var(--side-space-both));
	}
	.ecoassist.lp .wrapper,.ecoassist.lp #feature {
	  margin-left: calc(var(--side-space) * -1);
	  margin-right: calc(var(--side-space) * -1);
	}
}

@media screen and (max-width: 994px) {
	.JS #Contents .Section {
		padding-left: 15px;
		padding-right: 15px;
	}
	.JS .PageTitleStyle1 {
		padding-left: 15px;
		padding-right: 15px;
	}
	.JS .ColumnSet {
		margin: 0;
	}
	.ecoassist.lp #lineup .Column1 {
		width: 48%;
		max-width: none;
		margin: 0;
	}
	.ecoassist.lp #lineup .Column1:nth-child(n+3) {
		margin-top: 20px;
	}
	.ecoassist.lp #lineup .ColumnSet .lineupText {
		min-height: auto;
		height: calc(100% - 30vw);
		padding-bottom: 80px;
	}
	.ecoassist.lp #lineup .Column1 img {
		width: 100%;
	}
	.ecoassist .contactUs a:before {
		left: 50%;
		margin-left: -230px;
	}
}

@media screen and (min-width: 768px) {
	.ecoassist.lp .BrandingContent h2{
		text-align:left;
	}
	.ecoassist.lp .BrandingContent ul li{
	  max-width: 140px;
	  min-width: 140px;
		height:140px;
	}
}

@media screen and (max-width: 767px) {
	.ecoassist.lp .Branding {
	  background-position: center right -200px;
	}
	.ecoassist.lp .BrandingContent{
		padding:25px;
		width: 100%;
		text-align:center;
	}
	.ecoassist.lp .BrandingContent h2{
		font-size:1.75rem;
	}
	.ecoassist.lp .BrandingContent h2 span{
		font-size:1.125rem;
	}
	.ecoassist.lp .BrandingContent ul li{
		flex-direction:column;
		width:100%;
		padding:var(--unit);
		max-width:450px;
	}
}

@media screen and (max-width: 578px) {
	.ecoassist.lp #lineup .Column1 {
		width: 100%;
	}
	.ecoassist.lp #lineup .Column1:nth-child(n+2) {
		margin-top: 20px;
	}
	.ecoassist.lp #lineup .ColumnSet .lineupText {
		height: auto;
	}
	ecoassist.lp #lineup .ColumnSet a {
		width: 100%;
		right: 0;
	}
	.ecoassist .HorizontalInnerLinks ul {
		display: flex;
		width: 100%;
		flex-wrap: wrap;
	}
	.ecoassist .HorizontalInnerLinks ul li {
		width: 50%;
		text-align: center;
		margin: 0;
		padding: 0;
	}
	.ecoassist .HorizontalInnerLinks ul li:nth-child(n+3) {
		margin-top: 10px;
	}
	.ecoassist .contactUs a {
		font-size: 120%;
		background-position: center right 15px;
	}
	.ecoassist .contactUs {
		margin: 40px 0;
	}
	.ecoassist .contactUs a:before {
		margin-left: -130px;
		width: 38px;
		height: 100%;
		bottom: 0;
		background-size: 100%;
		background-position: left center;
	}
}