﻿@charset "UTF-8";

/*=== 共通 ===================================================*/
/* --- 画像反転--- */
#Contents a:hover img,
.hover img {
	opacity: 0.8;
	filter: alpha(opacity=80); 
}

.InlineBlock {
	display: inline-block;
	vertical-align: top;
	max-width: 100%;
}

#Contact {
	position: static;
	width: auto;
	background-color: rgba(0, 20, 55, 0.8);
}
#Contact.Fixed {
	position: fixed;
	left: 0;
	bottom: 0;
	z-index: 100;
	width: 100%;
}

#Contact ul {
	display: flex;
	flex-flow: row nowrap;
	justify-content: center;
	align-items: center;
	padding: 10px 0;
}

#Contact li.download {
	margin-right: 40px;
}
#Contact li.contact {
	margin-left: 40px;
}

#Contact li a {
	display: flex;
	flex-flow: row nowrap;
	justify-content: flex-start;
	align-items: center;
	height: 38px;
	padding: 3px 60px 0 0;
	font-size: 120%;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
	background-position: right center;
	background-repeat: no-repeat;
}
#Contact li.download a {
	background-image: url(/products/it/control_sys/psdx/image/icon_download.png);
}
#Contact li.contact a {
	background-image: url(/products/it/control_sys/psdx/image/icon_contact.png);
}
#Contact li a:hover,
#Contact li a:active {
	text-decoration: underline;
}

.PageTopLink {
	padding: 20px 0 10px;
}

.ShowTablet,
.ShowSD1,
.ShowSD2 {
	display: none;
}

.mb0 { margin-bottom: 0 !important; }
.mb5 { margin-bottom: 5px !important; }
.mb10 { margin-bottom: 10px !important; }
.mb15 { margin-bottom: 15px !important; }
.mb20 { margin-bottom: 20px !important; }
.mb25 { margin-bottom: 25px !important; }
.mb30 { margin-bottom: 30px !important; }
.mb40 { margin-bottom: 40px !important; }
.mb50 { margin-bottom: 50px !important; }

/* --- デザインガイドラインVer.5対応--- */
body #HeaderArea2 > .Container {
	-ms-flex-align: stretch;
	align-items: stretch;
}

_:-ms-lang(x), body.header1-fix {
	padding-top: 0;
}

_:-ms-lang(x), body.header1-fix #HeaderArea1 {
	position: static !important;
}

_:-ms-lang(x), body.header2-fix.header2-show #HeaderArea2.Sticky {
	transform: translateY(-100%);
}

/*===　火力・水力発電所向けDX業務高度化ソリューショントップ  ===*/
#TopContents {
	position: relative;
}

#BrandingArea {
	position: relative;
	background-image: url(/products/it/control_sys/psdx/image/branding.png);
	background-position: 30% bottom;
	background-repeat: no-repeat;
	background-size: cover;
}

#BrandingArea .BrandingTxt {
	width: 965px;
	height: 468px;
	margin: 0 auto;
}

#BrandingArea .BrandingTxt .Title {
	padding-top: 190px;
	line-height: 120%;
	text-align: center;
	font-size: 225%;
	font-weight: bold;
	color: #333333;
}

#LineupArea {
	padding: 70px 0 60px;
	background-color: #007399;
}

#LineupArea h2 {
	margin-bottom: 10px;
	line-height: 130%;
	text-align: center;
	font-size: 175%;
	font-weight: bold;
	color: #ffffff;
	background-image: none;
}

#LineupArea #Intro {
	display: flex;
}

#LineupArea .AboutBox {
	display: flex;
	flex-flow: column nowrap;
	justify-content: center;
	width: 100%;
	max-width: 800px;
	min-height: 230px;
	margin: 0 auto;
	padding: 15px;
	background-image: linear-gradient(to bottom, rgba(1, 20, 54, 0.89) 0%, rgba(0, 20, 55, 1) 15%, rgba(0, 0, 0, 0.3) 100%);
	border-radius: 10px;
	box-sizing: border-box;
}

