@charset "utf-8";.top_page_font_color{color: #FFFFFF;}@media (min-width: 751px) {
    .featureContents .feature-detail2 .feature-kv-container {
        background-image: url(/photo/page/20250929/0929/1200727BT.jpg);
        background-repeat: no-repeat;
        background-size: contain; /* 画像が画面内に収まるように拡大される */
        background-position: center center;
    }            
}

@media (max-width: 750px) {
    .featureContents .feature-detail2 .feature-kv-container {
        background-image: url(/photo/page/20250929/0929/10801080BT.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: bottom center;
    }        
}
