/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jun 01 2026 | 07:22:41 */
/* 下層ページ（会社案内） */

/* 企業理念 */
@media (min-width: 600px) {
	.p-company-rinen .box {
		width: fit-content;
		margin-left: auto;
		margin-right: auto;
		padding-left: 40px;
		padding-right: 40px;
	}
}

/* 代表あいさつ */
@media (max-width: 599px) {
	.p-company-greeting .wp-block-media-text__content {
		padding-left: 0!important;
		padding-right: 0!important;
	}
}

/* 会社概要 */
@media (min-width: 600px) {
	.p-company-profile th,
	.p-company-profile td {
		padding: 20px;
	}
}

/* 会社の沿革 */
@media (min-width: 600px) {
	.p-company-history th {
		width: 150px!important;
	}
	.p-company-history th,
	.p-company-history td {
		padding: 20px;
	}
}
.p-company-history td {
	line-height: 2;
}
@media (max-width: 599px) {
	.p-company-history .box {
		padding-left: 0;
		padding-right: 0;
	}
}

/*  事業内容 */
@media (min-width: 600px) {
	.p-company-service th {
		width: 150px!important;
	}
	.p-company-service th,
	.p-company-service td {
		padding: 15px 20px;
	}	
}

