@charset "UTF-8";
/* CSS Document */
.eiga .flex .image{
    width: 25%;
    margin-right: 5%;
}
.eiga .flex .image img:first-child{
    margin-bottom: 20px;
}
.eiga .flex .text{
    width: 70%;
}
.eiga .flex .text h4{
    margin-top: 0;
}
@media screen and (max-width:767px){
    .eiga .flex{
        display: block;
    }
    .eiga .flex .image{
        width: 100%;
        margin-right: 0;
    }
    .eiga .flex .text{
        width: 100%;
    }
}



