/* フォントの調整 */
body {
	font-family:'メイリオ','Meiryo','HG丸ｺﾞｼｯｸM-PRO','HGMaruGothicMPRO','ヒラギノ丸ゴ Pro W4','ヒラギノ丸ゴ Pro','Hiragino Maru Gothic Pro','sans-serif';
	font-size:100%;
}

/* 見出しの調整 */
h2, h3, h4, h5, h6 {
	font-size:150%;
}

/* 見出しの下の余白の調整 */
h2.wp-block-heading {
	margin-bottom:32px;
}

/* 段落の調整 */
p {
	line-height:200%;
}

/* テーブルの調整 */
figure.wp-block-table {
	margin-bottom:64px; 
}

/* 記事作成日と最終更新日の調整 */
ul.post-modified-info {
  box-shadow :0px 0px 3px silver;
  border: solid 1px whitesmoke;
  padding: 0.5em 1em 0.5em 2em;
  position: relative;
  background: #fafafa;
	font-size:80%;
  line-height: 1.5;
  list-style-type: square!important;
}

/* スマホ版のメニューにMENU文字を追加 */
.navbar-toggler:after {
	content: "MENU";
	font-size: 10px;
	font-family: Verdana, sans-serif;
	position: absolute;
	bottom: -10px;
	right: 8px;
}

/* Google reCAPTCHAの非表示 */
.grecaptcha-badge {
	visibility: hidden;
}
