@charset "Shift_JIS";

/* **************************************************

Name: alliance.css

Description: Main CSS

Create: 2020.10.15
Update: 2025.04.14 PowreGoodArea 記述をコメントアウト

Copyright 2020 Hitachi, Ltd.

***************************************************** */

body {
    overflow-x: hidden;
}

/*--- TitleArea ---*/

#TitleArea {
	position: relative;
	background-image: url(/products/it/lumada/alliance/images/title.jpg);
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: center center;
	width: auto;
	height: 350px;
	box-sizing: border-box;
}

/*--- TitleArea (h1)---*/

#TitleArea .contentsWidth h1 {
	margin: 0 auto;
	padding-top: 24px;
	text-align: center;
	font-size: 45px;
	font-weight: bold;
	color: #333;
	text-shadow: 1px 1px 3px #FFF;
	-webkit-transform: skewX(-9deg);
	transform: skewX(-9deg);
}

/*--- TitleArea (LeadText) ---*/

#TitleArea .MainCopy {
	text-align: center;
	margin: 0 auto 50px;
	font-weight: bold;
	color: #333;
	text-shadow: 1px 1px 3px #fff;
}

#TitleArea .LeadText {
	text-align: center;
	margin: 0 auto 8px;
	font-weight: bold;
	font-size: 18px;
	color: #333;
	text-shadow: 1px 1px 3px #fff;
	line-height: 1.2em;
}

#competencyMenuAbout ul li span {
	font-size: 16px !important;
}


/*---- 共通 ----*/

#competencyMenuAbout{
	position: inherit;
}

#competencyMenuAbout ul li {
	width: 33.3333%;
}

.allianceBlock {
margin-top: 30px;
}

h2{
	background-image: none;
	font-size: 33px;
	font-weight: bold;
	line-height: 130%;
	margin-bottom: 20px;
}


/*---- parallelBlock Area ----*/

.parallelBlock {
	display: flex;
	justify-content: center;
	align-items: center;
}

.LeftBlock {
	padding:0 8px;
}

.LeftBlock img {
	width:100%;
}

.RightBlock {
	width:50%;
	padding:0 16px 0 24px;
}


/*---- horizontalBlock Area ----*/

#partner{
	position: relative;
	height: auto;
	background: url(/lumada/alliance/images/img_alliance_bg01.jpg) #e5edf5 top center no-repeat;
	background-size: cover;
	background-attachment: scroll;
}

.horizontalBlock {
	padding: 24px 16px;
}

.horizontalBlock h2 {
	text-shadow: 1px 1px 3px #9e9e9e;
}


/* ----horizontalBlock Area Button----*/
.allianceBlock .horizontalBlock .ButtonStyle1 {
	text-align: right;
}
.allianceBlock .horizontalBlock .ButtonStyle1 a {
	background-image: url(../../../../../../image/jp/r1/icon/icon_link_right_l_hd.gif);
}

.allianceBlock .horizontalBlock .ButtonStyle1 a:link,
.allianceBlock .horizontalBlock .ButtonStyle1 a:visited {
	background-color: #fff;
	color: #333;
	font-size: 100%;
	outline: 1px solid #333;
}
.allianceBlock .horizontalBlock .ButtonStyle1 a:hover,
.allianceBlock .horizontalBlock .ButtonStyle1 a:active {
	background-color: #dedede;
}


/* ----parallelBlock Area ----*/
.allianceBlock .parallelBlock .ButtonStyle1 {
	text-align: right;
}
.allianceBlock .parallelBlock .ButtonStyle1 a {
	background-image: url(../../../../../../image/jp/r1/icon/icon_link_right_l_hd.gif);
}

.allianceBlock .parallelBlock .ButtonStyle1 a:link,
.allianceBlock .parallelBlock .ButtonStyle1 a:visited {
	background-color: #fff;
	color: #333;
	font-size: 100%;
	outline: 1px solid #333;
}
.allianceBlock .parallelBlock .ButtonStyle1 a:hover,
.allianceBlock .parallelBlock .ButtonStyle1 a:active {
	background-color: #dedede;
}

