@charset "Shift_JIS";

/* **************************************************

Name: about.css

Description: 

Create: 2021.03.22
Update: 2022.06
		2023.07

Copyright 2021 Hitachi, Ltd.

***************************************************** */


#aboutMain {
	position: relative;
	background: url(/products/it/lumada/about/images/title.jpg), linear-gradient(90deg, #f8f7dd 0%, #f8f7dd 50%, #cde5ed 50%, #cde5ed 100%);
	background-repeat: no-repeat;
	background-position: center;
	width: 100%;
	height: 300px;
	box-sizing: border-box;
	padding: 0 16px;
	background-size: cover;
}

#aboutMain h1 {
	padding-top: 80px;
	font-size: 46px;
	font-weight: normal;
	color: #333;
	text-shadow: none;
	line-height:1.2em;
}
@media screen and (max-width: 767px) {
	#aboutMain h1 {
		padding-top: 20px;
		font-size: 30px;
		font-weight: normal;
		color: #333;
		text-shadow: none;
	}
}

.contentsWidth {
	padding: 0 16px;
}


br.pc {
	display:inline;
}
@media screen and (max-width: 767px) {
	br.pc {
		display:none;
	}
}
br.sp {
	display:none;
}
@media screen and (max-width: 767px) {
	br.sp {
		display:inline;
	}
}

#Framework,
#Connection,
#Capability {
		padding-top: 80px;
}
@media screen and (max-width: 579px) {
	#Framework,
	#Connection,
	#Capability {
		margin-top: -160px;
		padding-top: 160px;
	}
}

h2{
	font-size: 36px;
	font-weight: bold;
	margin-bottom: 60px;
	background-image: none;
	border-image: linear-gradient(to right, #B1000E, #fff) 1/0 0 4px;
	border-style: solid;
	line-height:1.2em;
}

h2 span {
	display: block;
	padding: 0 0 6px 0;
	font-size: 22px;
	font-weight: normal;
	color: #333;
	line-height: 130%;
	background-color:transparent;
}

h3{
	font-size: 28px;
	font-weight: bold;
	color: #333;
	margin-top: 60px;
	margin-bottom: 30px;
	padding: 0;
	line-height:1.2em;
}


@media screen and (max-width: 767px) {

	.JS h2 {
		margin: 0 0 30px 0;
	}

	h2{
		font-size: 28px;
		font-weight: bold;
	}

	h2 span {
		display: block;
		padding: 0 0 4px 0;
		font-size: 18px;
		color: #333;
	}

	h3{
		font-size: 22px;
		margin-top: 40px;
		margin-bottom: 20px;
		padding: 0;
	}

}


#Contents p {
	font-size: 100%;
	margin-bottom: 16px;
}
#footerSec p{
	margin-bottom: 0;
}



.NomalLinkBox{
	border: 1px solid #BCBCBC;
	box-shadow: 0 2px 4px #BCBCBC;
	margin: 30px 0;
}

.NomalLinkBox a{
	color:#333;
	display:flex;
	padding:16px;
	text-decoration:none;
	background-image: linear-gradient(#fdfdfd, #e9e9e9);
}
@media screen and (max-width: 767px) {
	.NomalLinkBox a{
		display: block;
		padding: 16px;
	}
}

.NomalLinkBox a:hover {
	color: #145595;
	background-image: linear-gradient(#ffffff, #ebebeb);
}

.NomalLinkBox a:hover img{
	opacity:0.7;
}
@media screen and (max-width: 767px) {
	.NomalLinkBox img{
		width:100%;
	}
}

.NomalLinkBox p{
	margin-bottom:0 !important;
}

.NomalLinkBox .NomalLinkBox_Image{
	min-width: 320px;
	border: #efefef 1px solid;
	box-sizing: border-box;
}
@media screen and (max-width: 767px) {
.NomalLinkBox .NomalLinkBox_Image{
	min-width: auto;
}
}

.NomalLinkBox_Right{
	margin:0 16px ;
}
@media screen and (max-width: 767px) {
	.NomalLinkBox_Right{
		margin:10px 0 0;
	}
}

.NomalLinkBox h3 {
	font-size: 22px;
	font-weight: bold;
	color: #333;
	margin-top: 0;
	margin-bottom: 18px;
	text-align: left !important;
}

.NomalLinkBox h3:after{
	content: '';
	display: inline-block;
	width: 20px;
	height: 20px;
	background-image: url(/products/it/lumada/images/icon_s_arrow05.png);
	background-size: contain;
	vertical-align: middle;
	margin: 0px 8px;
}

.NomalLinkBox a:hover h3 {
	color: #145595;
}

#ConnectionArea {
	position: relative;
	margin-bottom:50px;
}

.ConnectionImg {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	max-width:33.3333%;
}

.ConnectionImg img {
	max-width:100%;
}

.LIHArea {
	position: relative;
	max-width:30%;
	left: 70%;
	top:30px;
}

.LIHArea h3 {
	font-size: 26px;
	color: #CF71CC;
	margin-bottom: 16px;
}

.LAPArea{
	position: relative;
	max-width:30%;
	left:35%;
}
.LAPArea h3 {
	font-size: 26px;
	color: #4BACC6;
}

.LSHArea {
	position: absolute;
	max-width:30%;
	top:10%;
}
.LSHArea h3 {
	font-size: 26px;
	color: #FFC000;
}

.LIHArea h3:before,
.LAPArea h3:before,
.LSHArea h3:before {
	content: "";
	font-weight: normal;
	font-size: 20px;
}

.AreaLine {
	margin-left: 10px;
	padding: 0 16px;
}

.LIHArea .AreaLine {
	border-left: 1px solid #CF71CC;
}

.LAPArea .AreaLine {
	border-left: 1px solid #4BACC6;
}

.LSHArea .AreaLine {
	border-left: 1px solid #FFC000;
}

#ConnectionArea ul {
	margin: 24px ;
	font-weight: bold;
}