#LineupArea .AboutBox h2 {
	font-size: 160%;
}

#LineupArea .AboutBox .CatchCopy {
	margin-bottom: 0;
	line-height: 130%;
	font-size: 110%;
	color: #ffffff;
}

#Lineup {
	padding-top: 50px;
}

#LineupArea ul.LineupList {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	align-items: stretch;
	width: 100%;
}

ul.LineupList li {
	width: calc(25% - 3px);
	margin-bottom: 15px;
	background-color: #ffffff;
}

ul.LineupList li a {
	display: block;
	width: 100%;
	height: 100%;
	text-decoration: none;
	background-color: #2f3a3e;
}
ul.LineupList a:hover,
ul.LineupList a:active {
	opacity: 0.8;
}

ul.LineupList li img {
	width: 100%;
	height: auto;
	opacity: 1 !important;
}

ul.LineupList li .Inner {
	display: flex;
	flex-flow: column nowrap;
	padding: 15px 20px 2px;
	color: #ffffff;
}

ul.LineupList li h3 {
	display: flex;
	justify-content: center;
	align-items: center;
	min-height: 2.7em;
	margin: 0 -10px 8px;
	line-height: 120%;
	text-align: center;
	font-size: 120%;
	color: #ffffff;
}

ul.LineupList li .TextStyle1 {
	line-height: 140%;
}

#Solution {
	padding-top: 35px;
}

#LineupArea #Solution h2 {
	margin-bottom: 55px;
}


/*===　火力・水力発電所向けDX業務高度化ソリューション商材ページ  ===*/
#PageTitleArea {
	background-image: url(/products/it/control_sys/psdx/image/branding.png);
	background-position: 30% bottom;
	background-repeat: no-repeat;
	background-size: cover;
}

#PageTitleArea .PageTitleTxt {
	position: relative;
	width: 965px;
	height: 468px;
	margin: 0 auto;
}

#PageTitleArea .PageTitleTxt h1 {
	position: absolute;
	top: 0;
	left: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	line-height: 120%;
	text-align: center;
	font-size: 225%;
	font-weight: bold;
	color: #333333;
	box-sizing: border-box;
}

.HorizontalInnerLinks.Wide {
	position: relative;
	z-index: 1;
	margin-bottom: 0;
	background-color: #007399;
}

.HorizontalInnerLinks.Wide ul {
	display: inline-block;
	max-width: 100%;
	padding: 20px 0 10px;
	vertical-align: top;
	text-align: left;
}

.HorizontalInnerLinks.Wide li {
	margin: 0 70px 5px 0;
}
.HorizontalInnerLinks.Wide li:last-child {
	margin-right: 0 !important;
}

.HorizontalInnerLinks.Wide li a {
	padding: 0 30px 0 0;
	font-size: 100%;
	font-weight: bold;
	color: #ffffff;
	background-image: url(/products/it/control_sys/psdx/image/icon_link_bottom.png);
	background-size: auto auto;
}

.SubPage .Section {
	padding-bottom: 50px;
}

.SubPage h2 {
	text-align: center;
	font-size: 175%;
	font-weight: bold;
	color: #4d4d4d;
	background-image: none;
}

.SubPage h3 {
	margin-bottom: 5px;
	font-size: 130%;
	color: #4d4d4d;
}

.SubPage h3.Underline {
	text-align: center;
	font-size: 145%;
	margin-bottom: 25px;
	line-height: 160%;
}

