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

.sapi-box{
    display: flex;
    column-gap: 25px;
    flex-direction: column;
}

.grid-sapi{
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-bottom: 1rem;
}
.grid-sapi p{
    flex-grow: 1;
}
.grid-sapi img{
    width: 100%;
    height: 230px;
    object-fit: cover;
}
.plus-sap_line{
border-bottom: 3px solid #1abc9c;
    }

.eco .h-alpha-eco.custom{
    color: #1253a4;
}
.eco .h-alpha-eco.custom i{
    color: #1abc9c;
}
@media (min-width: 768px) {
    
    .sapi-box{
        flex-direction: row
    }
    
    .grid-sapi{
    display: flex;
    flex-direction: column;
    width: 49%;
}
}