@charset "utf-8";
.list_feature li {
    margin-bottom: 20px;
}

.list_feature li:last-child {
    margin-bottom: 0;
}

.listimg {
    margin-bottom: 10px;
}


/* spのみ有効 */

@media only screen and (max-width: 640px) {
    .box_feature {
        padding: 30px;
    }
    .box_feature img {
        width: 100%;
        height: auto;
    }
    .box_feature img.wauto{
      width: auto;
    }
    .ti_feature{
      text-align: center;
    }
    .list_feature li{
        padding-top: 120px;
        margin-top: -120px;
    }
}


/* pcのみ有効 */

@media only screen and (min-width: 641px) {
    .ti_feature {
        margin-bottom: 25px;
    }
    .box_feature {
        padding-top: 0;
        margin-top: 0;
        top: 0;
        padding: 25px;
    }
}