.SubPage h3.Underline span {
	padding: 0 5px;
	background-image: linear-gradient(to bottom, transparent 89%, #ffffff 89%, #ffffff 98%, transparent 100%);
}

.SubPage h3.Smaller {
	margin-bottom: 8px;
	font-size: 115%;
	color: #333333;
}

.SubPage h3.Default {
	margin-bottom: 8px;
	font-size: 100%;
	color: #333333;
}

.SubPage h3.WithNumber {
	margin-left: 1.5em;
	text-indent: -1.5em;
}

.SubPage h3.WithNumber span.Number {
	display: inline-block;
	width: 1.5em;
	text-indent: 0;
}

.SubPage .TxtArea {
	max-width: 800px;
	margin: 0 auto;
}

.SubPage .TxtArea2 {
	max-width: 880px;
	margin: 0 auto;
}

.TextStyle0 {
	margin-bottom: 15px;
	font-size: 100%;
}

ul.ListStyle1.Bullet {
	font-size: 100%;
}

ul.ListStyle1.Bullet li {
	padding-left: 1.5em;
	text-indent: -1.5em;
	background-image: none;
}
ul.ListStyle1.Bullet li:before {
	content: "●";
	margin-right: 0.5em;
}

#Summary {
	padding: 70px 0 60px;
	background-color: #f8f8f0;
}

#Summary .TextStyle1 {
	line-height: 140%;
	font-size: 85%;
}

#Feature {
	padding: 70px 0 20px;
	background-image: repeating-linear-gradient(transparent, transparent 5px, #ebebeb 5px, #ebebeb 6px);
	background-color: #f3f3f3;
}

.FeatureBox {
	max-width: 800px;
	margin: 0 auto 15px;
	padding: 30px 20px 5px;
	background-color: #ffffff;
	border-radius: 10px;
	box-sizing: border-box;
}
.FeatureBox.WithColumn {
	padding-right: 5px;
}

.FeatureBox .Inner {
	max-width: 660px;
	margin: 10px auto 25px;
}
.FeatureBox.WithColumn .Inner {
	max-width: 690px;
}

.FeatureBox h4 {
	font-size: 130%;
}

.FeatureBox .FeatureList {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	align-items: stretch;
	max-width: 650px;
	margin: 0 auto;
}

.FeatureBox .FeatureList li {
	position: relative;
	width: calc(50% - 7.5px);
	max-width: 300px;
	margin-bottom: 15px;
}

.FeatureBox .FeatureList img,
.FeatureBox .ColumnSet img {
	width: 100%;
	height: auto;
}

.FeatureBox .FeatureList .Title {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 5px 10px 2px;
	text-align: right;
	line-height: 130%;
	font-size: 110%;
	font-weight: bold;
	color: #ffffff;
	background-color: rgba(0, 0, 0, 0.6);
	box-sizing: border-box;
}

.FeatureBox.WithColumn .ColumnSet {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	align-items: center;
	margin: 0;
}
.FeatureBox.WithColumn .ColumnSet:after {
	display: none;
}

.FeatureBox .ColumnSet .Column1 {
	padding: 0;
}
.FeatureBox .ColumnSet .Column1.FirstItem {
	width: 300px;
	max-width: calc(100% - 360px);
}
.FeatureBox .ColumnSet .Column1.LastItem {
	width: 345px;
	margin-left: 15px;
}

.FeatureBox .ColumnSet .LinkListStyle1,
.FeatureBox .ColumnSet .LinkListStyle5 {
	font-size: 100%;
	font-weight: bold;
}

.FeatureBox .LinkListStyle1 dd {
	padding-left: 1em;
}

.FeatureBox dd li {
	padding-left: 1em;
	text-indent: -1em;
}
.FeatureBox dd li:before {
	content: "●";
}

#Effect {
	padding: 70px 0 20px;
	background-color: #bcd7dc;
}

#Effect .SubTitle {
	margin-bottom: 2px;
	text-align: center;
	font-weight: bold;
}

#Effect .TextStyle1 {
	font-size: 87.5%;
	line-height: 140%;
}

#Effect .EffectArea {
	max-width: 750px;
	margin: 0 auto;
}

