/*

個別メニュー用共通CSS

*/


.img-icon:before{
    content:"";
    display:inline-block;
    float:left;
    height:40px;
    width:40px;
    margin-right:0.25em;
    background-repeat: no-repeat;
    background-size:contain;
}

