/* .section_guarantee{
    padding-bottom: 0;
} */

.fs_youtube{
    padding-top: 108px;
    padding-bottom: 102px;
    margin-bottom: 50px;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(/-/Media/com/50megumi/shiraga/202307/img/bg.jpg);
}
.fs_youtube h2{
    text-align: center;
}
.fs_youtube h2 img{
    width: 145px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
}
.fs_youtube_video{
    text-align: center;
    margin-bottom: 40px;
    position: relative;
    
    padding-bottom: 378px;
    margin-left: auto;
    margin-right: auto;
}
.fs_youtube_video iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
.fs_youtube h3{
    font-size: 16px;
    text-align: center;
    color: #562d2d;
}
@media screen and (min-width: 768px) {
    .fs_youtube_video{
        width: 672px;
    }
}

@media screen and (max-width: 767px) {
    .fs_youtube{
        padding-top: 40px;
        padding-bottom: 40px;
        background-image: url(/-/Media/com/50megumi/shiraga/202307/img/bg.sp.jpg);
        margin-bottom: 30px;
    }
    .fs_youtube h2 img{
        width: 98px;
        margin-bottom: 25px;
    }
    .fs_youtube_video{
        margin-left: 20px;
        margin-right: 20px;
        margin-bottom: 25px;
        padding-bottom: calc(374 / 665 * 100vw);
        box-sizing: border-box;
    }

    .fs_youtube h3{
        font-size: 14px;
    }
}