.blog_content .wp-block-ficha-comparison-table {
	margin: 0 0 4rem 0;
}
.blog_block_comparison {
	margin: 4rem 0;
}
.blog_content .blog_block_comparison_title {
	margin: 1rem 0 2.3rem;
	font-size: 2.4rem;
	font-weight: bold;
	line-height: 1.6;
  letter-spacing: 0.03em;
	color: #000;
	text-align: left;
}
.blog_block_comparison_scroll {
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
}
.blog_block_comparison_table {
	width: 100%;
	min-width: 64rem;
	border-collapse: collapse;
	background: #fff;
}
.blog_block_comparison_table th,
.blog_block_comparison_table td {
	padding: 0.9rem 1.2rem;
	border: 1px solid #fff;
	font-size: 1.4rem;
	line-height: 1.3;
	vertical-align: middle;
}
.blog_block_comparison_table thead th {
	background: #4d4d4d;
	color: #fff;
	font-weight: bold;
	text-align: center;
  font-size: 1.6rem;
  font-weight: bold;
}
.blog_block_comparison_table thead th.is_feature {
	text-align: left;
}
.blog_block_comparison_table thead th.is_highlight {
	background: #00b894;
	color: #fff;
}
.blog_block_comparison_table tbody th {
	font-weight: bold;
	text-align: left;
}
.blog_block_comparison_table tbody td {
	color: #333;
	font-weight: bold;
	text-align: center;
}
.blog_block_comparison_mark_cell {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 0.6rem;
}
.blog_block_comparison_mark {
	display: inline-block;
	line-height: 1;
}
.blog_block_comparison_mark.is_text {
	font-size: 1.6rem;
	font-weight: 400;
  margin-top: 1px;
}
.blog_block_comparison_mark.is_circle_object {
	width: 1.4rem;
	height: 1.4rem;
	border: 0.2rem solid #fff;
	border-radius: 50%;
	box-sizing: border-box;
}
.blog_block_comparison_table tbody td.is_highlight .blog_block_comparison_mark.is_circle_object {
  border-color: #fff;
  margin-top: 3px;
}
.blog_block_comparison_mark_field {
	width: 100%;
	max-width: 10rem;
	margin: 0;
}
.blog_block_comparison_mark_field .components-base-control__field {
	margin-bottom: 0;
}
.blog_block_comparison_mark_field .components-select-control__input {
	min-height: 3rem;
	font-size: 1.3rem;
	text-align: center;
}
.blog_block_comparison_table tbody tr.is_odd th,
.blog_block_comparison_table tbody tr.is_odd td:not(.is_highlight) {
	background: #CECECE;
}
.blog_block_comparison_table tbody tr.is_even th,
.blog_block_comparison_table tbody tr.is_even td:not(.is_highlight) {
	background: #EEEEEE;
}
.blog_block_comparison_table tbody td.is_highlight {
	background: #b8e6d8;
	color: #fff;
  font-weight: bold;
}
.blog_block_comparison_table tbody th.is_highlight {
	background: #b8e6d8;
	color: #fff;
}
.blog_block_comparison_editor_tools {
	display: flex;
	flex-wrap: wrap;
	gap: 0.8rem;
	margin-bottom: 1.2rem;
}
.blog_block_comparison_title_field {
	margin-bottom: 1.6rem;
}
.blog_block_comparison_title_field .components-base-control__field {
	margin-bottom: 0;
}
.blog_block_comparison_title_field input {
	margin: 0;
	padding: 0;
	border: 0;
	background: transparent;
	box-shadow: none;
	font-size: 2rem;
	font-weight: bold;
	line-height: 1.5;
	color: #000;
}
.blog_block_comparison_table .blog_block_comparison_cell_field {
	margin: 0;
}
.blog_block_comparison_table .blog_block_comparison_cell_field .components-base-control__field {
	margin-bottom: 0;
}
.blog_block_comparison_table .blog_block_comparison_cell_field input {
	margin: 0;
	padding: 0;
	border: 0;
	background: transparent;
	box-shadow: none;
	font-size: inherit;
	font-weight: inherit;
	line-height: inherit;
	color: inherit;
	text-align: inherit;
	width: 100%;
	min-width: 0;
}
.blog_block_comparison_table thead .blog_block_comparison_cell_field input {
	text-align: center;
}
.blog_block_comparison_table thead .is_feature .blog_block_comparison_cell_field input {
	text-align: left;
}
.blog_block_comparison_table tbody th .blog_block_comparison_cell_field input {
	text-align: left;
}
.blog_block_comparison_table tbody td .blog_block_comparison_cell_field input {
	text-align: center;
}
.blog_block_comparison_table .blog_block_comparison_cell_field.is_textarea textarea {
	margin: 0;
	padding: 0;
	border: 0;
	background: transparent;
	box-shadow: none;
	resize: vertical;
	min-height: 4.8rem;
	font-size: inherit;
	font-weight: inherit;
	line-height: inherit;
	color: inherit;
	text-align: inherit;
	width: 100%;
	min-width: 0;
}
.blog_block_comparison_table thead .blog_block_comparison_cell_field.is_textarea textarea {
	text-align: center;
}
.blog_block_comparison_table thead .is_feature .blog_block_comparison_cell_field.is_textarea textarea {
	text-align: left;
}
.blog_block_comparison_table tbody th .blog_block_comparison_cell_field.is_textarea textarea {
	text-align: left;
}

.blog_block_comparison_table {
	table-layout: fixed;
}
/* 1列目（機能名） */
.blog_block_comparison_table th.is_feature,
.blog_block_comparison_table tbody th:first-child {
	width: 30%;
}
/* ハイライト列 */
.blog_block_comparison_table th.is_highlight,
.blog_block_comparison_table td.is_highlight {
	width: 20%;
}
/* その他の製品列 */
.blog_block_comparison_table thead th:not(.is_feature):not(.is_highlight),
.blog_block_comparison_table tbody td:not(.is_highlight) {
	width: 16%;
}