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

.text_main{display: flex;
    flex-wrap: wrap;
}
.box_pop_4col{width:170px;margin-right:12px;margin-bottom: 60px;}
.box_pop_4col .box_pop_img{width:100%;/*float:left;*/}
.box_pop_4col .box_pop_img img{max-height:57px;}
.box_pop_4col .box_pop_text{width:100%;float:left;line-height:1.5em;}
.order_sheet .text_main{
    display:block;
}

@media screen and (max-width:569px){
   .box_pop_4col {
        width: calc((100% - 12px) / 2) !important;
        box-sizing: border-box !important;
        padding-right: 10px !important;
        height: auto !important;
        margin-bottom: 50px !important;
    }
    .box_pop_4col:nth-child(even) {
        margin-right: 0;
    }
}
