@charset "Shift_JIS";

/* **************************************************

Name: case.css

Description: CSS for 事例 Top Page

Create: 2018.09.06
Update: 2020.02.26 リニューアル
Update: 2022.09　ワイド対応
Update: 2024.05　リニューアル
Update: 2024.12　小規模改修

Copyright 2018 Hitachi, Ltd.

***************************************************** */

/*--- Common ---*/
.contentsWidth{
padding:0 16px;
}

h2.Header{
padding-top:80px;
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;
}
@media screen and (max-width: 767px){
h2.Header{
font-size: 28px;
font-weight: bold;
/*margin-top:-150px;
padding-top:180px;*/
}
.JS h2{
margin: 0 0 30px 0;
}
}

/*--- TitleArea ---*/

#TitleArea {
	position: relative;
	background-color: #333;
}

#TitleArea  h1 {
	padding-top: 30px;
	padding-left: 15px;
	padding-bottom: 20px;
	font-size: 180%;
	font-weight: bold;
	color: #fff;
}
@media screen and (max-width:767px){
	#TitleArea  h1 {
		padding-top: 20px;
		padding-bottom: 5px;
	}
}



#caseMain {
	position: relative;
	background: url(/products/it/lumada/stories/images/title.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-color: #09233c;
	width: 100%;
	height: 300px;
	box-sizing: border-box;
	padding: 0 16px;
	background-size: cover;
}

#caseMain .contentsWidth {
	position: relative;
}

#caseMain .TitleText {
	background-color: #0f7cae9e;
	max-width: 500px;
	margin: 70px 0;
	padding: 30px;
	position: absolute;
	top: 0;
	left: 0;
	color: #fff;
	text-shadow: 1px 1px 0px #000000;
}

#caseMain h1 {
	font-size: 46px;
	font-weight: normal;
	color: #fff;
	text-shadow: none;
	line-height:1.2em;
	text-shadow: 1px 1px 0px #000000;
}
@media screen and (max-width: 767px) {
	#caseMain h1 {
		font-size: 30px;
		font-weight: normal;
		color: #fff;
		text-shadow: none;
		text-shadow: 1px 1px 0px #000000;
	}

}

br.sphide {
	display: block;
}
@media screen and (max-width: 767px) {
	br.sphide {
		display:none;
	}
}

/*--- TopCase ---*/


/*--- CaseList Area ---*/

#CaseList {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(340px, auto));
	gap: 20px;
	max-width: 100%;
	margin: 70px 16px;
}

	li.CaseItem {
		box-shadow: 0 3px 5px rgb(0 0 0 / 22%);
		color: #707070;
		background-color: #fff;
		text-decoration: none;
		padding: 0;
	}

	li.CaseItem a {
		display: flex;
		flex-direction: column;
		height: 100%;
	}
	li.CaseItem a:link,
	li.CaseItem a:visited {
		text-decoration: none;
		color: #333;
	}

	li.CaseItem a:hover img {
		opacity: 0.8;
	}

	li.CaseItem a:hover dl,
	li.CaseItem a:hover h2,
	li.CaseItem a:hover p,
	li.CaseItem a:hover ul {
		text-decoration: none;
		color: #145595;
	}

	li.CaseItem img {
		width:100%;
		border-radius: 0 0 20px 0;
	}

	li.CaseItem dl {
		display: flex;
		justify-content: space-between;
		margin: 8px;
		font-size: 75%;
	}

	li.CaseItem dl dt {
		background-color: #145595;
		color: #fff;
		padding: 0 12px;
		border-radius: 0 5px 0 5px;
	}

	li.CaseItem h2 {
		background-image: none;
		padding: 0;
		font-size: 115%;
		font-weight: bold;
		margin: 4px 8px;
		line-height: 1.2em;
	}

	li.CaseItem h2.NewWin{
		margin-bottom:12px;
	}

	li.CaseItem  p {
		margin: 8px 8px 12px;
		font-size:100%;
		line-height: 1.4em;
	}

	li.CaseItem p::after {
		content: '';
		display: inline-block;
		width: 16px;
		height: 16px;
		background-image: url(/products/it/lumada/images/icon_s_arrow05.png);
		background-size: contain;
		vertical-align: middle;
		margin: 0px 6px;
		background-repeat: no-repeat;
	}

	li.CaseItem p.NewWin::after,
	li.CaseItem h2.NewWin::after {
		content: '';
		display: inline-block;
		width: 16px;
		height: 16px;
		background-image: url(/products/it/lumada/images/icon_new_window_hd02.png);
		background-size: contain;
		vertical-align: middle;
		margin: 0px 6px;
		background-repeat: no-repeat;
	}

	li.CaseItem p.Movie::after {
		content: '';
		display: inline-block;
		width: 16px;
		height: 16px;
		background-image: url(/products/it/lumada/images/icon_movie_01.png);
		background-size: contain;
		vertical-align: middle;
		margin: 0px 6px;
		background-repeat: no-repeat;
	}

	li.CaseItem ul {
		margin: 8px 8px 12px;
		background-color: #EBEBEB;
		padding: 12px 6px;
		border-radius: 0 6px;
		font-size: 80%;
		margin-top: auto;
	}

	li.CaseItem strong {
		color: unset;
	}


#MoreBtn {
	margin: 16px 16px 30px;
	padding: 12px;
	background-color: #e5e5e5;
	text-align: center;
	cursor: pointer;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	-ms-transition: 0.3s;
	transition: 0.3s;
}
	#MoreBtn span {
		padding-right: 20px;
		background: url("/lumada/images/icon_more.png") right center no-repeat;
		background-size: 11px 7px;
	}
	#MoreBtn:hover {
		background-color: #d1d0d0;
		-webkit-transition: 0.3s;
		-moz-transition: 0.3s;
		-o-transition: 0.3s;
		-ms-transition: 0.3s;
		transition: 0.3s;
	}

#CaseArea .Section dl {
	padding: 0 16px;
}

/*---- LinkArea ----*/

#LinkArea {
	margin-top: 80px;
	margin-bottom: 80px;
	padding: 0 16px;
}


span.BorderLine {
	display: block;
	margin-bottom: 80px;
	height: 1px;
	border-radius: 1px;
	background-image: -webkit-gradient(linear, left top, right top, from(#0A2957), to(#51B4DC));
	background-image: -webkit-linear-gradient(left, #0A2957 0%, #51B4DC 100%);
	background-image: linear-gradient(to right, #0A2957 0%, #51B4DC 100%);
}



#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;
}