@charset "utf-8";
/*
 * page.css
 *
 *  version --- 1.0
 *  updated --- 2017/11/30
 */

#case #gNavi li:nth-child(3) a::before{
	position: absolute;
	left: 0;
	bottom: -28px;
	width: 100px;
	height: 4px;
	background: linear-gradient(-138deg,#1776d8,#122ec0);
	content: "";
}
#case #teaser {
	background: url(../img/case/teaser_case.jpg) center center no-repeat;
	background-size: cover;
}

.caseTit{
	border-bottom: 3px solid #e9e9e9;
	position: relative;
	display: flex;
	margin-bottom: 55px;
	padding-bottom: 20px;
	align-items: flex-end;
}
.caseTit::before{
	position: absolute;
	left: 0;
	bottom: -3px;
	width: 124px;
	height: 3px;
	content: "";
	background: #1354ce;
}
.caseTitNum{
	font-size: 4.8rem;
	color: #1354ce;
	line-height: 1;
	margin-bottom: -5px;
}
.caseTitTxt{
	font-size: 2.6rem;
	font-weight: bold;
	line-height: 1;
}

.caseList{
	display: flex;
	margin-bottom: 55px;
}
.caseListBox{
	border: 1px solid #e5e5e5;
	padding: 20px;
	box-sizing: border-box;
}
.caseListBox + .caseListBox{
	border-left: 0;
}

.caseListTxt{
	margin-top: 20px;
	font-size: 1.8rem;
	color: #000000;
	padding-left: 30px;
	background: url(../img/case/ico_case.png) 2px center no-repeat;
}



/*** タブレット 768x ~ 959px***/
@media screen and (max-width: 959px) {}

/*** スマホ 320px ~ 767px***/
@media screen and (max-width: 767px) {
	#case #gNavi li:nth-child(3) a::before{
		width: 0;
	}
	
	
	.caseTit{
		border-bottom: 2px solid #e9e9e9;
		position: relative;
		display: flex;
		margin-bottom: 25px;
		padding-bottom: 10px;
		align-items: flex-end;
	}
	.caseTit::before{
		position: absolute;
		left: 0;
		bottom: -2px;
		width: 60px;
		height: 2px;
		content: "";
		background: #1354ce;
	}
	.caseTitNum{
		font-size: 4.6rem;
		color: #1354ce;
		line-height: 1;
		margin-bottom: -5px;
	}
	.caseTitTxt{
		font-size: 2.4rem;
		font-weight: bold;
		line-height: 1;
	}
	
	.caseList{
		display: block;
		margin-bottom: 25px;
	}
	.caseListBox{
		border: 1px solid #e5e5e5;
		padding: 10px;
		box-sizing: border-box;
	}
	.caseListBox + .caseListBox{
		border: 1px solid #e5e5e5;
		margin-top: 25px;
	}
	
	.caseListTxt{
		margin-top: 10px;
		font-size: 1.6rem;
		color: #000000;
		padding-left: 20px;
		background: url(../img/case/ico_case.png) 2px center no-repeat;
	}
	
}
