@charset "utf-8";
/* ========================================================
	company.css => 企業情報用CSS
======================================================== */



/* ごあいさつ
============================================================================================================ */
.greeting_ph {
	float: left;
	font-weight: bold;
}
.greeting_ph dd {
	margin-top: 10px;
}
.greeting_ph dd span {
	display: block;
	font-size: 2rem;
	line-height: 1.4;
}
.greeting_ph + * {
	margin-left: 210px;
}
@media screen and (max-width: 768px) {
	.greeting_ph {
		width: 110px;
		padding: 0 15px 10px 0;
	}
	.greeting_ph dd {
		margin-top: 5px;
	}
	.greeting_ph dd span {
		font-size: 1.6rem;
	}
	.greeting_ph + * {
		margin-left: 0;
	}
}


