@charset "UTF-8";

/*---------動画_高さ調整---------*/
#top_youtube + .widget_youtube .youtube_block {
    padding-top: initial;
    max-height: calc(100svh - 250px);
    aspect-ratio: 16 / 9;
    margin: 0 auto;
}
#top_youtube + .widget_youtube .youtube_block iframe {
    position: relative;
}

.top-seo-contents h3{
margin-top: 60px;
}
.top-seo-contents h4{
margin-top: 50px;
}
.top-seo-contents p{
margin-bottom: 30px;
}