/* 見出し2(elementor) */
.my-heading1 .elementor-heading-title,
h2.wp-block-heading{
	color:#fff !important;
font-size:24px;
	font-weight:700 !important;
	background:#C32A21;
	padding:0.3em 0.6em;
}

@media (max-width:767px){
.my-heading1 .elementor-heading-title,
h2.wp-block-heading{
	font-size:20px;
}
}

/* ブログ投稿記事で使用するテーブルスタイル */
/* table.my-table2, */
.is-style-table-blog1 table{
	width:100%;
	border-collapse:collapse;
	margin:0;
}
/* table.my-table2 td, */
.is-style-table-blog1 table td{
	border:1px solid #ccc !important;
	vertical-align:top;
	width:auto;
}

/* table.my-table2 td:nth-child(1), */
.is-style-table-blog1 table td:nth-child(1){
	background:#f7f7f7 !important;
	width:11em;
}

/* table.my-table2 td:nth-child(2), */
.is-style-table-blog1 table td:nth-child(2){
	background:#ffffff;
}

@media (max-width:767px){
/* 	table.my-table2, */
	.is-style-table-blog1 table{
	width:100%;
}
	
}
