@charset "utf-8";
/* ------------------------------
 KYOWA TECHNOLOGY
------------------------------ */
.gray-bg {
	background: #efefef;
	text-align: center;
	height: 258px;
	padding-top: 30px;
}
.gray-txt{
	line-height: 1.6;
	color: #959595;
}
.gray-txt a{
	color: #959595;
}
@media print, screen and (max-width: 767px) {
	.gray-bg {
		height: auto;
		padding: 30px 20px;
	}
	.gray-bg .f18{
		font-size: 1.5rem;
		line-height: 1.4;
	}
	.gray-bg .f14{
		font-size: 1.1rem;
	}
	.gray-txt {
		padding-left:2em;
		text-indent:-2.5em;
	}
}