#ConnectionArea ul li{
	list-style-type:disc;
}

p.ConnectionLink a {
	margin:0;
	font-size: 16px;
	color: #fff;
	border: 1px solid #17316D;
	border-radius: 3px;
	background-image: url(/image/jp/r1/icon/icon_link_right_l_white_hd.gif);
	background-repeat: no-repeat;
	background-position: right center;
	background-size: 16px 16px;
	-moz-background-size: 16px 16px;
	-webkit-background-size: 16px 16px;
	-o-background-size: 16px 16px;
	-ms-background-size: 16px 16px;
	word-break: break-all;
}

p.ConnectionLink a:link,
p.ConnectionLink a:visited {
	padding: 4px 16px 4px 12px;
	background-color: #17316D;
	color: #fff;
	text-decoration: none;
}
p.ConnectionLink a:hover,
p.ConnectionLink1 a:active {
	padding: 4px 16px 4px 12px;
	background-color: #fff;
	color: #17316D;
	text-decoration: none;
	background-image: url(/products/it/lumada/images/icon_s_arrow05.png);
}

@media screen and (max-width: 994px) {

	#ConnectionArea {
		position: initial;
	}
	.ConnectionImg {
		position: initial;
		transform: none;
	max-width:100%;
	}

	.ConnectionImg img {
		max-width:100%;
	}

	.LIHArea {
		position: initial;
		max-width:100%;
	}

	.LIHArea h3 {
		font-size: 24px;
		color: #CF71CC;
		margin-bottom: 16px;
	}

	.LAPArea{
		position: initial;
		max-width:100%;
	}
	.LAPArea h3 {
		font-size: 24px;
		color: #4BACC6;
	}

	.LSHArea {
		position: initial;
		max-width:100%;

	}
	.LSHArea h3 {
		font-size: 24px;
		color: #FFC000;
	}

	.LIHArea h3:before,
	.LAPArea h3:before,
	.LSHArea h3:before {
		content: "";
		font-weight: normal;
		font-size: 18px;
	}


	#ConnectionArea ul {
		margin: 22px ;
		font-weight: bold;
	}

}

#Capability h3 {
	text-align: center;
}


#GlobalArea {
	background: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)85%, rgba(255, 255, 255, 1)),url(/products/it/lumada/about/images/pic_05.png) center top / 75% no-repeat;
	background-size: cover;
	text-align: center;
	padding: 50px 0 30px;
	margin-bottom: 50px;
}

#GlobalArea h3 {
	font-size: 28px;
	margin: 40px 0 ;
}

#GlobalArea p {
	font-size: 22px;
	font-weight: bold;
}
#GlobalArea dl {
	font-size: 100%;
	font-weight: bold;
	padding: 0 0 0 55%;
}
@media screen and (max-width: 767px) {
	#GlobalArea p.ImgOnlyStyle {
	max-width:60%;
	}
	#GlobalArea dl {
		padding: 0 0 0 25%;
	}
}
@media screen and (max-width: 579px) {
	#GlobalArea p.ImgOnlyStyle {
	max-width:80%;
	}
}
@media screen and (max-width: 399px) {
	#GlobalArea dl {
		padding: 0 ;
	}
}



/*---- LinkArea ----*/

#LinkArea {
	margin: 100px auto 80px;
}

#LinkArea ul {
	display: flex;
}
@media screen and (max-width: 767px) {
	#LinkArea ul {
		display: block;
	}
}
#LinkArea ul li{
	display:flex;
	width: 25%;
	border-top: 1px solid #C6C6C6;
	border-left: 1px solid #C6C6C6;
	border-bottom: 1px solid #C6C6C6;
	box-sizing: border-box;
	align-self: stretch;
}
#LinkArea ul li:last-child{
	border-right: 1px solid #C6C6C6;
}
@media screen and (max-width: 767px) {
	#LinkArea ul li{
		display:flex;
		width: 100%;
		border:none;
		border-bottom: 1px solid #C6C6C6;
	}
	#LinkArea ul li:first-child {
		border-top: 1px solid #C6C6C6;
	}
	#LinkArea ul li:last-child{
		border-right: none;
	}
	#LinkArea ul li img {
		width: 100%;
	}
}
#LinkArea ul li a {
	display: block;
	padding: 12px;
	text-decoration: none;
}

#LinkArea ul li a:link,
#LinkArea ul li a:visited {
	color: #333333;
}

#LinkArea ul li a:hover,
#LinkArea ul li a:active {
	color:#145595;
}

#LinkArea ul li a:hover img,
#LinkArea ul li a:visited img {
	opacity:0.7;
}

#LinkArea ul li img {
	width: 100%;
}

#LinkArea ul li dl {
	margin: 24px 0 12px ;
}

#LinkArea ul li dl dt {
	font-weight: bold;
	font-size: 22px;
	margin-bottom: 20px;
	line-height: 1.2em;
}

#LinkArea ul li dl dt span{
	font-size: 16px;
}

#LinkArea ul li dl dt::after {
	content: '';
	display: inline-block;
	width: 20px;
	height: 20px;
	background-image: url(/products/it/lumada/images/icon_s_arrow05.png);
	background-size: contain;
	vertical-align: middle;
	margin: 0px 8px;
}
