/*会社概要*/
.company_gaiyou th{
	white-space: nowrap !important;
	vertical-align: middle !important;
}
.company_gaiyou td{
	text-align: left;
}
@media screen and (min-width: 769px) { /* PC用 メディアクエリー */
	/*会社概要 PC*/

}

@media screen and (min-width: 768px) and (max-width: 959px) { /* Tablet用 メディアクエリー */
	/* 会社概要 TAB */

}
@media (orientation: landscape) and (min-width: 519px) and (max-width: 896px) { /*スマホ横向き用*/
	/* 会社概要 スマホ横向き */

}
