@charset "Shift_JIS";

/* **************************************************

Name: features.css

Description: features CSS

Create: 2024.08.30
Update: 

Copyright Hitachi, Ltd. 2023, 2024. All rights reserved.

***************************************************** */

#features #lowpage_title_box {
    background-color: #C2D5E0;
    /*background-image: url(/products/it/CloudDX/features/img/eyecatch.jpg);
    background-position: right center;
    background-repeat: no-repeat;
    background-size: 100% auto;*/
    text-shadow: #fff 0 0 10px,#fff 0 0 20px;
}

@media (max-width: 1120px) {
    #features #lowpage_title_box {
        background-size: 1120px auto;
        background-position: center center;
    }
}

@media (max-width: 767px) {
    #features #lowpage_title_box {
        background-size: auto 125%;
        background-position: right center;
        text-shadow: #fff 0 0 5px, #fff 0 0 10px, #fff 0 0 15px, #fff 0 0 20px;
    }
}

/* content_lead */
#content_lead {
    text-align: center;
    padding-bottom: 30px;
}

@media (max-width: 767px) {
    #content_lead {
        text-align: left;
    }
}


/* themes_list img */
.themes_img img {max-width: 240px !important;}

@media screen and (max-width: 579px) {
.themes_img img {max-width: 440px !important; width: 100% !important;}
}


















