/* カスタム CSS をここに入力してください */

/*アイキャッチのサイズ変更*/
.st-eyecatch img {
  width: 100%;
  height: 428px;
  object-fit:cover;
}

.post h3:before {
color:#000;
margin-right: 10px;
font-family:"FontAwesome";
content:"\f046";
font-size:25px;
}

