@charset "UTF-8";
/* CSS Document */

/*
Theme Name: original
*/



.square-img {
    width: 100%;
    aspect-ratio: 1 / 1;   /* 正方形 */
    object-fit: cover;     /* はみ出た分をトリミング */
    height: auto;
    display: block;
  }


  .entry-body ul li{
    list-style: disc;
  }
  .entry-body ol li{
    list-style: decimal;
  }

.youtube2,.youtube {
  width: 100%; /* 横幅いっぱいに広げる */
}

.youtube2 iframe,
.youtube iframe {
  width: 100%;
  aspect-ratio: 16 / 9; /* 16:9の比率を維持 */
  height: auto;
}


h2#blog_tit.center{
	text-align:center !important;
}

