
/*----------------------------------------
イベントレポート box
-----------------------------------------*/

.new {
    position: relative;
}

.new::before {
    content: url(../img/common/new.png);
    position: absolute;
    top: -1px;
    left: -1px;
} 

p{
	font-size: 16px!important;
	line-height: 1.8;
}


/* PC */

@media screen and (min-width: 769px) {
    .list ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        list-style: none;
        padding: 0;
    }
    .list li {
        width: 24%;
        margin-right: 1.3%;
        margin-bottom: 50px;
        position: relative;
        border: 1px solid #cccccc;
        font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
    }
    .list li:nth-of-type(4n) {
        margin-right: 0;
    }
    .list li:hover {
        -webkit-box-shadow: 0px 0px 8px 3px #ccc;
        box-shadow: 0px 0px 8px 3px #ccc;
    }
    .list a {
        text-decoration: none;
    }
    .list p {
        color: #000000;
        font-size: 1.4rem;
        margin: 0px 20px 20px;
        text-align: left;
        line-height: 1.4em;
        font-weight: bold;
        letter-spacing: 0;
    }
    .thumb {
        width: 100%;
        height: 130px;
        overflow: hidden !important;
        margin: 0px 0 15px;
        background-size: cover !important;
    }
    .date {
        color: #e52847 !important;
        font-size: 1.2rem !important;
        text-align: center !important;
        margin: 20px 20px 15px !important;
    }
    .flex {
        display: flex;
        justify-content: center;
        width: 50%;
        margin: 0 auto;
    }
} 


/* SP */

@media screen and (max-width: 768px) {
    .list ul {
        list-style: none;
        padding: 0;
    }
    .list li {
        width: 100%;
        margin-bottom: 30px;
        position: relative;
        border: 1px solid #cccccc;
        font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
    }
    .list a {
        text-decoration: none;
    }
    .list p {
        color: #000000;
        font-size: 1.6rem;
        margin: 0 20px 20px;
        text-align: left;
        line-height: 1.4em;
        font-weight: bold;
    }
    .list .date {
        color: #e52847;
        font-size: 1.4rem;
        text-align: center;
        margin: 20px 20px 15px;
    }
    .thumb {
        width: 100%;
        height: 180px;
        overflow: hidden !important;
        background-size: cover !important;
    }
    .flex {
        display: block;
    }
} 