/* 記事2-3カラムの位置調整 */
.wp-block-column {
	margin-top: 20px!important;
}

/*1列目だけ*/
.wp-block-table tr td:nth-child(1){
	  background-color:#feffe5;

}

