@charset "utf-8";
/*------------------------------------------------------------
	history
------------------------------------------------------------*/
#gNavi > ul > li.navi01 > a::after {
	opacity: 1;
}
.pageTitle {
	background-image: url("../images/carbide/history_bg.jpg");
}
#main p {
	margin-bottom: 34px;
	line-height: 2.25;
	letter-spacing: 0.1em;
}
#main .text01 {
	margin-bottom: 64px;
}
#main .phoBox {
	margin: 0 auto;
	width: 680px;
}
#main .phoBox .txt {
	margin-top: 15px;
	display: block;
	font-size: 1.4rem;
	letter-spacing: 0.1em;
}
@media all and (max-width: 896px) {
	.pageTitle {
		background-image: url("../images/carbide/history_bg_sp.jpg");
	}
	#main p {
		margin-bottom: 20px;
		font-size: 1.2rem;
		line-height: 2;
		letter-spacing: 0.05em;
	}
	#main .text01 {
		margin-bottom: 25px;
	}
	#main .phoBox {
		width: auto;
		text-align: center;
	}
	#main .phoBox .txt {
		margin-top: 6px;
		text-align: left;
		font-size: 1.2rem;
		letter-spacing: 0.05em;
	}
}