@charset "utf-8";
/* ===================================================================
 ソフトウェア開発・評価/検証 品質向上ソリューション
=================================================================== */

/* サムネイル入り実績
/////////////////////////////////////////////////////////////////////////////////// */
.caseBox{
	display: flex;
	align-items: flex-start;
	font-size: .875em;
}
.caseBox__img{
	position: relative;
	overflow: hidden;
	width: 30%;
}
.caseBox__img:before {
	display: block;
	padding-top: 100%;
	content:"";
}
.caseBox__img > img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	width: 100%;
	height: auto;
}
.caseBox__img__ttl {
	position: absolute;
	bottom: 0;
	box-sizing: border-box;
	margin: 0;
	padding: .5em 1em;
	width: 100%;
	background-color: rgba(20,160,220,.7);
	color: #fff;
	text-align: center;
	line-height: 1.4;
}
.caseBox__detail{
	margin: 0 0 0 2em;
	width: 70%;
}
.caseBox__detail dd,
.caseBox__detail ul{
	margin: 0;
}
.caseBox__detail > .caseBox__ttl{
	position: relative;
	margin: 1.5em 0 .3em 1em;
	color: #00689f;
	font-weight: 500;
}
.caseBox__detail > .caseBox__ttl:first-of-type{
	margin-top: 0;
}
.caseBox__detail > .caseBox__ttl::before{
	position: absolute;
	top: 0;
	right: auto;
	bottom: 0;
	left: -1em;
	margin: auto;
	width: 3px;
	height: 90%;
	background-color: #00689f;
	content: "";
}
@media screen and (min-width: 48em) {
	.caseBox{
		display: block;
	}
	.caseBox__img{
		width: 100%;
	}
	.caseBox__img:before {
		padding-top: calc(30% + 2em);
	}
	.caseBox__img__ttl {
	}
	.caseBox__detail{
		margin: 2em 0 0 0;
		width: 100%;
	}
}
/* 技術リソース
/////////////////////////////////////////////////////////////////////////////////// */
.resouceList {
	margin-top: 2em;
	padding: 0;
}
.resouceList li {
	box-sizing: border-box;
	padding: 1em;
	border-radius: 5px;
	background-color: #14a0dc;
	color: white;
	list-style: none;
	text-align: center;
}
@media screen and (min-width: 64em) {
	.resouceList {
		display: flex;
		justify-content: space-between;
		margin-top: 2em;
	}
	.resouceList li {
		width: 31%;
	}
}
/* モダナイゼーション
/////////////////////////////////////////////////////////////////////////////////// */
.modernization-item {
	background: #14a0dc;
	text-align: center;
	line-height: 1.6;
	color: #fff;
}
.modernization-img-1-3{
	max-width: 380px;
	width: 100%;
}
@media screen and (min-width: 64em) {
	.modernization-item {
		font-size: 1.1em;
	}
}
