@charset "utf-8";
/* ================================================================= 
 License : e-TRUST Inc.
 File name : style.css
 Style : style
================================================================= */
div.blog_list {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    border: 0;
    flex-wrap: nowrap;
}
div.blog_list > div {
    width: 23%;
    display: flex;
    border: 1px dashed #ccc!important;
    box-sizing: border-box;
    margin: 5px;
}
.blog_photo {
    display: none;
}
div.blog_list div.blog_text {
    width: 100%;
    height: 200px;
}
#nav_global > ul > li:last-child {
    padding: 0 0!important; 
}
.h_contact .telwrap .call {
    color: #4db56a;
}
@media screen and (max-width: 834px) {
}
@media screen and (max-width: 640px) {
    div.blog_list > div {
    width: 100%;
}
div.blog_list {
    flex-direction: column;
}
}

