@charset "utf-8";
/*------------------------------------------------------------
	use
------------------------------------------------------------*/
#gNavi > ul > li.navi01 > a::after {
	opacity: 1;
}
.pageTitle {
	background-image: url("../images/carbide/use_bg.jpg");
}
#main p {
	margin-bottom: 51px;
	line-height: 2.25;
	letter-spacing: 0.1em;
}
#main .imgBox {
	margin-bottom: 66px;
}
#main .imgBox .textBox {
	width: 650px;
}
#main .imgBox .textBox .headLine01 {
	margin-bottom: 20px;
	padding-bottom: 12px;
}
#main .imgBox .textBox p {
	line-height: 2;
}
#main .imgBox .textBox p:last-child {
	margin-bottom: 0;
}
#main .imgBox .photoBox {
	padding-top: 9px;
	width: 350px;
	text-align: center;
}
#main .lastBox {
	margin-bottom: 0 !important;
}
@media all and (max-width: 896px) {
	.pageTitle {
		background-image: url("../images/carbide/use_bg_sp.jpg");
	}
	#main p {
		margin-bottom: 21px;
		font-size: 1.2rem;
		line-height: 2;
		letter-spacing: 0.05em;
	}
	#main .imgBox {
		margin-bottom: 26px;
		display: block;
	}
	#main .imgBox .textBox {
		margin-bottom: 25px;
		width: auto;
	}
	#main .imgBox .textBox .headLine01 {
		margin-bottom: 6px;
		padding-bottom: 13px;
	}
	#main .imgBox .textBox p:last-child {
		margin-bottom: 0;
	}
	#main .imgBox .photoBox {
		padding-top: 0;
		width: auto;
	}
}