@charset "utf-8";.top_page_font_color{color: #FFFFFF;}.featureContents {
    background-color: #f5f5f5;
}

@media (min-width: 751px)
{
    .featureContents .feature-detail2 .feature-kv-container
    {
        background-image: url("/photo/page/20260303/sfw1920.jpg") !important;
        background-repeat: no-repeat;
        background-size: 90%;
        background-position: center center;
        width: 100%;
        height: 0;
        padding-top: 51.6%;
    }

    /* PCのみ余白調整 */
    .featureContents {
        padding: 10px 0;
    }

    .featureContents .feature-detail2 {
        padding: 0 20px;
    }

    .featureContents .feature-detail2 section {
        margin-bottom: 30px;
    }

    .crumbsList {
        color: #000;
    }
}

@media (max-width: 750px)
{
    .featureContents .feature-detail2 .feature-kv-container
    {
        background-image: url("/photo/page/20260303/sfw1000.jpg") !important;
        background-repeat: no-repeat;
        background-size: 90%;
        background-position: bottom center;
    }

    .featureContents .feature-detail2 .feature-message-section iframe {
        width: 100%;
    }
}