.EffectArea .EffectBox {
	display: flex;
	border-radius: 10px;
}
.EffectArea .EffectBox.Problem {
	margin-bottom: 40px;
	color: #ffffff;
	background-color: #4d4d4d;
}
.EffectArea .EffectBox.Result {
	margin-bottom: 10px;
	background-color: #f0f0e4;
}

.EffectBox .Inner {
	display: flex;
	flex-flow: column nowrap;
	justify-content: center;
	align-items: center;
	width: 100%;
	min-height: 190px;
	padding: 25px 15px 10px;
	box-sizing: border-box;
}

.EffectBox .Inner > * {
	width: 100%;
}

.EffectBox .Title {
	margin-bottom: 15px;
	line-height: 130%;
	text-align: center;
	font-size: 140%;
	font-weight: bold;
}

.EffectBox.Problem .ImgLeftAdjust {
	margin: 0 25px 0 55px;
}

.EffectBox.Problem .TextStyle0 {
	line-height: 150%;
	font-size: 105%;
	font-weight: bold;
	overflow: hidden;
}

.EffectBox.Problem .TextStyle0 strong {
	color: #fffe2f;
}

.EffectArea dl.LinkListStyle1 {
	font-size: 100%;
}

.EffectArea dl.LinkListStyle1 dt {
	font-weight: bold;
}

.EffectBox ul.ListStyle1 {
	max-width: 670px;
	margin: 0 auto 10px;
}

.EffectBox ul.ListStyle1 li {
	margin-bottom: 10px;
}

.EffectCatchCopy {
	display: inline-block;
	max-width: 100%;
	padding: 10px 30px 7px;
	text-align: left;
	vertical-align: top;
	font-weight: bold;
	background-color: #ffffff;
	border-radius: 100px;
	box-sizing: border-box;
}

#Case {
	padding: 70px 0 20px;
	background-color: #d2e0e6;
}

#Case h3 {
	font-size: 120%;
	color: #333333;
}

#Movie {
	padding: 70px 0 100px;
	background-color: #4d4d4d;
}

#Movie h2 {
	color: #ffffff;
}

#Movie .ImgOnlyStyle .ModalYouTubeLink {
	max-width: 100%;
	background-color: #ffffff;
}
#Movie .ImgOnlyStyle .ModalYouTubeLink:before {
	width: 94px;
	height: 94px;
	margin: -47px 0 0 -47px;
	background-image: url(/products/it/control_sys/psdx/image/icon_movie.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100% auto;
	background-color: rgba(0, 0, 0, 0.8) !important;
	opacity: 1;
}
#Movie .ImgOnlyStyle .ModalYouTubeLink:after,
#Movie .ImgOnlyStyle .ModalYouTubeLink span:after {
	display: none;
}



/*===　Responsive Web design  =================*/
@media screen and (max-width: 994px) {
	.JS #Contact {
		margin: 0 -15px;
	}
	.JS #Contact.Fixed {
		margin: 0;
	}

	.JS #Contact .GridSet {
		max-width: none;
		margin: 0 auto;
	}

	.JS #Contact .GridSet .Grid4 {
		padding-right: 15px;
	}

	.JS .HideTablet {
		display: none;
	}

	.JS .ShowTablet {
		display: block;
	}
	.JS br.ShowTablet,
	.JS span.ShowTablet {
		display: inline;
	}

	.JS #BrandingArea,
	.JS #PageTitleArea {
		margin: 0 -15px;
	}

	.JS #BrandingArea .BrandingTxt,
	.JS #PageTitleArea .PageTitleTxt {
		width: auto;
		padding: 0 15px;
	}

	.JS #PageTitleArea .PageTitleTxt h1 {
		padding: 0 15px;
	}

	.JS .HorizontalInnerLinks.Wide,
	.JS #LineupArea,
	.JS #Summary,
	.JS #Feature,
	.JS #Effect,
	.JS #Case,
	.JS #Movie {
		margin-left: -15px;
		margin-right: -15px;
		padding-left: 15px;
		padding-right: 15px;
	}
}

