/** h2のマージンを調整 */
.content h2 {
		margin-bottom: 14.4px;
}

/** h3のマージンを調整 */
.content h3 {
		margin-bottom: 13.2px;
}

/** スペーサーのマージンを調整 */
.wp-block-spacer {
		margin-bottom: 0px;
}

/** ステルスマーケティング対策テキスト */
.stealth-marketing{
    background-color:#191970;
		padding-top:5px;
		padding-bottom:5px;
		color:#ffffff;
}

/* H2 */
.article h2{
background:#191970;
		color:#ffffff;
}

/* H3 */
.article h3{
border-color:#191970;
		color:#000000;
}

.two-column{
    height:60px;
}

.mobile-menu-buttons{
  color: #fffffff; /*文字色*/
	background-color: #191970; /*背景色*/
}

.menu-button-in{
  color: #fffffff; /*文字色*/
	background-color: #191970; /*背景色*/
}

/* リストの下線*/
.under-line {
	border-bottom: solid 2px RGBA(169,169,169,0.5)
}