@charset "UTF-8";

/* 投稿の設定
---------------------------------------------------------------------------*/
.single-post {
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
}
.single-post p {
  font-size: 16px;
  line-height: 1.5;
}
.single-post figure.wp-block-embed-youtube {
  
}
ul.wp-block-list {
  font-size: 16px;
  line-height: 1.5;
  list-style: disc !important;
  padding: 1em;
}
ol.wp-block-list  {
  font-size: 16px;
  line-height: 1.5;
  list-style: decimal !important;
  padding: 1em;
}