/* **********---- PowreGoodArea ----**********
#PgArea {
	padding-top: 40px;
	padding-bottom: 20px;
	background-color: #000;
}


#PgArea a:visited,
#PgArea a:link {
	text-decoration: none;
	color: #575757;
	display: block;
	position: relative;
	z-index: 1;
	margin-bottom: 20px;
}
#PgArea div.texts {
	background-color: #000;
	margin-top: 20px;
    margin-bottom: 30px;
	padding: 15px;
	width: 50%;
	color: #fff;
}
#PgArea div.texts:hover {
	background-position: right 30px center;
}
#PgArea div.texts p {
	margin: 10px 0 0 0px;
	font-size: 100%;
}

#PgArea div.texts p span {
	margin: 10px 0 0 0px;
	font-size: 100%;
}

#PgArea .RelatedLinks {
	display: flex;
}
#PgArea .RelatedLinks .Img {
	background-repeat: no-repeat;
	width: 50%;
	background-size: 100% auto;
	background-position: center;
}
#PgArea .RelatedLinks.powergood .Img {
	background-image: url('/products/it/lumada/alliance/images/img_pg.png');
}
#PgArea .RelatedLinks > div img {
	width: 100%;
	height: auto;
}
#PgArea p.btn_pg {
	margin: 20px 0 20px 0;
}
#PgArea p.btn_pg span {
	display: inline-block;
	padding: 5px 30px;
	text-align: center;
	color: #fff;
	font-size: 90%;
	text-decoration: none;
	background: url('/image/jp/r1/icon/icon_link_right_xl_white.gif') no-repeat 97% 50%;
	background-size: 12px auto;
	background-color: rgb(204,0,34);
}

#PgArea .btn_pg:hover {
opacity: 0.8;
}
**********---- PowreGoodArea ----********** */

#footerSecIndex {
	margin-top: 0 !important;
}


/* for - 994px
=========================================================================================== */
@media screen and (max-width: 994px) {
	.JS #topBlockArea04 .RelatedLink div:first-child {
		/*width: 80%;*/
	}
	.JS #topBlockArea04 .RelatedLink .Img {
		background-size: cover;
	}
}

/* for - 767px
=========================================================================================== */
@media screen and (max-width: 767px) {
	.JS #topBlockArea04 {
    padding-left: 30px;
    padding-right: 30px;
    box-sizing: border-box;
}
	.JS #topBlockArea04 .RelatedLink .Img {
		width: 70%;
		background-size: auto 100%;
	}

/*--- TitleArea ---*/
#TitleArea {
	height: auto;
	padding-bottom: 24px;
}

/*--- TitleArea (h1)---*/

#TitleArea .contentsWidth h1 {
	padding-top: 20px;
	padding-bottom: 5px;
	font-size: 35px;
	line-height: 1.2em;
}

/*--- TitleArea (LeadText) ---*/

#TitleArea .MainCopy {
	text-align: center;
	margin: 0 auto 40px;
	padding: 0 8px;
	font-weight: normal;
	font-size: 16px;
	color: #000;
	text-shadow: 1px 1px 3px #fff;
}

#TitleArea .LeadText {
	text-align: center;
	margin: 0 auto;
	padding: 0 8px 4px;
	font-weight: normal;
	font-size: 18px;
	color: #000;
	text-shadow: 1px 1px 3px #fff;
}

#competencyMenuAbout ul li span {
	font-size: 12px !important;
}


/*---- 共通 ----*/

h2 {
	font-size: 28px;
	padding: 0 16px 0 32px;
	margin: 0;
}


/*---- parallelBlock Area ----*/

.parallelBlock {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.LeftBlock {
	width:100%;
	padding:16px;
	text-align: center;
}

.RightBlock {
	width:100%;
	padding:16px;
}


/*---- horizontalBlock Area ----*/
.horizontalBlock h2{
	font-size: 28px;
	padding: 0 16px 0 32px;
}


/* **********---- PowreGoodArea ----**********

	#PgArea {
	padding-top: 50px;
	}
    .JS #PgArea .RelatedLinks {
		flex-direction: column;
	}
	.JS #PgArea div.texts {
		width: auto;
	}
	.JS #PgArea .RelatedLinks .Img {
		width: 100%;
		background-size: 92% auto;
		padding-top: 190px;
	}

**********---- PowreGoodArea ----********** */


}

/* for - 579px
=========================================================================================== */
@media screen and (max-width: 579px) {
	.JS #topBlockArea04 .RelatedLink {
		flex-direction: column;
	}
	.JS #topBlockArea04 div.text {
		width: auto;
	}
	
	.JS #topBlockArea04 .RelatedLink .Img {
		width: 100%;
		background-size: 100% auto;
		padding-top: 190px;
	}
	.JS #tourMain {
	height:280px;
	}

br.sp_br {
	display: none;
}

}

/* for - 399px
=========================================================================================== */
@media screen and (max-width: 399px) {
	.JS #topBlockArea04 .RelatedLink .Img {
		background-size: cover;
	}
}