@media screen and (max-width: 767px) {
	.JS .ShowTablet.HideRWD {
		display: none;
	}

	.JS #BrandingArea .BrandingTxt,
	.JS #PageTitleArea .PageTitleTxt {
		height: 0;
		padding-bottom: 60.9375%;
	}

	.JS #BrandingArea .BrandingTxt .Title {
		padding-top: 24.7396%;
	}

	.JS #LineupArea .AboutBox {
		min-height: 200px;
	}

	.JS #LineupArea .AboutBox .CatchCopy {
		font-size: 100%;
	}

	.JS ul.LineupList li {
		width: calc(50% - 7.5px);
	}

	.JS #LineupArea h2,
	.JS .SubPage h2 {
		margin-left: 0;
		margin-right: 0;
	}

	.JS .HorizontalInnerLinks.Wide li {
		margin-right: 25px;
	}

	.JS .EffectBox.Problem .ImgLeftAdjust {
		margin-left: 20px !important;
	}
}

@media screen and (max-width: 579px) {
	.JS #Contact ul {
		display: block;
		text-align: center;
	}

	.JS #Contact li.download {
		margin-right: 0;
		margin-bottom: 10px;
	}
	.JS #Contact li.contact {
		margin-left: 0;
	}

	.JS #Contact li a {
		display: inline-flex;
		padding-right: 55px;
	}

	.JS .HideSD2 {
		display: none;
	}

	.JS .ShowSD2 {
		display: block;
	}
	.JS br.ShowSD2,
	.JS span.ShowSD2 {
		display: inline;
	}

	.JS .ShowTablet.HideSD2,
	.JS .ShowRWD.HideSD2 {
		display: none;
	}

	.JS #BrandingArea .BrandingTxt .Title,
	.JS #PageTitleArea .PageTitleTxt h1 {
		font-size: 160%;
	}

	.JS #LineupArea #Intro .CatchCopy {
		text-align: left;
	}

	.JS #LineupArea #Intro h2,
	.JS #LineupArea #Solution h2 {
		text-align: left;
	}

	.JS .FeatureBox .ColumnSet .Column1.FirstItem {
		width: 315px;
		max-width: 100%;
		margin: 0 auto;
	}

	.JS .FeatureBox .ColumnSet .Column1.FirstItem .ImgOnlyStyle {
		margin-left: -15px;
		padding: 0 15px;
	}

	.JS .FeatureBox .ColumnSet .Column1.LastItem {
		width: 345px;
		max-width: 100%;
		margin: 0 auto;
	}

	.JS .SubPage h3.Underline {
		text-align: left;
		font-size: 130%;
	}

	.JS .SubPage h3.Underline span {
		padding: 0;
	}

	.JS .HorizontalInnerLinks.Wide li {
		margin-right: 20px;
	}

	.JS .HorizontalInnerLinks.Wide li a {
		padding-right: 25px;
		font-size: 90%;
	}
}

@media screen and (max-width: 399px) {
	.JS .HideSD1 {
		display: none;
	}

	.JS .ShowSD1 {
		display: block;
	}
	.JS br.ShowSD1,
	.JS span.ShowSD1 {
		display: inline;
	}

	.JS .ShowRWD.HideSD1 {
		display: none;
	}

	.JS #BrandingArea .BrandingTxt .Title {
		padding-top: 19%;
	}

	.JS ul.LineupList li {
		width: 100%;
	}

	.JS #LineupArea #Solution h2 {
		margin-bottom: 20px;
		font-size: 150%;
	}

	.JS .SubPage .Section {
		padding-bottom: 30px;
	}

	.JS .SubPage h2 {
		font-size: 160%;
	}

	.JS .FeatureBox .FeatureList li {
		width: 100%;
		max-width: none;
	}

	.JS .EffectBox.Problem .ImgLeftAdjust {
		margin-left: 0 !important;
	}

	.JS .EffectBox.Problem .TextStyle0 {
		overflow: visible;
	}
}
