/**
 * ABOUT IDEAGE — 会社概要（沿革フレーム準拠）
 */

.post_content .company-profile .wp-block-columns,
.editor-styles-wrapper .company-profile .wp-block-columns {
	margin: 0;
}

.post_content .company-profile__label,
.editor-styles-wrapper .company-profile__label {
	margin: 0;
	font-family: 'Noto Sans JP', noto sans jp, sans-serif;
	font-size: 16px;
	font-weight: 500;
	line-height: 2;
	color: #111;
}

.post_content .company-profile__value,
.editor-styles-wrapper .company-profile__value {
	margin: 0;
	font-family: 'Noto Sans JP', noto sans jp, sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 2;
	color: #111;
}

@media (max-width: 767px) {
	.post_content .company-profile__label,
	.editor-styles-wrapper .company-profile__label {
		font-weight: 700 !important;
	}

	.post_content .company-profile .wp-block-columns .wp-block-columns,
	.editor-styles-wrapper .company-profile .wp-block-columns .wp-block-columns {
		flex-direction: column;
		gap: 4px;
	}
}
