@charset "UTF-8";
/* CSS Document */

/*========= 製品紹介 =========*/

.main_info{
    background: #ececea url("../../img/bg_gray.png") repeat-x;
    background-size: 30vw;
    display: inline-block;
}

.info_item {
    width: 90%;
    margin: 0 auto 50px;
    text-align: center;
    min-height: 400px;
}

.info_list{
    padding-bottom: 200px;
    background: #ececea;
    background-image: url("../img/info_himadesu.png");
    background-repeat: no-repeat;
    background-position: 50% 100%;
    background-size: 150px;
}

/*==============*/
/*      PC      */
/*==============*/

@media screen and  (min-width: 1024px) {
    .main_info{
    background-size: 300px;
    }    
    .main_info2{
        min-height: 600px;
    }
        
    .info_item {
        width: 650px;
        margin: 50px auto;
    }
}
    

