/* #### width 768px 以上の場合の設定 (for PC) #### */
@media (min-width: 768px) {
    .evconBox {
        width: calc(97%/3);
        float: left;
        box-sizing: border-box;
        margin: 0.5%;
        overflow: hidden;
        position: relative;
    }
    /* clearfix */
    .evconBox:after {
      content: "";
      clear: both;
      display: block;
    }


    .evconBox a {
        width: 100%;
        display: block;
    }
    .evconBox img {
        max-width: 100%;
        vertical-align: bottom;
    }
    .evconBox .ebEx {
        color: #ffffff;
        width: 100%;
        box-sizing: border-box;
        text-align: center;

        /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+1,0.87+100 */
        background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0) 1%, rgba(0,0,0,0.87) 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 1%,rgba(0,0,0,0.87) 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 1%,rgba(0,0,0,0.87) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#de000000',GradientType=0 ); /* IE6-9 */

        display: block;
        position: absolute;
        bottom: -30%;
        padding: 14px 8px 14px 8px;
        pointer-events: none;
    }
    .evconBox .ebEx h3 {
        font-size: 24px;
    }
    }

    /* ## width 767px 以下の場合の設定 (for All Mobile Dvices) ## */
    @media (max-width: 767px) {
    .evconBox {
        width: calc(97%/2);
        float: left;
        box-sizing: border-box;
        margin: 0.5%;
        overflow: hidden;
        position: relative;
    }
    /* clearfix */
    .evconBox:after {
      content: "";
      clear: both;
      display: block;
    }


    .evconBox a {
        width: 100%;
        display: block;
    }
    .evconBox img {
        max-width: 100%;
        vertical-align: bottom;
    }
    .evconBox .ebEx {
        color: #ffffff;
        width: 100%;
        box-sizing: border-box;
        text-align: center;

        /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+1,0.87+100 */
        background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0) 1%, rgba(0,0,0,0.87) 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 1%,rgba(0,0,0,0.87) 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 1%,rgba(0,0,0,0.87) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#de000000',GradientType=0 ); /* IE6-9 */

        display: block;
        position: absolute;
        bottom: -30%;
        padding: 14px 8px 14px 8px;
        pointer-events: none;
    }
    .evconBox .ebEx h3 {
        font-size: 17px;
    }
}