@charset "UTF-8";
  .entry-title {
font-size: 2.4rem;
font-weight: bold;
line-height: 1.4;
margin: 1.5em 0 1em;
color: #222;
background-color: transparent;
border-bottom: none;
}
.eye-catch-image,
.wp-post-image,
.lazy-loaded {
display: block;
width: 100%;
height: auto;
object-fit: cover;
animation: none !important;
transition: none !important;
opacity: 1 !important;
}
iframe {
min-height: 0 !important;
height: auto !important;
}